@charset "utf-8";

/* ===============================================
# header
=============================================== */
header{
  background:#fff url(../images/bg_header.png) repeat-x top center;
  width:100%;
  min-width: 950px;
}
header .header_inner{
  max-width:950px;
  margin:0 auto;
  height:144px;  
  position:relative;    
}
header h1{
  position:absolute;
  left:0;
  top:12px;
}

@media screen and (max-width : 768px){
  header{
    background:#fff url(../images/bg_header_smp.png) repeat top center;
    min-width: 100%;
    padding:5% 2% 5% 2%;
  }
  header .header_inner{
    width:100%;
    max-width:100%;
    height:100%;
    display:table;
  }
  
  header .area_header_ttl{
    vertical-align:top;
    display:table-cell; 
    width:51%;
  }
  
  header .area_header_link{
     display:table-cell; 
     width:49%;
     padding-left:5%;
  }
  
  header .header_inner a{
    display:block;
  }
  
  header h1{
    position:relative;
    width:100%;
    height:auto;
    left:0;
    top:0;
  }
}

header .header_sns{
  position: absolute;
  right: 330px;
  bottom: 20px;
}
header .header_sns::after{
  content:"";
  display:block;
  clear:both;
}
header .header_sns ul li{
  float:left;
  margin-left:5px;
}
header .header_link{
  font-size:92%;
  position:absolute;
  bottom:20px;
  right:0;
  background-color:#f2f2f2;
  border-radius:5px;
  padding:14px 10px;
}
header .header_link ul::after{
  content:"";
  display:block;
  clear:both;
}
header .header_link ul li{
  background:url(../images/ico_link.png) no-repeat left center;
  padding-left:13px;
  float:left;
}
header .header_link ul li:nth-child(2){
  margin-left:20px;
  margin-right:20px;
}

/*言語*/
.header_language{
  width:280px;
  max-width:280px;
  display:table-cell;
  vertical-align:middle;
  font-size:92%;
  position:absolute;
  top:20px;
  right:0;
}
.header_language li{
  background-color: rgb(33, 185, 203);
  width:20%;
  height: 44px;
  color:#fff;
  text-align:center;
  float:left;
  padding:9px 0;
}
.header_language li:first-child{
  border-top-left-radius : 5px;
  border-bottom-left-radius : 5px;
}
.header_language li:last-child{
  border-top-right-radius : 5px;
  border-bottom-right-radius : 5px;
}
.header_language li a{
  height:100%;
  display:block;
  color:#fff;
}
.header_language li.active,
.header_language li:hover,
.header_language li a:hover{
  background-color:#0a6eba;
  text-decoration:none;
}
.header_language li span{
  display:block;
  padding:4px 0;
  border-right:solid 1px #84d8e2;
}
.header_language li:last-child span{
  border:none;
}

@media screen and (max-width : 768px){
  
  header .header_link{
    background:none;
    position:relative;
    width:100%;
    top:0;
    padding:0;
  }
  header .header_link ul{
      float:right;
  }
  header .header_link ul li{
    background:none;
    padding-left:0;
    width:30%;
    height:auto;
  }
  header .header_link ul li:nth-child(2){
    margin-left:4%;
    margin-right:4%;
  }  
  
 /*言語*/
  .header_language{
    display:none;
  }

  ul.language{
    border-right:solid 1px #fff;
    border-left:solid 1px #fff;    
    position:absolute;
    top:0;
    right:0;
    z-index:1;
    min-width:150px;
    display:none;
  }
  
  ul.language li{
    background-color: #0a98c1;    
    height:45px;
    line-height:45px;
    border-bottom:solid #fff 1px;
  }
  
   ul.language li a{
     color:#fff;
     font-weight:bold;
     font-size:110%;
     display:block;     
     padding:0 10px;         
   }
   
   ul.language li a::after{
     content:'＞';
     width:1em;
     float:right;
   }
   
   ul.language li::after{
     clear:both;
     content:'';
     display:block;
   }
}

/* ===============================================
# global_navi
=============================================== */
nav{
  width:100%;
  min-width: 950px;
  height: 94px;
  background-color:#0a98c1;
  text-align:center;
}

nav .global_navi{
  height: 94px;
  margin:0 auto;
  display:inline-block;
  min-width: 948px;
}

/* dropdown
--------------------- */
nav .dropdown{
	float:left;
	display:inline;
}
nav .dropdown:last-child{
	background:url(../images/img_navi_line.png) no-repeat right top; 
  padding-right: 2px;
}
nav .dropdown dt{
	cursor:pointer;
  background:url(../images/img_navi_line.png) no-repeat left top;  
}
nav .dropdown dt:hover{
}
nav .dropdown dd{
	position:absolute;
	overflow:hidden;
  width:195px;
	display:none;
	z-index:200;
	opacity:0;
  margin-left:2px;
}
nav .dropdown ul {
	border:1px solid #0a98c1;
	list-style:none;
  text-align: left;
	font-size: 12px;
}
nav .dropdown ul.end {
	position:relative;
	left:-100px;
}
nav .dropdown li{
	display:inline;}
  
