/* style.css */

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

html {
    font-size: 10px;
  scroll-padding-top: 150px; 
}



body {
/*    font-family: 'Noto Sans JP', sans-serif;*/
/*    font-weight: 400;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Sans", sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    width: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
    min-width:1120px;
}

body.fixed {
    overflow: hidden;
}

#cover.fixed  {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .4);
    z-index: 990;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
/*    overflow-x: hidden;*/
}

p, a, li, dd, dt, span, div, h1, h2, h3 {
    color: #313131;
/*
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Sans", sans-serif;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.5;
    font-size: 1.6rem;
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}

img {
    max-width: 100%;
}

.sp {
    display: none;
}

span.sup {
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    color: #313131;
}

span.sub {
    font-size: 75.5%;
    position: relative;
    color: #313131;
}

@media screen and (min-width:768px) {
    .sp_header {
        display: none;
    }
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

.bold {
    font-weight: 500!important;
}

.mt0 {
    margin-top: 0!important;
}

.mt5 {
    margin-top: 5px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt15 {
    margin-top: 15px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt25 {
    margin-top: 25px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt35 {
    margin-top: 35px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt60 {
    margin-top: 70px!important;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb5 {
    margin-bottom: 5px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb25 {
    margin-bottom: 25px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb35 {
    margin-bottom: 35px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb60 {
    margin-bottom: 70px!important;
}


/*----------------------------------
Google Search
------------------------------------*/

#google_search {
    clear: none;
    width: 170px;
    margin-right: 0;
}


#google_search form {
    width: 170px;
    position: relative;
/*    padding-bottom: 10px;*/
}

#google_search .google {
    display: none;
    float: left;
    margin-top: 4px;
    margin-right: 3px;
}

#google_search .search_input {
    display: block;
    width: 170px;
    height: 32px;
    padding: 2px 5px 2px 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #E6E6E6;
    border-bottom-color: #E6E6E6;
    border-left-color: #E6E6E6;
    border-right-color: #E6E6E6;
    background-color: #E6E6E6;
    color: #313131;
    border-radius: 20px;
}

#google_search .search_input:focus {
 color: #333;
}

#google_search .search_btn {
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(/global/images/common/search_btn.svg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: 1px;
}

/*
#google_search .search_btn:hover {
    display: block;
    width: 47px;
    height: 22px;
    background-image: url(../images/search_btn.jpg);
    background-repeat: no-repeat;
    background-position: left -22px;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    float: right;
}
*/

/*
#google_search input {
    float: left;
}
*/

#google_search label{
    position: absolute;
    top: -10000px;
    left: -10000px;
}

/*----------------------------------
Page_head
------------------------------------*/

/*header action*/
header {
    width: 100%;
    height: 124px;
/*    position: sticky;*/
    position: fixed;
    top: 0;
    z-index: 1000;
}

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

.subPage {
    margin-top: 124px;
}

.page_head_wrap {
    transition: 0.5s;
    z-index: 1000;
}

.scrol .page_head_wrap {
    top: 0;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}

