/* ============================================================
   特定商取引法に基づく表記ページ（.tokushoho-page 配下のみ）
   ============================================================ */
.tokushoho-page {
    margin: 0 auto !important;
    padding:0 0 100px !important;
    box-sizing: border-box !important;
}

/* 見出し */
.tokushoho-page h1 {
    font-size: clamp(22px, 2vw, 30px) !important;
    font-weight: 700 !important;
    color: #1B3A6B !important;
    text-align: center !important;
    margin: 0 0 36px !important;
    padding: 0 0 16px !important;
    position: relative !important;
}
.tokushoho-page h1::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: 0 !important;
    transform: translateX(-50%) !important;
    width: 50px !important;
    height: 2px !important;
    background: #C8102E !important;
}

/* テーブル */
.tokushoho-page .tokushoho-table {
    margin: 0 !important;
}
.tokushoho-page .tokushoho-table table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid #d9e0ea !important;
    background: #fff !important;
    table-layout: fixed !important;
}
.tokushoho-page .tokushoho-table th,
.tokushoho-page .tokushoho-table td {
    padding: 16px 18px !important;
    border: 1px solid #d9e0ea !important;
    text-align: left !important;
    vertical-align: top !important;
    line-height: 1.8 !important;
    font-size: 15px !important;
    word-break: break-word !important;
}
/* 左列（項目名） */
.tokushoho-page .tokushoho-table td:first-child,
.tokushoho-page .tokushoho-table th:first-child {
    width: 250px !important;
    background: #EEEEEE !important;
    color: #1B3A6B !important;
    font-weight: 700 !important;
}

.tokushoho-page .tokushoho-table a {
    color: #1B3A6B !important;
    text-decoration: underline !important;
}

/* 戻るボタン */
.tokushoho-page .tokushoho-btn-area {
    margin: 48px 0 0 !important;
    text-align: center !important;
}
.tokushoho-page .backtoseminar-btn,
.tokushoho-page .backtoseminar-btn .wp-block-button__link,
.tokushoho-page .backtoseminar-btn .wp-element-button {
    display: inline-block !important;
    min-width: 280px !important;
    padding: 16px 28px !important;
    background: #1B3A6B !important;
    background-image: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-decoration: none !important;
    border: 1px solid #1B3A6B !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    transition: background 0.3s ease !important;
}
.tokushoho-page .backtoseminar-btn:hover,
.tokushoho-page .backtoseminar-btn .wp-block-button__link:hover,
.tokushoho-page .backtoseminar-btn .wp-element-button:hover {
    background: #2C4F8C !important;
    opacity: 1 !important;
}

/* SP */
@media screen and (max-width: 768px) {
    .tokushoho-page .tokushoho-table table,
    .tokushoho-page .tokushoho-table tbody,
    .tokushoho-page .tokushoho-table tr,
    .tokushoho-page .tokushoho-table th,
    .tokushoho-page .tokushoho-table td {
        display: block !important;
        width: 100% !important;
    }
    .tokushoho-page .tokushoho-table td:first-child,
    .tokushoho-page .tokushoho-table th:first-child {
        width: 100% !important;
        border-bottom: none !important;
    }
    .tokushoho-page .backtoseminar-btn,
    .tokushoho-page .backtoseminar-btn .wp-block-button__link {
        width: 100% !important;
        max-width: 360px !important;
        min-width: 0 !important;
    }
}

@media screen and (max-width: 956px) {
	#main_content .post_content{
		    margin-top: 30px;
	}
}