@charset "UTF-8";

/* 色変更(2025/10/17) */
a[id^="seo"]+section:before,
#btn + div .inner_item_txt {
    background: #fcf5da;
}

a[id*="seo"]+section .heading.block_header_2 .h,
#btn + div .heading.block_header_4 .h {
    color: #f14b0b;
}
/* ページ非公開対応(2025/10/17) */
#btn + div .inner_item:first-of-type {
    display: none;
}
#btn + div .inner_item {
    width: 100%;
    min-height: initial;
}
@media only screen and (max-width: 700px) {
    #btn + div .inner_item {
        width: 100% !important;
    }
}
@media screen and (min-width: 481px) {
    #btn + div .inner_item_txt {
        padding: 5% 10% 8%;
    }
}