@charset "shift_jis";
.gHeader {
    position: relative;
    z-index: 1;
    padding-top: 24px;
    margin-bottom: 5px;
}
.gHeader_inner {}
.gHeader_title {
    width: 164px;
}
.gHeader_title > a {
    display: block;
    text-decoration: none;
}
.gHeader_title > a::before {
    content: "";
}
.gHeader_title > a::after {
    content: "";
}
.gHeader_title > a > img {
    display: block;
}
.gMenuBtn {
    display: none;
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gNav {
    position: relative;
    z-index: 10;
    height: 51px;
}
.gNav::after {
    content: "";
    display: block;
    height: 4px;
    background-image: linear-gradient(90deg, #ffb710, #ec0014);
}
.gNav_inner {
    position: static;
}
.gNav_list {
    list-style: none;
    display: table;
    width: 100%;
    position: relative;
    z-index: 1;
}
.gNav_list::after {
    content: "";
    display: block;
    clear: both;
}
.gNav_list > li {
    display: table-cell;
}
.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;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 51px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gNav_list > li > a.-hasChild {}
.gNav_list > li > a::before {
    content: "";
}
.gNav_list > li > a::after {
    content: "";
}
.gNav_list > li > a > .icon {
    color: #95989A;
    font-size: 12px;
    margin-left: 17px;
    transition-duration: .3s;
    transition-property: transform;
}
.gNav_list > li > a.isShow > .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.gNav_areaHeader {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    top: -62px;
    right: calc((100% - 940px) / 2);
}
.gNav_subList {
    list-style: none;
    font-size: 0;
    text-align: right;
    order: 2;
    position: relative;
    z-index: 1;
}
.gNav_subList::after {
    content: "";
    display: block;
    clear: both;
}
.gNav_subList > li {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}
.gNav_subList > li:first-child {
    margin-left: 0;
}
.gNav_subList > li:nth-child(2n+1) {}
.gNav_subList > li:nth-child(n+3) {}
.gNav_subList > li > a {
    display: block;
    text-decoration: none;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gNav_subList > li > a::before {
    content: "";
}
.gNav_subList > li > a::after {
    content: "";
}
.gNav_subList > li > a > .icon {
    font-size: 10px;
    color: #FB6300;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    margin-right: 3px;
}
.gNav_areaHeader_bottom {
    order: 1;
    font-size: 0;
    text-align: right;
    margin-bottom: 9px;
    position: relative;
    z-index: 2;
}
.gLangChange {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.gLangChange_title {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}
.gLangChange_list {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
}
.gLangChange_list::after {
    content: "";
    display: block;
    clear: both;
}
.gLangChange_list > li {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    margin-left: 5px;
}
.gLangChange_list > li:first-child {
    margin-left: 0;
}
.gLangChange_list > li:nth-child(2n+1) {}
.gLangChange_list > li:nth-child(n+3) {}
.gLangChange_list > li > a {
    display: block;
    border: 1px solid #6E6E6E;
    line-height: 26px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: #6E6E6E;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gLangChange_list > li > a.isActive {
    background: #6E6E6E;
    color: #fff;
    opacity: 1;
    cursor: default;
}
.gLangChange_list > li > a::before {
    content: "";
}
.gLangChange_list > li > a::after {
    content: "";
}
.gSearch {
    width: 220px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}
.gSearch > form {}
.gSearch_cols {
    display: table;
    width: 100%;
    border: 1px solid #6E6E6E;
    border-radius: 20px;
}
.gSearch_cols::after {
    content: "";
    display: block;
    clear: both;
}
.gSearch_col {
    display: table-cell;
    vertical-align: middle;
    height: 26px;
}
.gSearch_col-no1 {}
.gSearch_inputWrap {
    position: relative;
    z-index: 1;
}
.gSearch_inputWrap::after {
    content: "";
}
.gSearch_inputWrap > input {
    border: none;
    background: none;
    display: block;
    margin: 0;
    padding-left: 30px;
    outline: none;
    position: relative;
    z-index: 1000;
}
.gSearch_inputWrap > input:focus {}
.gSearch_inputWrap > .icon {
    color: #6E6E6E;
    font-size: 16px;
    display: block;
    height: 16px;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
}
.gSearch_col-no2 {
    width: 42px;
    padding-right: 3px;
}
.gSearch_submit {
    display: block;
    line-height: 20px;
    background: #6E6E6E;
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 22px;
    width: 100%;
    border: 1px solid #6E6E6E;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gFooter {
    padding-top: 19px;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
}
.gFooter::before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background-image: linear-gradient(90deg, #ffb710, #ec0014);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.gFooter_inner {}
.gFooter_title {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
}
.gFooter_title > img {
    display: block;
}
.gFooter_list {
    list-style: none;
    font-size: 0;
}
.gFooter_list::after {
    content: "";
    display: block;
    clear: both;
}
.gFooter_list > li {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
.gFooter_list > li::after {
    content: "";
    width: 1px;
    height: 14px;
    background: #666666;
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px;
}
.gFooter_list > li:last-child::after {
    display: none;
}
.gFooter_list > li:first-child::before {
    display: none;
}
.gFooter_list > li:first-child {}
.gFooter_list > li:nth-child(2n+1) {}
.gFooter_list > li:nth-child(n+3) {}
.gFooter_list > li > a {
    transition-duration: .3s;
    transition-property: color;
    text-decoration: none;
}
.gFooter_list > li > a::before {
    content: "";
}
.gFooter_list > li > a::after {
    content: "";
}
.gFooter_list > li > a > .icon {
    color: #8C8C8C;
    margin-left: 4px;
}
.gFooter_copyright {
    margin-top: 3px;
}
.gFooter_copyright > small {
    display: block;
    font-size: 12px;
}
.gFootNav {
    background: #F8F8F8;
    padding: 35px 0 34px;
    margin-top: 47px;
}
.gFootNav_inner {}
.gFootNav_cols {
    display: table;
    width: 100%;
    margin-bottom: 28px;
}
.gFootNav_cols::after {
    content: "";
    display: block;
    clear: both;
}
.gFootNav_col {
    display: table-cell;
    vertical-align: top;
    padding-right: 34px;
}
.gFootNav_col-no1 {}
.gFootNav_list {
    list-style: none;
}
.gFootNav_list::after {
    content: "";
    display: block;
    clear: both;
}
.gFootNav_list > li {
    margin-top: 10px;
}
.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 {
    position: relative;
    z-index: 1;
    padding-left: 11px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
body.fontL .gFootNav_list > li > a {
    font-size: 13px;
}
.gFootNav_list > li > a::before {
    content: "";
}
.gFootNav_list > li > a::after {
    content: "";
}
.gFootNav_list > li > a > .icon {
    font-size: 10px;
    color: #FB6300;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    display: block;
    position: absolute;
    line-height: 1;
    top: 6px;
    margin: auto;
    left: 0;
    height: 10px;
}
.gFootNav_col-no2 {}
.gFootNav_col-no3 {}
.gFootNav_col-no4 {
    padding-right: 0;
}
.gFootNav_slide {
    padding: 0 30px;
}
.gFootNav_bnr {
    padding: 0 5px;
}
.gFootNav_bnr > a {
    display: block;
}
.gFootNav_bnr > a::before {
    content: "";
}
.gFootNav_bnr > a::after {
    content: "";
}
.gFootNav_bnr > a > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.gFootNav_button {
    display: block;
    width: 24px;
    height: 24px;
    background: #7C7C7C;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    transition-duration: .3s;
    transition-property: transform;
}
.gFootNav_button-next {
    right: 0;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.gFootNav_button-prev {
    left: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.gFootNav_button > .icon {
    display: block;
}
.gPageTop {
    display: none;
}
.gPageTop_button {}
.gSubNav {
    background: #FAFAFA;
    position: absolute;
    z-index: 10;
    top: 55px;
    left: 0;
    width: 100%;
    padding: 42px 0 30px;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform: scale(1, 0);
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .5s, 0s;
    transition-delay: 0s, .5s;
    overflow: hidden;
}
.gSubNav.isShow {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition-delay: 0s, 0s;
}
.gSubNav_inner {
    background: #fff;
    box-sizing: border-box;
    padding: 14px 29px;
    position: relative;
    z-index: 1;
    min-height: 150px;
}
.gSubNav_closeBtn {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 3;
    top: -39px;
    right: -5px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: .3s;
    transition-property: transform;
}
.gSubNav_closeBtn::after {
    content: "";
    width: 18px;
    height: 3px;
    background: #6E6E6E;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.gSubNav_closeBtn::before {
    content: "";
    width: 18px;
    height: 3px;
    background: #6E6E6E;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.gSubNav_cols {}
.gSubNav_cols::after {
    content: "";
    display: block;
    clear: both;
}
.gSubNav_col {}
.gSubNav_col-no1 {
    width: 61%;
    float: left;
}
.gSubNav_title {
    margin-bottom: 15px;
    font-size: 18px;
}
.gSubNav_title > a {
    text-decoration: none;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gSubNav_title > a::before {
    content: "";
}
.gSubNav_title > a::after {
    content: "";
}
.gSubNav_title > a > .icon {
    color: #FB6300;
    font-size: 12px;
    margin-right: 7px;
}
.gSubNav_loginList {
    list-style: none;
}
.gSubNav_loginList::after {
    content: "";
    display: block;
    clear: both;
}
.gSubNav_loginList > li {
    width: 48%;
    float: left;
    margin-left: 4%;
}
.gSubNav_loginList > li:first-child {
    margin-left: 0;
}
.gSubNav_loginList > li:nth-child(2n+1) {}
.gSubNav_loginList > li:nth-child(n+3) {}
.gSubNav_loginList > li > a {
    display: block;
    text-decoration: none;
    border: 2px solid #e60012;
    border-radius: 5px;
    color: #fff;
    background-image: linear-gradient(180deg, #EB354B 0%, #e60012 100%);
    text-align: center;
    display: flex;
    height: 70px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-right: 20px;
}
.gSubNav_loginList > li:first-child > a {
    border-color: #FC6621;
    background-image: linear-gradient(180deg, #FF9B5A 0%, #FB6300 100%);
}
.gSubNav_loginList > li > a::before {
    content: "";
}
.gSubNav_loginList > li > a::after {
    content: "";
}
.gSubNav_loginList > li > a > small {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.gSubNav_loginList > li > a > b {
    font-size: 20px;
    display: block;
    margin-top: 4px;
}
.gSubNav_loginList > li > a > .icon {
    font-size: 17px;
    display: block;
    line-height: 1;
    height: 17px;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}
.gSubNav_col-no2 {
    width: 35%;
    float: right;
    padding-top: 1px;
}
.gSubNav_list {
    list-style: none;
}
.gSubNav_list::after {
    content: "";
    display: block;
    clear: both;
}
.gSubNav_list > li {}
.gSubNav_list > li:first-child {}
.gSubNav_list > li:nth-child(2n+1) {}
.gSubNav_list > li:nth-child(n+3) {}
.gSubNav_list > li > a {
    display: block;
    text-decoration: none;
    line-height: 1.2;
    padding: 7px 0;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gSubNav_list > li > a::before {
    content: "";
}
.gSubNav_list > li > a::after {
    content: "";
}
.gSubNav_list > li > a > .icon {
    font-size: 12px;
    color: #FB6300;
    margin-right: 7px;
}
.gSubNav_pList {
    list-style: none;
}
.gSubNav_pList::after {
    content: "";
    display: block;
    clear: both;
}
.gSubNav_pList > li {}
.gSubNav_pList > li:first-child {}
.gSubNav_pList > li:nth-child(2n+1) {}
.gSubNav_pList > li:nth-child(n+3) {}
.gSubNav_pList > li > a {
    display: flex;
    text-decoration: none;
    align-items: center;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.gSubNav_pList > li > a::before {
    content: "";
}
.gSubNav_pList > li > a::after {
    content: "";
}
.gSubNav_pList > li > a > .icon {
    display: block;
    color: #FB6300;
    margin-right: 5px;
}
.gSubNav_pList > li > a > b {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
.gSubNav_pChildList {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    margin-top: 9px;
}
.gSubNav_pChildList::after {
    content: "";
    display: block;
    clear: both;
}
.gSubNav_pChildList > li {
    width: 25%;
    border-left: 3px solid #fafafa;
    box-sizing: border-box;
    padding-left: 13px;
    white-space: nowrap;
    padding-right: 10px;
}
.gSubNav_pChildList > li:first-child {}
.gSubNav_pChildList > li:nth-child(4n+1) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
.gSubNav_pChildList > li:nth-child(n+5) {
    margin-top: 6px;
}
.gSubNav_pChildList > li > a {
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    transition-duration: .3s;
    transition-property: background-color, color;
    padding: 3px 0;
}
.gSubNav_pChildList > li > a > .icon {
    display: block;
    color: #FB6300;
    position: relative;
    z-index: 1;
    top: 5px;
    font-size: 11px;
    margin-right: 6px;
}
.gSubNav_pChildList > li > a > b {
    display: block;
    line-height: 1.5;
}
.gSubNav_pChildList > li > a:after {
    content: "";
}
@media screen and (min-width:960px) {
    .gSubNav_pList > li > a:hover {
        opacity: 1;
        color: #FB6300;
    }
    .gSubNav_pChildList > li > a:hover {
        color: #FB6300;
        opacity: 1;
    }
    .gHeader_title > a:hover {}
    .gMenuBtn:hover {}
    .gNav_list > li > a:hover {
        color: #FB6300;
        opacity: 1;
    }
    .gNav_subList > li > a:hover {
        color: #FB6300;
    }
    .gLangChange_list > li > a:hover {
        background: #6E6E6E;
        color: #fff;
        opacity: 1;
    }
    .gSearch_submit:hover {
        background: #fff;
        color: #6E6E6E;
    }
    .gFooter_list > li > a:hover {
        color: #FB6300;
        opacity: 1;
    }
    .gFootNav_list > li > a:hover {
        color: #FB6300;
        opacity: 1;
    }
    .gFootNav_bnr > a:hover {}
    .gFootNav_button:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    .gPageTop_button:hover {}
    .gSubNav_closeBtn:hover {
        -webkit-transform: scale(1.3) rotate(45deg);
        transform: scale(1.3) rotate(45deg);
    }
    .gSubNav_title > a:hover {
        color: #FB6300;
    }
    .gSubNav_loginList > li > a:hover {
        opacity: 1;
        background-image: linear-gradient(0deg, #EB354B 0%, #e60012 100%);
    }
    .gSubNav_loginList > li:first-child > a:hover {
        background-image: linear-gradient(0deg, #FF9B5A 0%, #FB6300 100%);
    }
    .gSubNav_list > li > a:hover {
        color: #FB6300;
        opacity: 1;
    }
}
span.sns-title {
    padding-left: 0 !important;
    background: none !important;
    font-size: 20px;
}
.pl25px {
    padding-left: 25px !important;
}
.font-14px {
    font-size: 14px !important;
}
.font-12px {
    font-size: 12px !important;
}
.img-border {
    padding: 1px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 6px;
}
.border-top {
    background: url(/common/css/images/bg_line_02.png) repeat-x 0 100%;
    margin-top: 6px;
}
