.pm_content .title_box.lower .content_title.lower .text {
    color: #144A90;
    font-weight: bold;
}

.pm_content .pm_box {
    background-color: #ebebeb;
    padding: 30px 25px;
    margin-bottom: 20px;
}

.pm_content .pm_box:last-child {
    margin-bottom: 50px;
}

.pm_content .pm_box .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.pm_content .pm_box .flex .pm_item {
    width: 25%;
    border-radius: 8px;
    padding: 20px 10px;
    background-color: #fff;
}

.pm_content .pm_box .flex .pm_item.b-box {
    border: #144A90 2px solid;
    position: relative;
}

.pm_content .pm_box .flex .pm_item.r-box {
    border: #e40b16 2px solid;
    position: relative;
}

.pm_content .pm_box .flex .pm_item .content_title_02 {
    margin-bottom: 0;
}

.pm_content .pm_box .flex .pm_item .content_title_02 .s-font {
    font-size: 1rem;
}

.pm_content .pm_box .flex .pm_item.b-box .image_item,
.pm_content .pm_box .flex .pm_item.r-box .image_item {
    position: absolute;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
}

/*生徒への訴求例*/
.pm_content .ap_box .ap_list {
    width: 70%;
    margin: 0 auto;
    padding: 30px;
    border: #144A90 2px solid;
    border-radius: 8px;
}

.pm_content .ap_box .triangle {
    display: block;
    background: #170e0e;
    height: 30px;
    width: 80px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 30px auto;
}

.pm_content .ap_box img {
    width: 400px;
    margin-bottom: 20px;
}

.pm_content .ap_box .content_title_02 {
    color: #e40b16;
}

/*受講方法*/
.mt_content .mt_box .text.accent {
    color: #144A90;
    font-weight: bold;
    text-align: left;
    margin-top: 15px;
}

