@charset "utf-8";
/*
 * CSS base.css
 */

/* ---------------------------------------
base
--------------------------------------- */
body{
  color: #292929;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.01em;
	max-height: 999999px;
}
@media screen and (max-width: 639px) {
  body { font-size: 13px; }
}
@media screen and (max-width: 479px) {
  body { font-size: 12px; }
}

a:link,
a:visited { color:#096094;}
a:hover,
a:active { color:#2F598C;text-decoration: none; }




.wrapper{
  min-width: 1050px;
}
/* ---------------------------------------
#header
--------------------------------------- */
#header{
  width: 100%;
  position: fixed;
  top: 0; right: 0;
  z-index: 10;
  -webkit-box-shadow:0px 3px 4px -2px #557483;
  -moz-box-shadow:0px 3px 4px -2px #557483;
  box-shadow:0px 3px 4px -2px #557483;
  background: #FFF;
}
#header .logo{
  width: 256px;
  padding: 25px 0;
}
#header .h_btn1{
  position: absolute;
  top: 25px; right: 0;
}
#header .h_btn1 a{
  display: block;
  line-height: 1;
  text-decoration: none;
  padding: 12px 36px 10px;
  border-radius: 5px;
  border: 2px solid #006391;
}
#header #gnav{
  position: absolute;
  top: 36px; right: 200px;
}
#header #gnav>ul>li{
  float: left;
}
#header #gnav>ul>li>a{
  color: #484747;
  font-size: 18px;
  padding: 0 8px;
  display: block;
  text-decoration: none;
}
#header #gnav>ul>li>a:before{
  content: "/";
  margin-right: 12px;
}
#header #gnav>ul>li>first-child a:before{
  display: none;
}
#header #gnav>ul>li>a span{
  position: relative;
}
#header #gnav>ul>li.is-hover>a span,
#header #gnav>ul>li.current>a span,
#header #gnav>ul>li>a:hover span{
  font-weight: bold;
}
#header #gnav>ul>li.is-hover>a span:before,
#header #gnav>ul>li.current>a span:before,
#header #gnav>ul>li>a:hover span:before{
  content: "";
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  bottom: 1px;
  left: 0;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background: #FFFD8C;
}
#header #gnav .pulldown{
  display: none;
  min-width: 1000px;
  position: fixed;
  top: 82px; left: 0;
  width: 100%;
  padding: 46px 0 42px;
  box-sizing: border-box;
  background: #004E7E;
}
#header #gnav .nav_arrow{
  display: none;
  border: 16px solid transparent;
  border-bottom: 16px solid #004E7E;
  position: absolute;
  top: 14px;
  left: 50%;
}
#header #gnav>ul>li.is-hover .nav_arrow{
  display: block;
}
#header #gnav .construction .nav_arrow{
  margin-left: -126px;
}
#header #gnav .maintenance .nav_arrow{
  margin-left: -26px;
}

#header #gnav .pulldown .btn_list{
  text-align: center;
}
#header #gnav .pulldown .btn_list li{
  display: inline-block;
  margin: 0 10px;
  width: 225px;
}
#header #gnav .pulldown .btn_list li a{
  color: #4B4B4B;
  width: 100%;
  display: table;
  text-decoration: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 0 0px #ADACAC;
  -moz-box-shadow: 0px 2px 0 0px #ADACAC;
  box-shadow: 0px 2px 0 0px #ADACAC;
  background: url(../img/common/bg_btn2.png);
}
#header #gnav .pulldown .btn_list li a:hover{
  color: #FFF;
  background: url(../img/common/bg_btn1.png);
  -webkit-box-shadow: 0px 2px 0 0px #004C66;
  -moz-box-shadow: 0px 2px 0 0px #004C66;
  box-shadow: 0px 2px 0 0px #004C66;
}
#header #gnav .pulldown .btn_list li a span{
  width: 100%;
  height: 74px;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 45px;
  background-size: 65px!important;
}

/* ---------------------------------------
#breadcrumb
--------------------------------------- */
#breadcrumb {
  font-size: .85em;
  padding: 8px 0 5px;
  background: #F3F4F4;
}
#breadcrumb ol{
  width: 960px;
  margin: 0 auto;
}
#breadcrumb ol li{
  line-height: 1;
  display: inline-block;
}
#breadcrumb ol li:before{
  content: "＞";
  margin: 0 12px 0 12px;
}
#breadcrumb ol li:first-child img{
  height: 16px;
  margin-top: -4px;
}
#breadcrumb ol li:first-child:before{
  display: none;
}




/* ---------------------------------------
#content
--------------------------------------- */
#content {
  min-height: 600px;
  margin-top: 82px;
}


.pagetitle{
  padding: 20px 0;
  background: url(../img/common/bg_tit2.png);
  margin-bottom: 30px;
}
.pagetitle .p_tit1{
  font-size: 2em;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
  background: url(../img/common/bg_tit1.png) no-repeat left 45%;
  background-size: 18px;
  padding-left: 30px;
}
.pagetitle .p_tit1 i{
  font-size: 18px;
}






/* ---------------------------------------
#pagetop
--------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 85px;
  right: 30px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 40px;
    right: 10px;
  }
}





/* ---------------------------------------
#footer
--------------------------------------- */
#footer{
  border-top: 2px solid #D0EFFE;
}
#footer .f_logo{
  width: 256px;
  float: right;
  padding: 12px 0 40px;
}
#footer .copyright{
  color: #006391;
  font-size: .85em;
  position: absolute;
  top: 52px;
  right: 0px;
}
