/*
Theme Name: lightning-child
Template: lightning
*/

/* ---h2に下線を付ける--- */
h2.is-style-vk-heading-plain {
    position: relative;
    display: inline-block;
    padding-bottom: 10px; /* 下線との距離 */
}
h2.is-style-vk-heading-plain::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 3%; /* 下線の幅（約1/3） */
    height: 2px;
    background-color: #000; /* 下線の色 */
}
/* --- */

/* ---トップページNewsのホバーを変更--- */
.top-news a {
    color: black;
    text-decoration: none;
    border-bottom: none;
}
.top-news a:hover {
    color: black;
    border-bottom: 1px solid black;
}
/* --- */

/* ---ABOUTの文字を中央にする--- */
.is-layout-constrained > .alignwide {
    max-width: 100%;
}
/* --- */

/* ---サイドバーカテゴリーのフォントサイズ変更--- */
.site-footer-title,
.sub-section-title,
h3:where(:not(.wp-block-post-title)) {
    font-size: 36px;
}
/* --- */ /* --- */