nav .dropdown a, .dropdown a:active, .dropdown a:visited{
	display:block;
	text-decoration:none;
  padding:15px 0 13px 0;
  margin-left: 2px;
}
nav .dropdown li a, .dropdown li a:active, .dropdown li a:visited{
	display:block;
	color:#333;
	text-decoration:none;
	background:#fff no-repeat 8px center;
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
  margin-left:0px;
}
nav .dropdown a:hover {
	background:#2fafd4;
	text-decoration:none;
}

nav .dropdown li a:hover {
	background:#2fafd4;
  color:#000 ;
	text-decoration:none;
}
nav .dropdown .underline {
	border-bottom:1px dotted #696969;
}

/* sp
--------------------- */
@media screen and (max-width : 768px){
  nav{
  min-width: 100%;
  height:auto;
  }

  nav .global_navi{
    height: auto;
    min-width: 100%;
    display:block;
  }
  
  nav .global_navi ul li{
      width:33.3%;
      float:left;
  }
  
  nav .global_navi ul li {
    display:block;
    border-bottom:solid 1px #fff;
  }
  
   nav .global_navi ul li a{
     display:block;
     padding:1px;
   }
  nav .global_navi ul li:nth-child(3n + 2){
    border-left:1px #fff solid;
    border-right:1px #fff solid;
  }
  
}

/* ===============================================
# footer
=============================================== */
footer{
  width:100%;
  padding:20px 0;
  background-color:#fff;
}
footer .footer_inner{
  width:950px;
  margin:0 auto;
  background:url(../images/img_fotter.png) no-repeat bottom right;  
}

footer .footer_inner img{
  width:305px;
  height:auto;
}

footer .footer_inner .footer_adr spna{
  font-size:84%;
}

footer .footer_inner .footer_adr p{
  font-size:109%;
}

footer .footer_inner .footer_link{
  color:#0066a6;
  margin-top: -18px;
  text-align:center;
}

footer .footer_inner .footer_link ul{
  margin-left:45px;
  display:inline-block;  
}
footer .footer_inner .footer_link li{
  float:left;
}

footer .footer_inner .footer_link li:nth-child(1n + 2) a{
  border-left:solid 1px #0066a6;
}

footer .footer_inner .footer_link a{
  color:#0066a6;
  padding:0 8px;
  display:block;
}
footer .footer_inner .copyright{
  text-align:center;
  margin-top:50px;
  color:#0066a6;
}

@media screen and (max-width : 768px){
  footer .footer_inner{
    width:96%;
    position:absolute;
    padding-top:40%;
    margin:2%;
    background:none;
  }
  
  footer .footer_inner img{
    width:60%;
    height:auto;
  }
  footer .footer_inner .footer_link{
    position:absolute;
    top:5%;
    left:0;
    width:100%;
  }
  footer .footer_inner .footer_link ul{
    margin-left:0;
    width:100%;
  }
  footer .footer_inner .footer_link li{
    float:left;
    width:50%;
    border:solid 1px #0066a6;
    text-align:left;
  }  
  footer .footer_inner .footer_link li a{
    padding:1em;
  }
  footer .footer_inner .footer_link li:nth-child(even){
    border-left:none;
  }
  footer .footer_inner .footer_link li:nth-child(1n + 3){
    border-top:none;
  }
  footer .footer_inner .footer_link li:nth-child(1n + 2) a{
    border-left:none;
  }
  footer .footer_inner .copyright{
    font-size:85%;
  }

}

/* -----------------------------------------------------------------
 btn
----------------------------------------------------------------- */
.btn_style01 a:hover,.btn_style03 a:hover,.btn_style02 a:hover,.btn_style04 a:hover{
  text-decoration:none;
}

.btn_style01,.btn_style03,.btn_style04{
  width: 379px; 
  height: 50px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.btn_style01{
    font-size: 150%;
    border: 2px solid #003e9d;
}

.btn_style01 span{
  display: inline-block;
  line-height: 50px;
  color: #00479d;
}

.btn_style04 {
    background-color:#f9f572;
    font-size: 150%;
    border: 2px solid #003e9d;
}

.btn_style04 span{
  display: inline-block;
  line-height: 50px;
  color: #00479d;
}

.btn_style03 {
    font-size: 150%;
    border: 2px solid #2372ea;
}

.btn_style03 span{
  display: inline-block;
  line-height: 50px;
  color: #2372ea;
}

.btn_style02{
  border: 2px solid #5892ea;
  width: 175px; 
  height: 40px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.btn_style02 span{
  display: inline-block;
  line-height: 40px;
  color: #5892ea;
}

@media screen and (max-width : 768px){
  .btn_style01,.btn_style03,.btn_style02,.btn_style04{
    width:100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 93%;
  }
  
  .btn_style02{
    width:90%;
    height:auto;
  }
  
  .btn_style01,.btn_style03,.btn_style04{
    border-radius: 13px;
    height:auto;
  }
  
  .btn_style01 span,.btn_style03 span,.btn_style02 span,.btn_style04 span{
    line-height: 3em;
  }  
}

/* -----------------------------------------------------------------
 fixedBox
----------------------------------------------------------------- */
/*
 goIndex
------------------------------------- */
#goIndexBox {
	position: fixed;
	z-index:10;
	bottom: 30px;
	right:10px;
}
