@charset "UTF-8";

/* コンテンツ内背景 */
.dec1_1:not(.block_images_21) > .content_wrapper {
    background: #fff;
}

/* 中見出し */
.heading.block_header_4 .h {
    background: url(/common/upload_data/ohnishinaikacom/image/menu_bg.png) no-repeat center/cover;
    color: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: left;
}

/* コンテンツ内背景丸み */
#access_03 + div.dec1_1:not(.block_images_21) > .content_wrapper {
    border-radius: 20px 20px 0 0;
}
#access_03_2 + div.dec1_1:not(.block_images_21) > .content_wrapper {
    border-radius: 0 0 20px 20px;
}