
@charset "UTF-8";

/*カラー変更*/
#co + section {
    background-color: #ededed !important;
}
#co + section .inner_item_txt{
    color: #0B0505 ;
}
#co + section .contents_btn01 a span {
    color: #0B0505;
}
#co + section .contents_btn01 a  {
    border: 1px solid #0B0505;
}
#co+section .heading.block_header_2 .h {
    border-color: #0B0505;
}

/*画像サイズ比率*/
#co + section.contents_box01 .inner_item_img img {
    aspect-ratio: 1920 / 800;
    object-fit: cover;
}
@media screen and (max-width: 480px){
#columns3 + .composite_box01 .inner_item_img img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
}