@charset "utf-8;"

/* ================
---  html/body  ---
================ */
body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: Montserrat,Meiryo,sans-serif;
}

body .contact {
  padding: 60px 0 0;
  margin-right: 15px;
  margin-left: 15px;
  z-index: 1;
}

body .row {
  margin-right: 0px;
  margin-left: 0px;
}

.wid {
  width: 100%;
}

body .container {
  padding: 60px 0px 0px;
  width: 100%;
}
.container .text-muted {
  margin: 20px 0;
}


body .message {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 0px;
}


html {
    max-width: 960px;
    margin: auto;
    width: 100%;
    height: 100%;
}

.modal-open {
  overflow: auto;
}

.modal {
  overflow-y: auto;
}

div.modal-overlay{
  z-index: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;    
  font-family: Montserrat,Meiryo,sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #666666;
}

h4.red,
h3.red,
h2.red{
    margin: 0 0 10px;
    padding-top: 10px;
    font-family: Montserrat,Meiryo,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color:#dc5239;
}

h2.blue,
h3.blue,
h4.blue,
h5.blue{
  margin: 0 0 30px;    
  font-family: Montserrat,Meiryo,sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #161b61;
}


p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
  font-family:Meiryo,sans-serif;
}

hr {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #888888;
}


hr.noline{
  opacity:0;
}

@media (max-width: 991px){
  hr.noline{
  padding-top: 10px;
  padding-bottom: 10px;
  opacity:0;
}
 hr{
  padding-top: 20px;
  padding-bottom: 2	0px;
}
}


h3.blank {
  margin-top: 30px;
}

.btnlong {
  white-space: normal;
}

/* ================
---  Navigation ---
================ */
.nav>li>a {
 padding: 20px 10px 15px;
}

.nav>li.mail_nav a{
  padding: 12px 10px 15px!important;
}

.fb_widget {
  position: relative;
  display:block;
  margin: 100px 0px 0px;
  text-align:center;
}

.mail_nav_img {
  margin-left: 20px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 15px;
}

.nav.navbar-nav {
  background-color: #dc5239;
  margin: 3px 15px;
  outline:none;
}

.navbar {
  margin-bottom: 0;
  background-color: #dc5239
  border-bottom: 0px solid rgba(255,255,255,.3);
  min-height: 63px;
}

.navbar-default{
  background-color: #dc5239;
  opacity: 0.85;
  -moz-opacity: 0.85;
  z-index:3;
  max-width: 960px;
  margin: 0 auto;
}

.navbar img{
  width:30px;
  height:30px; 
  padding-top:0px;
  margin-right: 20px;
}

.navbar-default .navbar-nav li a {
  color: #ffffff;
  font-size: 18px;
  font-family: Montserrat,Meiryo,sans-serif;;
  font-weight:600;
}

.navbar-default .navbar-nav li a:hover{
  color: #dddddd;
}

.navbar-default .navbar-nav li a:focus {
  color: #ffffff;
  outline:none;
}

.navbar-default .navbar-nav li a.active{
color: #161b61;
}

.navbar-default .navbar-brand {
  color: #ffffff;
  background-color: #dc5239;
  font-size: 25px;
  margin-left: 10px;
  font-weight: 700;
}

.navbar-default .navbar-brand:hover{
color: #dddddd;
}

.navbar-default .navbar-brand:focus{
color: #ffffff;
}

.entry {
  color: #ffffff;
  margin-top: 8px;
  background-color: #dc5239;
  font-size: 20px;
  border-color: #ffffff;
  border-radius: 0px;
  border: 3px solid;
  font-family: Montserrat,Meiryo,sans-serif;
  font-weight:700;
}

h4.color{    
  font-family: Montserrat,Meiryo,sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #dc5239;
}
.entry:hover {
  color: #dddddd;
  background-color: #ba3017;
  border-color: #dddddd;
}

.entry:focus {
  color: #dddddd;
  background-color: #ba3017;
  border-color: #dddddd;
}

.list-group {
  margin-bottom: 0px;
}

a.list-group-item {
  color: #161b61;
  font-size: 18px;
  font-weight:700;
  border: 0px;
  border-radius: 0px;
  font-family: Montserrat,Meiryo,sans-serif;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
  }
  
  .space {
    clear: both;
  }
  
  .navbar-default .navbar-nav li a {
  font-size: 16px;
  }
  
  .navbar-default .navbar-brand {
  font-size: 20px;
  }
  		
  .entry {
    font-size: 16px;
  }
  
  #mainNav li {
    display:inline-block;
    width: 100%;
  }
  
  #mainNav li:hover {
  background-color: #dc5239;
  }
  
  #mainNav li:focus {
  background-color: #dc5239;
  }
  
  #mainNav li a{
      display:block;
  }
}

.modal-backdrop {
  position: relative;
}

.navbar-default .navbar-toggle {
  border: 2px solid #fff;
  border-radius: 5px;
}

.navbar-default .navbar-toggle:hover {
  background-color: #ba3017;
}

.navbar-default .navbar-toggle:focus {
  background-color: #ba3017;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
  border-radius: 5px;
}


@media (min-width: 991px){
  .navbar-fixed-top .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (-ms-high-contrast: none){
  .ie-nav{
    right:auto;
    left:auto;
  }
}

/* ================
---   Message   ---
================ */
.finger {
  cursor: pointer;
}

.finger:hover {
  opacity: 0.90;
  -moz-opacity: 0.90;
}

.backelement {
  z-index: -1;
}

.fadein {
  position:relative;
}

.fadein img {
  position:absolute;
  left:0;
  top:0;
  z-index: -1;
}

td.no-border{
  border:0px!important;
  padding:0px!important;
}

th.no-border{
  border:0px!important;
  padding:0px!important;
}

/* ================
---    Intern   ---
================ */
img.click {
  height: 1.5em;
  margin-left:10px
}

img.schedule {
  width: 100%;
}

/*SmartPhone*/
panel {
  width: 100%;
}
 
#panel > dt {
  border-bottom: solid 1px white;
  background-color: #ffffff;
  color: white;
  cursor: pointer;
  padding: 0px;
  font-weight: bold;
}
 
