@charset "UTF-8";
/* ページ */
.page_supplement span {
    color: #3d71d3;
}
/* 全STEPの囲い */
.step_wrap {
    row-gap: 40px;
}
.btn__step {
    color: #000000;
    background-color: #ffffff;
    border: 4px solid #000000;
    font-size: 13px;
    height: 60px;
    margin: 0;
    padding: 0;
    filter: drop-shadow(0px 4px 0px #000000);
    line-height: 1.6;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}

.btn__step::before,
.btn__icon--play::before {
    width: 12px;
    aspect-ratio: 43 / 50;
}
a.btn__step {
    color: #000000;
    background-color: #ffffff;
    border: 4px solid #000000;
    font-size: 13px;
    height: 60px;
    margin: 0;
    padding: 0;
    filter: drop-shadow(0px 4px 0px #000000);
    line-height: 1.3;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
}

a.btn__step::before,
a.btn__icon--play::before {
    width: 12px;
    aspect-ratio: 43 / 50;
}

.btn__step span:last-child,
a.btn__step span:last-child {
    font-size: 14px;
}
.recommend_img {
    display: flex;
    height: 124px;
    margin: 0 0 15px 0;
    align-items: center;
    justify-content: center;
}
.step01 .recommend_img img {
    width: 83px;
    height: 83px;
}
.step02 .recommend_img img {
    width: 179px;
    height: 83px;
}
.step03 .recommend_img img {
    width: 114.5px;
    height: 124px;
}
.step04 .recommend_img img {
    width: 74px;
    height: 55.5px;
}
.ad_section {
    display: flex;
    margin: 60px 0 40px 0;
    flex-direction: column;
    align-items: center;
}
.ad_title {
    font-size: 13px;
    line-height: 1.7;
    font-weight: bold;
}
.ad_title p:last-of-type{
    color: #3D71D3;
    font-size: 18px;
}
.ad_img {
    margin: 28px 0 30px 0;
    text-align: center;
}
.ad_img img {
    width: 180px;
    height: 94px;
}
.ad_text {
    position: relative;
    font-size: 16px;
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}
.ad_text::before {
    left: -15px;
    bottom: 0;
    transform:rotate(-30deg);
}
.ad_text::after {
    right: -15px;
    bottom: 0;
    transform:rotate(30deg);
}
.ad_text::before,
.ad_text::after {
    content: "";
    position: absolute;
    background-color: #000000;
    width: 2px;
    height: 60px;
}
.ad_btn {
    min-width: 285px;
    max-width: 360px;
    height: 60px;
    margin: 0 0 20px 0;
}
.ad_btn .btn {
    font-size: 15px;
    height: 60px;
}
.ad_other {
    font-size: 11px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
}
.ad_other p:first-of-type {
    color: red;
}
.frame__radiusBox {
    margin: 0 0 80px 0;
}
.frame__recommend a {
    color: #000000;
    text-decoration: none;
}

.layout_page .error {
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0 100px 0;
}

.layout_page .error a {
    font-size: 22px;
    text-decoration: revert;
    color: revert;
}
.back_btn_wrap {
    margin: 60px 0 0 0;
    text-align: center;
}
.mb15 {
    margin-bottom: 15px!important;
}
.btn__icon--open::before,
a.btn__icon--open::before {
    width: 18px;
}
.frame__recommend {
    max-width: 520px;
}

@media (min-width: 767px) {
    /* オススメボックス */
    .frame__recommend {
        padding: 20px 16px 20px 16px;
        background-color: #f6f6f6;
        border-top: solid 8px #3d71d3;
        font-weight: bold;
        flex-direction: column;
    }
    .frame__recommend::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 134.95px;
        height: 78px;
        top: 10px;
        right: 6px;
        background-image: url("../../recommend/img/confetti.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .frame__recommend_title {
        display: flex;
        color: #3d71d3;
        width: 100%;
        height: 70px;
        line-height: 70px;
        column-gap: 9px;
        margin: 0 0 10px 0;
        justify-content: flex-start;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
    }
    .frame__recommend_title img {
        width: 70px;
        height: 70px;
    }
    .frame__recommend_cont {
        color: #000000;
        background-color: #ffffff;
        width: 100%;
        font-size: 14px;
        border-radius: 15px 15px 15px 15px;
        padding: 30px 30px 50px 30px;
        line-height: 1.5;
    }
    .recommend_text {
        height: 170px;
        margin: 0 0 35px 0;
    }
    .step03 .recommend_text,
    .step04 .recommend_text {
        height: 80px;
    }
    .step01 .recommend_btn,
    .step02 .recommend_btn {
        height: 140px;
    }
    .recommend_text p:nth-child(1) {
        font-size: 18px;
        margin: 0 0 14px 0;
    }
    .recommend_text p:nth-child(2) {
        font-size: 15px;
        margin: 0 0 15px 0;
    }
    .recommend_text p:nth-child(3) {
        font-size: 12px;
    }
    .recommend_btn {
        max-width: 310px;
        margin-inline: auto;
    }
    .recommend_img {
        height: 150px;
        margin: 0 0 20px 0;
    }
    .step01 .recommend_img img {
        width: 100px;
        height: 100px;
    }
    .step02 .recommend_img img {
        width: 215.67px;
        height: 100px;
    }
    .step03 .recommend_img img {
        width: 138.5px;
        height: 150px;
    }
    .step04 .recommend_img img {
        width: 100px;
        height: 75px;
    }
    .layout_page main {
        padding: 0 0 120px 0;
    }
    /* 青色角丸ボックス - */
    .frame__radiusBox {
        max-width: 834px;
        border-radius: 20px 20px 20px 20px;
        padding: 37px 40px 40px 40px;
        margin-inline: auto;
    }
    .radiusBox_img_cont {
        row-gap: 0;
        column-gap: 30px;
        flex-direction: row-reverse;
    }
    .radiusBox_img {
        display: flex;
        align-items: flex-end;
    }
    .radiusBox_img_text p:nth-child(1) {
        font-size: 15px;
        margin: 0 0 5px 0;
    }
    .radiusBox_img_text p:nth-child(2) {
        display: inline-block;
        color: #ffffff;
        background-color: #3d71d3;
        font-size: 20px;
        margin: 0 0 15px 0;
        padding: 0px 15px 0 5px;
    }
    .radiusBox_img_text p:nth-child(3) {
        font-size: 14px;
    }
    .radiusBox_list_cont > p {
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    .radiusBox_list01 li {
        position: relative;
        font-size: 16px;
        padding: 0 0 0 10px;
    }
    .radiusBox_list01 li::before {
        content: "・";
        position: absolute;
        font-size: 18px;
        line-height: 28px;
        left: 0;
    }
    .radiusBox_list02{
        position: relative;
        margin: 0 0 30px 0;
    }
    .radiusBox_list02 li {
        position: relative;
        padding: 0 0 0 20px;
    }
    .radiusBox_list02 li:first-of-type {
        color: #3d71d3;
        font-size: 16px;
    }
    .radiusBox_list02 li:first-of-type::before {
        content: "・";
        position: absolute;
        font-size: 18px;
        line-height: 25px;
        left: 2px;
    }
    .radiusBox_list02 li:last-of-type {
        font-size: 15px;
    }
    .radiusBox_table {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .radiusBox_table p{
        display: flex;
        width: 100%;
        border: solid 1px #a0a0a0;
        justify-content: center;
        align-items: center;
    }
    .radiusBox_table p:not(:nth-child(1)) {
        width: 50%;
        border-top: none;
    }
    .radiusBox_table p:nth-child(1){
        width: 100%;
    }
    .radiusBox_table p:nth-child(2){
        border-right: none;
    }
    .radiusBox_table p:nth-child(3){
        background-color: #ffffff;
        font-size: 20px;
        height: 50px;
    }
    .radiusBox_table p:nth-child(4){
        border-right: none;
    }
    .radiusBox_table p:nth-child(5){
        background-color: #ffffff;
        font-size: 20px;
        height: 50px;
    }
}