@charset "UTF-8";
@import url("reset.css");
@import url("font_style.css");
@import url("megamenu.css");
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
html {
    font-size: 62.5%;
}
html, body {
  height: 100%;
  margin: 0;
}
* {
  box-sizing: border-box;
}
body *{
  box-sizing: inherit;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 500;
  color: #222;
  width: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background: #FFF;
}
body a {
  color: #005CB5;
  text-decoration: none;
  word-break: break-all;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
    color:#515151;
}
h4 {
  position: relative;
  width: 100%;
  margin: 3rem 0 1rem;
  padding-bottom: .5rem;
  font-size: 2rem;
  font-weight: normal;
  line-height: 140%;
  letter-spacing: .1rem;
  text-align: left;
}
h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  border-bottom: 1px solid #999;
}
h5 {
  font-size: 1.8rem;
  font-weight: normal;
  color:#1a4883;
  line-height: 140%;
  margin: 1.5rem 0 1rem;
}
h6 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 140%;
  margin: 1rem 0 0.8rem;
}
.cont_index, .footer-bottom-link{
    position: relative;
}
.cont_index li::before, .footer-bottom-link a::before{
    position: absolute;
    top:0;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border:1px solid #999;
}
.cont_index li::after, .link a::after{
    position: absolute;
    top:0;
    left: 0;
    width: 1rem;
    height: 1rem;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #bbb;
}
/*
.cont_index li::before, .link a::before {
  padding: 0 3px 0 0;
  content: "\ea42";
  font-family: "icomoon";
  vertical-align: middle;
}
a.http::after {
  padding: 0 0 0 .5rem;
  content: "\ea7f";
  font-family: 'icomoon';
  font-size: 1rem;
  vertical-align: middle;
}*/
.inner {
  width: 1200px;
  margin: 0 auto;
}
p{
    margin:0 0 0.2rem;
}
img {
    vertical-align: middle;
}
#wrap{
    width: 100%;
}
.link-adjust{
    display: block;
}
.link-adjust:before{
  display: block;
  height: 130px;
  margin-top: -130px;
  content: "";
  visibility: hidden;
}
a.anchor{
    display: block;
    padding-top:130px;
    margin-top:-130px;
}
.clear {
  display: block;
}
.clear:after{
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
}
.center{
  text-align: center!important;
}
.left{
  text-align: left!important;
}
.right{
  text-align: right!important;
}
.red{
  color: #f1481ef1;
}
.blue{
    color: #025afd;
}
.green{
    color: #029c3d;
}
.red-bk{
    color: #fff!important;
    background:#f1481ef1!important;
}
.bold{
  font-weight: 600!important;
}
.shift{
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.no-wrap{
  white-space: nowrap;
}
.underline{
  border-bottom: 1px solid #00a3f4;
}
.alos4 .underline{
  border-bottom: 1px solid #8ec31f;
}
.alos3 .underline{
  border-bottom: 1px solid #fc7e2a;
}
.new-mark{
    position: relative;
    display: inline-block;
    width: 250px;
    margin-left: 10px;
}
.new-mark::after{
    display: block;
    position: absolute;
    content: "new!";
    top:0;
    right:-10px;
    width: 50px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    background:#e45d00;
    border-radius: 4px;
}
.border-top{
  border-top:1px solid #a1a9af;
}
.break{
  display: inline-block;
}
.hidden{
  display: block;
}
.hidden2{
  display: none!important;
}
.no-margin{
    margin: 0;
}
.domain:before{
  content:"@";
}
#content {
  width:100%;
    margin:0 auto;
    padding:140px 0 30px;
    background: #F4F5F7;
}
ul.list_mark li {
    text-indent: -1em;
    margin-left: 1em;
}
ul.list_mark li::before {
    content: "";
    display: inline-block;
    width: 1em;
    text-indent: 0;
    width: 8px;
    height: 8px;
    background-color: #00a3f4;
    border-radius: 100%; 
    margin: 0 .5em 0 0;
}
.cont_index li {
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: #BBB 1px dotted;
  }