#panel > dd {
  border: solid 1px white;
  margin: 0px;
  padding: 10px;
}

/*PC*/

ul#tab {
	zoom: 1;
	background: #ffffff;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
ul#tab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul#tab li {
	float: left;
	text-align: center;
}
ul#tab li:last-child {
	background: none;
}
ul#tab li a {
	display: block;
	width: 138px;
	padding: 8px 0;
	text-decoration: none;
	color: #222;
}
ul#tab li a:hover {
	background: #c95560;
	color: #fff;
}
ul#tab li.active,
ul#tab li.active a {
	background: #dc5239;
	color: #fff;
  border-radius: 5px;
}

ul#tab li.active h1.voice-tab {
    border: 3px solid #161b61;
    margin: 5px 0px 5px;
    border-radius: 10px;
    text-align: center;
}

ul#tab li.finger:hover {
  background: rgba(208,208,208,0.5);
  color: #fff;
  border-radius: 5px;
}

ul#tab li.finger.active:hover {
	background: #dc5239;

}

#detail {
	clear: both;
	overflow: hidden;
	background: #e9e9e9;
	padding-top: 20px;
}
.tabbox {
	display: none;
}


/* ================
---    Voice    ---
================ */
/*SmartPhone*/
ul.voicetab {
	zoom: 1;
	background: #ffffff;
	border-bottom: 3px solid #666666;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
ul.voicetab:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul.voicetab li {
	float: left;
	text-align: center;
}
ul.voicetab li:last-child {
	background: none;
}
ul.voicetab li a {
	display: block;
	width: 138px;
	padding: 8px 0;
	text-decoration: none;
	color: #222;
}
ul.voicetab li a:hover {
	background: #cccddd;
	color: #fff;
}
ul.voicetab li.active,
ul.voicetab li.active a,
ul.voicetab li.active a:hover {
	background: #e9e9e9;
	color: #222;
}
.voicedetail {
	clear: both;
	overflow: hidden;
	background: #e9e9e9;
	padding: 20px;
}

.voicetabbox1 {
	display: block;
}

.voicetabbox {
	display: none;
}


h6.voice{
    margin: 0 0 10px;
    
    font-family: Montserrat,Meiryo,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #dc5239;
    text-align: center;
}

h4.question {
    margin: 0 0 10px;
    padding-top: 10px;
    font-family: Montserrat,Meiryo,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #161b61;
    text-align: center;
}
h5.question {
    margin: 0 0 10px;
    padding: 20px;
    font-family: Montserrat,Meiryo,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #161b61;
}


p.voice {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 300;
    text-align: left;
}

h1.voice-tab {
    border: 3px solid #888888;
    margin: 5px 0px 5px;
    border-radius: 10px;
    text-align: center;
}

h1.voice-tab active {
    border: 3px solid #dc5932;
    margin: 5px 0px 5px;
    border-radius: 10px;
    text-align: center;
}

/* ================
---  About us   ---
================ */

.photo {
	margin-bottom: 20px;
	text-align: center;	
}	

p.photo{
margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 300;
}

.tab li img{
  width: 100%;
  height: 100%;
}

.tab, .tab li {

    float: left;
   list-style: none;
}

a:hover {

    opacity: 0.8;

}

.content {
    clear: both;

}

.area {

    display: none;

}
.imglink {
	padding: 10px;
}
.tohome{
color: #888888;
}
.tohome:hover{
color:#dc5239;
}

p.overview{
  margin-top:10px;
  margin-bottom:10px;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
  font-family:Meiryo,sans-serif;
}
h4.overview{
  font-weight: 600;
  letter-spacing: 1px;
  color: #666666;
  margin-top:10px;
  margin-bottom:10px;
  font-family:Meiryo,sans-serif;
}

.slide {
  position: relative;
  padding: 0px 0px 25px 0px;
  margin-bottom: 50px;
  width: 500px;
  margin:auto; 
}

.slide li img {
  width: 500px;
  text-align:center; 
  border:1px solid #e9e9e9;
  z-index: 1;
}


.iframe-content{
}
.iframe-content iframe {
  position: relative;
  width: 100%;
  padding: 0 15px 0 15px;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .iframe-content{
  }
  .iframe-content iframe {
    position: relative;
    width: 100%;
    padding: 0 15px 0 15px;
    margin-bottom: 50px;
  }
}

@media (max-width: 501px) {
  .slide {
  position: relative;
  padding: 0px 0px 25px 0px;
  margin-bottom: 50px;
  width: 330px;
  margin:auto; 
  }
  
  .slide li img {
  width: 330px;
  text-align:center; 
  border:1px solid #e9e9e9;
  }
}

.center{
  display:block; 
  padding-bottom: 20px;
}
/* ================
---    Footer   ---
================ */
footer {
clear:both;
height:50px;
text-align:center; 
background-color: #ffffff;
color: #161b61;
font-size:0.85em; 
display:block; 
}

/* ================
---    slick    ---
================ */
.slick-track {
  margin: 0px;
}

.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
   .slick-prev {
     left: 0px;
   }
   .slick-next {
     right: -1px;
   }
   .slick-prev, .slick-next {
     top: 100%;
     z-index: 2;
   }
}

ul.slick-dots {
    width: 94.7%;
}
/* ================
---    contact    ---
================ */
td.contact{

word-break: break-all;
}

.blank{
padding-top: 20px;
}
	