@charset "UTF-8";

@media screen and (max-width: 768px) {
    .line_banner {
        width: 100% !important;
    }
}
#medical_tel + .contents_box01 .inner_item_txt a.tel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    /* margin: 0 auto; */
}
#medical_tel + .contents_box01 .inner_item_txt a.tel > img {
    width: 28px;
    height: 28px;
    padding: 10px;
    background: #d44949;
    border-radius: 12px;
    margin-right: 1rem;
}

/*----------------------20250820追加--------------------*/
/*-----------電話アイコン-------------*/
@media screen and (min-width: 769px) {
    a#medical_tel+section .inner_item_txt a.tel {
    pointer-events: none;
}
}

a#medical_tel+section .inner_item_txt p:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

a#medical_tel+section .inner_item_txt p:first-child img.tel-icon {
    width: 30px;
    height: 30px;
    display: block;
    background: #e74c3c;
    padding: 10px;
    border-radius: 15px;
    pointer-events: none;
}

a#line+section .content_wrapper .inner_item_img {
    margin-left: 0;
}