/*251031 コラム調整*/
@media (min-width: 1200px) {
    .column__top {
        margin-bottom: 0;
        max-width: 900px;
        margin: 0 auto;
    }
}
table {
    border-collapse:  collapse;
    width: 100%;
    margin-bottom: 2rem;
}
table li {
    list-style: inside;
}
th,td {
    border: solid 1px #222;
}
td {
    padding-left: 12px;
}
th {
    padding: 12px;
    font-weight: 500;
}
.column__section .h3 {
    font-size: 22px;
}
.column__section h3 {
    font-size: 16px;
    margin-top: 2.5rem;
}
.column__main-image-single,
.column__main-image  {
    max-width: 600px;
}
.column__section p {
    margin-bottom: 12px;
}
.aore-a {
    font-size: 0.8rem;
    color: #0000ee;
}
.bg_aore-white.white-2 {
    padding-bottom: 16rem;
    width: 90%;
    max-width: 900px;
    margin: 5rem auto;
    background-size: 70%;
    background-position: center bottom;
}
.btn-box_column {
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 12px;
    margin-top: 40px;
}
.grid-btn-img {
	text-align: center;
	transition: .2s;
}
.grid-btn-img a:hover {
	opacity: .7;
}
.grid-btn-img img {
	width: 300px;
}

@media screen and (max-width: 768px) {
    td {
        padding-left: 8px;
    }
    .btn-box_column {
        grid-template-columns: 1fr;
        margin-top: 40px;
        gap: 20px;
    }
}

/* ============================================================
   新テンプレート: .column__content 内のスタイリング
   Gutenbergエディタからの出力を既存デザインに合わせる
   ============================================================ */
.column__content h2 {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 1rem;
    margin-top: 5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #4c4c4c;
}

.column__content h2:first-child {
    margin-top: 0;
}

.column__content h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}



.column__content p {
    margin-bottom: 12px;
    line-height: 2;
}

.column__content img {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
}

.column__content figure.wp-block-image {
    text-align: center;
    margin: 2rem auto;
    max-width: 600px;
}

.column__content figure.wp-block-image img {
    margin: 0 auto;
}

.column__content figure.wp-block-image figcaption {
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.5rem;
    text-align: center;
}

.column__content ul,
.column__content ol {
    margin-bottom: 2rem;
    padding-left: 1.5em;
}

.column__content li {
    line-height: 2;
    margin-bottom: 0.5rem;
}

.column__content a {
    color: #166c9d;
}

.column__content blockquote {
    border-left: 3px solid #ccc;
    padding-left: 1rem;
    margin: 2rem 0;
    color: #555;
}

.column__content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2rem;
}

.column__content th,
.column__content td {
    border: solid 1px #222;
    padding: 12px;
}

.column__content th {
    font-weight: 500;
}

/* =====================
   対談・座談会スタイル
   ===================== */

/* セクション見出し */
.discussion__section-title {
    font-size: 1.2rem;
    font-weight: 600;
    border-left: 4px solid #c4b5a5;
    padding: 0.4rem 0 0.4rem 1rem;
    margin: 4rem 0 2rem;
    line-height: 1.6;
}

/* セクション画像 */
.discussion__image {
    width: 100%;
    margin: 2rem 0;
    text-align: center;
}
.discussion__image img {
    width: 100%;
    max-width: 700px;
    border-radius: 8px;
}

/* 対談1行 = 名前 : テキスト */
.discussion__talk {
    margin-bottom: 1.6rem;
    line-height: 2;
    font-size: 0.95rem;
}
.discussion__talk .name {
    font-weight: 700;
}
.discussion__talk .name::after {
    content: "：";
}

/* メンバー紹介 */
.discussion__members {
    background-color: #f5f2ed;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0 3rem;
}
.discussion__members-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    text-align: center;
}
.discussion__members-image {
    text-align: center;
    margin-bottom: 1.5rem;
}
.discussion__members-image img {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
}
.discussion__members-list {
    font-size: 0.9rem;
    line-height: 2;
}
.discussion__members-list span {
    font-weight: 600;
}

/* リード文 */
.discussion__lead {
    line-height: 2;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

/* まとめセクション */
.discussion__summary {
    line-height: 2;
    font-size: 0.95rem;
}

@media screen and (max-width: 768px) {
    .discussion__talk {
        font-size: 0.88rem;
    }
    .discussion__section-title {
        font-size: 1.05rem;
    }
    .discussion__members {
        padding: 1.2rem;
    }
    .discussion__image img {
        border-radius: 4px;
    }
}