@charset "UTF-8";

/* body
***************************************************************/
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .04em;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	padding-top: 74px;
}

body.hide{
overflow:hidden;
}
/* link
***************************************************************/
a {
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  transition: all .3s ease-in-out;
}
/* clear
***************************************************************/
.clearfix {
zoom:1;
}
.clearfix:after {
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
overflow:hidden;
font-size:0.1em;
line-height:0;
}
/* common
***************************************************************/
.rapper {
  width: 90%;
  max-width: 1000px;
  padding: 0 5%;
  margin: 0 auto;
}

/* mainHeader
***************************************************************/
#menuCover {
  display: none;
}
#mainHeader {
  width: 100%;
  height: 66px;
  background: #fff;
  box-shadow: 0 0 4px #c3c3c3;
  border-top: 8px solid #001a69;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}
#mainHeader .rapper {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0;
  height: 66px;
}
#mainHeader h1 {
  position: absolute;
  width: 90%;
  top: 20px;
  left: 5%;
}
#mainHeader h1 a {
  display: block;
  width: 35.3%;
}
#mainHeader h1 a img {
  width: 100%;
  max-width: 353px;
  height: auto;
}
#mainHeader #headerNav {
  position: absolute;
  top: 0;
  right: 5%;
}
#mainHeader #headerNav ul {
  width: 100%;
  display: block;
}
#mainHeader #headerNav ul li {
  float: left;
  height: 66px;
  margin: 0 0 0 40px;
}
#mainHeader #headerNav ul li a,
#mainHeader #headerNav ul li span.nbtn {
  display: block;
  height: 63px;
  font-size: 16px;
	font-weight: 600;
  color: #001a69;
  line-height: 63px;
  cursor: pointer;
}
#mainHeader #headerNav ul li.red {
  display: block;
  height: 66px;
  border-bottom: none;
  padding: 0 10px;
}
#mainHeader #headerNav ul li.red a {
  width: 100%;
  height: 52px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 38px;
  padding: 14px 20px 0 5px;
  background: url(../img/common/icon_mail.gif) no-repeat right center #b80000;
  background-position-x: 120px;
  background-size: 18px;
}
#mainHeader #headerNav ul li.red a span {
  font-size: 16px;
  display: block;
  font-weight: 600;
  letter-spacing: -0.06em;
}
#mainHeader #headerNav ul li a.active,
#mainHeader #headerNav ul li a:hover,
#mainHeader #headerNav ul li span.nbtn.active,
#mainHeader #headerNav ul li span.nbtn:hover {
  text-decoration: none;
  border-bottom: 3px solid #001a69;
}
#mainHeader #headerNav ul li.red a:hover {
  border-bottom: none;
  opacity: 0.8;
}
#mainHeader .megaNavi {
height: 300px;
width: 100%;
position: absolute;
top: 66px;
left: 0;
background: rgba(246,246,246,0.95);
display: none;
  text-align: center;
}
#mainHeader .megaNavi .linkbox {
  width: 223px;
  display: inline-block;
  margin: 40px 15px 0;
}
#mainHeader .megaNavi .linkbox a {
  display: block;
  height: 100%;
  width: 100%;
  color: #001a69;
}
#mainHeader .megaNavi .linkbox a:hover {
  text-decoration: none;
}
#mainHeader .megaNavi .linkbox .pic {
  margin-bottom: 10px;
}
#mainHeader .megaNavi .linkbox .pic img {
  width: 100%;
  height: auto;
}

#mainHeader .megaNavi .linkbox .linkName {
  font-size: 21px;
  font-weight: 600;
  line-height: 1em;
  font-family: "Roboto";
}
#mainHeader .megaNavi .linkbox .linkName span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}

#mainHeader #mNavi02.megaNavi .linkbox {
  width: 112px;
  display: inline-block;
  margin: 40px 15px 0;
}

#mainHeader #mNavi02.megaNavi .linkbox .linkName {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  font-family: "Roboto";
}
#mainHeader #mNavi02.megaNavi .linkbox .linkName span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
/* mainContents
***************************************************************/
#mainContents {
  text-align: center;
}
/* mainFooter
***************************************************************/
#mainFooter #pageTopBtn {
  width: 55px;
  height: 55px;
  display: none;
  position: fixed;
  bottom: 80px;
  right: 3%;
  z-index: 10000;
}
#mainFooter #pageTopBtn a{
  display: block;
  height: 100%;
  width: 100%;
}

