.ft_content .ft_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin: 0 auto 30px auto;
}

.ft_content .ft_box .ft_item {
    position: relative;
    padding: 10px 15px;
    width: 33.3%;
    background: #fff;
    border-radius: 8px;
    border: #144A90 2px solid;
    margin-bottom: 20px;
    height: 270px;
}

.ft_content .ft_box .ft_item .title-box {
    position: absolute;
    top: 0;
    left: 0;
    background: #144A90;
    width: 100%;
    height: 40px;
}

.ft_content .ft_box .ft_item .title-box .content_title_02 {
    color: #fff;
    font-size: 1.1rem;
}

.ft_content .ft_box .ft_item .image_item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    height: 90px;
}

.ft_content .ft_box .ft_item .image_item img {
    width: 100px;
    height: auto
}

.ft_content .ft_box .ft_item .image_item .f-03 {
    transform: rotate(-90deg);
    width: 80px;
}

.ft_content .ft_box .ft_item .image_item .f-04 {
    width: 60px;
    margin-left: 20px;
}

.ft_content .ft_box .ft_item .ex_item {
    margin-top: 50px;
}

.ft_content .ft_box .ft_item .ex_item .text {
    font-size: 1rem;
    margin-bottom: 0;
    text-align: left;
}

/*サテラインゼミとは*/
.ft_content .about_content.sate {
    margin-top: 50px;
    background-color: #ebebeb;
    padding: 50px 0;
}

.ft_content .about_content.sate .content_title.lower {
    color: #e40b16;
    text-align: center;
}

.ft_content .about_content.sate .title_box img {
    width: 300px;
}

.ft_content .about_content.sate .title_box {
    margin-bottom: 50px;
}

.ft_content .about_content.sate .ft_box {
    justify-content: space-around;
}

.ft_content .about_content.sate .ft_box .image_item img {
    width: 300px;
}

.ft_content .about_content.sate .ft_box .text_box .text.lower {
    margin-bottom: 10px;
}

/*受講者の声*/
.ft_content .about_content.sate .about-voice {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    width: 90%;
    margin: 0 auto;
}

.ft_content .about_content.sate .about-voice .voice-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.ft_content .about_content.sate .about-voice .voice-box img {
    width: 130px;
}

.ft_content .about_content.sate .about-voice .content_title.lower.under_line {
    text-decoration-color: #e40b16;
}

/*Monoxerとは*/
.ft_content .about_content.Mono {
    margin-top: 50px;
    padding: 50px 0 0 0;
}

.ft_content .about_content.Mono .title_box .content_title.lower {
    color: #144A90;
    text-align: center;
}

.ft_content .about_content.Mono .title_box img {
    width: 320px;
}

.ft_content .about_content.Mono .title_box {
    margin-bottom: 50px;
}

.ft_content .about_content.Mono .ft_box .image_item img {
    width: 300px;
}

/*利用者の声*/
.ft_content .about_content.Mono .about-voice {
    background-color: #ebebeb;
    border-radius: 8px;
    padding: 30px 20px;
    width: 90%;
    margin: 0 auto;
}

.ft_content .about_content.Mono .about-voice .content_title.lower {
    color: #144A90;
    text-align: center;
    ;
}

.ft_content .about_content.Mono .about-voice .voice-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.ft_content .about_content.Mono .about-voice .voice-box img {
    width: 130px;
}

/*単元マスターRoteの魅力*/
.ap_content .ap-box {
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 30px;
}

.ap_content .ap-box .image_item img {
    width: 250px;
    margin-bottom: 10px;
}

.ap_content .ap-box .image_item .c-name {
    color: #144A90;
}

/* 960px以下 */
@media (max-width:960px) {
    .ft_content .ft_box {
        gap: 10px;
        width: 100%;
    }

    .ft_content .ft_box .ft_item .image_item img {
        width: 90px;
    }

    .ft_content .ft_box .ft_item .image_item .f-03 {
        width: 70px;
    }

    .ft_content .about_content.sate .ft_box {
        width: 90%;
        gap: 30px;
        justify-content: center;
    }

    .ft_content .about_content.sate .ft_box .image_item img {
        width: 230px;
    }

    .ft_content .about_content.sate .about-voice .voice-box img {
        width: 110px;
    }

    .ft_content .ft_box .ft_item .ex_item .text {
        font-size: 0.9rem;
    }

    /*モノグサとは*/
    .ft_content .about_content.Mono {
        margin-top: 30px;
    }

    .ft_content .about_content.Mono .ft_box .image_item img {
        width: 230px;
    }

    .ft_content .about_content.Mono .ft_box {
        width: 90%;
    }

    .ft_content .about_content.Mono .about-voice .voice-box img {
        width: 110px;
    }

    /*単元マスターRoteの魅力*/
    .ap_content .ap-box .image_item img {
        width: 220px;
    }
}

@media (max-width:560px) {
    .ft_content .ft_box {
        display: block;
        width: 100%;
    }

    .ft_content .ft_box .ft_item {
        width: 90%;
        margin: 0 auto 20px auto;
        border: #144A90 1.5px solid;
        height: auto;
        padding: 10px 15px 20px 15px;
    }

    .ft_content .ft_box .ft_item .image_item img {
        width: 90px;
    }

    .ft_content .ft_box .ft_item .ex_item .text {
        font-size: 0.8rem;
    }

    /*サテラインゼミとは*/
    .ft_content .about_content.sate .title_box img {
        width: 200px;
    }

    .ft_content .about_content.sate .title_box {
        margin-bottom: 30px;
    }

    .ft_content .about_content.sate .ft_box .image_item img {
        width: 300px;
        margin-top: 15px;
    }

    .ft_content .about_content.sate .about-voice .voice-box {
        display: block;
    }

    .ft_content .about_content.sate .about-voice {
        padding: 20px 15px;
    }

    .ft_content .about_content.sate .about-voice .voice-box img {
        width: 90px;
        margin: 10px auto;
    }

    .ft_content .about_content.Mono .ft_box {
        width: 100%;
    }

    /*モノグサとは*/
    .ft_content .about_content.Mono {
        margin-top: 0;
    }

    .ft_content .about_content.Mono .title_box img {
        width: 230px;
    }

    .ft_content .about_content.Mono .title_box {
        margin-bottom: 30px;
    }

    .ft_content .about_content.Mono .ft_box .image_item img {
        width: 300px;
        margin-top: 15px;
    }

    /*利用者の声*/
    .ft_content .about_content.Mono .about-voice {
        padding: 20px 15px;
        width: 100%;
    }

    .ft_content .about_content.Mono .about-voice .voice-box {
        display: block;
    }

    .ft_content .about_content.Mono .about-voice .voice-box img {
        width: 90px;
    }

    .ft_content .about_content.Mono .about-voice .voice-box .image_item {
        margin: 20px auto 10px auto;
    }

    /*Roteの魅力*/
    .ap_content .ap-box {
        display: block;
        padding: 30px 15px;
    }

    .ap_content .ap-box .image_item img {
        margin-bottom: 0;
    }

    .ap_content .ap-box .image_item {
        margin-bottom: 15px;
    }


}