@charset "UTF-8";
.mv_wrap {
    margin: 0 auto;
    background: url(/cmn/img/pre_etcmvbg.png) no-repeat center / cover;
    height: 390px;
}
.mv-ttl {
    font-size: 36px;
    font-weight: bold;
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding-top: 70px;
    box-sizing: border-box;
}
.etcMenu_lst {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
    gap: 22px 0;
    box-sizing: border-box;
}
.etcMenu_lst li {
    width: calc((100% - 20px*3)/4);
}
.etcMenu_lst li a {
    background: #fff;
    color: #004DA0;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 5px 12px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #fff;
}
.menuDtl_wrap {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 0;
    padding-bottom: 110px;
    box-sizing: border-box;
}
.menuDtl_in {
    width: 48%;
}
.menuDtl_in a {
    display: inline-block;
    width: 100%;
    border: 1px solid #005BAC;
}
.lnk-ttl {
    font-weight: bold;
    color: #fff;
    background: #005BAC;
    padding: 10px;
}
.lnk-ttl span {
    padding-left: 25px;
    position: relative;
}
.lnk-ttl span::before,
.lnk-ttl span::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}
.lnk-ttl span::before {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 2;
    border-radius: 50%;
}
.lnk-ttl span::after {
    width: 0;
    height: 0;
    left: 5px;
    border-style: solid;
    border-width: 5px 0px 5px 8.7px;
    border-color: transparent transparent transparent #005BAC;
    z-index: 5;
}
.lnk-txt {
    padding: 10px 15px;
}
.etc-ttl {
    border-top: 2px solid #005BAC;
    border-bottom: 1px solid #ccc;
    padding: 22px 0 20px 10px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}