@media screen and (min-width:768px) {
    .page_head_wrap {
        width: 100%;
        background: #fff;
    }
    .page_head {
        width: 100%;
        margin: 0 auto;
        position: relative;
        background: #fff;
    }
    ul.page_navi {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1120px;
        padding-left: 20px;
        padding-right: 20px;
        background: #fff;
        margin: 0 auto;
        box-sizing: border-box;
        z-index: 990;
    }
    ul.page_navi li a {
        display: block;
        color: #313131;
        position: relative;
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 1vw;
        padding-right: 1vw;
        position: relative;
    }
    ul.page_navi li a {
        position: static;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: .3s;
        padding: 10px 0 12px;
    }
    ul.page_navi > li > a span {
        color: #313131;
        font-weight: 400;
        letter-spacing: 1px;
        white-space: nowrap;
        line-height: normal;
        font-size: 15px;
        font-weight: 600;
        position: relative;
    }
    ul.page_navi li a:hover {
        background: #fff;
    }
    ul.page_navi li a:hover span:before {
        content: '';
        width: 100%;
        height: 2px;
        background: #008080;
        position: absolute;
        left: 0;
        bottom: -4px;
    }
    ul.page_navi li a:hover span:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        border-color: #008080 transparent transparent transparent;
        position: absolute;
        left: 50%;
        bottom: -12px;
        margin-left: -6px;
    }
    ul.page_navi li.single a:hover span:after {
        content: none;
    }
    ul.page_navi li.bt_type {
        margin-right: 10px;
        margin-left: auto;
    }
    ul.page_navi li.bt_type > div {
        display: flex;
    }
    ul.page_navi li.bt_type .rese {
        margin-right: 10px;
    }
    ul.page_navi li.bt_type .rese,
    ul.page_navi li.bt_type .gene {
        width: 120px;
        min-width: 120px;
    }
    ul.page_navi li.bt_type .rese span {
        display: block;
        color: #fff;
        background-color: #008080;
        border-radius: 20px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    ul.page_navi li.bt_type .gene span {
        display: block;
        color: #fff;
        background-color: #4A78B0;
        border-radius: 20px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    ul.page_navi li.bt_type a:hover {
        cursor: pointer;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        -moz-opacity:0.7;
        -khtml-opacity: 0.7;
    }
    ul.page_navi li.bt_type a:hover span:before,
    ul.page_navi li.bt_type a:hover span:after {
        content: none;
    }
    .head_top {
        display: flex;
        justify-content: space-between;
        width: 1120px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        position: relative;
        margin: 0 auto;
    }
    .h_logo {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 670px;
    }
    .h_logo p {
        color: #707070;
        margin-left: 14px;
        font-size: 15px;
    }
    .h_logo img {
        width: 280px;
    }
    .jst_logo_sp {
        display: none;
    }
/*
    .htop_menu > ul {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 7px;
    }
    .htop_menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .htop_menu ul.htop_menu_a li a {
        font-size: 87.5%;
    }
    ul.htop_menu_a li.h_sitemap {
        margin-right: 20px;
    }
    ul.htop_menu_a li.h_sitemap a:before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 13px;
        background-image: url(/images/common/sitemap_ic.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 6px;
        margin-top: -3px;
    }
    ul.htop_menu_a li.h_support a:before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 13px;
        background-image: url(/images/common/support_ic.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 6px;
        margin-top: -3px;
    }
    ul.htop_menu_a li.h_sns {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
    }
    ul.htop_menu_a li.h_sns a {
        margin-right: 12px;
    }
    ul.htop_menu_a li.h_sns a:last-child {
        margin-right: 0;
    }
    ul.htop_menu_a li.h_sns a img {
        width: 26px;
    }
    ul.htop_menu_b li.h_lang {
        margin-right: 8px;
    }
    ul.htop_menu_b li.h_lang a {
        display: block;
        width: 156px;
        height: 43px;
        text-align: center;
        padding: 8px 0;
        border: 1px solid #707070;
        border-radius: 3px;
        line-height: normal;
    }
    ul.htop_menu_b li.h_lang a span {
        font-size: 87.5%;
    }
    ul.htop_menu_b li.h_lang a span:before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url(/images/common/language_ic.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 6px;
        margin-top: -3px;
    }
*/
/*
    ul.htop_menu_b li.h_search a {
        display: block;
        width: 156px;
        height: 51px;
        text-align: center;
        padding: 10px 0;
        border: 1px solid #325F85;
        background: #325F85;
        border-radius: 2px;
    }
    ul.htop_menu_b li.h_search a span {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }
    ul.htop_menu_b li.h_search a span:before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url(/images/common/search_ic.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        margin-right: 6px;
        margin-top: -3px;
    }
*/
}

@media screen and (min-width:768px) {
    .menu > ul > li > ul {
        box-sizing: border-box;
        width: 100%;
        background: #E6F2EF;
        padding: 100px 0 20px 20px;
        position: absolute;
    }
    .menu > ul > li > ul:before {
        content: '';
        display: block;
        box-sizing: border-box;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #E6F2EF;
        margin-left: -100vw;
    }
    .menu > ul > li > ul:after {
        content: '';
        display: block;
        box-sizing: border-box;
        display: block;
        width: 100vw;
        height: 100%;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
        background: #E6F2EF;
        margin-right: -100vw;
    }
    .menu > ul > li > a > span:before {
        content: none;
    }
    .menu > ul > li > ul > li {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        vertical-align: top;
        width: 270px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
/*        margin-right: 4%;*/
    }
/*
    .menu > ul > li > ul > li:nth-child(4n) {
        margin-right: 0;
    }
*/
    .menu > ul > li > ul > li > a {
        box-sizing: border-box;
        height: auto;
        font-size: 100%;
        font-weight: bold;
        color: #505050;
        text-align: left;
        position: relative;
        font-size: 1.6rem;
        padding: 0 0 0 22px;
    }
    .menu > ul > li > ul > li > a:before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 8px;
        background-image: url(/global/images/common/child_menu_ic.svg);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 8px;
        left: 0;
    }
    .menu > ul > li > ul > li > a:hover {
        background: transparent;
        opacity: 0.7;
    }
    .menu > ul > li > ul > li > a span {
        display: inline-block;
        margin-top: 5px;
        font-size: 87.5%;
        color: #3A1808;
        font-weight: bold;
        white-space: nowrap;
        letter-spacing: 0.6px;
    }
    .menu > ul > li > ul > li.c_menuTitle {
        position: absolute;
        width: 100%;
        top: 10px;
        left: 20px;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li.c_menuTitle p,
    .menu > ul > li > ul > li.c_menuTitle a {
        display: block;
        font-size: 2.4rem;
        color: #008080;
        font-weight: 500;
        padding-bottom: 10px;
        border-bottom: 1px solid #008080;
        padding-left: 25px;
        position: relative;
    }
    .menu > ul > li > ul > li.c_menuTitle p {
        padding-left: 0;
    }
    .menu > ul > li > ul > li.c_menuTitle a: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: 16px;
        left: 0;
    }
    .menu > ul > li > ul > li > ul {
        margin-left: 22px;
        margin-top: 10px;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
        width: auto;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .menu > ul > li > ul > li > ul > li a {
        height: auto;
        text-align: left;
        color: #1C1C1C;
        display: inline-block;
        position: relative;
        padding: 0 0 0 15px;
    }
    .menu > ul > li > ul > li > ul > li a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 5px;
        height: 5px;
        background: #1C1C1C;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .menu > ul > li > ul > li > ul > li a:hover {
        background: transparent;
        opacity: 0.7;
    }

    .menu > ul > li > ul > li > div {
        margin-top: 10px;
    }
    .menu > ul > li > ul > li > div a {
        display: block;
        height: auto;
        text-align: left;
        color: #1C1C1C;
        position: relative;
        margin-bottom: 10px;
        margin-left: 1.8em;
        text-indent: -16px;
        padding-left: 16px;
    }
    .menu > ul > li > ul > li > div a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 8px;
        height: 2px;
        background: #1C1C1C;
        margin-right: 8px;
        margin-top: -4px;
    }
    .menu > ul > li > ul > li > div a:hover {
        background: transparent;
        opacity: 0.7;
    }
    .h_top_r {
        display: flex;
        flex-direction: column;
        width: calc(100% - 670px);
        align-items: flex-end;
    }
    .h_top_r01 {
        display: flex;
        align-items: center;
    }
    .jst_logo img {
        display: block;
        width: 178px;
    }
    .font_size {
        border: 1px solid #E0E0E0;
        padding: 5px 10px 5px;
        display: flex;
        align-items: center;
        height: 32px;
        border-radius: 20px;
        margin-right: 10px;
    }
    .font_size > p {
        font-size: 12px;
    }
    .font_size > ul {
        display: flex;
    }
    .font_size > ul li {
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        background: #E3E2E2;
        border-radius: 3px;
        margin-left: 5px;
    }
    .font_size > ul li:hover {
        cursor: pointer;
    }
    .font_size > ul li.current {
        background: #008080;
        color: #fff;
    }
    .h_top_r02 > ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .h_top_r02 > ul li {
        margin-right: 15px;
    }
    .h_top_r02 > ul li:last-child {
        margin-right: 0;
    }
    .h_top_r02 > ul li a {
        font-size: 12px;
        position: relative;
        padding-left: 0;
        display: inline-block;
    }
    .h_top_r02 > ul li a:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 9px;
        height: 7px;
        background-image: url(/global/images/common/h_top_r02_ar.png);
        background-size: contain;
        background-repeat: no-repeat;
