/* 共通 */
.c-btn-link.kosodachi {
    background-color: #FF8AA7;
}

.c-btn-link.live {
    background-color: #F5AA30;
}

.c-btn-link.ondemand {
    background-color: #54B1DD;
}

@media screen and (max-width: 767px) {
    .p-detail-section {
        margin-bottom: 64px;
    }
}

/* 対象セミナー・研修 */
.subject-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .subject-wrapper {
        grid-template-columns: auto;
    }
}

@media screen and (max-width: 767px) {
    .attendance_wrapper {
        grid-template-columns: auto;
    }
}

.subject-wrapper .subject-box {
    padding: 16px;
    border: 1px solid #A1A1A1;
}

.subject-wrapper .subject-box h2 {
    font-size: 20px;
    letter-spacing: 8px;
    text-align: center;
}

.subject-wrapper .subject-box h2 > span {
    display: inline-block;
    padding: 0 36px 4px;
    line-height: 1.6;
    border-bottom: 2px solid #E60012;
}

.subject-wrapper .subject-box .c-btn-link {
    margin-top: 16px;
}

/* 活用方法のおすすめ */
.how-to-use .c-feature-heading {
    letter-spacing: 4px;
}

.how-to-use .p-detail-section > a.live,
.how-to-use .p-detail-section > a.ondemand {
    width: 320px;
}

.how-to-use .p-detail-section > a + a {
    margin-top: 16px;
}

.u-text_center {
    text-align: center;
}

.p-feature-wrap > .c-notes-txt_asterisk::before {
    position: static;
}

.p-feature-wrap > .c-notes-txt_asterisk {
    margin-top: 8px;
    padding: 0;
}

/* 注意事項 */
.p-notes-section .p-notes-box a {
    display: inline;
}
