/* style_sp.css */

/*----------------------------------
COMMON
------------------------------------*/

html {
    font-size: 62.5%;
    scroll-padding-top: 70px; 
}

body {
	min-width:100%;
}

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;
}

.mt0_sp {
    margin-top: 0px!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;
}

.mb0_sp {
    margin-bottom: 0px!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;
}

/*---------------------------------------------
  Mobile Menu Button
  ---------------------------------------------*/

header {
    height: 58px;
/*    box-shadow: 0px 8px 8px -4px rgb(183 202 210 / 50%);*/
}

.menu-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    height: 58px;
    box-shadow: 0px 8px 8px -4px rgb(183 202 210 / 50%);
    background: #fff;
}

.header_menu.active .menu-container {
    z-index: 999;
}

.menu-container > .menu {
    transition: all 0.1s;
/*    height: 50px;*/
    height: 0;
    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;*/
    top: 0;
    right: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 998;
    height: auto;
    height: 100vh;
    margin-top: 0;
    border-top: 1px solid #707070;
    background: #E6F2EF;
    padding-bottom: 100px;
}

.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 0 0 20px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #008080;
    position: relative;
}

.menu > ul > li > a > span:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background-image: url(/global/images/common/c_menu_title_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 3px;
    left: 0;
}

#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: #008080;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #008080;
}
#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 > ul.normal-sub {
    background: #008080;
    padding-top: 20px;
    padding-bottom: 10px;
}

.menu > ul > li > ul.normal-sub > li {
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
}

.menu > ul > li > ul > li.c_menuTitle {
    display: none;
}

/*
.menu > ul > li > ul.normal-sub > li:last-child {
    border-bottom: none;
}
*/



.menu > ul > li > ul > li > a {
    padding: 10px 20px 10px 60px;
    font-size: 1.4rem;
    display: block;
    position: relative;
    width: 100%;
    border-right: none;
    color: #fff;
}

.menu > ul > li > ul > li > a:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 8px;
    background-image: url(/global/images/common/child_menu_ic_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.menu > ul > li > ul > li > ul > li a {
    color: #fff;
}

.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-right: none;
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
}

.menu > ul > li > ul > li > ul > li {
    background: #008080;
    padding: 0!important;
}

.menu > ul > li > ul > li > ul > li a {
    width: 100%;
    padding: 10px 10px 10px 74px;
    position: relative;
}

.menu > ul > li > ul > li > ul > li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 60px;
    top: 20px;
}

ul.page_navi li.bt_type {
    padding-top: 10px;
}

#google_search {
    width: 100%;
    padding: 8px 20px 32px;
}

#google_search form {
    width: 100%;
}

#google_search .search_input {
    width: 100%;
    height: 40px;
    border: 1px solid #BABABA;
}

ul.page_navi li.sp_otherLinks {
    background: #008080;
    padding: 40px 20px 40px;
}

ul.page_navi li.sp_otherLinks a {
    color: #fff;
    padding: 12px 0;
    width: auto;
}

.other_links a {
    border-bottom: 1px dotted #88A2A2;
    position: relative;
}

.other_links a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
}

.other_links a:first-child {
    border-top: 1px dotted #88A2A2;
}

.sns_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
}

.sns_menu a {
    margin: 0 10px;
}

#google_search .search_btn {
    right: 15px;
}


/*---------------------------------------------
 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: #E6F2EF;
}

ul.page_navi li:first-child {
    padding-top: 20px;
}

ul.page_navi li a {
    text-align: left;
    padding: 12px 0;
    padding-left: 20px;
    width: calc(100% - 48px);
}

ul.page_navi li.single a {
    width: 100%;
    border-right: none;
}

ul.page_navi li span.icon {
    position: relative;
    width: 48px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

ul.page_navi li span.icon:before {
    display: block;
    content: "";
    position: absolute;
    top:22px;
    right:0;
    left:0;
    margin:auto;
    width: 12px;
    height: 2px;
    background-color: #008080;
    transition: .1s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

ul.page_navi li span.icon:after {
    display: block;
    content: "";
    position: absolute;
    top:22px;
    right: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 2px; 
    background-color: #008080;
    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;
}


/*
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;
}
*/

.h_top_r {
    display: none;
}

.h_logo {
    position: static;
    transform: none;
}

.h_logo img {
    width: 140px;
}

.h_logo p {
    font-size: 1.0rem;
    margin-top: -3px;
}

.head_top {
    padding-left: 20px;
    padding-top: 10px;
    height: 58px;
    position: relative;
}

.jst_logo_sp {
    width: 41px;
    position: absolute;
    right: 60px;
    top: 10px;
}

.jst_logo_sp img {
    display: block;
    width: 100%;
}

ul.page_navi li.bt_type > div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
}

ul.page_navi li.bt_type .rese {
    display: block;
    color: #fff;
    background-color: #008080;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    width: 162px;
    padding: 0;
    text-align: center;
    margin: 0 5px;
}

ul.page_navi li.bt_type .gene {
    display: block;
    color: #fff;
    background-color: #4A78B0;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    width: 162px;
    padding: 0;
    text-align: center;
    margin: 0 5px;
}

ul.page_navi li.bt_type .rese span,
ul.page_navi li.bt_type .gene span {
    line-height: 40px;
    color: #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;
}
*/

/*----------------------------------
Page Top
------------------------------------*/

#pageTop {
    bottom: 5%;
}

#pageTop a {
    width: 48px;
    height: 64px;
}

#pageTop a span {
    padding-top: 18px;
}

#pageTop a img {
    display: none;
}

/*----------------------------------
Footer
------------------------------------*/

footer .inner {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-top: 40px;
}

.ft_title {
    display: block;
}

.ft_title img {
    width: 174px;
}

.ft_title p {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 5px;
}

.ftLinks {
    display: block;
}

.ftLinks > ul.ft_link_item {
    flex-wrap: wrap;
}


.ftLinks > ul.ft_link_item li.form_link {
    width: 100%;
    margin: 0 auto 30px;
}

.ftLinks > ul.ft_link_item li.form_link a {
    width: 100%;
    height: 45px;
    line-height: 45px;
}

.ftLinks > ul.ft_link_item li.form_link a span {
    line-height: 35px;
}

.ftLinks > ul.ft_link_item li a {
    padding-left: 25px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 100%;
    display: block;
    font-size: 1.2rem;
}

.ftLinks > ul.ft_link_item li a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: 1px;
}

.ftLinks > ul.ft_link_item li:nth-child(2),
.ftLinks > ul.ft_link_item li:nth-child(3) {
    width: 49%;
    margin-bottom: 15px;
}

.ftLinks > ul.ft_link_item li:nth-child(2) {
    margin-right: 2%;
}

.ftLinks > ul.ft_link_item li:nth-child(3) {
    margin-right: 0;
}

.ftLinks > ul.ft_link_item li:last-child {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
}

/*----------------------------------
外部リンク
------------------------------------*/

.exLinksWrap .inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

ul.exLinks {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ul.exLinks li {
    margin-right: 0;
    margin-bottom: 10px;
}

ul.exLinks li:first-child, ul.exLinks li:nth-child(2), ul.exLinks li:nth-child(3) {
    margin-bottom: 12px;
}






