@charset "UTF-8";
.kojin .pageTtl_wrap {
    flex-direction: column;
}
.formTab_wrap {
    display: flex;
    gap: 0 32px;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    width: 100%;
}
.formTab_wrap li {
    max-width: 266px;
    width: 100%;
    height: 48px;
    box-sizing: border-box;
}
.formTab_wrap li a {
    color: #004D8A;
    background: #fff;
    border: 2px solid #004D8A;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.formTab_wrap li.is-active a {
    color: #fff;
    background: #004D8A;
    pointer-events: none;
}
.info_wrap {
    padding: 0 40px;
    max-width: 1080px;
    margin: 50px auto 0;
}
.info-ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.025em;
    margin-bottom: 50px;
}
.is-houjin .info-ttl {
    margin-bottom: 28px;
}
.info-txt {
    margin-bottom: 50px;
    line-height: 1.75;
}
.info_wrap .contents_wrap:not(:last-of-type) {
    margin-bottom: 50px;
}
.contents-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
}
.cntRead_wrap {
    border: 1.5px solid #004D8A;
    padding: 50px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.cntRead_box {
    width: calc(100% - 260px);
    box-sizing: border-box;
    padding-right: 55px;
}
.cntRead-txt {
    font-size: 16px;
    line-height: 1.75;
}
.cntRead_lst {
    margin-top: 15px;
}
.is-houjin .cntRead_lst {
    margin: 0;
}
.cntRead_lst li {
    font-size: 16px;
    font-weight: bold;
    color: #004D8A;
    padding-left: 20px;
    position: relative;
    letter-spacing: 0.025em;
    line-height: 1.5;
    margin-bottom: 5px;
}
.is-houjin .cntRead_lst.is-lnk li {
    padding: 0;
}
.is-houjin .cntRead_lst.is-lnk li a {
    text-decoration: underline;
    color: #004D8A;
}
.cntRead_lst li:last-of-type {
    margin: 0;
}
.cntRead_lst li::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 6px;
    background: #004d8a;
    border-radius: 50%;
    z-index: 1;
}
.is-houjin .cntRead_lst.is-lnk li::before {
    display: none;
}
.cntRead_add {
    font-size: 14px;
    margin-top: 20px;
    padding-left: 1em;
    position: relative;
}
.is-houjin .cntRead_add {
    margin: 5px 0 0;
    font-size: 12px;
}
.cntRead_add span {
    position: absolute;
    top: 0;
    left: 0;
}
.formBtn_wrap {
    margin: 60px 0;
    padding: 36px 0;
    background: #F5F7FA;
}
.formBtn_wrap .c-btn {
    width: 266px;
    margin: 0 auto;
}
.formBtn_wrap .c-btn.is-ver2 a:before {
    background: url(../svg/icn_arw_r_kojin01.svg) no-repeat center / 100% auto;
    width: 8px;
    height: 12px;
}
.cntRead-lstttl {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 5px;
    line-height: 1.5;
    letter-spacing: 0.025em;
}
.note-txt {
    margin: 30px auto 0;
    max-width: 1000px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
@media screen and (min-width:896px) and (max-width:1080px) {
}
@media (min-width: 896px) {
    .is-houjin .cntRead_lst.is-lnk li a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .kojin .pageTtl_wrap {
        height: 150px;
    }
    .formTab_wrap {
        gap: 0 15px;
        margin-top: 20px;
        padding: 0 15px;
    }
    .formTab_wrap li {
        max-width: 165px;
        height: 40px;
    }
    .formTab_wrap li a {
        border: 1px solid #004D8A;
        border-radius: 2px;
        font-size: 13px;
    }
    .info_wrap {
        padding: 0 15px;
        margin: 30px auto 0;
    }
    .info-ttl {
        font-size:17px;
        margin-bottom: 30px;
    }
    .info_wrap .contents_wrap:not(:last-of-type) {
        margin-bottom: 35px;
    }
    .contents-ttl {
        font-size: 17px;
        margin-bottom: 7px;
    }
    .contents-ttl.is-ver2 {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 1.5;
    }
    .cntRead_wrap {
        border: 1px solid #004D8A;
        padding: 18px 15px;
        display: block;
    }
    .cntRead_box {
        width: 100%;
        padding-right: 0;
    }
    .cntRead_img {
        margin-bottom: 13px;
    }
    .cntRead_img img {
        width: 100%;
        height: auto;
    }
    .cntRead-txt {
        font-size: 13px;
        line-height: 1.5;
    }
    .cntRead_lst {
        margin-top: 10px;
    }
    .cntRead_lst li {
        font-size: 14px;
        padding-left: 16px;
    }
    .cntRead_lst li::before {
        width: 11px;
        height: 11px;
        top: 6px;
    }
    .cntRead_add {
        font-size: 12px;
        margin-top: 17px;
    }
    .formBtn_wrap {
        margin: 25px 0;
        padding: 25px 30px;
    }
    .formBtn_wrap .c-btn {
        width: 100%;
    }
    .is-houjin .info-ttl {
        margin-bottom: 14px;
    }
    .info-txt {
        font-size: 13px;
        margin-bottom: 30px;
        line-height: 1.53;
    }
    .cntRead-lstttl {
        font-size: 14px;
        line-height: 1.5;
        margin: 10px 0 2px;
    }
    .is-houjin .cntRead_lst.is-lnk li a {
        font-size: 12px;
    }
    .note-txt {
        margin: 20px auto 0;
        text-align: left;
        font-size: 14px;
    }
}
