@charset "UTF-8";

/*----------フィルムラボの強み------------*/
a#strength+div .inner_item {
    border-color: var(--i_txt_color);
}

a#strength+div .inner_item h3.h {
    font-weight: bold;
}

a#strength+div a {
    pointer-events: none;
}

a#strength+div img {
    object-fit: contain;
    width: 25% !important;
    height: auto !important;
    pointer-events: none;
}

@media screen and (min-width: 501px) and (max-width: 768px) {
a#strength+div img {
    width: 20% !important;
}
}