@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

html {
    font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
    font-family: 'BIZ UDPMincho', "BIZ UDMincho", serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a,
a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
}

a:hover {
    color: #000;
}

a:active {
    color: #000;
}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
    /*min-width: 1400px;*/
    color: #000;
    font-size: 1.8rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

#container {
    text-align: left;
    overflow: hidden;
}

#main {
    display: block;
    margin-top: 168px;
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }

    #main a:hover {
        opacity: 0.7;
        text-decoration: none;
    }
}

@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.2rem;
    }

    a:hover,
    a:hover img {
        opacity: 1 !important;
    }

    #main {
        margin-top: 55px;
    }

    .pc {
        display: none !important;
    }

    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}


/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/

#gHeader {
    position: fixed;
    z-index: 100;
    top: 0;
    background: #fff;
    width: 100%;
}

#gHeader .hBox {
    margin: 0 auto;
    /*padding: 27px 125px 27px 10px;*/
    padding: 15px;
    /*max-width: 1863px;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    box-sizing: border-box;
}

#gHeader .logo {
    margin-right: 10px;
    width: 300px;
}

#gHeader .sizeChange {
    margin: 0 19px 2px auto;
    display: flex;
    height: 60px;
    box-sizing: border-box;
    border: 2px solid #222;
}

#gHeader .sizeChange p {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    width: 120px;
    text-align: center;
    box-sizing: border-box;
    background-color: #000;
}

#gHeader .sizeChange ul {
    padding: 0 10px 6px 15px;
    display: flex;
    align-items: center;
    width: 120px;
    height: 60px;
    box-sizing: border-box;
    justify-content: center;
}

#gHeader .sizeChange a {
    display: block;
}

#gHeader .sizeChange a img {
    margin: 3px 0 0 20px;
    width: 35px;
}

#gHeader .hBox .link {
    margin: 0 21px 2px 0;
}

#gHeader .hBox .link a {
    width: 120px;
    height: 60px;
    padding: 17px 10px 17px 15px;
    display: flex;
    align-items: center;
    color: #FFF;
    letter-spacing: 0;
    box-sizing: border-box;
    background: url("/assets/img/common/icon02.png") no-repeat right 16px center / 11px;
    background-color: #000;
}

#gHeader .searchBox {
    margin-bottom: 2px;
    width: 408px;
}

#gHeader .searchForm {
    display: flex;
    justify-content: space-between;
}

#gHeader .searchForm input[type="text"] {
    padding: 2px 5px 0 10px;
    width: calc(100% - 60px);
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    box-sizing: border-box;
    border: 2px solid #EE2D2C;
    border-right: none;
}

#gHeader .searchForm input[type="submit"] {
    width: 60px;
    height: 60px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    background: url("/assets/img/common/icon03.png") no-repeat right center / 70px;
}

#gHeader .searchForm input::-webkit-input-placeholder {
    color: #D8D8D8;
    opacity: 1;
}

#gHeader .searchForm input:-moz-placeholder {
    color: #D8D8D8;
    opacity: 1;
}

#gHeader .searchForm input::-moz-placeholder {
    color: #D8D8D8;
    opacity: 1;
}

#gHeader .searchForm input:-ms-input-placeholder {
    color: #D8D8D8;
    opacity: 1;
}

#gHeader .menu {
    margin-bottom: 2px;
}

#gHeader .menu a {
    height: 60px;
    width: 175px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    background: #EE2D2C url(/assets/img/common/icon04.png) no-repeat left 18px center / 24px;
    padding-left: 20px;
}

#gHeader .menu a::after {
    position: absolute;
    right: 15px;
    width: 8px;
    height: 20px;
    top: calc(50% - 10px);
    transition: transform .4s ease;
    background: url("/assets/img/common/icon02.png") no-repeat right center / 8px;
    content: '';
}

#gHeader .searchBox a {
    display: none;
}

@media all and (min-width: 897px) and (max-width: 1880px) {
    #gHeader .hBox {
        /*padding: 27px 10px;*/
    }
}

