h1 {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
}

/* よみもの詳細 */
.article-button--marginBottom-0 .wp-block-button {
    margin-bottom: 0 !important;
}
.article-button--marginBottom-0 .has-small-font-size {
    margin-top: 0 !important;
}
@media (min-width: 768px) {
    .article_detail::before {
        content: none;
    }
}
@media (max-width: 767px) {
    .article_detail::before {
        content: none;
    }
}

/* よみもの一覧 */
.article-cat__linkBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 55px;
    padding: 0 26px;
    margin: 50px auto 0;
    border: 1px solid #333;
    transition: background-color 0.3s, color 0.3s;
}
.article-cat__linkBtn:hover {
    color: #fff;
    background-color: #333;
}
.article_list__articles .date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #6F7579;
}

/* よくあるご質問 */
@media (min-width: 768px) {
    .faq_nav {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 60px;
        row-gap: 30px;
        font-size: 16px;
        margin: 0 0 100px 0;
    }
    .faq_nav a {
        padding: 0;
        position: relative;
        display: flex;
        align-items: center;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
    }
    .faq_nav a::after {
        content: "";
        width: 6px;
        height: 25px;
        transform: rotate(90deg);
        background: url(../img/ico_arrow_faq.svg) no-repeat;
        background-size: contain;
        position: static;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}
@media (max-width: 767px) {
    .faq_nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4.6vw;
        font-size: 3.733333vw;
        margin: 0 0 13.3333333333vw 0;
    }
    .faq_nav a {
        padding: 0 0 4vw 0;
        position: relative;
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        margin: 0 auto;
    }
    
}

/* コラム一覧 */
@media (min-width: 768px) {
    .column_archive__pickup .slick-arrow {
        width: fit-content;
    }
}
/* コラム詳細 */
#column_content .link .item_url {
    display: none;
}