@charset "UTF-8";

@charset "UTF-8";

/* 代表あいさつ */
#doctor + section .heading.block_header_2 .h {
    font-size: 2.6rem !important;
    color: var(--i_txt_color);
    background: url("/common/upload_data/ohnishinaikacom/image/greeting_tit_wave.png") no-repeat left bottom / contain;
    padding-bottom: 15px;
    letter-spacing: 0.2rem;
    padding-left: 0;
    border-bottom: none;
}

#doctor + section .heading.block_header_2 .h::before {
    display: none;
}

@media screen and (max-width: 800px) {
    #doctor + section .heading.block_header_2 .h {
    font-size: 2.3rem !important;
    }
}


/* コンテンツ内背景 */
.dec1_1:not(.block_images_21) > .content_wrapper {
    background: #fff;
}