#mainFooter #footerContent {
  background: #eeeeee;
  padding: 60px 0;
}
#mainFooter #footerContent .fcBox{
  width: 15%;
  padding-left: 4%;
  float: left;
}
#mainFooter #footerContent .fcBox#fc01{
  width: 20%;
  padding-left: 0;
}
#mainFooter #footerContent .fcBox#fc02{
  width: 18%;
  padding-left: 5%;
}

#mainFooter #footerContent .fcBox p.logo img {
  width: 100%;
  max-width: 182px;
  height: auto;
  line-height: 1px;
}
#mainFooter #footerContent .fcBox .title {
  font-size: 18px;
  font-weight: bold;
  color: #001a69;
  line-height: 1em;
  margin-bottom: 20px;
  text-align: left;
}
#mainFooter #footerContent .fcBox p.title::after {
  content: " ";
  width: 25px;
  height: 2px;
  display: block;
  background: #b80000;
  margin-top: 20px;
}

#mainFooter #footerContent .fcBox ul li{
  line-height: 1em;
  margin-bottom: 20px;
  text-align: left;
}
#mainFooter #footerContent .fcBox ul li a,
#mainFooter #footerContent .fcBox ul li span{
color: #000;
display: block;
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
#mainFooter #footerContent .fcBox ul li span {
  color: #acacac;
}
#mainFooter #footerContent .fcBox ul li a::before,
#mainFooter #footerContent .fcBox ul li span::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
left: 3px;
width: 4px;
height: 4px;
border-top: 2px solid #001a69;
border-right: 2px solid #001a69;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#mainFooter #footerContent .fcBox ul li img {
  margin-left: 5px;
  margin-top: 2px;
}

#mainFooter #footerBottom {
  background: #001a69;
  line-height: 1em;
  color: #fff;
  padding: 18px 0;
}
#mainFooter #footerBottom .rapper {
  position: relative;
}
#mainFooter #footerBottom #externalLink{
  float: left;
}
#mainFooter #footerBottom #externalLink ul li{
  float: left;
  margin-right: 40px;
}
#mainFooter #footerBottom #externalLink ul li a{
  font-size: 14px;
  color: #fff;
  padding-right: 15px;
  background: url(../img/common/icon_window.png) no-repeat right top;
}
#mainFooter #footerContent .fcBox#fc04 {
  padding-top: 60px;
  padding-left: 0;
}

#mainFooter #footerBottom #copylight {
  font-family: "Roboto";
  text-align: right;
  font-size: 14px;
}
.sp { display: none; }

