@charset "utf-8";
.ta-c {
    text-align: center;
}

.mb_50 {
    margin-block-end: 50px;
}

.red {
    color: red;
}

.sp {
    display: none;
}

.info-exam {
    max-width: 900px;
    line-height: 1.5;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    margin-inline: auto;
    padding-inline: 20px;
    padding-block-start: 60px;
}

.info-exam section {
    margin-bottom: 40px;
}

dl,
dt {
    margin-bottom: 20px;
}

dd {
    margin-inline-start: 40px;
    margin-block-end: 20px;
}

dd.title {
    margin-block-end: auto;
}

table {
    width: 100%;
}

table,
td {
    border: 1px solid #a1a1a1;
    border-collapse: collapse;
    padding: 10px;
    vertical-align: middle;
}

table.table-schedule {
    width: 100%;
}

td.red {
    min-width: 6em;
}

.link a {
    text-decoration: underline;
    color: rgba(56, 112, 202, 1);
}

.link div {
    margin-block-end: 20px;
}

.link img {
    width: 100%;
}

.goTop {
    font-size: 1.6rem;
}

@media screen and (max-width:767px) {
    .sp {
        display: block;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 20px !important;
    }
    table {
        width: 100%;
    }
    table th,
    table td {
        display: table-cell;
        width: auto !important;
    }
    dd:has(table),
    .schedule {
        font-size: 14px;
    }
    .nowrap-scroll {
        overflow-x: scroll;
        white-space: nowrap;
    }
    .goTop {
        font-size: 1.2rem;
    }
}