@charset "UTF-8";
/* ページ */
.page_title_wrap {
    position: relative;
    background-color: #e5f1fd;
    height: 100%;
}
.page_title_layout {
    position: relative;
    min-width: 375px;
    max-width: 980px;
    height: 100%;
    padding: 25px 20px 0 20px;
    margin-inline: auto;
}
.page_title_layout::before {
    content: "";
    position: absolute;
    width: 302px;
    height: 62px;
    margin: 4px 0 0 0px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../../../common/img/icon_tools_sp02.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
.page_head_img {
    text-align: center;
}
.page_head_img img {
    width: 154.8px;
    height: 86px;
}
.page_title {
    line-height: 1.7;
}
.page_title__header {
    color: #3D71D3;
    font-size: 15px;
    font-weight: bold;
}
.page_title p:first-of-type {
    font-size: 11px;
    font-weight: bold;
}
.page_title p:last-of-type {
    font-size: 20px;
    font-weight: bold;
}
.layout_page {
    position: relative;
    min-width: 375px;
    max-width: 980px;
    height: 100%;
    padding: 30px 20px 0 20px;
    margin-inline: auto;
}
.layout_page main {
    padding: 0 0 80px 0;
}
.page_supplement {
    font-size: 14px;
    padding: 0 0 20px 0;
    line-height: 1.6;
    font-weight: bold;
}
.frame__exclamation01 {
    margin: 0 0 10px 0;
    text-align: left;
}
.frame__titleBox01 {
    margin: 0 0 63px 0;
}
.frame__content .frame__text {
    text-align: center;
}
/* 全STEPの囲い */
.step_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* QR */
.img_section img.qr_img {
    width: 120px;
    aspect-ratio: 1 / 1;
}
.pw_text {
    color: #000000;
    font-size: 14px;
    margin: 20px 0 16px 0;
    text-align: left;
}
.pw_text span {
    font-size: 14px;
    margin: 5px 0 0 0;
}
.step07 .img_section_flex>div:nth-of-type(2) img {
    filter: none;
}
@media (min-width: 767px) {
    .layout_page {
        padding: 50px 0 50px 0;
    }
    .page_title_layout {
        display: flex;
        height: 200px;
        padding: 32px 0 0 0;
        column-gap: 20px;
    }
    .page_title_layout::before {
        width: 193px;
        height: 156.11px;
        top: 20px;
        right: 0;
        left: revert;
        transform: revert;
        background-image: url("../../../common/img/icon_tools_pc02.png");
    }
    .page_head_img img {
        width: 260px;
        height: 144.44px;
    }
    .page_title__header {
        font-size: 28px;
    }
    .page_title p:first-of-type {
        font-size: 16px;
    }
    .page_title p:last-of-type {
        font-size: 44px;
    }
    .page_supplement {
        font-size: 15px;
        padding: 0 0 15px 0;
        line-height: 1.45;
    }
    /* 数字ボックス - 通常 */
    .frame__numBox {
        align-items: stretch;
        flex-direction: row;
    }
    .frame__numBox_title {
        display: flex;
        width: 55px;
        height: auto;
        font-size: 28px;
        justify-content: center;
        align-items: center;
    }
    .frame__numBox_cont {
        font-size: 20px;
    }
    .frame__numBox_cont>p {
        font-size: 20px;
        word-break: break-all;
    }
    .hide_step {
        display: block;
    }
    .layout_page main {
        padding: 0 0 120px 0;
    }
    .newnessBox {
        width: 45%;
        flex-direction: row;
        margin-inline: auto;
    }
    /* ステップ囲 */
    .step_wrap {
        align-items: stretch;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .step_wrap > * {
        width: 48.5%;
    }
    /* 通常ボックス */
    .frame__normal {
        padding: 25px 20px 25px 20px;
        column-gap: 10px;
        align-items: stretch;
        flex-direction: row;
        justify-content: flex-start;
    }
    /* 黒フレームボックス */
    .frame__simple {
        max-width: 780px;
        margin-inline: auto;
    }
    .frame__text {
        font-size: 15px;
    }
    .frame__asterisk {
        font-size: 12px;
    }
    .frame__exclamation01 {
        margin: 0 0 50px 0;
    }
    /* 戻るボタン */
    .btn__back {
        width: 320px;
        font-size: 15px;
    }
    /* アコーディオン */
    .accordion_section {
        max-width: 780px;
        font-size: 15px;
        margin-inline: auto;
    }
    .accordion_section.last {
        margin-inline: auto;
    }
    .accordion .img_section {
        text-align: left;
    }
    .accordion__content {
        padding: 20px 24px 36px 24px;
    }
    .accordion img{
        width: 45%;
    }
    .asterisk {
        font-size: 12px;
    }
    .frame_caption {
        font-size: 15px;
    }
    .frame__balloonBox {
        max-width: 800px;
        margin: 0 0 50px 0;
        margin-inline: auto;
    }
    .pw_text{
        font-size: 16px;
        text-align: left;
        margin: 0 0 10px 0;
    }
    .pw_text span{
        font-size: 15px;
        margin: 10px 0 0 0;
    }
}