@media screen and (max-width: 1023px) {
  #mainHeader h1 {
    left: 3%;
  }
  #mainHeader #headerNav{
    right: 0;
  }
  #mainHeader #headerNav ul li {
    margin: 0 0 0 20px;
  }
  #mainHeader #headerNav ul li.red {
    padding: 0 20px 0 10px;
  }
}
@media screen and (max-width: 800px) {
  #mainHeader #headerNav ul li {
    margin: 0 0 0 10px;
  }
  #mainHeader .megaNavi .linkbox {
    width: 200px;
  }
}
@media screen and (max-width: 769px) {
  .pc { display: none; }
  .sp { display: block; }
  body {
    padding-top: 54px;
  }
  .rapper {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  #mainHeader {
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0 0 2px #c3c3c3;
    border-top: 4px solid #001a69;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
  }
  #mainHeader .rapper {
    position: static;
    height: 100%;
  }
  #mainHeader h1 {
    position: static;
    width: 100%;
    height: auto;
    margin: 0 0 0 3%;
    line-height: 1px;
  }
  #mainHeader h1 a {
    display: inline-block;
    width: auto;
  }
  #mainHeader h1 a img{
    width: 100%;
    max-width: 290px;
    height: auto;
  }
  #mainHeader #menuBtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: #001a69;
  }
  #menu-trigger,#menu-trigger span {
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-sizing: border-box;
  color: #fff;
  }
  #menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
  display: block;
  }
  #menu-trigger:hover {
  filter:alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  }
  
  #menu-trigger span {
  position: absolute;
  left: 0px;
  width: 20px;
  height: 3px;
  background-color: #fff;
  color: #fff;
  }
  
  #menu-trigger span:nth-of-type(1) {
  top: 0px;
  }
  
  #menu-trigger span:nth-of-type(2) {
  top: 8px;
  }
  
  #menu-trigger span:nth-of-type(3) {
  top: 16px;
  }
  #menu-trigger.active {
    z-index: 210;
  }
  #menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  }
  #menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  }
  #menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
  }
  #main_header ul li a{
  color: #000;
  background: #fff;
  margin-left: 0;
  }
  #mainHeader #headerNav {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
  }
  #menuCover {
    width: 100%;
    height: 100%;
    background: #eeeeee;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    display: none;
  }
  #menuCover ul.spNavi {
    padding-top: 55px;
    background: #eee;
    color: #001a69;
    font-weight: 600;
    font-size: 16px;
  }
  #menuCover ul.spNavi li .lank1{
    display: block;
    padding: 15px;
    border-bottom: 1px solid #cecece;
    line-height: 1em;
    cursor: pointer;
    position: relative;
  }
  #menuCover ul.spNavi li .lank1.active {
    color: #b80000;
    background: #fff;
  }
  #menuCover ul.spNavi li .lank1 .icon {
    position: absolute;
    top: 24px;
    right: 32px;
    vertical-align: middle;
  }
  #menuCover ul.spNavi li .lank1 .icon:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: currentColor;
  }  
  #menuCover ul.spNavi li .lank1 .icon:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }  
  #menuCover ul.spNavi li .lank1.active .icon:after {
    display: none;
  }  
  #menuCover ul.spNavi li ul.lank2{
    background: #fff;
    display: none;
  }
  #menuCover ul.spNavi li ul.lank2 a{
    display: block;
    color: #000;
    padding: 15px 15px 15px 30px;
    border-bottom: 1px solid #cecece;
    line-height: 1em;
    font-weight: 400;
    position: relative;
  }
  #menuCover ul.spNavi li ul.lank2 a:after {
    position: absolute;
    bottom: 18px;
    right: 26px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #001a69;
    border-right: 2px solid #001a69;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)    
  }
  #menuCover ul.spNavi li ul.lank2 a:hover {
    text-decoration: none;
  }
  #menuCover p.ricBtn {
    width: 90%;
    margin: 30px auto 0;
    letter-spacing: -0.04em;
  }
  #menuCover p.ricBtn a{
    display: block;
    padding: 20px 25px 20px 15px;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: url(../img/common/icon_mail.gif) no-repeat right center #b80000;
    background-position-x: 95%;    
  }
  #menuCover p.ricBtn a:hover {
    text-decoration: none;
  }
  #mainFooter #footerContent {
    background: #eeeeee;
    padding: 20px 0 0;
  }
  #mainFooter #footerContent .rapper{
    width: 100%;
  }
  #mainFooter #footerContent .fcBox{
    float: none;
    width: 100%;
    margin: 0 auto;
    padding-left: 0%;
    font-size: 14px;
    border-bottom: 1px solid #cecece;
    position: relative;
  }
  #mainFooter #footerContent .fcBox#fc01{
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece;
  }
  #mainFooter #footerContent .fcBox#fc02{
    width: 100%;
    padding-left: 0;
  }
  #mainFooter #footerContent .fcBox p.logo {
    width: 90%;
    margin: 0 auto;
  }
  #mainFooter #footerContent .fcBox p.logo img{
    width: 80%;
    max-width: 470px;
  }

  #mainFooter #footerContent .fcBox .title {
    font-size: 14px;
    font-weight: bold;
    color: #001a69;
    line-height: 1em;
    width: 90%;
    padding: 15px 3%;
    margin-bottom: 0px;
    cursor: pointer;
  }
  #mainFooter #footerContent .fcBox p.title::after {
    display: none;
  }
  .plus.icon {
    color: #000;
    position: absolute;
    margin-left: 3px;
    margin-top: 10px;
    right: 8%;
    top: 10px;
    vertical-align: middle;
    background: #c0c;
  }
  .plus.icon:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: currentColor;
  }
   .plus.icon:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .open .plus.icon:after {
    display: none;
  }


  #mainFooter #footerContent .fcBox ul {
    width: 90%;
    margin: 0 auto;
    display: none;
  }
  #mainFooter #footerContent .fcBox ul li{
    line-height: 1em;
    margin-bottom: 10px;
  }

  #mainFooter #footerBottom {
    height: auto;
    line-height: 1em;
    padding: 20px 0;
  }
  #mainFooter #footerBottom #externalLink{
    position: static;
    text-align: center;
    display: block;
    margin: 0 auto 15px;
    float: none;
  }
  #mainFooter #footerBottom #externalLink ul li{
    display: inline-block;
    float: none;
    margin:0 0.5em;
  }
  #mainFooter #footerBottom #externalLink ul li a {
    font-size: 10px;
    background: url(../img/common/icon_window.png) no-repeat right top;
    background-size: 10px 10px;
  }
  #mainFooter #footerBottom #copylight {
    display: block;
    text-align: center;
    font-size: 12px;
  }
  #mainFooter #pageTopBtn {
    display: none!important;    
  }
  #mainFooter #pageTopBtn_sp {
  }
}