/*
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #009E9D;
*/
/*
        position: absolute;
        top: 50%;
        left: 0;
*/
        margin-top: -3px;
        margin-right: 2px;
    }
    
    
    

}

/*----------------------------------
Page_head
------------------------------------*/

/*
button.dropdown__btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: block;
    width: 156px;
    height: 51px;
    height: 43px;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #325F85;
    background: #325F85;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}

button.dropdown__btn span {
    color: #fff;
    font-size: 93.75%;
    line-height: normal;
    transition: .3s;
}

button.dropdown__btn:hover {
    cursor: pointer;
}

button.dropdown__btn.is-open span {
    display: none;
}

button.dropdown__btn.is-open:after {
    content: '閉じる';
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
    transition: .3s;
}

button.dropdown__btn:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/images/common/search_ic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}

button.dropdown__btn.is-open:before {
    width: 14px;
    height: 14px;
    background-image: url(/images/common/close_ic.svg);
    margin-top: 1px;
}
*/

/*ヘッダー検索*/
/*
#cse-search-box {
    position:relative;
    max-width:100%;
    height:44px;
}

#sbox01 {
    width: calc(100% - 44px);
    height: 44px;
    padding: 0 10px;
    position: relative;
    outline: 0;
    background: transparent;
    border: 1px solid #525872;
    font-size: 14px;
    background: rgba(255, 255, 255, 1);
    color: #1C1C1C;
}

#sbtn01 {
    height:44px;
    width: 44px;
    position:absolute;
    top: 0;
    right: 0;
    background:#184A8E;
    border: none;
    font-size:14px;
    cursor: pointer;
    color: #fff;
    background-image: url(/images/common/search_ic.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.fa-search:before {
    color: #fff;
}

.dropdown {
    position: relative;
}

.dropdown__body {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 540px;
    background: #325F85;
    top: 42px;
    right: 0;
    transition: .3s;
    padding: 25px 20px;
    z-index: 998;
}

.dropdown__btn.is-open + .dropdown__body {
    visibility: visible;
    opacity: 1;
}
*/