@media all and (min-width: 897px) {
    #gHeader .searchBox input[type="submit"]:hover {
        opacity: 0.7;
    }

    #gHeader .menu a:hover,
    #gHeader .hBox .link a:hover,
    #gHeader .sizeChange ul a:hover {
        opacity: 0.7;
    }

    #gHeader .menu span {
        display: none;
    }

    #gHeader .menu.active a::after {
        transform: rotate(90deg);
    }

    .spMenuBox {
        display: block !important;
    }
}

@media all and (max-width: 896px) {
    #gHeader {
        border-top: 7px solid #185192;
    }

    #gHeader .hBox {
        padding: 0 60px 0 0;
        position: relative;
        justify-content: space-between;
        align-items: center;
    }

    #gHeader .menu {
        margin: 0;
        order: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 74px;
        height: 74px;
        background-color: #185192;
    }

    #gHeader .menu .txt {
        margin: 12px 0 -6px;
        color: #FFF;
        font-size: 0.9rem;
        line-height: 1.44;
        letter-spacing: 0;
        text-align: center;
    }

    #gHeader .menu .line {
        width: 26px;
        height: 13px;
        position: relative;
    }

    #gHeader .menu .line::before,
    #gHeader .menu .line::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 26px;
        height: 2px;
        content: '';
        background-color: #FFF;
    }

    #gHeader .menu .line::after {
        top: auto;
        bottom: 0;
    }

    #gHeader .menu.active .line::after {
        transform: translateY(-10px) translateX(0) rotate(-45deg);
    }

    #gHeader .menu.active .line::before {
        transform: translateY(0px) translateX(0) rotate(45deg);
    }

    #gHeader .menu a {
        display: none;
    }

    #gHeader .logo {
        width: 170px;
        margin: 0 auto;
        order: 2;
        text-align: center;
    }

    #gHeader .logo img {
        width: 170px;
    }

    #gHeader .logo img.sp {
        width: 48px;
    }

    #gHeader .searchBox {
        position: absolute;
        right: 20px;
        top: 18px;
        order: 3;
        width: 35px;
        height: 35px;
        background: #ff4a49 url(/assets/img/common/icon09.png) no-repeat center center / 20px;
    }

    #gHeader .searchBox.active {
        right: 0;
        top: 0;
        width: 74px;
        height: 74px;
        background: #ff4a49 url(/assets/img/common/icon_close.png) no-repeat center center / 20px;
    }

    #gHeader .searchBox form {
        display: none;
    }
}

.naviArea p {
    padding-top: 34px;
    width: 202px;
    color: #FFF;
    font-size: 2rem;
    letter-spacing: 0.15em;
}

.naviArea ul a {
    min-width: 120px;
    padding: 30px 37px 20px;
    display: flex;
    position: relative;
    height: 100%;
    color: #FFF;
    text-align: center;
    align-items: center;
    justify-content: center;
    line-height: 1.375;
    letter-spacing: 0.15em;
    box-sizing: border-box;
    transition: .4s ease;
    z-index: 1;
}

.naviArea ul span {
    position: relative;
    z-index: 2;
}

.naviArea .link {
    position: relative;
    z-index: 10;
    padding: 20px 20px 20px 0;
}

.naviArea .link a {
    width: 150px;
    height: 60px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    color: #FFF;
    font-size: 1.3rem;
    letter-spacing: 0.15em;
    background: #EC6C00 url("/assets/img/common/icon02.png") no-repeat right 15px center / 8px;
    padding-left: 14px;
}

.naviArea .link.en a {
    background: #ffffff url("/assets/img/common/icon05.png") no-repeat right 10px center / 5px;
    color: #000000;
}

.naviArea .link a:hover {
    opacity: 0.7;
}

.naviArea.pageNaviArea ul {
    background-color: #B7D7FF;
}

.naviArea.pageNaviArea ul::after {
    position: absolute;
    left: 100%;
    top: 0;
    width: 2000px;
    height: 100%;
    content: '';
    background-color: #B7D7FF;
}

