@charset "UTF-8";
/* 2028/08/28
 * ========================================================================== */
.desired_title {
    width: 100%;
    text-align: center;
    background: #c16f51;
    color: #fff;
    font-size: 22px;
    padding: 16px;
    margin-bottom: 30px;
}
.desired_title02 {
    font-size: 20px;
    text-align: center;
    line-height: 1.45;
    border-bottom: 1px solid #000;
    margin-top: 0;
    padding-bottom: 6px;
}
.desired_text {
    margin-bottom: 37px;
}
.desired_text p:not(:last-of-type) {
    margin-bottom: 27px;
}
.desired_main {
    width: 640px;
    margin: 0 auto;
}
.desired_main.small {
    width: 480px;
    margin: 0 auto;
}
.desired_main:not(:last-of-type) {
    margin-bottom: 40px;
}
.step_no {
}
.step_info {
}
.step_info .step_title {
    font-weight: 700;
    margin-bottom: 9px;
}
.step_info .step_box {
    border: 2px solid #000;
    padding-top: 19px;
    padding-bottom: 19px;
}
.step_info .step_box .step_box_title {
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
}
.step_info .step_box .step_box_title small {
    font-size: 13px;
    margin-left: 3px;
}
.step_info .step_box .step_box_title.triangle {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 8px;
}
.step_info .step_box .step_box_title.triangle:before {
    position: absolute;
    content: "▼";
    font-size: 26px;
    left: calc((100% / 2) - 13px);
    bottom: 0;
}
.step_info .step_box.back {
    padding-top: 0;
    padding-bottom: 23px;
}
.step_info .step_box .step_box_back {
    background: #f1f1f1;
    padding-top: 26px;
    padding-bottom: 25px;
    margin-bottom: 26px;
}
.step_info .step_box .step_box_text {
    font-size: 18px;
    line-height: 1.45;
    margin-top: 13px;
}
.desired_link.orange {
    width: 385px;
    margin: 0 auto;
}
.desired_link.orange a {
    color: #fff;
    background: #f2821e;
}
.desired_link.orange .c-LinkButton {
    border: unset;
}
.desired_link.orange .c-LinkButton.-allow .c-LinkButton__link::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.step_attention {
}
.step_attention ul {
    list-style: none;
    padding: 0;
}
.step_attention ul li {
    position: relative;
    padding-left: 13px;
    line-height: 1.45;
}
.step_attention ul li:before {
    position: absolute;
    content: "●";
    font-size: 10px;
    left: 0;
    top: 5px;
}
.step_attention02 {
}
.step_attention02 ul {
    list-style: none;
    padding: 0;
}
.step_attention02 ul li {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.55;
}
.desired_box {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.desired_box.center {
    text-align: center;
}
.desired_box.red {
    background: #e1453c;
}
.desired_box.green {
    max-width: 480px;
    background: #005b47;
    margin: 0 auto;
}
.desired_box_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 20px;
}
.desired_box .desired_link {
    max-width: 420px;
    margin: 0 auto;
}
.desired_box .desired_link .c-LinkButton:not(:last-of-type) {
    margin-bottom: 20px;
}
.desired_box_percent {
    line-height: 1.25;
    font-weight: 700;
    font-size: 75px;
}
.desired_box_percent small {
    font-size: 40px;
}
.desired_box_percent span {
    font-weight: 400;
    font-size: 36px;
}
@media screen and (max-width: 767px) {
    .desired_title {
        font-size: 20px;
        padding: 9px;
        margin-bottom: 20px;
    }
    .desired_title02 {
        font-size: 18px;
        padding-bottom: 11px;
    }
    .desired_main.all {
        margin: 0 -20px;
    }
    .desired_main.small {
        width: 100%;
    }
    .desired_main:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .step_info .step_box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .step_info .step_box .step_box_title {
        font-size: 18px;
    }
    .desired_link.orange {
        width: 100%;
    }
    .desired_box {
        padding-top: 34px;
        padding-bottom: 34px;
    }
    .desired_box_title {
        font-size: 17px;
    }
    .desired_box.red .desired_link {
        width: 90%;
    }
    .step_attention ul li {
        font-size: 14px;
    }
    .step_info .step_box .step_box_text {
        font-size: 16px;
    }
}
