@charset "UTF-8";

/* 当社の強み */
a#ft+div .wrapper_item {
    justify-content: center;
}
a#ft+div .inner_item a {
    background: var(--i_main_color);
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 20px auto 10px;
    padding: 20px;
}
a#ft+div .inner_item .inner_item_img {
    width: 100%;
}
a#ft+div .inner_item a img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain !important;
}
a#ft+.composite_box01.block_images_1 a+.inner_item_txt {
        padding-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
a#ft+div .inner_item a {
    width: 80px;
    height: 80px;
}
a#ft+div .inner_item a img {
    width: 80px !important;
    height: 80px !important;
}
}