@media all and (min-width: 897px) {
    .naviArea {
        background-color: #205ea5;
    }

    .naviArea .inner {
        margin: 0 auto;
        /*padding: 0 150px 10px 0;*/
        max-width: 1900px;
        position: relative;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .naviArea.top .inner {
        padding-bottom: 0;
    }

    .naviArea.top ul a {
        min-width: 159px;
        padding-bottom: 30px;
        min-height: 70px;
        font-size: 1.6rem;
    }

    .naviArea ul {
        padding: 0 10px 0 25px;
        position: relative;
        display: flex;
    }

    .naviArea ul li {
        position: relative;
    }

    .naviArea ul li::after {
        position: absolute;
        right: 0;
        top: calc(50% - 17px);
        width: 1px;
        height: 34px;
        content: '';
        background-color: #fff;
    }

    .naviArea ul li:last-child::after {
        display: none;
    }

    .naviArea ul a::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 60px;
        width: calc(100% - 30px);
        height: 72px;
        background: url(/assets/img/common/navi_bg.png) no-repeat center top;
        transform: translate(-50%, -50%) scaleX(0);
        transition: transform .4s ease;
    }

    .naviArea ul a:hover,
    .naviArea ul .active a {
        color: #205ea5;
        /*background:#fff;*/
    }

    .naviArea ul a:hover::after,
    .naviArea ul .active a::after {
        transform: translate(-50%, -50%) scaleX(1);
    }
}

@media all and (min-width: 897px) and (max-width: 1880px) {
    .naviArea .inner {
        /*padding: 0 40px 10px;*/
    }

    .naviArea ul a {
        padding-left: 30px;
        padding-right: 30px;
    }

    .naviArea.top ul a {
        padding: 15px 30px;
    }

    .naviArea ul a::after {
        width: calc(100% - 18px);
    }
}

@media all and (min-width: 897px) and (max-width: 1660px) {
    .naviArea ul a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.6rem;
    }

    .naviArea.top ul a {
        min-width: 100px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.4rem;
    }
}

@media all and (max-width: 896px) {

    .naviArea,
    .naviArea.pageNaviArea ul {
        background-color: transparent !important;
    }

    .naviArea.pageNaviArea ul::after,
    .naviArea p {
        display: none;
    }

    .spMenuBox {
        position: absolute;
        left: 0;
        width: 100%;
        top: 74px;
        /*height: 100vh;*/
        box-sizing: border-box;
        overflow: auto;
        transform: translateX(-100%);
        transition: transform 0.5s;
        z-index: 1000;
    }

    .spMenuBox.on {
        transform: none;
    }

    .spMenuBox .subMenu {
        background-color: rgba(32, 94, 165, 0.95);
    }

    .naviArea {
        margin-bottom: 20px;
    }

    .naviArea ul a {
        padding: 17px 25px;
        display: block;
        text-align: left;
        font-size: 1.4rem;
        border-bottom: 1px solid #FFF;
        background: url(/assets/img/common/icon02.png) no-repeat right 15px center / 8px;
    }

    .naviArea .link {
        margin: 0 auto;
        padding: 25px 0 10px;
        width: 135px;
        margin-left: 10px;
        margin-right: 20px;
    }

    .naviArea .link a {
        width: 100%;
        height: 49px;
        font-size: 1.12rem;
        background-position: right 10px center;
        background-size: 5px;
    }
}

#overflow-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    overflow: hidden;
}

#overflow-menu .menuList {
    position: relative;
    margin-left: auto;
    padding: 30px 0 0;
    max-width: 1513px;
    background-color: rgba(32, 94, 165, 0.95);
}

#overflow-menu .menuList .bg {
    padding: 0;
    position: absolute;
    left: 0;
    top: 30px;
    width: 0;
    height: calc(100% - 30px);
    background: #FFF;
    content: "";
}

#overflow-menu.on .menuList .bg {
    transition: all 0.4s;
}

#overflow-menu .menuList .bg:after {
    display: none;
}

.menuInnner {
    margin: 0 auto;
    padding: 0 15px 10px 10px;
    /*max-width: 1910px;*/
    box-sizing: border-box;
}

.menuInnner .menuList {
    box-sizing: border-box;
    display: flex;
}

.menuInnner .menuList>li {
    padding: 25px 30px;
    position: relative;
}

.menuInnner .menuList h2 {
    margin-bottom: 20px;
    padding-left: 15px;
    color: #FFF;
    font-weight: normal;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    border-left: 6px solid currentColor;
}

.menuInnner .subList {
    margin: 0 10px 0 30px;
}

.menuInnner .subList li {
    padding: 0 0 0 5px;
    position: relative;
}

