@charset "UTF-8";

/* 色変更(2025/08/19) */
a#top_service+div .inner_item {
    background: var(--i_sub2_color);
}
.heading.block_header_1 p:before, .heading.block_header_6 .h:before {
    background: #f5deb3;
}
#hd + .contents_box01 h3.h:before,
#hd2 + .contents_box01 h3.h:before {
    display: block;
    content: "";
    background: #f5deb3;
    width: 100%;
    height: 10px;
    position: absolute;
    top: initial !important;
    bottom: 2px;
    left: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.4;
    border: none;
}