@charset "UTF-8";

/* 共通
------------------------------------------------------------ */
body {
    color: #222;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", Osaka, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.btn {
    display: block;
    background: #26953A;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    line-height: 1;
    text-align: center;
}

a:hover,
a:active {
    opacity: .8;
}

.cv_wrap {
    max-width: 500px;
    text-align: center;
    margin: auto;
}

.guarantee_area > .cv_wrap {
    padding: 0;
    margin-bottom: 40px;
}

.cv_wrap .speech {
    position: relative;
    width: fit-content;
    margin: auto;
    font-weight: bold;
    font-size: 18px;
}

.cv_wrap .speech::before,
.cv_wrap .speech::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    border-radius: 2px;
    background: #222;
    bottom: 3px;
}

.cv_wrap .speech::before {
    left: 0;
    transform: rotate(-30deg);
}

.cv_wrap .speech::after {
    right: 0;
    transform: rotate(30deg);
}

/* header
------------------------------------------------------------ */
.header_logo_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 15px;
}

.header_logo_wrap p img {
    margin: 0;
    width: 148px;
}

.header_logo_wrap .btn {
    box-shadow: 0px 3px 6px #00000029;
}

/* contents
------------------------------------------------------------ */
.mv,
.guarantee_area {
    background: #FFCF6D;
    padding: 0 0 30px;
}

.mv .note {
    padding: 0 15px 15px;
    font-size: 12px;
}

/* bnr*/
.d_request_wrap {
    padding: 0 15px 35px;
    background: #FFCF6D;
    text-align: center;
}

.d_request_wrap img {
    display: inline;
}

main .cv_wrap .cv_btn {
    display: block;
    margin: -1.5vw auto 0;
}

main .cv_wrap .txt_link {
    font-size: 18px;
    text-decoration: underline;
}

.sec_ttl {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.sec_ttl span {
    display: block;
    font-size: 20px;
}

.sec_wrap {
    margin: auto;
    max-width: 800px;
}

.anchor_nav {
    padding: 0 15px;
    margin: 35px auto;
    max-width: 530px;
}

.anchor_nav li {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.anchor_nav li::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #EF6000;
    border-right: 2px solid #EF6000;
    transform: rotate(135deg);
}

.anchor_nav li a {
    display: flex;
    align-items: center;
    padding-right: 45px;
    color: #222;
}

.anchor_nav li a img {
    width: 40px;
    margin: 0 10px;
}

.anchor_nav li a span {
    font-weight: bold;
}

div[id^="point"] h3 {
    margin: 10px 15px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

div[id^="point"] > dl {
    background: #fff;
    border-radius: 10px;
    margin: 15px;
}

div[id^="point"] > dl > dt {
    padding: 15px 0;
    background: #F8EDCE;
    border-radius: 10px 10px 0 0;
    border: 2px solid #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

div[id^="point"] > dl > dt span {
    color: #EF6000;
}

div[id^="point"] > dl > dd {
    padding: 15px 15px 20px 15px;
}

div[id^="point"] > dl > dd ol.terms {
    counter-reset: number 0;
}

div[id^="point"] > dl > dd ol.terms li {
    position: relative;
    padding: 0 50px 0 30px;
    background-image: url(images/ico_check.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 40px;
    margin-bottom: 20px;
}

div[id^="point"] > dl > dd ol.terms li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    counter-increment: number 1;
    content: counter(number) " ";
    background: #EF6000;
    border-radius: 100%;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    font-family: "Futura", "Century Gothic", sans-serif;
}

div[id^="point"] > dl > dd ol.terms li em {
    font-weight: bold;
    font-style: normal;
}

div[id^="point"] > dl > dd ol.terms li sup {
    vertical-align: top;
    font-size: 12px;
}

div[id^="point"] > dl > dd ul.note {
    counter-reset: number 0;
}

div[id^="point"] > dl > dd ul.note li {
    position: relative;
    font-size: 12px;
    padding-left: 2em;
}

div[id^="point"] > dl > dd ul.note li::before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number 1;
    content: "※"counter(number);
    font-size: 12px;
}

div[id^="point"] ul.plan li {
    text-indent: -1em;
    padding-left: 1em;
    margin: 0.7em 0;
}

div[id^="point"] ul.plan li span {
    color: #F81F52;
}

.guarantee_area .attention {
    background: #F8EDCE;
    border: 1px solid #F81F52;
    padding: 15px;
    margin: 15px 15px 30px;
    font-weight: bold;
    font-size: 12px;
    color: #F81F52;
}

.price_wrap {
    background: #F8EDCE;
    margin: 15px 0;
    padding: 15px;
}

.price_wrap > p {
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.price_wrap + div.note {
    font-size: 12px;
}

.price_list {
    width: fit-content;
    margin: auto;
}

.price_list > div,
.price_list dt,
.price_list dd {
    display: flex;
    align-items: center;
}

.price_list > div {
    margin: 0 0 5px;
}

.price_list dt {
    white-space: nowrap;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2% 3%;
    font-size: min(4.27vw, 16px);
}

.price_list .male dt {
    background: #EF6000;
}

.price_list .female dt {
    background: #F81F52;
}

.price_list dd .price {
    white-space: nowrap;
    font-size: min(8vw, 30px);
    font-weight: bold;
    padding-right: min(5.33vw, 20px);
}

.price_list dd > span {
    text-align: center;
    white-space: nowrap;
    font-size: min(3.73vw, 14px);
    line-height: 1.2;
    padding: 2.67%;
}

.price_list dd .price span {
    font-size: min(5.33vw, 20px);
}

.price_list .male dd .price {
    color: #EF6000;
}

.price_list .female dd .price {
    color: #F81F52;
}

.price_list .ico_plus {
    position: relative;
    width: min(5.87vw, 22px);
    height: min(5.87vw, 22px);
    display: inline-block;
}

.price_list .ico_plus::before,
.price_list .ico_plus::after {
    content: "";
    position: absolute;
    top: min(2.67vw, 10px);
    width: min(5.87vw, 22px);
    height: min(1.07vw, 4px);
    background-color: currentColor;
}

.price_list .ico_plus::after {
    transform: rotate(90deg);
}

dl.detail {
    margin: 20px 0;
    border-top: 2px solid #FFCF6D;
    border-bottom: 2px solid #FFCF6D;
}

dl.detail dt {
    padding: 10px;
    position: relative;
}

dl.detail dt::after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    transform: rotate(135deg);
}

dl.detail dt.active::after {
    top: 50%;
    transform: rotate(-45deg);
}

dl.detail dd {
    display: none;
    padding-bottom: 10px;
}

dl.detail + p {
    font-size: 12px;
    margin-bottom: 20px;
}

div#point3 > dl {
    margin: 0 15px 30px 15px;
}

div#point3 > dl:last-of-type {
    margin-bottom: 10px;
}

