@media screen and (min-width: 768px) and (max-width: 1299px) {
    .inner {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
}

.page-education_highschool .highschoolcont {
    padding: 20px 16px 0 16px;
}

.page-education_highschool .highschoolcont__rowgroup {
    margin-bottom: 40px;
}

.page-education_highschool .highschoolcont__rowgroup__block {
    margin-bottom: 30px;
}

.page-education_highschool .module__ttl-big__item .subtitle {
    font-weight: normal;
}

.page-education_highschool .highschoolcont__rowgroup__list > li {
    padding-left: 1.2em;
    position: relative;
    font-size: 14px;
    line-height: 22px;
}

.page-education_highschool .highschoolcont__rowgroup__list > li::before {
    content: '・';
    color: #222;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.page-education_highschool .highschoolcont__rowgroup__list-asterisk > li {
    padding-left: 1.2em;
    position: relative;
    font-size: 14px;
    line-height: 22px;
}

.page-education_highschool .highschoolcont__rowgroup__list-asterisk > li::before {
    content: '※';
    color: #222;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.page-education_highschool .highschoolcont__rowgroup__list-brackets {
    counter-reset: counter;
}

.page-education_highschool .highschoolcont__rowgroup__list-brackets > li {
    padding-left: 1.4em;
    position: relative;
}

.page-education_highschool .highschoolcont__rowgroup__list-brackets > li::before {
    content: "(" counter(counter) ")";
    counter-increment: counter;
    color: #222;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.page-education_highschool .highschoolcont__table {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
}

.page-education_highschool .highschoolcont__table table {
    min-width: 800px;
    width: 100%;
}

.page-education_highschool .highschoolcont__table th {
    background-color: #146345;
    border: 1px solid #d3d8d9;
    color: #FFF;
    padding: 10px 10px;
    text-align: center;
    vertical-align: middle;
}

.page-education_highschool .highschoolcont__table td {
    border: 1px solid #d3d8d9;
    padding: 10px 10px;
}

@media print, screen and (min-width: 768px) {
    .page-education_highschool highschoolcont {
        padding: 20px 0 40px 0;
    }
	
    .page-education_highschool highschoolcont__rowgroup {
        margin-bottom: 36px;
    }
	
    .page-education_highschool highschoolcont__rowgroup__block {
        margin-bottom: 36px;
    }
}