/*HEADER*/
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    z-index: 1000;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.header-inner{
    width: 1200px;
    margin: 0 auto;
}
.header-inner:after{
    display: block;
    content: "";
    height: 0;
    clear: both;
    visibility: hidden;
}
#header .header-link{
    width: 100%;
    background:#fff;
}
#header .header-link .banner{
    display: inline-block;
    padding:3px 20px 3px 0;
}
#header .header-link .jaxa a{
    width: 80px;
}
#header .header-link .eorc a{
    width: 90px;
}
#header .header-link .alos a{
    width: 90px;
}
.headerNav_box { 
    width: 100%;
    height: 56px;
    background: #081734; 
}
#header h1{
    display: block;
    float: left;
    margin:0;
    padding:5px;
}
#header h1 img{
    width: 100%;
}
#header .sub-cont {
    display: block;
    float: right;
    padding:14px 10px;
}
#header .search {
    display: block;
    width:300px;
    float: right;
    padding:0 10px;
}
#header .search .gsc-control-cse{
  background-color:transparent;
  border:none;
  padding:0;
}
#header .searchText{
  max-width: 240px;
  height: 24px;
}
#header .search_btn{
  vertical-align: middle;
}
#header .faq {
    display: block;
    float: right;
    text-align: center;
    background: #383940;
    border-radius: 3px;
}
#header .faq a {
    padding:4px 5px 2px;
    letter-spacing: 1px;
    color: #beeb57;
    font-weight: 700;
}
.search_btn {
  font-family: "Font Awesome 5 Free";
    height: 24px;
    width: 40px;
    font-size: 18px;
    line-height: 110%;
    color:#fff;
    background-color: #00a3f4;
    border-radius: 3px;
    border:none;
    cursor: pointer;
}
.alos2 .search_btn, .alos4 .search_btn {
  background-color: #8EC31F;
}
.alos3 .search_btn {
  background-color: #FF7F2B;
}
.search form{
    margin-bottom: 0;
}
.search_box {
  background: #FFF;
  border: none;
  border-radius: 3px;
  height: 24px;
  width: 250px;
  padding: 2px 5px;
  color: #444;
  font-size: 12px;
}
.lang {
    display: block;
    float: right;
  font-weight: 600;
  color: #FFF;
}
.lang a {
    color: #808080;
}
.lang .jp {
    padding:3px 5px;
}
.lang .en {
    padding:3px 0 3px 5px;
}
.snav{
  display: none;
}
#gnavigation{
  width: 100%;
  margin: 0 auto;
  text-align:center;
  background: #040d1d;
}
.snav, #snav{
    display: none;
}
.current, .current2{
    color:#00a3f4!important;
}
.alos2 .current, .alos2 .current2, .alos4 .current, .alos4 .current2{
    color:#8ec31f!important;
}
.alos3 .current, .alos3 .current2{
    color:#fc7e2a!important;
}
/**/
#gnav{
    width:1200px;
    margin:0 auto;
}
#gnav ul{
    margin:0;
    padding-left: 0;
}
#gnav .parent{
    width:1200px;
    margin:0 auto;
    height:50px;
}
#gnav .parent > li{
    display:block;
    position:relative;
    float: left;
    width:100%;
    margin:0;
    padding:14px .4rem;
    color:#fff;
    margin:0;
    font-size:1.4rem;
    text-align:center;
    transition:all 0.2s;
}
#gnav .parent > li a{
    display:block;
}
#gnav .parent > li:hover{
    background-color:#345;
    transition: ease-in-out;
    transition:all 0.8s;
}
#gnav .parent .w11{
    width: 11%;
}
#gnav .parent .w115{
    width: 11.5%;
}
#gnav .parent .w12{
    width: 12%;
}
#gnav .parent .w15{
    width: 15%;
}
#gnav .parent .w16{
    width: 16%;
}
#gnav .child{
    position:absolute;
    left:0;
    top:50px;
    width:220px;
    height:auto;
    display:none;
    background-color:#345;
    z-index:1;
}
#gnav .child li{
    display: block;
    border-bottom:1px solid #51595c;
}
#gnav .child li a{
    display:block;
    padding:6px;
    color:#fff;
    transition:all 0.2s;
}
#gnav .child li p{
    padding:10px 10px 5px;
}
#gnav .child li:last-child a{
    border:none;
}
#gnav .child li a:hover, #gnav .smenu:hover{
    background-color:#005CB5;
}
#gnav .grandchild{
    display: none;
}
#gnav .smenu {
    width: 100%;
    cursor: pointer;
}
#gnav .grandchild {
    background-color:#3c4c5f;
}
#gnav .grandchild li a{
    display:block;
    padding:5px 10px;
    font-size:13px;
    border-bottom:none;
    transition:all 0.2s;
}
#gnav .grandchild li:last-child{
    border-bottom:none;
}
.alos3 #gnav .child li a:hover{
    background-color: #e45d00;
}
.alos2 #gnav .child li a:hover, .alos4 #gnav .child li a:hover{
    background-color: #649f33;
}
/*ALOS2 header*/
.alos2 .search_btn, .alos4 .search_btn{
  background-color: #8EC31F;
}
.alos2 .app_btn a, .alos2 ul.list_mark li::before, .alos4 .app_btn a, .alos4 ul.list_mark li::before {
  background: #8ec31f;
}
/*ALOS3 header*/
.alos3 .search_btn {
    background-color: #FF7F2B;
}
.alos3 .app_btn a, ul.list_mark li::before {
    background: #FF7F2B;
}
/* footer*/
#footer{
    margin:0;
    padding:0;
}
#pageTop{
    position: fixed;
    right: 40px;
    bottom: 40px;
    opacity: 0.8;
}
#pageTop a {
    display: block;
    position: relative;
    color: #fff;
    width:80px;
    height:80px;
    border-radius: 50%;
    text-align: center;
    font-family: 'Alata', sans-serif;
    font-size: 16px;
    padding: 35px 0 0;
    line-height: 1.2;
    letter-spacing: 1px;
    background: #0078d7;
}
.alos4 #pageTop a, .alos2 #pageTop a {
    background: #8ec31f;
}
.alos3 #pageTop a {
    background: #fc7e2a;
}
#pageTop a::before {
    display:block;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top:20px;
    left: 50%;
    margin-left: -7px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}