div#point3 > dl > dt {
    padding-left: 15px;
    font-size: 20px;
}

div#point3 > dl > dt p {
    text-align: left;
    background-image: url(images/ico_check02.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 29px;
    padding-left: 35px;
    padding-right: 15px;
}

div#point3 > dl > dt p span {
    color: #F81F52;
}

div#point3 > dl > dt p small {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

div#point3 .price_list {
    margin: 15px auto;
}

div#point3 p.note {
    margin: 10px 0;
    font-size: 12px;
}

div#point3 p.txt {
    background: #F8EDCE;
    padding: 20px;
}

div#point3 p.txt span {
    color: #F81F52;
}

div#point3 .note {
    font-size: 12px;
    padding: 0 15px;
    margin-bottom: 20px;
}

/* かんたん3ステップ*/
.step {
    padding: 30px 0;
}

.step > ol {
    border: 2px solid #FFCF6D;
    padding: 15px;
    border-radius: 20px;
    margin: 20px 15px;
}

.step > ol > li {
    position: relative;
    margin: 0 0 40px;
    padding: 20px 0 75vw;
    background: url(images/img_step1.png) no-repeat center bottom 15px;
    background-size: 80% auto;
}

.step > ol > li > p {
    margin: 0.7em 0;
    padding-left: 1em;
    text-indent: -1em;
}

.step > ol > li > p.note {
    font-size: 12px;
}

.step > ol > li:nth-of-type(2) {
    background-image: url(images/img_step2.png);
}

.step > ol > li:nth-of-type(3) {
    background-image: url(images/img_step3.png);
}

.step > ol > li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    border: 23px solid transparent;
    border-top: 32px solid #FFCF6D;
    transform: translate(-50%, 100%);
    z-index: 1;
}

.step > ol > li:last-child {
    margin: 0;
}

.step > ol > li:last-child::after {
    content: none;
}