.etc-ttl span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.etc-ttl span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #005BAC;
}
.etc-txt {
    font-size: 16px;
    margin-bottom: 15px;
}
.etc_lst li:not(:last-of-type) {
    margin-bottom: 10px;
}
.etc-txt.is-r {
    text-align: right;
}
.etc_lst li a {
    text-decoration: underline;
    color: #004DA0;
}
.privacy_lst {
    margin-top: 30px;
}
.privacy_lst > li:not(:last-of-type),
.policyOl_lst > li:not(:last-of-type),
.policyOl_lst,
.policyUl_lst {
    margin-bottom: 20px;
}
.privacy-ttl {
    font-weight: bold;
    margin-bottom: 10px;
}
.privacy-txt {
    padding-left: 1em;
    margin-bottom: 10px;
}
.privacy_lst > li .privacy-txt:last-of-type {
    margin: 0;
}
.privacy_lst > li .privacy-txt.is-ver2 {
    margin-top: 10px;
}
.privacy_table {
    margin-top: 15px;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #CCC;
}
.privacy_table tr {
    border-bottom: 1px solid #CCC;
}
.privacy_table th {
    width: 40%;
    font-weight: bold;
    padding: 9px 9px 9px 30px;
    background: #F1F1F1;
    box-sizing: border-box;
}
.privacy_table td {
    width: 60%;
    padding: 9px 9px 9px 30px;
    background: #fff;
    box-sizing: border-box;
}
.privacy_table td a {
    color: #004DA0;
    text-decoration: underline;
}
.privacyDtl_lst {
    margin: 10px 0 0 2em;
}
.privacyDtl_lst > li:not(:last-of-type),
.policyUl_lst li:not(:last-of-type),
.policyOl-ttl {
    margin-bottom: 10px;
}
.privacyDtl-ttl,
.privacyDtl-txt,
.policyUl_lst li,
.policyOl-ttl,
.customerDtl_lst li,
.authorityDtl-ttl {
    padding-left: 2em;
    position: relative;
}
.privacyDtl-ttl span,
.policyUl_lst li span,
.policyOl-ttl span,
.authorityDtl-ttl .is-add {
    position: absolute;
    top: 0;
    left: 0;
}
.privacyDtl_lst > li.is-ver2 .privacyDtl-txt {
    padding-left: 3em;
}
.privacyDtl_lst > li.is-ver2 .privacyDtl-txt::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 2em;
}
.revision-txt {
    text-align: right;
    margin: 30px 0 0;
}
.policyOl-txt {
    padding-left: 4em;
    position: relative;
    margin-bottom: 10px;
}
.policyOl-txt span {
    position: absolute;
    top: 0;
    left: 2em;
}
.customerDtl_lst li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 1em;
}
.number_table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #CCC;
}
.number_table tr {
    border-bottom: 1px solid #CCC;
}
.number_table th {
    width: 20%;
    font-weight: bold;
    padding: 9px 9px 9px 30px;
    background: #F1F1F1;
    box-sizing: border-box;
}
.number_table td {
    width: 80%;
    padding: 9px 9px 9px 30px;
    background: #fff;
    box-sizing: border-box;
}
.etcMenu_lst li a .is-menuBr {
    display: none;
}
.c-breadcrumbs_wrap,
.authority_wrap,
.authority .etc-txt.is-r {
    margin-bottom: 40px;
}
.authority-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.authorityLst_wrap {
    width: 100%;
    display: flex;
    border: 1px solid #CCC;
    border-right: none;
}
.authorityLst_in {
    width: 50%;
    border-right: 1px solid #CCC;
}
.authorityLst-ttl {
    font-weight: bold;
    padding: 9px 9px 9px 30px;
    background: #F1F1F1;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #CCC;
}
.authority_lst {
    margin: 20px 0;
    padding: 0 30px;
    box-sizing: border-box;
}
.authority_lst li:not(:last-of-type) {
    margin-bottom: 5px;
}
.authorityDtl-ttl .is-border {
    border: 1px solid #000;
    padding: 0 5px;
}
.privacy-txt .is-line {
    text-decoration: underline;
}
@media (min-width: 1000px) {
    .etcMenu_lst li a .is-menuBr {
        display: block;
    }
}
@media (min-width: 896px) {
    .etcMenu_lst li a:hover {
        color: #fff;
        background: #004DA0;
    }
    .etc_wrap {
        max-width: 1200px;
        margin: 40px auto 0;
        width: calc(100% - 60px);
        padding: 0 0 110px;
    }
    .etc_lst li a:hover,
    .privacy_table td a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .mv_wrap {
        background: url(/cmn/img/sp/pre_etcmvbg.png) no-repeat left top / cover;
        height: 300px;
        display: flex;
        justify-content: start;
        align-items: center;
    }
    .mv-ttl {
        font-size: 24px;
        width: 100%;
        padding: 0 0 70px 10vw;
        line-height: 1.4;
    }
    .etcMenu_lst {
        width: 100%;
        padding: 0 10px;
        gap: 10px 0;
    }
    .etcMenu_lst li {
        width: calc(50% - 5px);
    }
    .etcMenu_lst li a {
        font-size: clamp(12px, 3vw, 13px);
        padding: 10px 5px;
    }
    .menuDtl_wrap {
        width: 100%;
        padding: 0 20px 40px;
    }
    .menuDtl_in {
        width: 100%;
    }
    .etc_wrap {
        padding: 40px 20px;
    }
    .privacy-txt,
    .privacy_lst.is-ver2 .privacy-ttl {
        padding: 0;
    }
    .privacy_table th,
    .privacy_table td,
    .number_table th,
    .number_table td {
        display: inline-block;
        width: 100%;
        padding: 9px 9px 9px 15px;
    }
    .privacyDtl_lst {
        margin: 10px 0 0;
    }
    .privacy-ttl {
        padding-left: 1.5em;
        position: relative;
    }
    .privacy-ttl span,
    .policyOl-txt span,
    .customerDtl_lst li::before {
        position: absolute;
        top: 0;
        left: 0;
    }
    .policyOl-txt {
        padding-left: 2em;
    }
    .customerDtl_lst li {
        padding-left: 1em;
    }
    .c-breadcrumbs_wrap {
        margin-bottom: 20px;
    }
    .authorityLst_wrap {
        flex-wrap: wrap;
    }
    .authorityLst_in {
        width: 100%;
    }
    .authorityLst_in:not(:last-of-type) {
        border-bottom: 1px solid #CCC;
    }
    .authority-ttl {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .authority .privacy_lst {
        margin: 0;
    }
    .authority .etc-txt.is-r {
        font-size: 14px;
    }
}
@media only screen and (min-width: 375px) and (max-width: 550px) {
    .etcMenu_lst li a {
        min-height: 58px;
    }
}
@media only screen and (max-width: 374px) {
    .mv-ttl {
        font-size: clamp(20px, 6.4vw, 24px);
    }
    .etcMenu_lst li {
        width: 100%;
    }
}