.menuInnner .subList a {
    padding: 0 4px;
    display: inline-block;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

@media all and (min-width: 897px) {
    #overflow-menu {
        pointer-events: none;
        left: 50%;
        max-width: 1525px;
        transform: translateX(calc(-50% + 49px));
    }

    #overflow-menu .menuInnner {
        padding-right: 0;
    }

    #overflow-menu.on {
        pointer-events: auto;
    }

    .menuInnner {
        opacity: 0;
        transform: translateY(-100%);
        pointer-events: none;
    }

    .on .menuInnner {
        opacity: 1;
        transform: translateY(0);
        transition: all 0.4s linear;
        pointer-events: auto;
    }

    .menuInnner .menuList>li::after {
        width: 1px;
        height: calc(100% - 30px);
        position: absolute;
        left: 100%;
        top: 30px;
        content: '';
        background-color: #FFF;
    }

    .menuInnner .menuList>li:last-child::after {
        display: none;
    }

    .menuInnner .subList li::before {
        position: absolute;
        left: 0;
        top: 40%;
        width: 3px;
        height: 3px;
        content: '';
        border-radius: 4px;
        background-color: #FFF;
    }

    .menuInnner .subList a:hover {
        color: #205ea5;
        background-color: #FFF;
    }

    .menuInnner .active .subList a:hover {
        color: #FFF;
        background-color: #205ea5;
    }

    .menuInnner .menuList>.active h2,
    .menuInnner .menuList>.active a {
        color: #205ea5;
    }

    .menuInnner .active .subList li::before {
        background-color: #205ea5;
    }
}

@media all and (min-width: 897px) and (max-width: 1880px) {
    .menuInnner {
        padding: 0 15px 10px 10px;
    }

    #overflow-menu {
        transform: translateX(calc(-50% + 0px));
    }

    #overflow-menu .menuInnner {
        padding-right: 10px;
    }
}

@media all and (max-width: 896px) {
    #overflow-menu {
        display: block;
        position: static;
    }

    .menuInnner {
        padding: 0;
    }

    #overflow-menu .menuList {
        padding: 0;
        display: block;
        background-color: transparent;
    }

    .menuInnner .menuList h2 {
        margin-bottom: 0;
        padding: 17px 25px;
        position: relative;
        font-size: 1.4rem;
        border-left: none;
        border-bottom: 1px solid #FFF;
    }

    .menuInnner .menuList h2:before,
    .menuInnner .menuList h2:after {
        position: absolute;
        right: 13px;
        top: 50%;
        width: 12px;
        height: 1px;
        background-color: #FFF;
        transition: all .3s ease;
        content: "";
    }

    .menuInnner .menuList h2:after {
        transform: rotate(90deg);
    }

    .menuInnner .menuList h2.on:after {
        transform: rotate(180deg);
        opacity: 0;
    }

    .menuInnner .menuList {
        display: block;
    }

    .menuInnner .menuList>li {
        padding: 0;
    }

    .menuInnner .subList {
        margin: 0;
        display: none;
    }

    .menuInnner .subList li {
        padding: 0;
    }

    .menuInnner .subList li a {
        padding: 17px 40px;
        display: block;
        color: #000;
        text-align: left;
        font-size: 1.4rem !important;
        border-bottom: 1px solid #000;
        background: #e0e0e0 url(/assets/img/common/icon06.png) no-repeat right 15px center / 7px;
    }
}

.closeBtn {
    padding: 46px 10px;
}

.closeBtn a {
    margin: 0 auto;
    padding: 8px 8px 8px 15px;
    display: block;
    width: 164px;
    height: 42px;
    color: #FFF;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    border: 1px solid #FFF;
    box-sizing: border-box;
    background: url(/assets/img/common/icon_close.png) no-repeat 30px center / 14px;
}

.searchMenuBox {
    position: absolute;
    /*width: 100%;
    left: 0;*/
    right: 0;
    top: 87px;
    z-index: 1000;
    overflow: hidden;
    pointer-events: none;
}

.searchMenuBox.on {
    pointer-events: auto;
}

/*.searchMenuBox .menuInnner {
    max-width: 1904px;
}*/