/*========= MenuButton ===============*/

#menuButton {
    overflow: hidden;
    display: none;
    position: relative;
    z-index: 0;
    width: 75px;
    height: 30px;
    cursor: pointer;
    float: right;
    margin-top: 6px;
    margin-right: 20px;
}

#menuButton span,
#menuButton::before,
#menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  width: 23px;
  height: 1px;
  margin: auto;
  background: #707070;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #707070;
}
#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);
}

/*----------------------------------
Main
------------------------------------*/

.main_wrap {
    width: 100%;
    max-width: 100%;
    min-width: 1000px;
    max-height: 90vh;
    margin: 0 auto;
    position: relative;
}

.more_bt {
    background-color: #3A1808;
    color: #fff;
    font-size: 16px;
    width: 268px;
    height: 60px;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 8px;
    text-align: center;
}

.more_bt span {
    color: #fff;
    font-size: 16px;
}

/*----------------------------------
footer
------------------------------------*/

footer {
    width: 100%;
    background: #008080;
}

footer .inner {
    padding: 50px 0 25px;
    width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.ft_title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.ft_title p {
    color: #fff;
    font-size: 1.4rem;
    margin-left: 20px;
    margin-bottom: 5px;
}

.groupName {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
}

.ft_ad {
    color: #fff;
    font-size: 1.4rem;
    margin: 20px 0 20px;
    line-height: 1.8;
}

.ftLinks {
    display: flex;
    justify-content: space-between;
}

.ftLinks > ul {
    display: flex;
    align-items: center;
}

.ftLinks > ul.ft_link_item li {
    margin-right: 30px;
}

.ftLinks > ul.ft_link_item li a {
    color: #fff;
    font-size: 1.2rem;
    position: relative;
    padding-left: 20px;
}

.ftLinks > ul.ft_link_item li a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.ftLinks > ul.ft_link_item li.form_link {
    
}

.ftLinks > ul.ft_link_item li.form_link a {
    display: block;
    width: 184px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border-radius: 20px;
    padding-left: 0;
    padding: 5px;
    text-align: center;
}

.ftLinks > ul.ft_link_item li.form_link a span {
    color: #008080;
    font-size: 1.4rem;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px dotted #008080;
    border-radius: 20px;
    line-height: 26px;
}

.ftLinks > ul.ft_link_item li.form_link a:before {
    content: none;
}

.ftLinks > ul.ft_sns li {
    margin: 0 8px;
}


.ftCopy {
    font-size: 1.2rem;
    color: #fff;
    line-height: normal;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
}

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

#pageTop {
    position: fixed;
    bottom: 8%;
    right: 0;
    z-index: 9991;
}

#pageTop a {
    width: 76px;
    height: 114px;
    display: block;
    background: #009E9D;
    border-radius: 10px 0 0 10px;
    padding-top: 13px;
    position: relative;
    text-decoration: none;
}

#pageTop a:hover span {
    text-decoration: none;
}

#pageTop a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#pageTop a span {
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 1.1;
    padding-top: 7px;
    text-decoration: none;
}

#pageTop a img {
    width: 48px;
    display: block;
    margin: 0 auto;
}


/* スクロール フェードイン
-------------------------------------------------- */

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*----------------------------------
バナーリンク
------------------------------------*/

.link_banWrap {
    background: #1C1C1C;
}

.link_banWrap .inner {
    padding: 70px 0 70px;
}

ul.link_ban {
    display: flex;
    justify-content: center;
}

ul.link_ban li {
    width: 235px;
    padding: 0 20px;
}

ul.link_ban li a {
    display: block;
    width: 100%;
}

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

.exLinksWrap {
    background: #F8F8F8;
}

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

ul.exLinks {
    width: 880px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    
}

ul.exLinks li {
    width: 280px;
    margin-right: 20px;
}

ul.exLinks li a {
    display: block;
    background: #fff;
}

ul.exLinks li a img {
    display: block;
}

ul.exLinks li:nth-child(3n) {
    margin-right: 0;
}

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

ul.exLinks li:nth-child(2) a {
/*    border: 1px solid #CCCCCC;*/
/*    background-color: #fff;*/
}

