/* AREA PAGE */
.area__ttl {
    font-size: 1.6rem;
    padding: 8px;
    line-height: 2.6rem;
    display: inline!important;
}
.recruit__pref__area {
    margin-bottom: 40px;
}

.recruit__pref__ttl {
    font-size: 2.4rem;
    color: #44B051;
    font-weight: 600;
    border-bottom: 2px solid #44B051;
    padding-bottom: 8px;
}

.recruit__pref__area__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    margin: 16px 0;
}

.recruit__pref__area__item {
    font-size: 1.8rem;
    line-height: 3.4rem;
    margin-right: 8px;
    padding-right: 8px;
}

.recruit__pref__area__item::after {
    content: "|";
    margin-left: 8px;
    padding-left: 8px;
}

.recruit__pref__area__item:last-child::after {
    content: none;
}

/* FEATURE PAGE */

.page-template-page-feature .feature {
    padding: 60px 0;
}

.feature .subttl span {
    font-size: 3.0rem;
}

article.feature .inner {
    max-width: 800px;
    margin: auto;
}

.feature__main {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.feature__main_header {
    text-align: center;
    font-weight: 700;
    font-size: 3.0rem;
    line-height: 3.6rem;
    letter-spacing: 2px;
}

.feature__main__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.feature__table__ttl {
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #2EA93D;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.feature__table table {
    margin: 32px 0;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.feature__table table strong {
    font-size: 2.6rem;
    font-weight: 700;
    margin-right: 4px;
}

.feature__table table th {
    vertical-align: middle;
    border-bottom: 1px solid #ebebeb;
    font-size: 1.3rem;
}
.feature__table table td {
    vertical-align: middle;
    border-bottom: 1px solid #ebebeb;
    padding: 24px 0;
}

.feature__table table tr:first-child th,
.feature__table table tr:first-child td {
    padding: 8px 0;
}

th:first-child,
td:first-child {
    width: 30%;
    text-align: left;
}

th:nth-child(2),
td:nth-child(2),
th:nth-child(3),
td:nth-child(3) {
    width: 35%;
}

th:nth-child(3),
td:nth-child(3) {
    color: #2EA93D;
    font-weight: 700;
}

.school__compare span {
    font-size: 0.8em;
	vertical-align: top;
}

.feature__point {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature__point__ordinal {
    background-color: #FFF7E6;
}

.feature__point__ordinal .feature__point__ttl {
    font-weight: 700;
    font-size: 1.8rem;
    color: #F9A809;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature__point__ordinal .feature__point__ttl:before {
    content: url('../images/icon/icon_point_ordinal.png');
    margin-right: 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.feature__point__ordinal .feature__point__desc strong {
    color: #F9A809;
    font-weight: 700;
    font-size: 1.7rem;
}

.feature__point__elguitar {
    background-color: #F2FFF3;
}

.feature__point__elguitar .feature__point__ttl {
    font-weight: 700;
    font-size: 1.8rem;
    color: #2EA93D;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature__point__elguitar .feature__point__ttl:before {
    content: url('../images/icon/icon_point_elguitar.png');
    margin-right: 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.feature__point__elguitar .feature__point__desc strong {
    color: #2EA93D;
    font-weight: 700;
    font-size: 1.7rem;
}

.feature__point__memo {
    background-color: #F6F6F6;
}

.feature__point__memo .feature__point__ttl {
    font-weight: 700;
    font-size: 1.8rem;
    color: #2EA93D;
    display: flex;
    align-items: center;
    gap: 8px;
}

.feature__point__memo .feature__point__ttl:before {
    content: url('../images/icon/icon_point_memo.png');
    margin-right: 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.feature__point__memo .feature__point__desc strong {
    color: #2EA93D;
    font-weight: 700;
    font-size: 1.7rem;
}

.feature__point__desc p {
    margin-bottom: 24px;
}

.school__compare__gallery {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    width: 100%;
}
@media (min-width: 481px) {}

@media (min-width: 768px) {
    .school__compare__gallery {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }
    .school__compare__gallery img {
        width: calc((100% - 16px)/2);
    }
    .area__ttl {
        font-size: 2.8rem;
        padding: 8px;
        line-height: 3.6rem;
    }
    .page-template-page-feature .feature {
        padding: 120px 0;
    }

    .feature__table table,
    td {
        padding: 8px;
    }

    .feature__table table th {
        padding: 8px;
    }

    .feature__table table,
    td {
        padding: 8px 0;
    }
    .feature__table table th {
        vertical-align: middle;
        border-bottom: 1px solid #ebebeb;
        font-size: 1.5rem;
    }
    .feature__table table td {
        vertical-align: middle;
        border-bottom: 1px solid #ebebeb;
    }
    .feature__table table strong {
        font-size: 3.0rem;
        font-weight: 700;
        margin-right: 4px;
    }
}

@media (min-width: 1024px) {}

@media (min-width: 1280px) {}

@media (min-width: 1400px) {}

span.attention {
    font-size: 0.8em;
	vertical-align: top;
}