.searchMenuBox .subBox {
    margin-left: auto;
    padding: 39px 10px 0;
    max-width: 1164px;
    box-sizing: border-box;
    display: flex;
    background-color: rgba(255, 154, 153, 0.95);
}

.searchMenuBox .btnList {
    width: 212px;
}

.searchMenuBox .btnList li {
    margin-bottom: 10px;
}

.searchMenuBox .btn {
    padding: 0 30px 0 40px;
    height: 60px;
    width: 212px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    line-height: 1.375;
    background: #FFF url(/assets/img/common/icon06.png) no-repeat right 15px center / 8px;
    box-sizing: border-box;
}

.searchMenuBox .btn:hover {
    opacity: 0.7;
}

.searchMenuBox .menuList p {
    margin-bottom: 15px;
}

.searchMenuBox .menuList .btn {
    padding-left: 27px;
    width: 254px;
}

.searchMenuBox .menuList .btn1 {
    background-color: #9dc5f6;
}

.searchMenuBox .menuList .btn2 {
    background-color: #5fcec8;
}

.searchMenuBox .menuList .btn3 {
    background-color: #cfd83f;
}

.searchMenuBox .menuList h2 {
    color: #000;
}

.searchMenuBox .subList a {
    color: #000;
}

.searchMenuBox .subList li::before {
    background-color: #000;
}

@media all and (min-width: 897px) {
    .searchMenuBox .subList a:hover {
        color: #ff9a99;
        background-color: #FFF;
    }

    .searchMenuBox .menuList {
        flex-wrap: wrap;
        width: calc(100% - 212px)
    }

    .searchMenuBox .menuList>li {
        width: calc(100%/3);
        margin-bottom: 36px;
        padding: 0 25px 15px;
        box-sizing: border-box;
    }

    .searchMenuBox .menuInnner .menuList>li::after {
        top: 0;
        height: 100%;
        background-color: #000;
    }

    .searchMenuBox .menuList>li:nth-child(3)::after {
        display: none;
    }

    .searchMenuBox .menuList>li:nth-child(4) {
        padding-top: 25px;
        width: 66.6%;
        min-height: 277px;
    }

    .searchMenuBox .menuList>li:nth-child(5) {
        padding-top: 20px;
    }
}

@media all and (max-width: 896px) {
    .searchMenuBox {
        position: absolute;
        left: 0;
        width: 100%;
        top: 74px;
        height: 600px;
        box-sizing: border-box;
        overflow: auto;
        transition: transform 0.5s;
        transform: translateX(100%);
        z-index: 1000;
    }

    .closeBtn {
        padding: 20px 10px 50px;
    }

    .searchMenuBox.on {
        transform: none;
    }

    .searchMenuBox .menuInnner {
        padding: 15px 35px;
        background-color: rgba(255, 154, 153, 0.95);
    }

    .searchMenuBox .searchForm {
        margin: 0 30px 20px;
    }

    #gHeader .searchForm input[type="text"] {
        height: 40px;
        width: calc(100% - 40px);
    }

    #gHeader .searchForm input[type="submit"] {
        width: 40px;
        height: 40px;
        background: #ee2d2c url(/assets/img/common/icon09.png) no-repeat center center / 18px;
    }

    .searchMenuBox .subBox {
        padding: 0;
        flex-wrap: wrap;
        background-color: transparent;
    }

    .searchMenuBox .subBox .menuList {
        width: 100%;
        order: 2;
    }

    .searchMenuBox .subBox .menuList>li {
        margin-bottom: 10px;
    }

    .searchMenuBox .subBox .btnList {
        order: 1;
    }

    .searchMenuBox .btnList {
        margin-bottom: 35px;
        width: 100%;
    }

    .searchMenuBox .btnList li {
        margin-bottom: 5px;
    }

    .searchMenuBox .btn {
        padding: 0 24px;
        width: 100% !important;
        height: 40px;
        font-size: 1.4rem;
        justify-content: center;
        text-align: center;
    }

    .searchMenuBox .menuList p {
        margin-bottom: 0;
    }

    .searchMenuBox .menuList p {
        position: relative;
    }

    .searchMenuBox .menuList p:before,
    .searchMenuBox .menuList p:after {
        position: absolute;
        right: 13px;
        top: 50%;
        width: 12px;
        height: 1px;
        background-color: #000;
        transition: all .3s ease;
        content: "";
        z-index: 10;
    }

    .searchMenuBox .menuList p:after {
        transform: rotate(90deg);
    }

    .searchMenuBox .menuList p.on:after {
        transform: rotate(180deg);
        opacity: 0;
    }

    .searchMenuBox .menuList p .btn {
        background-image: none;
        position: relative;
    }

    .searchMenuBox .menuList p .add {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
        content: '';
        background-color: #e0e0e0;
    }

    .searchMenuBox .subList {
        display: none;
    }

    .searchMenuBox .subList01 {
        display: block !important;
    }

    .searchMenuBox .menuList h2 {
        padding: 10px 40px;
        border: none;
        text-align: center;
        background-color: #FFF;
    }

    .searchMenuBox .menuList h2:before,
    .searchMenuBox .menuList h2:after {
        background-color: #000;
    }

    .searchMenuBox .menuInnner .subList li:last-child a {
        border: none;
    }

    .searchMenuBox .menuInnner .subList li a {
        padding: 10px 20px 10px 10px;
        background-color: transparent;
    }

    .searchMenuBox .closeBtn {
        padding: 20px 10px 50px;
    }

    .searchMenuBox .closeBtn a {
        color: #000;
        border-color: #000;
        background-image: url(/assets/img/common/icon_close01.png);
    }
}


