

.tit_subtext {
    display: block;
    margin-bottom: 30px;
    padding: 20px 0;
    background: #fff;
    text-align: center;
}
.tit_subtext.large {
    font-size: 120%;
}
.tit_subtext.mb0 {
    margin-bottom: 0;
}

main.whole .sec_top_clinicinfo.firstvisit h2::before {
	content: "First Visit";
}
.fv_detail {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto 45px;
}
.fv_detail .icon {
    width: 35%;
}
.fv_detail .icon img {
    border-radius: 10px;
}
.fv_detail .text {
    width: 60%;
    background: #fff;
}
.fv_box {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 8px rgba(235, 235, 235, 0.8);
    border-radius: 10px;
}
.fv_box h4 {
    margin: 0 auto 30px;
}
.fv_box_frame {
    display: flex;
    justify-content: space-between;
}
.fv_box_frame .conts {
    order: 2;
    width: 60%;
}
.fv_box_frame .pic {
    width: 36.66%;
}
.fv_box_frame .pic img {
    border-radius: 10px;
}

main.whole .sec_top_clinicinfo.point h2::before {
	content: "Point";
}
.pnt_box {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px;
}
.pnt_box h3 {
    margin-bottom: 45px;
}
.pnt_box h4 {
    margin: 0 auto 30px;
}
.pnt_box_frame {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.pnt_box_frame.narrow {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.pnt_box_frame .conts {
    order: 2;
    width: 55%;
}
.pnt_box_frame .conts p {
    background: #fff;
}
.pnt_box_frame .pic {
    width: 40%;
}
.pnt_box_frame .pic img {
    border-radius: 10px;
}
.pnt_box_frame .pic.sdw img {
    box-shadow: 10px 10px 0 rgba(0,0,0,.05);
}
.pnt_box_frame.opp .conts {
    order: 1;
}
.pnt_box_frame.opp .pic {
    order: 2;
}

.pnt_box_merit {
    width: 100%;
    order: 3;
    margin-top: 20px;
}
.pnt_box_merit ul li {
    list-style: outside disc;
    margin-left: 20px;
}
.pnt_box_circle {
    display: flex;
    justify-content: center;
    gap: 0 40px;
    width: 100%;
}

@media (max-width: 640px) {
 
    .tit_subtext {
        text-align: left;
    }
    .tit_subtext br {
        display: none;
    }
    .tit_subtext.large {
        font-size: 100%;
    }
    
    .fv_detail {
        display: block;
        margin: 0 auto 30px;
    }
    .fv_detail .icon {
        width: min(400px,90%);
        margin: 0 auto 20px;
    }
    .fv_detail .text {
        width: 100%;
    }
    
    .fv_box {
        padding: 30px 20px;
    }
    .fv_box h4 {
        margin: 0 auto 20px;
    }
    .fv_box_frame {
        display: block;
    }
    .fv_box_frame .conts {
        width: 100%;
    }
    .fv_box_frame .pic {
        margin: 20px auto 0;
        width: min(400px,100%);
    }
    
    .pnt_box {
        padding: 30px 20px;
    }
    .pnt_box h3 {
        margin-bottom: 30px;
    }
    .pnt_box h4 {
        margin: 0 auto 20px;
    }
    .pnt_box_frame {
        display: block;
        margin-bottom: 40px;
    }
    .pnt_box_frame .conts {
        width: 100%;
    }
    .pnt_box_frame .pic {
        margin: 20px auto 0;
        width: min(400px,100%);
    }
    .pnt_box_circle {
        gap: 0 30px;
    }    

}

