@charset "UTF-8";

/* 背景色変更(2025/12/15) */
a[id^="pattern3"] + .dec1_1:not(.block_images_21)>.content_wrapper {
    background: #ffecbf;
}

/* 強みレイアウト調整(2025/12/15) */
#strength + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(4), .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3),
#strength + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(2), .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1) {
    width: 50%;
}
#strength + .composite_box01.block_images_17 .inner_item:nth-of-type(1) {
    background: #f2cbc4;
}
#strength + .composite_box01.block_images_17 .inner_item:nth-of-type(2) {
    background: #C7D8DF;
}
#strength + .composite_box01.block_images_17 .inner_item:nth-of-type(3) {
    background: #C7D8DF;
}
#strength + .composite_box01.block_images_17 .inner_item:nth-of-type(4) {
    background: #f2cbc4;
}
#strength + .composite_box01.block_images_17 .inner_item_img img {
    object-fit: contain;
}
@media screen and (max-width: 600px) {
    #strength + .composite_box01.block_images_17 .inner_item:nth-child(even) {
        background: #C7D8DF;
    }
    #strength + .composite_box01.block_images_17 .inner_item:nth-child(odd) {
        background: #f2cbc4;
    }
}