/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/

#pagePath {
    margin: 5px auto 8px;
    max-width: 1300px;
    padding: 10px 10px 0;
    box-sizing: border-box;
}

#pagePath ul {
    display: flex;
    letter-spacing: 0.1em;
}

#pagePath ul li {
    font-size: 1.4rem !important;
}

#pagePath li::after {
    margin: 0 2px;
    content: ">";
}

#pagePath li:last-child::after {
    display: none;
}

#pagePath a {
    color: #205ea5;
    text-decoration: underline;
    font-size: 1.4rem !important;
}

@media all and (min-width: 897px) {
    #pagePath a:hover {
        text-decoration: none;
    }
}

@media all and (max-width: 896px) {
    .hInner {
        height: 80px;
        display: flex;
        background-color: #7BA7DD;
    }

    .hInner .menuBox {
        width: 74px;
    }

    .hInner .menuBox p {
        padding-top: 48px;
        color: #fff;
        font-size: 0.9rem;
        text-align: center;
        line-height: 1.44;
    }

    .hInner .rBox {
        margin-top: 6px;
        padding-left: 36px;
        align-items: center;
        flex: 1;
        display: flex;
        background-color: #FFF;
        box-sizing: border-box;
    }

    .hInner .logo a {
        display: block;
        width: 166px;
    }

    #pagePath {
        margin: 0;
        padding: 8px 4%;
    }

    #pagePath ul {
        font-size: 0.9rem;
        overflow-x: auto;
        overflow-y: hidden;
        overflow: auto;
        white-space: nowrap;
    }

    #pagePath li::after {
        margin: 0 2px;
        font-size: 0.7em;
    }

    #pagePath ul li {
        font-size: 1.0rem !important;
    }

    #pagePath a {
        font-size: 1.0rem !important;
    }
}


/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/

#gFooter {
    padding-bottom: 35px;
    border-bottom: 10px solid #205FA6;
}

#gFooter .fBox {
    padding: 90px 0 82px;
    background-color: #205ea5;
}

#gFooter .fBox ul {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#gFooter .fBox ul li {
    margin: 0 0 20px;
    width: calc(50% - 9px);
}

#gFooter .fBox ul li:nth-child(2n) {
    margin-right: 0;
}

#gFooter .fBox ul a {
    display: flex;
    align-items: center;
    background: url("/assets/img/common/icon05.png") no-repeat right 20px center / 25px;
    background-color: #FEFEFE;
}

#gFooter .fBox ul .img {
    padding: 26px 12px 40px;
    width: 130px;
    background-color: #43a6d6;
}

#gFooter .fBox ul img {
    width: 100%;
}

#gFooter .fBox ul .txt {
    margin: 15px 0 0 38px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66;
    letter-spacing: 0.5rem;
}

#gFooter .fBox ul .last {
    line-height: 1.33;
}