.step li .ttl_wrap {
    display: flex;
    margin: 0 0 10px;
}

.step li .ttl_wrap .no {
    display: flex;
    align-self: flex-start;
    background: #EF6000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 15px;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.step li .ttl_wrap .ttl {
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

.step li ol {
    padding-left: 1em;
}

.step li ol li {
    margin: 0 0 5px;
}

/* aside
------------------------------------------------------------ */
aside {
    border-top: 5px solid #DBDCDE;
    background: #EAF4FD;
    padding: 30px 0;
}

.cv_wrapper {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border-bottom: 5px solid #dbdbdc;
    background: #fff;
    text-align: center;
}

.cv_wrapper .contact_list dt {
    font-weight: bold;
    font-size: 18px;
}

.cv_wrapper .contact_list dd {
    margin: 0 0 10px;
}

.cv_wrapper .note {
    text-align: left;
    margin: 0 15px;
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
}

/* footer
------------------------------------------------------------ */
.footer_content {
    background: #fff;
}

.company_info {
    max-width: 830px;
    margin: 0 auto;
    padding: 25px 15px;
}

.company_info .company_logo {
    margin: 0 0 25px;
}

.privacy_link {
    margin: 0 0 25px;
    font-size: 16px;
    text-align: right;
}

.privacy_link a {
    text-decoration: underline;
}

.document_number {
    font-size: 12px;
    text-align: right;
}

.copyright {
    padding: 10px 0;
    background: #2b76c6;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    aside {
        border: 0;
        background: #EAF4FD;
        padding: 30px 0;
    }

    .cv_wrapper {
        padding: 40px;
    }

    .company_info .company_logo img {
        margin: 0;
    }

    .mv {
        padding-bottom: 5px;
        background: linear-gradient(180deg, #EF7C00 0%, #EF7C00 363px, #FFCF6D 363px, #FFCF6D 100%);
    }

    .mv h1 {
        max-width: 500px;
        margin: auto;
    }

    .mv .note {
        max-width: 500px;
        margin: 0 auto 25px;
    }

    main .cv_wrap .cv_btn {
        display: block;
        margin: -10px auto 0;
    }

    .cv_wrap {
        margin: 30px auto;
    }

    .guarantee_area {
        padding-bottom: 60px;
    }

    .guarantee_area .attention {
        padding: 15px 50px;
        max-width: 800px;
        margin: auto;
    }

    div[id^="point"] h3 br {
        display: none;
    }

    div[id^="point"] > dl {
        margin: 15px 0 30px;
    }

    div[id^="point"] > dl > dt br {
        display: none;
    }

    div[id^="point"] > dl > dd {
        padding: 20px 50px 30px;
    }

    div[id^="point"] > dl > dd ol.terms li {
        min-height: 60px;
    }

    .guarantee_area div#point1 .attention {
        margin: 20px 15px;
    }

    div#point3 > dl {
        margin: 15px 0 30px;
    }

    div#point3 > dl > dt {
        padding: 20px 50px;
    }

    div#point3 > dl:last-of-type > dt {
        padding-bottom: 10px;
    }

    .guarantee_area div#point3 dl:last-of-type dd ul {
        display: flex;
    }

    .guarantee_area div#point3 dl:last-of-type dd ul li:first-child {
        margin-right: 1em;
    }

    .price_wrap {
        padding: 30px 60px;
    }

    .price_wrap > p br {
        display: none;
    }

    .price_list {
        display: flex;
        gap: 50px;
    }

    main > .step {
        padding: 60px 0;
    }

    .step > ol {
        max-width: 800px;
        margin: 30px auto;
    }

    .step > ol > li {
        margin: 0 0 40px;
        padding: 20px 300px 20px 40px;
        min-height: 220px;
        background-position: right 35px center;
        background-size: 200px auto;
    }

    .step > ol > li::after {
        left: auto;
        right: 109px;
        transform: translate(0, 100%);
    }

    .step li .ttl_wrap {
        margin-bottom: 20px;
    }

    .step li .ttl_wrap .no {
        padding: 5px 20px;
    }

    .step li ol {
        margin: 0 0 15px;
    }

    aside {
        border: 0;
        background: #EAF4FD;
        padding: 30px 0;
    }

    .cv_wrapper {
        padding: 40px;
    }

    .company_info .company_logo img {
        margin: 0;
    }
}
