@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
    max-width: 1200px;
    margin: 0 auto;
}
@media all and (max-width: 896px) {
    .content {
        padding: 0 20px;
    }
}

/* pageTitle*/
.pageTitle {
    margin: 6px 0 8px;
    height: 20.067vw;
    min-height: 256px;
    position: relative;
    background: url("../img/common/page_title_bg.jpg") no-repeat center / cover;
}
.pageTitle::before {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -8px;
    border-bottom: 1px solid #0081CC;
    content: "";
}
.pageTitle .title .jp {
    position: absolute;
    left: 5px;
    bottom: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 4rem;
    font-family: var(--noto-serif);
}
.pageTitle .title .en {
    position: absolute;
    right: 0;
    top: 16px;
    color: #fff;
    font-weight: 400;
    font-size: 10rem;
    font-family: var(--jost);
    opacity: .4;
}
@media all and (min-width: 897px) {
    .pageTitle .title {
        margin: 0 auto;
        max-width: 1210px;
        height: 100%;
        min-height: inherit;
        position: relative;
    }
}
@media all and (max-width: 896px) {
    .pageTitle .title .en {
        right: auto;
        left: 11px;
        font-size: 5.2rem;
    }
    .pageTitle .title .jp {
        right: 34px;
        left: auto;

    }
}

/* pagePath */
#pagePath {
    padding-bottom: 2px;
    background-color: #f8f8f8;
}
#pagePath ul {
    margin: 0 auto;
    padding: 4px 0;
    max-width: 1200px;
    min-height: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#pagePath ul li,
#pagePath ul li a {
    font-size: 1.2rem;
}
#pagePath ul li:not(:last-child) {
    position: relative;
}
#pagePath ul li:not(:last-child)::after {
    margin: 0 5px;
    font-size: 1.2rem;
    content: "＞";
}
@media all and (min-width: 897px) {
    #pagePath ul li a:hover {
        text-decoration: underline;
    }
}
@media all and (max-width: 896px) {
    #pagePath {
        padding: 0 20px 2px;
    }
}

.headLine01 {
    padding: 10px;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 2.142;
    font-family: var(--noto-serif);
    box-sizing: border-box;
    background-color: #004098;
}
.headLine01.lightBlue {
    color: #004098;
    background-color: #DFF2FC;
}
@media all and (max-width: 896px) {
    .headLine01 {
        min-height: 160px;
        font-size: 2.4rem;
        line-height: 1.6;
    }
}

/* headLine02 */
.headLine02 {
    margin-bottom: 31px;
    padding-bottom: 29px;
    color: #fff;
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    font-family: var(--noto-serif);
    border-bottom: 1px solid #fff;
}
.headLine02 + p {
    color: #fff;
    text-align: center;
    line-height: 1.5625;
}
@media all and (max-width: 896px) {
    .headLine02 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 2.4rem;
    }
    .headLine02 + p {
        text-align: left;
    }
}
/* headLine03 */
.headLine03 {
    margin-bottom: 30px;
    color: #004098;
    font-size: 2.8rem;
    font-weight: 400;
    font-family: var(--noto-serif);
}

/* comNoteBox */
.comNoteBox {
    margin: 0 auto;
    padding: 33px 0;
    max-width: 1200px;
    border-bottom: 1px solid #898989;
}
.comNoteBox p {
    margin: 0 auto;
    max-width: 700px;
    line-height: 1.75;
    text-align: justify;
}
@media all and (max-width: 896px) {
}

/* comBtn */
.comBtn {

}
.comBtn a {
    margin: 0 auto;
    width: 216px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #0081CC;
    transition: 0.3s ease;
}
@media all and (min-width: 897px) {
    .comBtn a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	comImgList
------------------------------------------------------------*/
.comImgList {
    margin: -46px 40px 167px;
}
.comImgList li {
    margin-top: 46px;
    width: 510px;
}
.comImgList li span {
    margin-bottom: 10px;
    display: block;
}
.comImgList li .subList {
    margin-top: -46px;
}
@media all and (max-width: 896px) {
    .comImgList {
        margin: -30px 0 60px;
        display: block;
    }
    .comImgList li {
        margin-top: 30px;
        width: 100%;
    }
    .comImgList li .subList {
        margin-top: 0;
    }
}

/*------------------------------------------------------------
	comTab
------------------------------------------------------------*/
.comTab {
    width: 100%;
    border-collapse: collapse;
}
.comTab th,
.comTab td {
    padding: 0 27px;
    vertical-align: top;
    text-align: left;
    box-sizing: border-box;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    word-break:break-all;
}
.comTab thead th,
.comTab thead td {
    padding: 37px 28px 28px;
}
.comTab thead th {
    color: #004098;
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--noto-serif);
}
.comTab thead th:first-child {
    padding-left: 15px;
}
.comTab thead th:last-child {
    padding-right: 15px;
}
.comTab thead th:first-child {
    width: 15.2%;
}
.comTab thead th:nth-child(2) {
    width: 34.8%;
}
.comTab thead th:nth-child(3) {
    width: 25%;
}
.comTab tbody th,
.comTab tbody td {
    line-height: 2.38;
    border-right: 1px solid #898989;
}
.comTab tbody th {
    padding-left: 20px;
    font-weight: 400;
    background-color: #DBE7ED;
}
.comTab tbody td:last-of-type {
    border-right: none;
}
@media all and (max-width: 896px) {
    .comTab tbody th,
    .comTab tbody td {
        padding: 8px 15px!important;
        width: 100%;
        display: block;
        line-height: 1.5 !important;
        border: 1px solid #898989;
        border-bottom: none;
    }
    .comTab tbody tr:last-child td:last-child {
        border-bottom: 1px solid #898989;
    }
    .comTab tbody td:last-of-type {
        border-right: 1px solid #898989;
    }
}

/* comLinkList */
.comLinkList {
    margin: 49px 0 46px;
    display: flex;
    justify-content: center;
}
.comLinkList li {
    margin: 0 10px;
}
.comLinkList li a {
    min-width: 260px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #004098;
    border: 1px solid #004098;
    box-sizing: border-box;
    background-color: #fff;
    transition: 0.3s ease;
}
.comLinkList li.on a {
    color: #fff;
    background-color: #004098;
}
@media all and (min-width: 897px) {
    .comLinkList li a:hover {
        color: #fff;
        background-color: #004098;
    }
}
@media all and (max-width: 896px) {
    .comLinkList {
        display: block;
    }
    .comLinkList li {
        margin: 0;
    }
    .comLinkList li:not(:last-of-type) {
        margin-bottom: 10px;
    }
}

/* comTab02 */
.comTab02 {
    width: 100%;
    border-collapse: collapse;
}
.comTab02 th {
    background-color: #DBE7ED;
}
.comTab02 th:nth-child(1) {
    width: 559px;
}
.comTab02 th:nth-child(2) {
    width: 220px;
}
.comTab02 th,
.comTab02 td {
    padding: 6px 30px 7px;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    box-sizing: border-box;
}
@media all and (max-width: 896px) {
    .comTab02 th,
    .comTab02 td {
        padding: 6px;
    }
    .comTab02 th:nth-child(1) {
        width: 350px;
    }
    .comTab02 th:nth-child(2) {
        width: 200px;
    }
}