.bnr_box {
    margin:0;
    text-align: center;
  background: #e2e2e2;
  padding: 1rem;
}
.bnr_box li {
    display: inline-block;
    padding: 0 10px;
    line-height: 1;
}
.sitemap {
    margin: 0 auto;
    padding:20px 20px 0;
}
.sitemap h3 {
    margin:0 0 10px;
    padding:0;
    text-align: left;
    font-weight: 700;
    font-size: 1.6rem;
    color: #0078D7;
    border-bottom: 1px solid #0078D7;
}
.sitemap h3 a{
    text-decoration: none;
}
.sitemap dl {
    margin:5px 0 10px;
}
.sitemap dl dt {
    color: #000;
    margin-bottom: .3rem;
    font-size: 1.3rem;
}
.sitemap dl dd {
    margin:0;
    padding: 0 0 5px 0;
    font-size: 12px;
}
.sitemap dl dd::before {
  content: "-";
  padding-right: 5px;
}
.sitemap dt a, .sitemap dd a{
    color: #000;
}
.footer_bottom a {
    color: #3e3f40;
}
.sitemap li { margin: 5px 0; }
.smap_box {
    display: block;
    float: left;
    width: calc(100% / 4);
    padding-right: 20px;
}
.sitemap table{
    width:100%;
}
.sitemap td{
    display: block;
    width: 20%;
}
.sns_area {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 .5rem;
    text-align: center;
}
ul.sns_area li {
    display: inline-block;
  font-family: "Font Awesome 5 Free";
    font-size: 24px;
    padding-right: 1rem;
}
.ico_ttr a{
    color: #1DA1F2;
}
.ico_yt a{
    color: red;
}
.ico_ig a{
    color: #262626;
}
.ico_fb a{
    color: #395498;
}
.footer_bottom {
      margin: 0 auto;
      font-size: 12px;
    background: #EFEFEF;
    padding: 8px 2rem;
}
.footer_bottom .copyright{
      display: block;
      float: left;
}
.footer_bottom ul{
      display: block;
      float: right;
      margin:0;
      padding:0;
}
.footer-bottom-link li {
    position: relative;
    display: inline-Block;
    margin-right:1rem;
    padding-left: 16px;
    color:#3e3f40;
}
.footer-bottom-link li::before{
    position: absolute;
    display: block;
  font-family: "Font Awesome 5 Free";
    content: "\f111";
    top:-1px;
    left: 0;
    font-size: 14px;
}
.footer-bottom-link li::after{
    position: absolute;
    display: block;
  font-family: "Font Awesome 5 Free";
    content: "\f105";
    top:0;
    left: 4px;
    font-size: 12px;
    font-weight: 900;
}
/*alos*/
.alos .a-head-logo{
    display: block;
}
.a2-head-logo, .a3-head-logo, .a4-head-logo{
    display: none;
}
/*alos2*/
.alos2 .a2-head-logo{
    display: block!important;
}
.alos2 .a-head-logo, .alos2 .a3-head-logo, .alos2 .a4-head-logo{
    display: none!important;
}
.alos2 .sitemap h3, .alos4 .sitemap h3{
    color: #649f33;
    border-bottom: 1px solid #649f33;
}
.alos2 .sitemap h3 a, .alos4 .sitemap h3 a{
    text-decoration: none;
    color: #649f33;
}
/*alos3*/
.alos3 .a3-head-logo{
    display: block!important;
}
.alos3 .a-head-logo, .alos3 .a2-head-logo, .alos3 .a4-head-logo{
    display: none!important;
}
.alos3 .sitemap h3 {
    color: #e45d00;
    border-bottom: 1px solid #e45d00;
}
.alos3 .sitemap h3 a{
    text-decoration: none;
    color: #e45d00;
}
/*alos4*/
.alos4 .a4-head-logo{
    display: block!important;
}
.alos4 .a-head-logo, .alos4 .a2-head-logo, .alos4 .a3-head-logo{
    display: none!important;
}
@media screen and (max-width: 1199px){
  .inner {
    width: 100%;
    margin: 0 auto;
    padding:0 20px;
  }
  .smap_box {
    width: calc(100% / 2);
  }
  .header-inner, #navigation-inner, #gnav{
    width: 100%;
  }
  #gnav .parent{
        width: 100%;
  }/*
  #gnav .parent > li a{
        padding:14px 14px;
  }*/
  .main-container2{
    width: 100%;
  }
  .footer-inner{
    width:100%;
    margin:0 auto;
    padding:20px;
  }
}
@media screen and (max-width:1079px){
  .footer-banner ul{
        width:100%;
        margin:0 auto;
  }
  .footer-banner li{
        display: block;
        float: left;
        width:calc(100% / 4) ;
  }
}

