@charset "UTF-8";

.li_f {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
#il+.contents_box01 .heading.block_header_2 .h {
    color: var(--i_main_color);
    font-size: 2.7rem !important;
}
#il+.contents_box01 .heading.block_header_2 .h span {
    font-size: 2.1rem !important;
    font-weight: bold !important;
    color: var(--i_txt_color);
}
#il+.contents_box01 .heading.block_header_2 .h::before {
    top: calc(1em * 1.8 / 2);
}
@media screen and (max-width: 900px) {
#il+.contents_box01 .inner_item_img img {
    width: 35% !important;
}
}
@media screen and (max-width: 480px) {
    #il+.contents_box01 .inner_item_img img {
        width: 45% !important;
    }
.li_f {
    flex-direction: column;
    max-width: 75%;
    margin: auto;
}
}