/* style_sp.css */

/*----------------------------------
COMMON
------------------------------------*/

html {
    font-size: 62.5%;
}

p, a, li, dd, dt, span, div, h1, h2, h3 {
    font-size: 1.4rem;
}

.wrapper {
    min-width: 100%;
    overflow: hidden;
}

.inner {
    width: 100%;
}

.pc {
    display: none;
}

.sp {
    display: block;
}

p img {
    display: block;
}

.content img {
    height: auto!important;
}
.mt10_sp {
    margin-top: 10px!important;
}

.mt15_sp {
    margin-top: 15px!important;
}

.mt20_sp {
    margin-top: 20px!important;
}

.mt25_sp {
    margin-top: 25px!important;
}

.mt30_sp {
    margin-top: 30px!important;
}

.mt35_sp {
    margin-top: 35px!important;
}

.mt40_sp {
    margin-top: 40px!important;
}

.mt50_sp {
    margin-top: 50px!important;
}

.mt60_sp {
    margin-top: 70px!important;
}

.mb10_sp {
    margin-bottom: 10px!important;
}

.mb15_sp {
    margin-bottom: 15px!important;
}

.mb20_sp {
    margin-bottom: 20px!important;
}

.mb25_sp {
    margin-bottom: 25px!important;
}

.mb30_sp {
    margin-bottom: 30px!important;
}

.mb35_sp {
    margin-bottom: 35px!important;
}

.mb40_sp {
    margin-bottom: 40px!important;
}

.mb50_sp {
    margin-bottom: 50px!important;
}

.mb60_sp {
    margin-bottom: 70px!important;
}

/*----------------------------------
その他下層ページ①
------------------------------------*/

h2 {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.6rem;
}

h3:before {
    height: 26px;
}

h3:after {
    height: 13px;
}

/*---------------------------------------------
  Mobile Menu Button
  ---------------------------------------------*/

header {
    height: 50px;
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
}

.header_menu.active .menu-container {
    z-index: 999;
}

.menu-container > .menu {
    transition: all 0.1s;
    height: 50px;
    width: 100%;
    min-width: 100%;
    position: fixed;
    background: #fff;
    box-shadow: 0px 8px 8px -4px rgba(183,202,210,0.5);
}

.header_menu.active .menu-container > .menu {
    height: 50px;
}

.menu-container > .menu > ul {
    display: block;
    transition: all 0.2s;
    transform: translate(800px);
}

.menu-container > .menu > ul.show-on-mobile {
    transform:translate(0px);
    width: 100%;
    background-color: rgba(255,255,255,1.0);
    position: absolute;
    top: 50px;
    right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 998;
    height: auto;
    height: 100vh;
    margin-top: 0;
}

.menu > ul > li.ic {
    border-top: none;
    display: inline-block;
    width: 49%;
}

.menu > ul > li.ic a {
    padding: 1em 5px;
}

.menu > ul > li > a > span {
    border-right: none;
    padding: 0;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
}

#menuButton {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 0;
    width: 60px;
    height: 50px;
    cursor: pointer;
    float: right;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
}

#menuButton span,
#menuButton::before,
#menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  width: 28px;
  height: 2px;
  margin: auto;
  background: #1C1C1C;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #1C1C1C;
}
#menuButton::before {
  z-index: 2;
  transform: translate(0, -8px);
  content: "";
}
#menuButton::after {
  z-index: 2;
  transform: translate(0, 8px);
  content: "";
}

#menuButton span {
    opacity: 1;
    transition: opacity 150ms 50ms;
    padding: 0;
}
#menuButton::before,
#menuButton::after {
  transition: transform 200ms;
}

#menuButton.active span {
  opacity: 0;
  transition: opacity 150ms;
}
#menuButton.active::before {
  transform: rotate(45deg);
}
#menuButton.active::after {
  transform: rotate(-45deg);
}

.menu > ul > li > a > span:before {
    content: none;
}

.menu > ul > li > ul.normal-sub {
    background: #fff;
}

.menu > ul > li > ul.normal-sub > li {
    margin-right: 0;
    margin-top: 0;
    border-bottom: 1px solid #707070;
}

.menu > ul > li > ul.normal-sub > li:last-child {
    border-bottom: none;
}

.menu > ul > li > ul > li > a {
    padding: 15px 20px 15px 20px;
    font-size: 1.4rem;
    display: block;
    position: relative;
    width: 100%;
    border-right: none;
}

