.pc-wrapper {
    background-color: #81BF16;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 990px;
}

.section-ctr {
    border-radius: 20px;
    background-color: #fff;
    margin: 33px auto;
    padding: 35px 0;
    width: 950px;
}

.section-ttl {
    align-items: baseline;
    border-bottom: 1px solid #000;
    font-size: 30px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .025em;
    margin: auto;
    padding-bottom: 8px;
    width: 400px;
}

.year-txt {
    font-size: 22px;
}

.section-box {
    margin: 48px auto 0;
    width: 780px;
}

.section-txt {
    font-weight: 500;
    margin: 0 0 30px;
    text-indent: 0;
}

.detail-txt {
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
    width: fit-content;
}

.detail-txt.english {
    text-indent: .5em;
}

.under-line {
    display: inline-block;
    margin-bottom: 8px;
    text-decoration-line: underline;
    text-underline-offset: 2px;
}

.detail-txt .under-line {
    margin-bottom: 0;
}

.section-list {
    border: 1px solid #000;
    counter-reset: item;
    font-size: 16px;
    margin: 45px auto 0;
    padding: 42px 18px 20px;
}

.section-item {
    margin-bottom: .8em;
    position: relative;
    padding-left: 2em;
}

.section-detail {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.section-detail.number {
    counter-increment: item;
}

.section-detail.number:before {
    content: counter(item) "．";
    position: absolute;
    left: 0;
}

.section-detail:last-of-type {
    margin-bottom: 35px;
}

.annotation-txt {
    font-weight: 500;
}

.apply-item {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

.apply-item::before {
    content: unset;
}

/*
.mail-link {
    text-decoration: underline;
}

.mail-link:link {
    color: #0000ee;
}
*/
.mail-txt {
    margin-right: .5em;
}

.tel-txt {
    margin-left: 1em;
}