@charset "UTF-8";
.student-block .box {
    margin-bottom: 10px;
}
.student-block + .student-block { margin-top: 70px; }
.student-ttl {
    font-weight: 500;
    background-color: rgba(1, 191, 189, 0.1);
    margin-bottom: 20px;
    padding: 16px 20px;
}
p + .student-ttl { margin-top: 50px; }
.sub-ttl {
    color: #01BFBD;
    font-weight: 500;
    margin: 0 0 10px;
}
.student-list {
    padding-left: 1.6em;
    text-indent: -1.6em;
}
.ul-text-list {
    margin-top: 20px;
}
.ul-text-list li {
    padding-left: 0.7em;
    position: relative;
}
.ul-text-list li:before {
    background-color: #01BFBD;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    width: 4px;
    position: absolute;
    left: 0;
    top: 12px;
}
.ul-text-list a {
    text-decoration: underline;
}
.ul-text-list a:hover {
    text-decoration: none;
}
.student-list + .sub-ttl { margin-top: 50px; }
@media screen and (max-width: 767px) {
    .heading01 { letter-spacing: 0.01em; }
    p + .student-ttl { margin-top: 40px; }
    .student-list + .sub-ttl { margin-top: 30px; }
    .student-block + .student-block { margin-top: 40px; }
}
.tbl-student {
    margin: 50px 0;
    width: 100%;
}
.tbl-student th,
.tbl-student td {
    background: rgba(1, 191, 189, 0.1);
    border: 1px solid rgba(50, 50, 50, 0.2);
	padding: 10px 2px;
    text-align: center;
    width: calc(100%/6);
}
.tbl-student tr:nth-child(2) td:nth-child(2) { background: #FFFFB0; }
.tbl-student tr:nth-child(2) td:nth-child(3) { background: #FCBBBB; }
.tbl-student tr:nth-child(3) td:nth-child(2) { background: #F0DBFF; }
.tbl-student tr:nth-child(3) td:nth-child(3),
.tbl-student tr:nth-child(3) td:nth-child(4),
.tbl-student tr:nth-child(3) td:nth-child(5)
{ background: #C4DBFD; }
.tbl02 td { width: 100%; }
.tbl02 tr:nth-child(2) td:nth-child(2) { background: #FCBBBB; }
@media screen and (max-width: 767px) {
	.tbl-student {
        letter-spacing: 0;
        margin: 30px 0;
    }
    .tbl-wrap {
        overflow: auto;
        margin-bottom: 40px;
    }
    .swipe-scroll table {
        width: 950px !important;
        max-width: inherit;
        margin: 30px 0 0;
    }
    .tbl-student th { width: 110px; }
    .tbl-student td { width: auto; }
}

.pdf-link-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 30px;
    margin-top: 50px;
}
.pdf-link-item {
    width: calc(100%/ 3 - 40px *2 / 3);
}
.student__pdf-link {
    border: 1px solid #323232;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    width: 100%;
    padding: 0 19px;
}
.student__pdf-link:hover {
    background-color: rgba(50, 50, 50, 0.1);
}
@media screen and (max-width: 767px) {
    .pdf-link-list {
        flex-direction: column;
        row-gap: 20px;
        margin-top: 30px;
    }
    .pdf-link-item {
        width: 100%;
    }
}

.btn-navs {
    margin-bottom: 50px;
}
.btn-navs ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.btn-navs ul li { width: auto; }
.btn-navs .btn-style {
	background: rgba(1, 191, 189, 0.1);
	border: none;
	color: #323232;
	text-align: center;
	padding: 0 40px;
}
.btn-navs .btn-style:hover {
    background: #01BFBD;
    color: #fff;
}
.btn-navs .btn-style .arr {
    background-size: 16px;
	transform: rotate(90deg);
	border: none;
}
.btn-style:hover .arr {
	background: url(../img/common/icon_arrow01_w.svg) no-repeat center center / 16px;
}
@media screen and (max-width: 767px) {
    .btn-navs ul {
        grid-template-columns: 1fr;
    }
}