.menu > ul > li:hover a span {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.menu > ul > li > ul > li.wChild > a {
    width: calc(100% - 40px);
    border-right: 1px solid #707070;
}

ul.page_navi li span.icon01 {
    position: relative;
}

.menu > ul > li > ul > li {
    position: relative;
}

ul.page_navi li span.icon01 {
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
}

ul.page_navi li span.icon01:after {
    display: block;
    content: "";
    position: absolute;
    top: 22px;
    right: 13px;
    margin: auto;
    width: 12px;
    height: 1px;
    background-color: #525872;
    transition: .3s;
}

ul.page_navi li span.icon01:before {
    display: block;
    content: "";
    position: absolute;
    top: 22px;
    right: 13px;
    margin: auto;
    width: 12px;
    height: 1px;
    background-color: #525872;
    transition: .1s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

ul.page_navi li span.icon01.open:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.menu > ul > li > ul > li > div {
    display: none;
}

.menu > ul > li > ul > li > div a {
    font-size: 1.4rem;
    background: #f4f4f4;
    border-top: 1px solid #707070;
    border-right: none;
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
}

/*---------------------------------------------
 header
  ---------------------------------------------*/

header.active {
    overflow: auto;
}

.page_head {
    display: block;
    padding-right: 0;
}

.htop_menu {
    display: none;
}

.h_logo {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 2;
}

.h_logo img {
    width: 170px;
}

ul.page_navi li {
    width: 100%;
    padding: 0;
    background: #1C2445;
    border-bottom: 1px solid #707070;
}

ul.page_navi li a {
    text-align: left;
    padding: 15px 0;
    padding-left: 20px;
    width: calc(100% - 40px);
    border-right: 1px solid #707070;
}

ul.page_navi li.single a {
    width: 100%;
    border-right: none;
}

ul.page_navi li span.icon {
    position: relative;
    width: 40px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

ul.page_navi li span.icon:before {
    display: block;
    content: "";
    position: absolute;
    top:28px;
    right:0;
    left:0;
    margin:auto;
    width: 12px;
    height: 1px;
    background-color: #fff;
    transition: .1s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

ul.page_navi li span.icon:after {
    display: block;
    content: "";
    position: absolute;
    top:28px;
    right: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 1px; 
    background-color: #fff;
    transition: .3s;
}

ul.page_navi li span.icon.open:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

ul.page_navi li span.icon.open:after {
    background-color: transparent;
}

/*sp_search*/
.menu > ul > li.sp_search {
    border-bottom: none;
    padding: 20px 10px 20px;
    background: #fff;
}

.menu > ul > li.sp_search .h_searchbox {
    width: 100%;
    margin: 0 auto;
}

.h_searchbox {
    width: 100%;
    margin-top: -7px;
    margin-right: 10px;
}

#form02 {
    position:relative;
    max-width:100%;
}

#sbox02 {
    width: calc(100% - 44px);
    height: 44px;
    padding: 0 10px;
    position: relative;
    outline: 0;
    background: transparent;
    border: 1px solid #525872;
    font-size: 1.4rem;
    background: rgba(255, 255, 255, 1);
    color: #1C1C1C;
}

#sbtn02 {
    height:44px;
    width: 44px;
    position:absolute;
    top: 0;
    right: 0;
    background:#184A8E;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    color: #fff;
    background-image: url(/img/common/search_ic.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.fa-search:before {
    color: #fff;
}

.menu > ul > li > ul.normal-sub {
    border-top: 1px solid #707070;
}

ul.page_navi li.spec a {
    background: #C2CF2A;
    color: #1C1C1C;
}

ul.page_navi li.spec a > span {
    color: #1C1C1C;
}

ul.page_navi li.spec span.icon {
    background: #C2CF2A;
}

ul.page_navi li.spec span.icon:before {
    background-color: #1C1C1C;
}

ul.page_navi li.spec span.icon:after {
    background-color: #1C1C1C;
}

ul.page_navi li.spec ul li a {
    background: #fff;
}

ul.page_navi li.h_top_menu_sp {
    background: #f4f4f4;
    padding: 20px 0 200px;
    border-bottom: none;
}

ul.page_navi li.h_top_menu_sp > a {
    width: 100%;
    padding-left: 0;
    text-align: center;
    font-size: 1.4rem;
    padding: 12px 0;
    border-right: none;
}

ul.page_navi li.h_top_menu_sp > a > span {
    color: #1C1C1C;
    font-size: 1.4rem;
}

ul.page_navi li.h_top_menu_sp > a.h_sitemap_sp > span:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 13px;
    background-image: url(/img/common/sitemap_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}

ul.page_navi li.h_top_menu_sp > a.h_support_sp > span:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 13px;
    background-image: url(/img/common/support_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}

ul.page_navi li.h_top_menu_sp > a.h_lang_sp {
    display: block;
    width: 218px;
    height: 43px;
    background: #fff;
    text-align: center;
    padding: 0;
    border: 1px solid #707070;
    border-radius: 2px;
    margin: 10px auto 10px;
    line-height: 43px;
    vertical-align: middle;
}

ul.page_navi li.h_top_menu_sp > a.h_lang_sp > span:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/img/common/language_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}

ul.page_navi li.h_top_menu_sp > a .sns_sp {
    display: flex;
}

ul.page_navi li.h_top_menu_sp .sns_sp {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.page_navi li.h_top_menu_sp .sns_sp a {
    display: block;
    width: 40px;
    padding: 0;
    border-right: none;
    margin-left: 20px;
    margin-top: 20px;
}

ul.page_navi li.h_top_menu_sp .sns_sp a:first-child {
    margin-left: 0;
}

/*----------------------------------
Footer
------------------------------------*/

footer .inner {
    max-width: 100%;
    min-width: 100%;
}

.ftCont {
    display: block;
}

.ft_menu_wrap {
    display: none;
}

.ft_info {
    width: 100%;
}

.ft_logo {
    text-align: center;
}

.ft_logo img {
    margin: 0 auto;
    display: block;
}

.ft_info h3 {
    text-align: center;
}

.ft_info span {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.ft_ad {
    text-align: center;
}

.ft_ad p {
    text-align: left;
    display: inline-block;
}

ul.ft_sns {
    justify-content: center;
}

.ftLinks {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
}

.ftLinks a {
    text-align: center;
    margin-bottom: 10px;
}

ul.ft_sns li {
    margin-right: 20px;
}

/*----------------------------------
Page Top
------------------------------------*/

#pageTop {
    left: auto;
    right: 10px;
}

#pageTop a {
    width: 50px;
    height: 50px;
}

/*----------------------------------
リンクバナー
------------------------------------*/

.link_banWrap .inner {
    padding: 45px 0 30px;
}

ul.link_ban {
    display: block;
}

ul.link_ban li {
    margin: 0 auto 20px;
}

/*----------------------------------
その他下層ページ②
------------------------------------*/

p.filelink:before {
    top: 4px;
}

ul.linkjump2 li a:before {
    top: 4px;
}

.table01 {
    table-layout: auto;
}

.table01 th,
.table01 td {
    padding: 10px 5px;
    font-size: 1.2rem;
}

p.imgtxtlink-side3 {
    width: 100%;
    float: none;
}

div.img-area-l p.imglink-txt-left {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    text-align: left;
}

div.m-box2 {
    float: none;
    margin: 10px auto;
    width: 100%;
}

ul.info-list span.date {
    float: none;
}

h2 span a.innerLink:before {
    top: 4px;
}

p.filelink a:before {
    top: 0;
}

video {
    max-width: 100%!important;
    height: auto!important;
}

/*----------------------------------
Search Box
------------------------------------*/

#search_box {
    width: 100vw;
    margin: 25px calc(50% - 50vw) 25px;
}

table {
    max-width: 100%!important;
}

dl.kaiin {
    display: block;
}

dl.kaiin dt {
    width: 100%;
    margin-right: 0;
    line-height: 1.4;
}

dl.kaiin dd {
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.4;
}

/*----------------------------------
Table横スクロール(css指定のみ)
------------------------------------*/

.table-scroll {
    overflow: scroll;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/*----------------------------------
Table横スクロール(JS＋CSS指定)
------------------------------------*/

.js-scrollable {
    padding-bottom: 5px;
}

.scroll-hint-text {
    margin-top: 25px;
}

.scroll-hint-icon {
    background: rgba(28, 36, 69, .9);
    width: 110px;
    height: 60px;
    border-radius: 0;
    padding: 10px 5px 5px 5px;
}

.scroll-hint-icon:before {
    content: none;
}

.scroll-hint-icon:after {
    top: 15px;
}




