/* アピールポイント全体 */
#appeal-point .school-com-parts-Erea .school-com-parts-Eria-list section .school-com-parts-Eria-list-content .detail-flex {
    display: block;
    position: relative;
    padding: 0;
}

/* 画像 */
#appeal-point .image-block {
    float: left;
}
#appeal-point .image-block img {
    width: 300px;
    object-fit: contain;
}
@media (max-width: 768px) {
    #appeal-point  .image-block {
        float: none;
        text-align: center;
        margin-bottom: 16px;
    }
    #appeal-point .image-block img {
        height: 180px;
    }
}

/* テキスト */
#appeal-point .school-com-parts-Erea .school-com-parts-Eria-list section .school-com-parts-Eria-list-content .detail-flex div .alumni-message {
    padding: 0;
}
#appeal-point .school-com-parts-Erea .school-com-parts-Eria-list section .school-com-parts-Eria-list-content .detail-flex .collapse .alumni-message {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
}
#appeal-point .school-com-parts-Erea .school-com-parts-Eria-list section .school-com-parts-Eria-list-content .detail-flex .collapse.show .alumni-message {
    display: block;
}
@media (max-width: 768px) {
    #appeal-point .school-com-parts-Erea .school-com-parts-Eria-list section .school-com-parts-Eria-list-content .detail-flex .collapse .alumni-message {
        -webkit-line-clamp: 4;
    }
}

/* Clear Fix */
#appeal-point .school-com-parts-Erea .school-com-parts-Eria-list section .school-com-parts-Eria-list-content .detail-flex > div:first-child div:last-child {
    padding: 0;
}

/* 表示/非表示エリア */
#appeal-point .collapse,
#appeal-point .collapsing {
    height: auto;
    min-height: unset;
    max-height: 332px;
    display: block;
    justify-content: unset;
    align-items: center;
    overflow: hidden;
    padding: 0 !important;
}
#appeal-point .collapse.has-button-block {
    height: 332px;
    min-height: 332px;
    max-height: 332px;
}
#appeal-point .collapsing {
    height: 332px;
    max-height: unset;
    overflow: hidden;
}
#appeal-point .collapse.show {
    height: auto;
    max-height: unset;
    overflow: unset;
}
#appeal-point .school-com-parts-Erea .school-com-parts-Eria-list section .school-com-parts-Eria-list-content .detail-flex .text-block {
    padding-bottom: 0;
}
@media (max-width: 768px) {
    #appeal-point .collapse,
    #appeal-point .collapse.has-button-block {
        height: auto;
        max-height: calc(16px + 14px * 1.8 * 4);
        min-height: unset;
    }
    #appeal-point .collapse.has-image-block {
        max-height: calc(180px + 16px + 14px * 1.8 * 4);
    }
    #appeal-point .collapsing {
        height: calc(16px + 14px * 1.8 * 4);
        min-height: calc(16px + 14px * 1.8 * 4);
    }
    #appeal-point .collapsing.has-image-block {
        height: calc(180px + 16px + 14px * 1.8 * 4);
        min-height: calc(180px + 16px + 14px * 1.8 * 4);
    }
    #appeal-point .collapse.show {
        height: auto;
        max-height: unset;
        min-height: unset;
    }
}

/* 表示/非表示ボタン */
#appeal-point .school-com-parts-Erea .school-com-parts-Eria-list section .school-com-parts-Eria-list-content .detail-flex .btn-block {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #EEFBFF 100%);
    width: auto;
    padding-bottom: 0;
}
#appeal-point .school-com-parts-Erea .school-com-parts-Eria-list section .school-com-parts-Eria-list-content .detail-flex .btn-block {
    padding-top: 7px;
    padding-left: 332px;
}
#appeal-point .school-com-parts-Eria-list-content .btn-block .btn {
    width: 218px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    color: #2577D6;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 15px;
    align-items: center;
    position: relative;
    border: solid 1px #2577D6;
    margin: auto;
}
#appeal-point .school-com-parts-Eria-list-content .btn-block .btn:after {
    position: absolute;
    bottom: -2px;
    right: 1px;
    content: "";
    transform: rotate(45deg);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #2577D6;
}
@media (max-width: 768px) {
    #appeal-point .school-com-parts-Erea .school-com-parts-Eria-list section .school-com-parts-Eria-list-content .detail-flex .btn-block {
        padding: 16px 16px 0;
        position: unset;
        right: 0;
    }
}

/* 資料請求ボタン */
#appeal-point .school-com-parts-Erea .school-com-parts-Eria-list section .school-com-parts-Eria-list-content > .btn-block {
    padding-top: 16px;
}