@charset "UTF-8";

/*------------テキスト+画像デザイン7,8----------*/
.contents_box01.block_image_text_11 .wrapper_item,
.contents_box01.block_image_text_12 .wrapper_item {
    align-items: center;
}

/*-------------ボタン-----------*/
.contents_btn01 .content_wrapper>a,
.contents_btn01.block_button_2 .inner_item_img {
    width: 235px !important;
}
/*-------------見出しサイズ調整-----------*/
a[id^="cm"]+section .heading.block_header_5 .h {
    font-size: 3.9rem;
    line-height: 1.4;
}
@media screen and (max-width: 800px) {
    a[id^="cm"]+section .heading.block_header_5 .h {
        font-size: 2.8rem;
    }
}

#commodity + section .inner_item_txt p {
    color: var(--i_txt_color);
}