@charset "UTF-8";

/* follow */
.headerfix_height {
    height: 147px;
}
.headerfix {
    transition-duration: .3s;
}
.headerfix.follow {
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}
.headerfix.follow .gHeader_link > a {
    line-height: 50px;
    height: 50px;
}
.headerfix.follow .gHeader_linkList > li > a {
    padding-top: 0;
    height: 50px;
}
.headerfix.follow .gHeader_linkList > li + li > a {
    padding-top: 4px;
}
.headerfix.follow .gHeader_linkList > li > a > b {
    font-size: 10px;
}
.headerfix.follow .gHeader_col {
    height: 50px;
}
.headerfix.follow .gNav_list > li > a {
    line-height: 40px;
}
.gHeader_link,
.gHeader_linkList,
.gHeader_col,
.gNav_list {
    transition-duration: .3s;
}

/* 下層fix */
.gPageNav {
    transition-duration: .3s;
}
.gPageNav.follow {
    transition-duration: .3s;
    position: fixed;
    top: 91px;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.gPageNav.follow .gPageNav_list > li > a {
    padding: 10px 0;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.gHeader {
    border-bottom: 1px solid #eee;
}
.gHeader_inner {
    max-width: none;
    padding: 0;
}
.gHeader_cols {
    display: table;
    width: 100%;
}
.gHeader_cols::after {
    content: "";
    display: block;
    clear: both;
}
.gHeader_col {
    display: table-cell;
    vertical-align: middle;
    height: 82px;
}
.gHeader_col-no1 {
    padding-left: 39px;
}
.gHeader_title {
    max-width: 288px;
}
.gHeader_title > a {
    display: block;
}
.gHeader_title > a::before {
    content: "";
}
.gHeader_title > a::after {
    content: "";
}
.gHeader_title > a > img {
    display: block;
}
.gHeader_col-no2 {
    width: 120px;
}
.gLangNav {}
.gLangNav_list {
    list-style: none;
}
.gLangNav_list::after {
    content: "";
    display: block;
    clear: both;
}
.gLangNav_list > li {
    float: left;
    width: 50%;
}
.gLangNav_list > li:first-child {}
.gLangNav_list > li:nth-child(2n+1) {}
.gLangNav_list > li:nth-child(n+3) {}
.gLangNav_list > li > a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    display: block;
    color: #3a72b7;
    border: 1px solid #3a72b7;
    transition-duration: .3s;
    transition-property: background-color, color;
}
[lang="ja"] .gLangNav_list > li:first-child > a {
    background-color: #3a72b7;
    color: #fff;
    cursor: default;
}
.gLangNav_list > li > a::before {
    content: "";
}
.gLangNav_list > li > a::after {
    content: "";
}
.gHeader_col-no3 {
    width: 260px;
    text-align: center;
}
.gHeader_telLink {}
.gHeader_telLink > a {
    display: block;
    font-size: 28px;
    color: #3972B7;
}
.gHeader_telLink > a::before {
    content: "";
}
.gHeader_telLink > a::after {
    content: "";
}
.gHeader_telLink > a > .icon {
    margin-right: 3px;
    transform: scale(0.9);
}
.gHeader_col-no4 {
    /* width: 198px; */
    width: 99px;
}
.gHeader_linkList {
    list-style: none;
}
.gHeader_linkList::after {
    content: "";
    display: block;
    clear: both;
}
.gHeader_linkList > li {
    /* float: left; */
    /* width: 50%; */
}
.gHeader_linkList > li:first-child {}
.gHeader_linkList > li:nth-child(2n+1) {}
.gHeader_linkList > li:nth-child(n+3) {}
.gHeader_linkList > li > a {
    text-align: center;
    display: block;
    text-decoration: none;
    line-height: 1;
    height: 82px;
    box-sizing: border-box;
    padding-top: 17px;
    border-left: 1px solid #eee;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gHeader_linkList > li > a::before {
    content: "";
}
.gHeader_linkList > li > a::after {
    content: "";
}
.gHeader_linkList > li > a > .icon {
    display: block;
    font-size: 22px;
    color: #3a72b7;
    margin-bottom: 1px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gHeader_linkList > li > a > b {
    display: block;
    font-size: 12px;
    font-weight: normal;
    min-height: 2em;
    color: #000;
    transition-duration: .3s;
    transition-property: background-color, color;
    line-height: 2.4;
    white-space: nowrap;
}
.gHeader_linkList > li > a > b.-multiline {
    line-height: 1.2;
}
.gHeader_col-no5 {
    width: 270px;
}
.gHeader_link {}
.gHeader_link > a {
    display: block;
    background: #3972B7;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 82px;
    font-size: 16px;
    transition-duration: .3s;
    transition-property: border-color, background-color, color;
    border-left: 1px solid #3972B7;
    height: 82px;
}
.gHeader_link > a > b {
    font-weight: inherit;
    display: inline-block;
    vertical-align: middle;
}
.gHeader_link > a br {
    display: none;
}
.gHeader_link > a::before {
    content: "";
}
.gHeader_link > a::after {
    content: "";
}
.gHeader_link > a > .icon {
    margin-right: 10px;
    font-size: 160%;
}
.gMenuBtn {
    display: none;
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav {}
.gNav_inner {}
.gNav_list {
    list-style: none;
    display: table;
    width: 100%;
}
.gNav_list::after {
    content: "";
    display: block;
    clear: both;
}
.gNav_list > li {
    display: table-cell;
    vertical-align: middle;
    width: 16.7%;
    position: relative;
    z-index: 1;
}
.gNav_list > li.-health {
    display: none;
}
.gNav_list > li.-sitemap {
    display: none;
}
.gNav_list > li:first-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 64px;
    position: relative;
    z-index: 1;
    transition-duration: .3s;
    transition-property: background-color, color;
    color: #000;
}
.gNav_list > li > a::before {
    content: "";
    width: 1px;
    height: 28px;
    background: #ddd;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.gNav_list > li:first-child > a::before {
    display: none;
}
.gNav_list > li > a::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #3a72b7;
    left: 0;
    right: 0;
    margin: auto;
    transition-duration: .3s;
    transition-property: opacity;
    opacity: 0;
}
.p-home .gNav_list > li > a.-home,
.p-generic .gNav_list > li > a.-generic,
.p-company .gNav_list > li > a.-company,
.p-product .gNav_list > li > a.-product,
.p-service .gNav_list > li > a.-service,
.p-recruit .gNav_list > li > a.-recruit,
.p-introduction .gNav_list > li > a.-introduction,
.p-information .gNav_list > li > a.-information,
.p-diary .gNav_list > li > a.-diary,
.p-privacy .gNav_list > li > a.-privacy,
.p-sitemap .gNav_list > li > a.-sitemap {
    color: #3a72b7;
}
.p-home .gNav_list > li > a.-home::after,
.p-generic .gNav_list > li > a.-generic::after,
.p-company .gNav_list > li > a.-company::after,
.p-product .gNav_list > li > a.-product::after,
.p-service .gNav_list > li > a.-service::after,
.p-recruit .gNav_list > li > a.-recruit::after,
.p-introduction .gNav_list > li > a.-introduction::after,
.p-information .gNav_list > li > a.-information::after,
.p-diary .gNav_list > li > a.-diary::after,
.p-privacy .gNav_list > li > a.-privacy::after,
.p-sitemap .gNav_list > li > a.-sitemap::after {
    opacity: 1;
}
.gBody {
    margin-bottom: 100px;
}
.gBody-noMargin {
    margin-bottom: 0;
}
.gVisual {
    background-image: url(/common/img/pt-main-privacy.jpg);
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #a0b4bf;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}
.gVisual-home {
    background-image: url(/common/img/pt-main-home.jpg);
}

.gVisual-virtual {
    background-image: url(/common/img/pt-main-virtual.jpg);
}
.gVisual-generic {
    background-image: url(/common/img/pt-main-generic.jpg);
    background-color: #ba8a55;
}
.gVisual-company {
    background-image: url(/common/img/pt-main-company.jpg);
    background-color: #9abfe5;
}
.gVisual-product {
    background-image: url(/common/img/pt-main-product.jpg);
}
.gVisual-service {
    background-image: url(/common/img/pt-main-service.jpg);
    background-color: #95969a;
}
.gVisual-recruit {
    background-image: url(/common/img/pt-main-recruit.jpg);
    background-color: #d8dbe2;
}
.gVisual-introduction {
    background-image: url(/common/img/pt-main-introduction.jpg);
    background-color: #dfdfdf;
}
.gVisual-information {
    background-image: url(/common/img/pt-main-information.jpg);
    background-color: #d3d8de;
}

.gVisual-contact {
    background-image: url(/common/img/pt-main-contact.jpg);
    background-color: #b8cfe5;
}
.gVisual-diary {
    background-image: url(/common/img/pt-main-diary.jpg);
}
.gVisual-privacy {
    background-image: url(/common/img/pt-main-privacy.jpg);
}
.gVisual-sitemap {
    background-image: url(/common/img/pt-main-sitemap.jpg);
    background-color: #f8f9fd;
}
.gVisual-info_medical {
    background-image: url(/common/img/pt-main-info_medical.jpg);
}
.gVisual_inner {}
.gVisual_title {
    line-height: 1;
    padding-top: calc((300px - 32px) / 2);
}
.gVisual_title > b {
    font-size: 32px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.gVisual_title-white > b {
    color: #fff;
}
.gVisual_title > small {
    display: inline-block;
    vertical-align: middle;
    color: #3972B7;
    font-size: 12px;
}
.gPankuzu {
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    margin-bottom: 40px;
}
.gPankuzu-noMargin {
    margin-bottom: 0;
    border-bottom: none;
}
.gPankuzu_inner {}
.gPankuzu_oList {
    list-style: none;
    font-size: 0;
}
.gPankuzu_oList::after {
    content: "";
    display: block;
    clear: both;
}
.gPankuzu_oList > li {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.gPankuzu_oList > li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border: 2px solid #3a72b7;
    box-sizing: border-box;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    margin: 0 12px;
}
.gPankuzu_oList > li:first-child::before {
    display: none;
}
.gPankuzu_oList > li:first-child {}
.gPankuzu_oList > li:nth-child(2n+1) {}
.gPankuzu_oList > li:nth-child(n+3) {}
.gPankuzu_oList > li > a {}
.gPankuzu_oList > li > a::before {
    content: "";
}
.gPankuzu_oList > li > a::after {
    content: "";
}
.gPankuzu_oList > li > a > .icon {
    font-size: 16px;
}
.gBody_inner {}
.gPageTop {
    position: relative;
    z-index: 100;
}
.gPageTop_button {
    border: 35px solid #3972B7;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    border-left-color: transparent;
    border-top-color: transparent;
    transition-duration: .3s;
    transition-property: border-color, color;
}
.gPageTop_button::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
    bottom: -25px;
    left: 5px;
    border-right: none;
    border-bottom: none;
    transition-duration: .3s;
    transition-property: border-color, color;
}
.gFooter {
    border-top: 1px solid #eee;
}
.gFooter_inner {
    padding-top: 43px;
    padding-bottom: 43px;
}
.gFooter_cols {
    display: table;
    width: 100%;
    line-height: 1.6;
}
.gFooter_cols::after {
    content: "";
    display: block;
    clear: both;
}
.gFooter_col {
    display: table-cell;
    vertical-align: middle;
}
.gFooter_col-no1 {
    width: 288px;
    padding-right: 37px;
}
.gFooter_title {}
.gFooter_title > a {
    display: block;
}
.gFooter_title > a::before {
    content: "";
}
.gFooter_title > a::after {
    content: "";
}
.gFooter_title > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.gFooter_col-no2 {}
.gFooter_addr {}
.gFooter_addr > a {}
.gFooter_addr > a::before {
    content: "";
}
.gFooter_addr > a::after {
    content: "";
}
.gFooter_list {
    list-style: none;
}
.gFooter_list::after {
    content: "";
    display: block;
    clear: both;
}
.gFooter_list > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}
.gFooter_list > li:last-child {
    text-shadow: 0 0 black;
    margin-right: 0;
}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {}
.gFooter_list > li > a::before {
    content: "";
}
.gFooter_list > li > a::after {
    content: "";
}
.gFootNav {
    border-top: 1px solid #eee;
    padding: 44px 0 47px;
}
.gFootNav_inner {}
.gFootNav_cols {
    display: table;
    width: 100%;
}
.gFootNav_cols::after {
    content: "";
    display: block;
    clear: both;
}
.gFootNav_col {
    display: table-cell;
    vertical-align: top;
    width: 25%;
}
.gFootNav_col-no1 {}
.gFootNav_list {
    list-style: none;
}
.gFootNav_list::after {
    content: "";
    display: block;
    clear: both;
}
.gFootNav_list > li {
    margin-top: 17px;
}
.gFootNav_list > li:first-child {
    margin-top: 0;
}
.gFootNav_list > li:nth-child(2n+1) {}
.gFootNav_list > li:nth-child(n+3) {}
.gFootNav_list > li > a {
    text-decoration: none;
    display: block;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFootNav_list > li > a::before {
    content: "";
}
.gFootNav_list > li > a::after {
    content: "";
}
.gFootNav_list > li > a > .icon {
    margin-right: 5px;
}
.gFootNav_col-no2 {}
.gFootNav_childList {
    list-style: none;
    font-size: 14px;
    margin-top: 13px;
    padding-left: 17px;
}
.gFootNav_childList::after {
    content: "";
    display: block;
    clear: both;
}
.gFootNav_childList > li {}
.gFootNav_childList > li:first-child {}
.gFootNav_childList > li:nth-child(2n+1) {}
.gFootNav_childList > li:nth-child(n+3) {}
.gFootNav_childList > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFootNav_childList > li > a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border: 2px solid #3a72b7;
    box-sizing: border-box;
    transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
    margin-right: 6px;
}
.gFootNav_childList > li > a::after {
    content: "";
}
.gFootNav_col-no3 {}
.gFootNav_col-no3 > li {}
.gFootNav_col-no3 > li:first-child {}
.gFootNav_col-no3 > li:nth-child(2n+1) {}
.gFootNav_col-no3 > li:nth-child(n+3) {}
.gFootNav_col-no3 > li > a {}
.gFootNav_col-no3 > li > a::before {
    content: "";
}
.gFootNav_col-no3 > li > a::after {
    content: "";
}
.gFootNav_col-no3 > li > a > .icon {}
.gFootNav_col-no4 {}
.gFooter_copyright {
    background: #EFEFEF;
    line-height: 50px;
}
.gFooter_copyright > small {
    display: block;
    font-size: 11px;
    text-align: center;
}
[data-slug] {
    background-color: #129841;
}
[data-slug="release"] {
    background-color: #3972B7
}
[data-slug="drug"] {
    background-color: #EB6C55
}
.gIndexNav {}
.gIndexNav_inner {}
.gIndexNav_list {
    list-style: none;
}
.gIndexNav_list::after {
    content: "";
    display: block;
    clear: both;
}
.gIndexNav_list > li {
    width: 30.4%;
    float: left;
    margin-left: 4.4%;
}
.gIndexNav_list > li:first-child {}
.gIndexNav_list > li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}
.gIndexNav_list > li:nth-child(n+4) {
    margin-top: 70px;
}
.gIndexNav_list > li > a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.gIndexNav_list > li > a::before {
    content: "";
}
.gIndexNav_list > li > a::after {
    content: "";
}
.gIndexNav_image {}
.gIndexNav_image > img {}
.gIndexNav_title {
    font-size: 22px;
    line-height: 1.4;
    margin: 17px 0 10px;
    position: relative;
    z-index: 1;
    padding-left: 24px;
}
.gIndexNav_title > .icon {
    font-size: 16px;
    color: #3a72b7;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    left: 0;
}
.gIndexNav_text {}
.gPageNav {
    background: #3972B7;
    color: #fff;
}
.gPageNav_inner {}
.gPageNav_list {
    list-style: none;
}
.gPageNav_list::after {
    content: "";
    display: block;
    clear: both;
}
.gPageNav_list > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 60px;
}
.gPageNav_list > li:last-child {
    margin-right: 0;
}
.gPageNav_list > li:first-child {}
.gPageNav_list > li:nth-child(2n+1) {}
.gPageNav_list > li:nth-child(n+3) {}
.gPageNav_list > li > a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 37px 0;
}
.gPageNav_list > li > a::before {
    content: "";
}
.gPageNav_list > li > a::after {
    content: "";
}
.gPageNav_list > li > a > .icon {
    margin-right: 10px;
}
.gPageNav_list-within > li > a > .icon {
    transform: rotate(90deg);
}
@media screen and (min-width:1000px) {
    .gPageNav_list > li > a:hover {
        text-decoration: underline;
        opacity: 1;
    }
    .gIndexNav_list > li > a:hover {}
    .gPageTop_button:hover::before {
        border-color: #3a72b7;
    }
    .gHeader_title > a:hover {}
    .gLangNav_list > li > a:hover {
        background-color: #3a72b7;
        color: #fff;
        opacity: 1;
    }
    .gHeader_telLink > a:hover {}
    .gHeader_linkList > li > a:hover {
        opacity: 1;
        background: #3a72b7;
    }
    .gHeader_linkList > li > a:hover > .icon {
        color: #fff;
    }
    .gHeader_linkList > li > a:hover > b {
        color: #fff;
    }
    .gHeader_link > a:hover {
        opacity: 1;
        color: #3972B7;
        background: #fff;
        border-left-color: #eee;
    }
    .gMenuBtn:hover {}
    .gNav_list > li > a:hover {
        opacity: 1;
        color: #3a72b7;
    }
    .gNav_list > li > a:hover::before {
        opacity: 0;
    }
    .gNav_list > li > a:hover::after {
        opacity: 1;
    }
    .gPankuzu_oList > li > a:hover {}
    .gPageTop_button:hover {
        border-bottom-color: #fff;
        border-right-color: #fff;
    }
    .gFooter_title > a:hover {}
    .gFooter_addr > a:hover {}
    .gFooter_list > li > a:hover {}
    .gFootNav_list > li > a:hover {
        opacity: 1;
        text-decoration: underline;
        color: #3972B7;
    }
    .gFootNav_childList > li > a:hover {
        text-decoration: underline;
        opacity: 1;
        color: #3a72b7;
    }
    .gFootNav_col-no3 > li > a:hover {}
}
@media screen and (max-width: 1299px) {
    /* follow */
    .headerfix_height {
        height: 147px;
    }
    .headerfix {
        transition-duration: .3s;
    }
    .headerfix.follow {
        width: 100%;
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
    }
    .headerfix.follow .gHeader_link > a {
        line-height: 16px;
        height: auto;
        padding: 10px 0;
    }
    .headerfix.follow .gHeader_linkList > li > a {
        padding-top: 0;
        height: 50px;
    }
    .headerfix.follow .gHeader_linkList > li + li > a {
        padding-top: 4px;
    }
    .headerfix.follow .gHeader_linkList > li > a > b {
        font-size: 10px;
    }
    .headerfix.follow .gHeader_col {
        height: 50px;
    }
    .headerfix.follow .gNav_list > li > a {
        line-height: 40px;
    }
    .gHeader_link,
    .gHeader_linkList,
    .gHeader_col,
    .gNav_list {
        transition-duration: .3s;
    }

    .gHeader {}
    .gHeader_inner {}
    .gHeader_cols {}
    .gHeader_cols::after {}
    .gHeader_col {}
    .gHeader_col-no1 {
        padding-left: 15px;
    }
    .gHeader_title {
        max-width: 248px;
    }
    .gHeader_title > a {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title > a > img {}
    .gHeader_col-no2 {}
    .gLangNav {}
    .gLangNav_list {}
    .gLangNav_list::after {}
    .gLangNav_list > li {}
    .gLangNav_list > li:first-child {}
    .gLangNav_list > li:nth-child(2n+1) {}
    .gLangNav_list > li:nth-child(n+3) {}
    .gLangNav_list > li > a {}
    [lang="ja"] .gLangNav_list > li:first-child > a {}
    .gLangNav_list > li > a::before {}
    .gLangNav_list > li > a::after {}
    .gHeader_col-no3 {
        width: 210px;
    }
    .gHeader_telLink {}
    .gHeader_telLink > a {
        font-size: 24px;
    }
    .gHeader_telLink > a::before {}
    .gHeader_telLink > a::after {}
    .gHeader_telLink > a > .icon {}
    .gHeader_col-no4 {
        /* width: 178px; */
        width:  89px;
    }
    .gHeader_linkList {}
    .gHeader_linkList::after {}
    .gHeader_linkList > li {}
    .gHeader_linkList > li:first-child {}
    .gHeader_linkList > li:nth-child(2n+1) {}
    .gHeader_linkList > li:nth-child(n+3) {}
    .gHeader_linkList > li > a {}
    .gHeader_linkList > li > a::before {}
    .gHeader_linkList > li > a::after {}
    .gHeader_linkList > li > a > .icon {}
    .gHeader_linkList > li > a > b {}
    .gHeader_linkList > li > a > b.-multiline {}
    .gHeader_col-no5 {
        width: 140px;
    }
    .gHeader_link {}
    .gHeader_link > a {
        font-size: 14px;
        line-height: 16px;
        padding: 25px 0;
        height: 32px;
    }
    .gHeader_link > a br {
        display: inline;
    }
    .gHeader_link > a::before {}
    .gHeader_link > a::after {}
    .gHeader_link > a > .icon {}
    .gMenuBtn {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {}
    .gMenuBtn_bar-no3 {}
    .gNav {}
    .gNav_inner {}
    .gNav_list {}
    .gNav_list::after {}
    .gNav_list > li {
        width: 16%;
    }
    .gNav_list > li:nth-child(2) {
        width: 20%;
    }
    .gNav_list > li:first-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {}
    .gNav_list > li > a::before {}
    .gNav_list > li:first-child > a::before {}
    .gNav_list > li > a::after {}
    .gBody {}
    .gVisual {
        height: 260px;
        background-position: 80% center;
    }
    .gVisual_inner {}
    .gVisual_title {
        padding-top: calc((260px - 30px) / 2);
    }
    .gVisual_title > b {
        font-size: 30px;
    }
    .gVisual_title > small {
        font-size: 11px;
    }
    .gPankuzu {
        margin-bottom: 80px;
    }
    .gPankuzu-noMargin {
        margin-bottom: 0;
    }
    .gPankuzu_inner {}
    .gPankuzu_oList {}
    .gPankuzu_oList::after {}
    .gPankuzu_oList > li {}
    .gPankuzu_oList > li::before {}
    .gPankuzu_oList > li:first-child::before {}
    .gPankuzu_oList > li:first-child {}
    .gPankuzu_oList > li:nth-child(2n+1) {}
    .gPankuzu_oList > li:nth-child(n+3) {}
    .gPankuzu_oList > li > a {}
    .gPankuzu_oList > li > a::before {}
    .gPankuzu_oList > li > a::after {}
    .gPankuzu_oList > li > a > .icon {}
    .gBody_inner {}
    .gPageTop {}
    .gPageTop_button {}
    .gPageTop_button::before {}
    .gFooter {}
    .gFooter_inner {}
    .gFooter_cols {}
    .gFooter_cols::after {}
    .gFooter_col {}
    .gFooter_col-no1 {}
    .gFooter_title {}
    .gFooter_title > a {}
    .gFooter_title > a::before {}
    .gFooter_title > a::after {}
    .gFooter_title > a > img {}
    .gFooter_col-no2 {}
    .gFooter_addr {}
    .gFooter_addr > a {}
    .gFooter_addr > a::before {}
    .gFooter_addr > a::after {}
    .gFooter_list {}
    .gFooter_list::after {}
    .gFooter_list > li {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {}
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}
    .gFootNav {}
    .gFootNav_inner {}
    .gFootNav_cols {}
    .gFootNav_cols::after {}
    .gFootNav_col {}
    .gFootNav_col-no1 {}
    .gFootNav_list {}
    .gFootNav_list::after {}
    .gFootNav_list > li {}
    .gFootNav_list > li:first-child {}
    .gFootNav_list > li:nth-child(2n+1) {}
    .gFootNav_list > li:nth-child(n+3) {}
    .gFootNav_list > li > a {}
    .gFootNav_list > li > a::before {}
    .gFootNav_list > li > a::after {}
    .gFootNav_list > li > a > .icon {}
    .gFootNav_col-no2 {}
    .gFootNav_childList {}
    .gFootNav_childList::after {}
    .gFootNav_childList > li {}
    .gFootNav_childList > li:first-child {}
    .gFootNav_childList > li:nth-child(2n+1) {}
    .gFootNav_childList > li:nth-child(n+3) {}
    .gFootNav_childList > li > a {}
    .gFootNav_childList > li > a::before {}
    .gFootNav_childList > li > a::after {}
    .gFootNav_col-no3 {}
    .gFootNav_col-no3 > li {}
    .gFootNav_col-no3 > li:first-child {}
    .gFootNav_col-no3 > li:nth-child(2n+1) {}
    .gFootNav_col-no3 > li:nth-child(n+3) {}
    .gFootNav_col-no3 > li > a {}
    .gFootNav_col-no3 > li > a::before {}
    .gFootNav_col-no3 > li > a::after {}
    .gFootNav_col-no3 > li > a > .icon {}
    .gFootNav_col-no4 {}
    .gFooter_copyright {}
    .gFooter_copyright > small {}
    .gIndexNav {}
    .gIndexNav_inner {}
    .gIndexNav_list {}
    .gIndexNav_list::after {}
    .gIndexNav_list > li {
        width: 32%;
        margin-left: 2%;
    }
    .gIndexNav_list > li:first-child {}
    .gIndexNav_list > li:nth-child(3n+1) {}
    .gIndexNav_list > li:nth-child(n+3) {}
    .gIndexNav_list > li > a {}
    .gIndexNav_list > li > a::before {}
    .gIndexNav_list > li > a::after {}
    .gIndexNav_image {}
    .gIndexNav_image > img {}
    .gIndexNav_title {
        font-size: 18px;
    }
    .gIndexNav_title > .icon {}
    .gIndexNav_text {}
    .gPageNav {}
    .gPageNav_inner {}
    .gPageNav_list {}
    .gPageNav_list::after {}
    .gPageNav_list > li {
        margin-right: 30px;
    }
    .gPageNav_list > li:first-child {}
    .gPageNav_list > li:nth-child(2n+1) {}
    .gPageNav_list > li:nth-child(n+3) {}
    .gPageNav_list > li > a {
        padding: 30px 0;
    }
    .gPageNav_list > li > a::before {}
    .gPageNav_list > li > a::after {}
    .gPageNav_list > li > a > .icon {}
}
@media screen and (max-width: 999px) {
    /* follow */
    .headerfix_height {
        height: auto;
    }

    .gHeader {
        padding-top: 20px;
    }
    .gHeader_inner {}
    .gHeader_cols {
        display: block;
        font-size: 0;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .gHeader_cols::after {}
    .gHeader_col {
        display: inline-block;
        height: auto;
        vertical-align: middle;
    }
    .gHeader_col-no1 {
        padding: 0;
        max-width: none;
        display: block;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
    .gHeader_title {
        margin: 0 auto;
    }
    .gHeader_title > a {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title > a > img {}
    .gHeader_col-no2 {
        display: block;
        position: absolute;
        z-index: 1;
        right: 2%;
        top: 0;
    }
    .gLangNav {}
    .gLangNav_list {}
    .gLangNav_list::after {}
    .gLangNav_list > li {}
    .gLangNav_list > li:first-child {}
    .gLangNav_list > li:nth-child(2n+1) {}
    .gLangNav_list > li:nth-child(n+3) {}
    .gLangNav_list > li > a {}
    [lang="ja"] .gLangNav_list > li:first-child > a {}
    .gLangNav_list > li > a::before {}
    .gLangNav_list > li > a::after {}
    .gHeader_col-no3 {}
    .gHeader_telLink {}
    .gHeader_telLink > a {}
    .gHeader_telLink > a::before {}
    .gHeader_telLink > a::after {}
    .gHeader_telLink > a > .icon {}
    .gHeader_col-no4 {}
    .gHeader_linkList {
        font-size: 0;
    }
    .gHeader_linkList::after {}
    .gHeader_linkList > li {}
    .gHeader_linkList > li:first-child {
        margin-left: 0;
    }
    .gHeader_linkList > li:nth-child(2n+1) {}
    .gHeader_linkList > li:nth-child(n+3) {}
    .gHeader_linkList > li > a {
        height: 60px;
        padding: 6px 5px 0;
        box-sizing: border-box;
    }
    .gHeader_linkList > li > a::before {}
    .gHeader_linkList > li > a::after {}
    .gHeader_linkList > li > a > .icon {
        font-size: 18px;
    }
    .gHeader_linkList > li > a > b {
        font-size: 12px;
    }
    .gHeader_linkList > li > a > b.-multiline {}
    .gHeader_col-no5 {
        width: 210px;
    }
    .gHeader_link {}
    .gHeader_link > a {
        padding: 14px 10px;
    }
    .gHeader_link > a::before {}
    .gHeader_link > a::after {}
    .gHeader_link > a > .icon {
        font-size: 140%;
    }
    .gMenuBtn {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {}
    .gMenuBtn_bar-no3 {}
    .gNav {}
    .gNav_inner {}
    .gNav_list {}
    .gNav_list::after {}
    .gNav_list > li {
        width: auto;
    }
    .gNav_list > li:nth-child(2) {
        width: auto;
    }
    .gNav_list > li:first-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        font-size: 13px;
        padding: 0 10px;
    }
    .gNav_list > li > a::before {}
    .gNav_list > li:first-child > a::before {}
    .gNav_list > li > a::after {}
    .gBody {
        margin-bottom: 80px;
    }
    .gBody-noMargin {
        margin-bottom: 0;
    }
    .gVisual {
        height: 200px;
    }
    .gVisual_inner {}
    .gVisual_title {
        padding-top: calc((200px - 26px) / 2);
    }
    .gVisual_title > b {
        font-size: 26px;
    }
    .gVisual_title > small {}
    .gPankuzu {
        margin-bottom: 45px;
    }
    .gPankuzu-noMargin {
        margin-bottom: 0;
    }
    .gPankuzu_inner {}
    .gPankuzu_oList {}
    .gPankuzu_oList::after {}
    .gPankuzu_oList > li {
        font-size: 12px;
    }
    .gPankuzu_oList > li::before {}
    .gPankuzu_oList > li:first-child::before {}
    .gPankuzu_oList > li:first-child {}
    .gPankuzu_oList > li:nth-child(2n+1) {}
    .gPankuzu_oList > li:nth-child(n+3) {}
    .gPankuzu_oList > li > a {}
    .gPankuzu_oList > li > a::before {}
    .gPankuzu_oList > li > a::after {}
    .gPankuzu_oList > li > a > .icon {
        font-size: 14px;
    }
    .gBody_inner {}
    .gPageTop {
        position: fixed;
        right: 2%;
        bottom: 20px;
        opacity: 0;
        transition-duration: .3s;
        transition-property: opacity;
    }
    .gPageTop.isFixed {
        opacity: 1;
    }
    .gPageTop_button {
        border-right-color: rgba(57, 114, 183, 0.8);
        border-bottom-color: rgba(57, 114, 183, 0.8);
    }
    .gPageTop_button::before {}
    .gFooter {}
    .gFooter_inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .gFooter_cols {
        display: block;
    }
    .gFooter_cols::after {}
    .gFooter_col {
        display: block;
    }
    .gFooter_col-no1 {
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .gFooter_title {}
    .gFooter_title > a {}
    .gFooter_title > a::before {}
    .gFooter_title > a::after {}
    .gFooter_title > a > img {}
    .gFooter_col-no2 {
        text-align: center;
        margin-top: 20px;
    }
    .gFooter_addr {}
    .gFooter_addr > a {}
    .gFooter_addr > a::before {}
    .gFooter_addr > a::after {}
    .gFooter_list {}
    .gFooter_list::after {}
    .gFooter_list > li {}
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {}
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}
    .gFootNav {
        padding: 35px 0;
    }
    .gFootNav_inner {}
    .gFootNav_cols {}
    .gFootNav_cols::after {}
    .gFootNav_col {
        width: auto;
        padding-left: 15px;
    }
    .gFootNav_col-no1 {
        padding-left: 0;
    }
    .gFootNav_list {}
    .gFootNav_list::after {}
    .gFootNav_list > li {
        margin-top: 10px;
    }
    .gFootNav_list > li:first-child {}
    .gFootNav_list > li:nth-child(2n+1) {}
    .gFootNav_list > li:nth-child(n+3) {}
    .gFootNav_list > li > a {
        font-size: 13px;
    }
    .gFootNav_list > li > a::before {}
    .gFootNav_list > li > a::after {}
    .gFootNav_list > li > a > .icon {}
    .gFootNav_col-no2 {}
    .gFootNav_childList {
        font-size: 12px;
    }
    .gFootNav_childList::after {}
    .gFootNav_childList > li {}
    .gFootNav_childList > li:first-child {}
    .gFootNav_childList > li:nth-child(2n+1) {}
    .gFootNav_childList > li:nth-child(n+3) {}
    .gFootNav_childList > li > a {}
    .gFootNav_childList > li > a::before {}
    .gFootNav_childList > li > a::after {}
    .gFootNav_col-no3 {}
    .gFootNav_col-no3 > li {}
    .gFootNav_col-no3 > li:first-child {}
    .gFootNav_col-no3 > li:nth-child(2n+1) {}
    .gFootNav_col-no3 > li:nth-child(n+3) {}
    .gFootNav_col-no3 > li > a {}
    .gFootNav_col-no3 > li > a::before {}
    .gFootNav_col-no3 > li > a::after {}
    .gFootNav_col-no3 > li > a > .icon {}
    .gFootNav_col-no4 {}
    .gFooter_copyright {
        line-height: 4;
    }
    .gFooter_copyright > small {}
    .gIndexNav {}
    .gIndexNav_inner {}
    .gIndexNav_list {}
    .gIndexNav_list::after {}
    .gIndexNav_list > li {}
    .gIndexNav_list > li:first-child {}
    .gIndexNav_list > li:nth-child(3n+1) {}
    .gIndexNav_list > li:nth-child(n+4) {
        margin-top: 45px;
    }
    .gIndexNav_list > li > a {}
    .gIndexNav_list > li > a::before {}
    .gIndexNav_list > li > a::after {}
    .gIndexNav_image {}
    .gIndexNav_image > img {}
    .gIndexNav_title {
        font-size: 16px;
        margin: 10px 0 7px;
    }
    .gIndexNav_title > .icon {}
    .gIndexNav_text {
        font-size: 13px;
    }
    .gPageNav {
        padding: 15px 0;
    }
    .gPageNav_inner {}
    .gPageNav_list {}
    .gPageNav_list::after {}
    .gPageNav_list > li {
        margin-right: 20px;
    }
    .gPageNav_list > li:first-child {}
    .gPageNav_list > li:nth-child(2n+1) {}
    .gPageNav_list > li:nth-child(n+3) {}
    .gPageNav_list > li > a {
        padding: 10px 0;
    }
    .gPageNav_list > li > a::before {}
    .gPageNav_list > li > a::after {}
    .gPageNav_list > li > a > .icon {}
}
@media screen and (max-width:699px) {
    .gHeader {
        padding-top: 10px;
        border-bottom: none;
    }
    .gHeader_inner {}
    .gHeader_cols {}
    .gHeader_cols::after {}
    .gHeader_col {}
    .gHeader_col-no1 {
        padding-bottom: 10px;
        border-bottom: none;
    }
    .gHeader_title {
        max-width: 200px;
        margin-left: 0;
        padding-left: 10px;
    }
    .gHeader_title > a {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title > a > img {}
    .gHeader_col-no2 {
        position: static;
        width: auto;
    }
    .gLangNav {}
    .gLangNav_list {}
    .gLangNav_list::after {}
    .gLangNav_list > li {}
    .gLangNav_list > li:first-child {}
    .gLangNav_list > li:nth-child(2n+1) {}
    .gLangNav_list > li:nth-child(n+3) {}
    .gLangNav_list > li > a {
        height: 30px;
    }
    .gLangNav_list > li:last-child > a {
        border-right: none;
    }
    [lang="ja"] .gLangNav_list > li:first-child > a {}
    .gLangNav_list > li > a::before {}
    .gLangNav_list > li > a::after {}
    .gHeader_col-no3 {
        width: auto;
        display: block;
    }
    .gHeader_telLink {}
    .gHeader_telLink > a {
        line-height: 45px;
        font-size: 20px;
    }
    .gHeader_telLink > a::before {}
    .gHeader_telLink > a::after {}
    .gHeader_telLink > a > .icon {}
    .gHeader_col-no4 {
        display: none;
    }
    .gHeader_linkList {}
    .gHeader_linkList::after {}
    .gHeader_linkList > li {}
    .gHeader_linkList > li:first-child {}
    .gHeader_linkList > li:nth-child(2n+1) {}
    .gHeader_linkList > li:nth-child(n+3) {}
    .gHeader_linkList > li > a {}
    .gHeader_linkList > li > a::before {}
    .gHeader_linkList > li > a::after {}
    .gHeader_linkList > li > a > .icon {}
    .gHeader_linkList > li > a > b {}
    .gHeader_linkList > li > a > b.-multiline {}
    .gHeader_col-no5 {
        width: auto;
        display: block;
    }
    .gHeader_link {}
    .gHeader_link > a {
        padding: 0;
        line-height: 45px;
        border: none;
        height: 45px;
    }
    .gHeader_link > a::before {}
    .gHeader_link > a::after {}
    .gHeader_link > a > .icon {}
    .gHeader_link > a > b {}
    .gHeader_link > a > b > br {
        display: none;
    }
    .gMenuBtn {
        display: block;
        position: absolute;
        z-index: 1;
        top: 5px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .gMenuBtn_bar {
        display: block;
        width: 30px;
        height: 4px;
        background: #3a72b7;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        transition-duration: .3s;
        transition-property: transform, top;
    }
    .gMenuBtn_bar-no1 {
        top: -4px;
    }
    .gMenuBtn_bar-no2 {}
    .gMenuBtn_bar-no3 {
        top: 4px;
    }
    .isShow .gMenuBtn_bar-no1 {
        top: 4px;
        transform: rotate(-45deg);
    }
    .isShow .gMenuBtn_bar-no2 {
        transform: scale(0, 1);
    }
    .isShow .gMenuBtn_bar-no3 {
        top: -4px;
        transform: rotate(45deg);
    }
    .gNav {
        position: relative;
        z-index: 10;
    }
    .gNav_inner {}
    .gNav_list {
        display: block;
        transform: scale(1, 0);
        transform-origin: center top;
        opacity: 0;
        transition-property: opacity, transform;
        transition-duration: .5s, 0s;
        transition-delay: 0s, .5s;
        position: absolute;
        z-index: 1;
        top: -122px;
        left: 0;
        width: 100%;
        border-top: 1px solid #ccc;
    }
    .isShow .gNav_list {
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s;
    }
    .gNav_list::after {}
    .gNav_list > li {
        display: block;
        width: auto;
    }
    .gNav_list > li.-health {
        display: block;
    }
    .gNav_list > li.-sitemap {
        display: block;
    }
    .gNav_list > li:nth-child(2) {
        width: auto;
    }
    .gNav_list > li:first-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        line-height: 45px;
        border-bottom: 1px solid #ddd;
        background: #fff;
    }
    .gNav_list > li > a::before {
        display: none;
    }
    .gNav_list > li:first-child > a::before {}
    .gNav_list > li > a::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 10px;
        margin-top: auto;
        margin-bottom: auto;
        border: 2px solid #3a72b7;
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
        opacity: 1;
        background: none;
        left: auto;
    }
    .gBody {
        margin-bottom: 50px;
    }
    .gBody-noMargin {
        margin-bottom: 0;
    }
    .gVisual {
        height: 130px;
        background-position: 70% center;
    }
    .gVisual_inner {}
    .gVisual_title {
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
        padding-top: calc((130px - 18px) / 2);
    }
    .gVisual_title > b {
        font-size: 18px;
    }
    .gVisual_title > small {
        font-size: 10px;
    }
    .gPankuzu {
        margin-bottom: 25px;
    }
    .gPankuzu-noMargin {
        margin-bottom: 0;
    }
    .gPankuzu_inner {}
    .gPankuzu_oList {}
    .gPankuzu_oList::after {}
    .gPankuzu_oList > li {
        font-size: 10px;
    }
    .gPankuzu_oList > li::before {
        margin: 0 8px;
    }
    .gPankuzu_oList > li:first-child::before {}
    .gPankuzu_oList > li:first-child {}
    .gPankuzu_oList > li:nth-child(2n+1) {}
    .gPankuzu_oList > li:nth-child(n+3) {}
    .gPankuzu_oList > li > a {}
    .gPankuzu_oList > li > a::before {}
    .gPankuzu_oList > li > a::after {}
    .gPankuzu_oList > li > a > .icon {}
    .gBody_inner {}
    .gPageTop {
        right: 10px;
        bottom: 10px;
    }
    .gPageTop_button {
        border-width: 30px;
    }
    .gPageTop_button::before {
        bottom: -22px;
        left: 3px;
    }
    .gFooter {}
    .gFooter_inner {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .gFooter_cols {}
    .gFooter_cols::after {}
    .gFooter_col {}
    .gFooter_col-no1 {
        width: 200px;
    }
    .gFooter_title {}
    .gFooter_title > a {}
    .gFooter_title > a::before {}
    .gFooter_title > a::after {}
    .gFooter_title > a > img {}
    .gFooter_col-no2 {
        font-size: 12px;
        margin-top: 15px;
    }
    .gFooter_addr {}
    .gFooter_addr > a {}
    .gFooter_addr > a::before {}
    .gFooter_addr > a::after {}
    .gFooter_list {
        margin-top: 8px;
    }
    .gFooter_list::after {}
    .gFooter_list > li {
        margin-right: 5px;
    }
    .gFooter_list > li:last-child {}
    .gFooter_list > li:nth-child(2n+1) {}
    .gFooter_list > li:nth-child(n+3) {}
    .gFooter_list > li > a {}
    .gFooter_list > li > a::before {}
    .gFooter_list > li > a::after {}
    .gFootNav {
        padding: 0;
    }
    .gFootNav_inner {}
    .gFootNav_cols {
        display: block;
    }
    .gFootNav_cols::after {}
    .gFootNav_col {
        display: block;
        width: auto;
        padding: 0;
    }
    .gFootNav_col-no1 {}
    .gFootNav_list {
        margin: 0 -10px;
    }
    .gFootNav_list::after {}
    .gFootNav_list > li {
        margin-top: 0;
    }
    .gFootNav_list > li:first-child {}
    .gFootNav_list > li:nth-child(2n+1) {}
    .gFootNav_list > li:nth-child(n+3) {}
    .gFootNav_list > li > a {
        font-size: 14px;
        line-height: 40px;
        border-bottom: 1px solid #eee;
        padding: 0 10px;
        position: relative;
        z-index: 1;
    }
    .gFootNav_list > li > a.-hasChild > .-btn {
        position: absolute;
        z-index: 1;
        display: block;
        height: 20px;
        width: 20px;
        right: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #000;
        border: 5px solid #fff;
    }
    .gFootNav_list > li > a.-hasChild > .-btn::after {
        content: "";
        width: 10px;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .gFootNav_list > li > a.-hasChild > .-btn::before {
        content: "";
        width: 10px;
        height: 2px;
        background: #fff;
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(90deg);
        transition-duration: .3s;
        transition-property: transform;
    }
    .gFootNav_list > li > a.-hasChild.isShow > .-btn::before {
        transform: rotate(0deg);
    }
    .gFootNav_list > li > a::before {}
    .gFootNav_list > li > a::after {}
    .gFootNav_list > li > a > .icon {
        margin-right: 10px;
    }
    .gFootNav_col-no2 {}
    .gFootNav_childList {
        display: none;
        font-size: 14px;
        margin: 0;
        border-bottom: 1px solid #eee;
        padding-left: 35px;
    }
    .gFootNav_childList.isShow {
        display: block;
    }
    .gFootNav_childList::after {}
    .gFootNav_childList > li {}
    .gFootNav_childList > li:first-child {}
    .gFootNav_childList > li:nth-child(2n+1) {}
    .gFootNav_childList > li:nth-child(n+3) {}
    .gFootNav_childList > li > a {
        line-height: 40px;
    }
    .gFootNav_childList > li > a::before {}
    .gFootNav_childList > li > a::after {}
    .gFootNav_col-no3 {}
    .gFootNav_col-no3 > li {}
    .gFootNav_col-no3 > li:first-child {}
    .gFootNav_col-no3 > li:nth-child(2n+1) {}
    .gFootNav_col-no3 > li:nth-child(n+3) {}
    .gFootNav_col-no3 > li > a {}
    .gFootNav_col-no3 > li > a::before {}
    .gFootNav_col-no3 > li > a::after {}
    .gFootNav_col-no3 > li > a > .icon {}
    .gFootNav_col-no4 {}
    .gFooter_copyright {}
    .gFooter_copyright > small {
        font-size: 10px;
    }
    .gIndexNav {}
    .gIndexNav_inner {}
    .gIndexNav_list {}
    .gIndexNav_list::after {}
    .gIndexNav_list > li {
        width: 49%;
    }
    .gIndexNav_list > li:first-child {}
    .gIndexNav_list > li:nth-child(3n+1) {
        margin-left: 2%;
        clear: none;
    }
    .gIndexNav_list > li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
    }
    .gIndexNav_list > li:nth-child(n+3) {
        margin-top: 25px;
    }
    .gIndexNav_list > li > a {}
    .gIndexNav_list > li > a::before {}
    .gIndexNav_list > li > a::after {}
    .gIndexNav_image {}
    .gIndexNav_image > img {}
    .gIndexNav_title {
        font-size: 14px;
        padding-left: 20px;
        margin-top: 5px;
    }
    .gIndexNav_title > .icon {
        font-size: 12px;
        height: 12px;
    }
    .gIndexNav_text {}
    .gPageNav {}
    .gPageNav_inner {}
    .gPageNav_list {}
    .gPageNav_list::after {}
    .gPageNav_list > li {
        margin-right: 15px;
    }
    .gPageNav_list > li:first-child {}
    .gPageNav_list > li:nth-child(2n+1) {}
    .gPageNav_list > li:nth-child(n+3) {}
    .gPageNav_list > li > a {
        padding: 5px 0;
    }
    .gPageNav_list > li > a::before {}
    .gPageNav_list > li > a::after {}
    .gPageNav_list > li > a > .icon {
        margin-right: 5px;
    }
}
