@charset "UTF-8";

/*---------------------banner------------------------*/
#banner+.composite_box01 .inner_item_img img{
	width: auto!important;
	height: auto !important;
}
/*---------------------bnr_02------------------------*/
a#bnr_02+div .wrapper_item {
    justify-content: center;
}
a#bnr_02+div .wrapper_item .inner_item {
    width: 33%;
}
a#bnr_02+div .wrapper_item .inner_item img {
    object-fit: contain;
    background: #fff;
}
a#bnr_02+div .inner_item.empty {
    display: none;
}