@media screen and (max-width:960px){
  .main-cont{
        padding-top:75px;
  }
  #header, .headerNav_box{
        height: 65px;
  }
  #header-inner{
        padding:8px;
  }
    #header h1{
        width: 250px;
        padding:16px 0 0 15px;
    }
    #gnav, .header-link, #header .search, #header .faq{
        display: none;
    }
    #header .sub-cont{
        width:80px;
        padding:20px 8px;
        margin-right:50px;
    }
    #___gcse_0{
        display: none!important;
    }
  /*mobile navigation*/
    .snav{
        display: block;
        position: absolute;
        top:18px;
        right: 15px;
        width:30px;
        background: #040d1d;
    }
    .snav a, .snav{
        color:#fff;
    }
    .snav ul {
        display: none;
        width:100%;
        margin:0;
        padding:0;
        background:#345;
    }
    .snav .smenu {
        cursor: pointer;
        display: block;
        width: 250px;
        padding:6px;
        border-bottom:1px solid #345;
    }
    .snav .menu-no-link{
      display: block;
      width:100%;
      color:#c0cacf;
      padding: 8px 2px 0 10px;
    }
    .snav li a{
      display: block;
      width:100%;
      line-height: 130%;
      cursor: pointer;
      padding: 8px 2px 4px 10px;
    }
    .english .snav li a{
      font-size: 1.4rem;
    }
    .sp_menu_button{
        position: absolute;
        top:0;
        right: 0;
        width:30px;
        height:20px;
        outline: none;
        border: none;
        font-size: 20px;
        margin:5px auto;
        display:block;
    }
    .sp_menu_button .menu_icon01 {
        display: block;
        float: left;
        cursor: pointer;
        transition: all 0.2s ease-in;
      }
    .sp_menu_button .menu_icon01 span {
        display: block;
        width: 30px;
        height: 4px;
        background: #e9f1fd;
        margin-bottom: 4px;
        transition: all 0.4s ease-out;
    }
    .sp_menu_button.open .menu_icon01{
        transform: rotate(-45deg);
    }
    .sp_menu_button.open .menu_icon01 .bar1 {
        transform: rotate(0deg) translateY(8px);
    }
    .sp_menu_button.open .menu_icon01 .bar2 {
        opacity: 0;
    }
    .sp_menu_button.open .menu_icon01 .bar3 {
       transform: rotate(-90deg) translateX(8px);
    }
    .snav-inner{
        position: absolute;
        display: none;
        top:46px;
        right:-15px;
        width:250px;
        text-align: left;
        background:#081734;
        z-index:3000;
    }
    .snav-inner li{
      display: block;
      width:100%;
      border-bottom:solid 1px #567;
    }
    .snav-inner li:last-child{
      border-bottom:none;
    }
    .snav-bt1{
      display: block;
      position: relative;
      font-weight: 600;
      padding:8px 0 8px 24px;
      background: #005CB5;
    }
    .snav-bt1:before{
        display: block;
        position: absolute;
        content: "";
        top:50%;
        left: 5px;
        margin-top: -6px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right:2px solid #fff;
        transform: rotate(45deg);
    }
    .snav-bt1 a{
        color:#fff;
    }
    .snav-bt2{
        padding:8px 0 8px 30px;
        background:#e1e9ec;
    }
    .nav-text{
        border-bottom:1px solid #aaa;
        padding:18px;
    }
    .nav-text a{
        color:#336699;
        text-decoration: none!important;
    }
    .nav-text a:hover{
        color:#515151;
    }
    .footer-inner li{
        display: block;
        float: none;
        width:100% ;
        padding:10px 0;
    }
  #content {
    padding:65px 0 30px;
  }
    h2 {
        font-size: 26px;
    }
    .title-e {
        font-size: 14px;
    }
    .cont1080{
        width: 100%;
        padding:20px;
        box-sizing: border-box;
    }
    .main-container{
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .main-container2000{
        width: 100%;
        margin: 0 auto!important;
        text-align: center;
    }
    .container{
        width: 90%;
        margin: 0 auto;
    }
    .container2{
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px){
    .break{
        display: block;;
    }
    .bnr_box li {
        display: block;
        max-width: 200px;
        margin: 0 auto;
        padding: 5px 0;
    }
    .footer_bottom .copyright, .footer_bottom ul{
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    footer h3{
        text-align: center;
    }
    .smap_box {
        width: 100%;
        text-align: left;
    }
    .smap_box dd{
        display: none!important;
    }
    #header h1:before{
        display: none;
    }
    .break{
        display: block;
    }
    #pageTop{
        position: fixed;
        right: 20px;
        bottom: 20px;
        opacity: 0.8;
    }
    #pageTop a {
        width:50px;
        height:50px;
        font-size: 12px;
        padding: 20px 0 0;
        letter-spacing: 0;
    }
    #pageTop a::before {
        width: 8px;
        height: 8px;
        top:10px;
        left: 50%;
        margin-left: -5px;
    }
    .footer-banner li{
        display: block;
        float: left;
        width:calc(100% / 2) ;
        padding: 0 10px 10px 0;
    }
    .footer-banner li:nth-child(2n){
        padding-right: 0;
    }
}
@media screen and (max-width:400px){
    #header h1{
        width: 200px;
    }
}
@media screen and (max-width:350px){
    #header h1{
        width: 180px;
    }
}
