@charset "UTF-8";

/* 価格表項目の削除 */
#sub_icon_title+section tr:first-of-type {
    display: none;
}

/* お口周りの様々なトラブル */
#surgery_list+section .-w-list-body {
    gap: 20px;
}

@media screen and (min-width:1024px) {
    #surgery_list+section .-w-list-item {
        max-width: unset;
        min-width: unset;
        min-height: unset;
        margin: 0;
        width: 18%;
        aspect-ratio: 1;
    }
}

/* こんなお悩みはありませんか？ */
#surgery+section .heading.block_header_3 {
    background: #e0ebf6;
    padding: 30px 10px;
    margin-bottom: 60px;
}

@media screen and (min-width:801px) {
    #surgery+section .heading.block_header_3 .h {
        font-size: 2.5rem;
    }
}

#surgery+section .heading.block_header_2 .h {
    color: #8bb4dd;
}