@charset "UTF-8";

#messageEx + .contents_box01.block_image_text_14 .inner_item_img {
width: 30%;
height: 318px;
}

#messageEx + .contents_box01.block_image_text_14 .inner_item_img a {
width: 100%;
    min-height: 220px;
    height: 100% !important;
    float: right;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid var(--i_border_color);
    background: var(--i_bg_color);
}

#messageEx + .contents_box01.block_image_text_14 .inner_item_img a img {
width: 100%;
height: 100%;
object-fit: contain !important;
}

@media screen and (max-width: 768px) {
#messageEx + .contents_box01.block_image_text_14 .inner_item_img {
width: 60%;
}
}
@media screen and (max-width: 425px) {
#messageEx + .contents_box01.block_image_text_14 .inner_item_img {
width: 100%;
}
}