@charset "UTF-8";

#company_list + .composite_box01 .inner_item.empty {
    display: none;
}
#company_list + .composite_box01 .wrapper_item {
    justify-content: center;
}
#company_list + .composite_box01 .heading.block_header_4 .h {
    font-size: 2.6rem;
}
#company_list + .composite_box01 .heading.block_header_4 p {
    font-size: 1.8rem;
    font-weight: bold;
}
#company_list + .composite_box01 .inner_item_txt a[href^="tel"] {
    text-decoration: none;
    pointer-events: none;
}
@media screen and (max-width: 1350px) {
    #company_list + .composite_box01 .block_header_4 .h {
        font-size: 2.4rem !important;
    }
}
@media screen and (max-width: 900px) {
    #company_list + .composite_box01 .block_header_4 .h {
        font-size: 2.4rem !important;
    }
    #company_list + .composite_box01 .inner_item_txt a[href^="tel"] {
        text-decoration: underline;
        pointer-events: auto;
    }
}
@media screen and (max-width: 480px) {
    .composite_box01 .inner_item_img img {
        aspect-ratio: 1;
    }
}