@charset "UTF-8";

.bl_after_section {
    background: #f2f8fc;
    display: flex;
    justify-content: center;
}

.bl_after_section_inner {
    width: 88%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 80px;
}

.bl_after_imgWrapper > img {
    width: 145px;
}

.bl_after_section .el_btn {
    margin: auto;
    margin-top: 40px;
    width: 260px;
    height: 40px;
}

.bl_after_btnList {
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

    .bl_after_btnList > li > .el_btn {
        margin-top: 10px;
    }

.bl_after_section_inner > .bl_after_ttl {
    margin-top: 20px;
}

.bl_after_ttl {
    color: #002571;
    font-size: min(4.7vw, 2.2rem);
    line-height: 2.8rem;
    margin: 0;
    padding: 0;
}

.bl_after_section_inner > .bl_after_txt {
    margin-top: 20px;
    width: 100%;
}

.bl_after_txt {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2rem;
}

/* ---------------------
リスト
------------------------*/
.bl_after_list {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 50px;
    list-style: circle;
    color: #002571;
    line-height:2.1rem;
}

.bl_after_list > li {
   margin-bottom:40px;
}

.bl_after_list_sub_list{
    margin-left:10px;
    margin-top:10px;
    font-weight:normal;
    font-size:1.4rem;
    color: #333;
}
/* ---------------------
下部コンテンツ
------------------------*/
.el_ater_bottomContent {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #0065b8;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.el_ater_bottomContent_ttl {
    color: #0065b8;
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 20px;
}

.bl_after_note {
    font-size: 1.5rem;
    color: #333333;
    text-align: center;
    line-height: 2rem;
}

.bl_after_contact {
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.bl_after_contact_ttl {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
}

.bl_after_contact_txt {
    color: #656565;
    padding: 0;
    margin: 0;
    margin-top: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
}

/* ---------------------
チェックリスト
------------------------*/
.bl_after_checkList {
    margin: 0;
    padding: 0;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
}

    .bl_after_checkList > li {
        margin-bottom: 10px;
    }

.bl_after_checkListItem {
    display: flex;
    align-items: center;
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: 700;
}

    .bl_after_checkListItem > img {
        margin-right: 6px;
    }

@media (min-width: 850px) {
    .bl_after_section_inner {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .bl_after_imgWrapper > img {
        width: 352px;
    }

    .bl_after_section_inner > .bl_after_ttl {
        margin-top: 51px;
    }

    .bl_after_ttl {
        color: #002571;
        font-size: 3rem;
    }

    .bl_after_section_inner > .bl_after_txt {
        width: 600px;
        max-width: 600px;
    }

    .bl_after_txt {
        font-size: 1.8rem;
        line-height: 1.5;
        letter-spacing: 0.36px;
    }

    .bl_after_section .el_btn {
        margin: auto;
        margin-top: 60px;
        width: 300px;
        height: 52px;
        line-height: 52px;
        font-size: 1.6rem;
    }

    .bl_after_btnList > li > .el_btn {
        margin-top: 20px;
    }
    /* ---------------------
    リスト
    ------------------------*/
    .bl_after_list {
        margin-left: auto;
        margin-right: auto;
        width: 85%;
        max-width:750px;
        font-size: 2.2rem;
        font-weight: 600;
        margin-top: 60px;
        list-style: circle;
        color: #002571;
        line-height: 2.4rem;
    }

        .bl_after_list > li {
            margin-bottom: 40px;
        }

    .bl_after_list_sub_list {
        margin-left: 10px;
        margin-top: 10px;
        font-weight: normal;
        font-size: 1.6rem;
        color: #333;
    }
    /* ---------------------
    PC-下部コンテンツ
    ------------------------*/
    .el_ater_bottomContent {
        margin-top: 30px;
        padding-top: 20px;
    }

    .el_ater_bottomContent_ttl {
        font-size: 3.1rem;
        font-size: min(3.1rem,3.5vw);
        line-height: 1.4;
        margin-bottom: 30px;
    }

    .bl_after_note {
        font-size: 1.7rem;
        width: 100%;
    }

    .bl_after_contact {
        margin-top: 30px;
        display: flex;
        align-items: center;
    }

    .bl_after_contact_ttl {
        font-size: 1.7rem;
        margin-right: 47px;
    }

    .bl_after_contact_txt {
        color: #656565;
        font-size: 1.4rem;
        line-height: 1.5;
    }

    /* ---------------------
    PC-チェックリスト
    ------------------------*/
    .bl_after_checkList {
        margin-top: 36px;
    }

        .bl_after_checkList > li {
            margin-bottom: 14px;
        }

    .bl_after_checkListItem {
        font-size: 2.2rem;
        line-height: 2.7rem;
    }
}