#gFooter .fBox ul .en {
    margin-top: 14px;
    position: relative;
    display: block;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #205ea5;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#gFooter .fBox ul .en::before {
    margin: 0 0 18px;
    display: block;
    width: 80px;
    height: 7px;
    content: '';
    background-color: #205ea5;
}

#gFooter .pageTop {
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
}

#gFooter .pageTop.abs {
    margin-top: -70px;
    position: relative;
    text-align: right;
}

#gFooter .pageTop a {
    display: inline-flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    background: #000;
}

#gFooter .pageTop a img {
    width: 30px;
}

#gFooter .fNavi {
    margin: 68px auto 81px;
    display: flex;
    justify-content: center;
}

#gFooter .fNavi a {
    margin: 0 5px;
}

#gFooter .fLogo {
    margin-bottom: 27px;
}

#gFooter .fLogo a {
    margin: 0 auto;
    width: 483px;
    display: block;
}

#gFooter .copyright {
    font-size: 1.6rem;
    font-style: normal;
    text-align: center;
    letter-spacing: 0.05em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#gFooter .fLink {
    margin-bottom: 72px;
}

#gFooter .fLink+.fLink {
    margin-top: -35px;
}

#gFooter .fLink a {
    margin: 0 auto;
    display: block;
    max-width: 900px;
}

@media all and (min-width: 897px) {

    #gFooter .fBox ul a:hover,
    #gFooter .pageTop a:hover,
    #gFooter .fLink a:hover,
    #gFooter .fNavi a:hover {
        opacity: 0.7;
        text-decoration: none;
    }

    #gFooter .fBox ul .img {
        height: 110px;
    }
}

@media all and (max-width: 896px) {
    #gFooter {
        padding-bottom: 17px;
        border-width: 106px;
    }

    #gFooter .fBox {
        padding: 30px 0 35px;
    }

    #gFooter .fBox ul li {
        margin: 0 0 4px;
        width: 50%;
    }

    #gFooter .fBox ul a {
        height: 100%;
        align-items: stretch;
        background-position: center right 10px;
        background-size: 6px;
    }

    #gFooter .fBox ul .img {
        padding: 7px 4px 3px;
        width: 47px;
        min-height: 49px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #gFooter .fBox ul .txt {
        width: calc(100% - 80px);
        margin: 3px 20px 3px 10px;
        font-size: 0.895rem;
        letter-spacing: 0.3em;
        align-self: center;
    }

    #gFooter .fBox ul .en {
        margin-top: 0;
        font-size: 0.4175rem;
        background-size: 22px;
    }

    #gFooter .fBox ul .en::before {
        margin: 2px 0 5px;
        width: 23px;
        height: 2px;
    }

    #gFooter .fBox ul .last {
        letter-spacing: 0.07em;
    }

    #gFooter .pageTop.abs {
        margin-top: -37px;
    }

    #gFooter .pageTop a {
        width: 35px;
        height: 35px;
    }

    #gFooter .pageTop a img {
        width: 15px;
    }

    #gFooter .fNavi {
        margin: 36px 4% 39px;
        display: block;
        font-size: 0.9rem;
    }

    #gFooter .fLogo {
        margin-bottom: 15px;
    }

    #gFooter .fLogo a {
        width: 242px;
    }

    #gFooter .copyright {
        font-size: 0.8rem;
    }

    #gFooter .fLink {
        margin: 0 20px 30px;
    }

    #gFooter .fLink+.fLink {
        margin-top: -20px;
    }
}

@media all and (max-width: 374px) {
    #gFooter .fBox ul .txt {
        font-size: 0.7rem;
    }
}

@media (min-width: 897px) and (max-width: 1400px) {
    .searchMenuBox {
        top: 75px;
    }
}


/*印刷設定*/

@media print {
    #gHeader {
        position: absolute;
    }

    .content {
        max-width: 99%;
        width: 100%;
    }

    .faq-list .question {
        page-break-after: avoid !important;
    }

    .faq-list .answer {
        display: inline-table !important;
    }
}

main .faq-list table {
    width: 100% !important;
}

.faq-list tbody {
    width: 100% !important;
}


/*20250826更新*/

#main a {
    display: contents;
}