/*申込方法*/
.mt_content .fw_box {
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mt_content .fw_box .fw_item {
    width: 22%;
    height: 350px;
    border: #144A90 2px solid;
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 10px 15px;
}

.mt_content .fw_box .fw_item .text.lower {
    line-height: 1.5rem;
}

.mt_content .fw_box .fw_item .title-box {
    background: #144A90;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    position: absolute;
}

.mt_content .fw_box .fw_item .ex_item {
    margin-top: 40px;
}

.mt_content .fw_box .fw_item .image_item {
    height: 150px;
}

.mt_content .fw_box .fw_item .image_item img {
    width: 130px;
}

.mt_content .fw_box .fw_item.step04 {
    border: 2px solid #1F7945;
}

.mt_content .fw_box .fw_item.step04 .title-box {
    background: #1F7945;
}

.mt_content .fw_box .fw_item.step02 {
    border: 2px solid #e40b16;
}

.mt_content .fw_box .fw_item.step02 .title-box {
    background: #e40b16;
}

.mt_content .fw_box .fw_item.step02 .image_item img {
    width: 150px;
}

.mt_content .fw_box .fw_item .triangle {
    top: 50%;
    right: -35px;
    width: 25px;
    position: absolute;
    height: 40px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translateY(-50%);
    display: block;
    background: #170e0e;
}

/*ご契約の流れ*/
.am_content .fw_box {
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.am_content .fw_box .fw_item {
    width: 22%;
    height: 350px;
    border: #144A90 2px solid;
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 10px 10px;
}

.am_content .fw_box .fw_item .text.lower {
    line-height: 1.5rem;
}

.am_content .fw_box .fw_item .title-box {
    background: #144A90;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    position: absolute;
}

.am_content .fw_box .fw_item .ex_item {
    margin-top: 40px;
}

.am_content .fw_box .fw_item .image_item {
    height: 150px;
}

.am_content .fw_box .fw_item .text_item .content_title_03 {
    color: #144A90;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.am_content .fw_box .fw_item .image_item img {
    width: 130px;
}

.am_content .fw_box .fw_item .triangle {
    top: 50%;
    right: -35px;
    width: 25px;
    position: absolute;
    height: 40px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transform: translateY(-50%);
    display: block;
    background: #170e0e;
}

.am_content .am_gray_box {
    background: #ebebeb;
    width: 100%;
    padding: 40px 30px;
    margin-top: 50px;
}

.am_content .am_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}

.am_content .am_box .am_item {
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 8px;
    border: #e40b16 2px solid;
    width: 32%;
    height: 190px;
}

.am_content .am_box .am_item .content_title_02.lower {
    margin-bottom: 10px;
    height: 40px;
}

.am_content .am_box .am_item .text.note {
    margin-top: 10px;
    text-align: center;
    line-height: 1rem;
}

/* 960px以下 */
@media (max-width:960px) {

    .pm_content .pm_box .flex .pm_item.b-box .image_item,
    .pm_content .pm_box .flex .pm_item.r-box .image_item {
        width: 35px;
        left: -60px;
    }

    /*訴求例*/
    .pm_content .ap_box .ap_list {
        width: 80%;
    }

    /*申込方法*/
    .mt_content .fw_box .fw_item .image_item img {
        width: 110px;
    }

    .mt_content .fw_box .fw_item.step02 .image_item img {
        width: 130px;
    }

    .mt_content .fw_box .fw_item .triangle {
        width: 15px;
        height: 30px;
        right: -24px;
    }

    .mt_content .fw_box .fw_item .image_item {
        height: 130px;
    }

    /*契約の流れ*/
    .am_content .fw_box .fw_item .image_item img {
        width: 110px;
    }

    .am_content .fw_box .fw_item.step03 .image_item img {
        padding-top: 7px;
    }

    .am_content .fw_box .fw_item.step02 .image_item img {
        width: 105px;
        padding-top: 5px;
    }

    .am_content .fw_box .fw_item .image_item {
        height: 130px;
    }

    .am_content .fw_box .fw_item {
        height: 350px;
    }

    .am_content .fw_box .fw_item .triangle {
        width: 15px;
        height: 30px;
        right: -24px;
    }

    .am_content .am_box {
        flex-wrap: wrap;
        gap: 20px;
    }

    .am_content .am_box .am_item {
        width: 48%;
        padding: 10px 5px 20px 5px;
        height: auto;
    }
}

/* 560px以下 */
@media (max-width:560px) {
    .pm_content .pm_box {
        padding: 30px 15px;
    }

    .pm_content .pm_box .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pm_content .pm_box .flex .pm_item {
        width: 43%;
        padding: 10px 5px;
    }

    .pm_content .pm_box .flex .pm_item.b-box .image_item,
    .pm_content .pm_box .flex .pm_item.r-box .image_item {
        width: 30px;
        left: -38px;
    }

    .pm_content .pm_box .flex .pm_item.r-box {
        width: 60%;
    }

    .pm_content .pm_box .flex .pm_item .note {
        font-size: 0.7rem;
    }

    /*訴求例*/
    .pm_content .ap_box .ap_list {
        width: 100%;
        padding: 20px 15px;
    }

    .pm_content .ap_box img {
        width: 330px;
    }

    /*申込方法*/
    .mt_content .fw_box {
        display: block;
    }

    .mt_content .fw_box .fw_item {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        padding: 10px;
    }

    .mt_content .fw_box .fw_item .ex_item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .mt_content .fw_box .fw_item .triangle {
        top: 180px;
        right: 50%;
        transform: translateX(50%);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        height: 20px;
        width: 25px;
    }

    .mt_content .fw_box .fw_item.step02 .triangle {
        top: 190px;
    }

    .mt_content .fw_box .fw_item .image_item img {
        width: 100px;
        margin-bottom: 0;
    }

    .mt_content .fw_box .fw_item.step02 .image_item img {
        width: 110px;
        margin-bottom: 0;
    }

    .mt_content .fw_box .fw_item .image_item {
        height: auto;
    }

    .mt_content .fw_box .fw_item .ex_item .text.lower {
        width: 70%;
    }

    /*契約の流れ*/
    .am_content .fw_box {
        display: block;
    }

    .am_content .fw_box .fw_item {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }

    .am_content .fw_box .fw_item .ex_item {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .am_content .fw_box .fw_item .image_item img {
        width: 100px;
        margin-bottom: 0;
    }

    .am_content .fw_box .fw_item.step02 .image_item img {
        width: 95px;
    }

    .am_content .fw_box .fw_item.step02 .text_item {
        width: 70%;
    }

    .am_content .fw_box .fw_item .image_item {
        height: auto;
    }

    .am_content .fw_box .fw_item .text_item .content_title_03 {
        text-align: left;
        margin-bottom: 5px;
    }

    .am_content .fw_box .fw_item.step03 .image_item img {
        padding-top: 0;
    }

    .am_content .fw_box .fw_item .triangle {
        top: 180px;
        right: 50%;
        transform: translateX(50%);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        height: 20px;
        width: 25px;
    }

    .am_content .am_box {
        display: block;
    }

    .am_content .am_box .am_item {
        width: 100%;
        margin-bottom: 30px;
    }

    .am_content .am_box .am_item .content_title_02.lower {
        height: auto;
    }

}