@media (min-width:1025px) {
    .l-2row-header__row.u-invisible-md-down {
        padding: 0;
    }
}

@media (max-width:768px) {

    /* お知らせバー */
    .p-infobar__content {
        font-size: 9px;
        text-align: center;
    }

    .p-infobar__inner .c-container {
        padding: 0 5px;
    }

    /* お知らせバー */

    .cta_inner_flex {
        flex-direction: column !important;
    }

    .column-reverse {
        flex-direction: column-reverse;
    }


    /* フッター */
    .footer_inner_flex {
        flex-direction: column-reverse !important;
        gap: 30px !important;
        padding: 0 15px !important;
    }

    .footer_navi_flex {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }

    .footer_navi_list {
        flex-direction: column !important;
    }

    .footer_number {
        justify-content: center;
    }

    .footer_logo_wrap {
        text-align: center;
        justify-content: center;
    }

    .fz16 {
        font-size: 16px !important;
    }

    .smb-section__title {
        line-height: 1.2;
        word-break: auto-phrase;
    }

    .c-page-header__title {
        font-size: 22px;
        word-break: auto-phrase;
    }

    .smb-section__title {
        font-size: 22px !important;
    }

    .smb-section__title span {
        font-size: 18px !important;
    }

    .smb-media-text__title {
        font-size: 18px !important;
        margin-top: 100px;
    }

    .auto-phrase {
        word-break: auto-phrase;
    }

    .jcc {
        justify-content: center !important;
    }

    .center-img {
        width: 100%;
    }

    .center-img img {
        margin: auto;
    }

    .c-entry-summary--type-works .c-entry-summary__body {
        flex-wrap: wrap;
    }

    h3.wp-block-heading {
        font-size: 20px !important;
    }

    .wpco .contents-outline ol {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}