@charset "UTF-8";
/* ページ */
.img_section {
    padding: 40px 0 60px 0;
    text-align: center;
}
.img_section img {
    width: 100%;
}
.img_section01 p{
    margin: 0 0 20px 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.img_section01 span:first-child{
    font-size: 14px;
}
.img_section01 span:last-child{
    font-size: 11px;
}
.img_section02 {
    padding: 40px 0 20px 0;
}
.step02 .frame--yellow100 {
    margin: 0 0 40px 0;
}
.img_section04 p{
    font-size: 11px;
    margin: 0 0 20px 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.img_section05 p{
    margin: 0 0 40px 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.img_section05 p:first-child{
    font-size: 11px;
    margin: 0 0 40px 0;
}
.img_section05 p{
    font-size: 14px;
}
.back_btn_wrap {
    margin: 60px 0 0 0;
    text-align: center;
}
.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;
}
.open_w {
    width: 11px;
    vertical-align: middle;
    margin-left: 3px;
}

@media (min-width: 767px) {
    /* 通常ボックス */
    .frame__normal {
        padding: 25px 20px 25px 20px;
        column-gap: 10px;
        align-items: stretch;
        flex-direction: row;
        justify-content: space-between;
    }
    .frame__text {
        font-size: 15px;
    }
    .frame__asterisk {
        font-size: 12px;
    }
    .frame__exclamation01 {
        margin: 0 0 50px 0;
    }
    /* タイトルボックス */
    .frame__titleBox {
        width: 80%;
        height: 60px;
        align-items: stretch;
        flex-direction: row;
        margin-inline: auto;
    }
    .frame__titleBox_title {
        display: flex;
        width: 205px;
        height: auto;
        font-size: 15px;
        border-radius: 10px 0 0 10px;
        justify-content: center;
        align-items: center;
    }
    .frame__titleBox_text {
        display: flex;
        font-size: 15px;
        column-gap: 25px;
        border-radius: 0 10px 10px 0;
        justify-content: center;
        align-items: center;
    }
    /* ステップ囲 */
    .step_wrap > * {
        width: 48%;
    }
    .img_section img {
        width: 70%;
    }
    .layout_page main {
        padding: 0 0 120px 0;
    }
    .frame__numBox {
        height: 120px;
    }
    .frame__numBox_cont {
        padding: 11px 15px 11px 15px;
    }
    .img_section05 {
        padding: 12px 0 60px 0;
    }
    .img_section05 p {
        margin: 0 0 20px 0;
    }
    .img_section05 p:first-child {
        margin: 0 0 20px 0;
        text-align: left;
    }
    .open_w {
        width: 14px;
    }
}