@charset "UTF-8";
.treatment_box{margin-bottom: 12%;}
.treatment_box .item-list{background: #fff;}


.treatment_points{ padding: 6vw 4vw; background:var(--green01);margin: 6vw auto 10vw;}
.treatment_points li{background:#fff;padding: 3.5vw;letter-spacing: 0.06rem;margin-bottom: 4vw;font-size: 3.5vw;width: 100%;line-height: 1.6;position: relative;}
.treatment_points li b{display: block;color: var(--green02);font-weight: 600;font-size: 120%;text-align: center;margin-bottom: 1vw;}
.treatment_points li:after{ content: ''; border-style: solid; border-width: 3vw 3vw 0 3vw; border-color: var(--green02) transparent transparent transparent; position: absolute; bottom: -4.5vw; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.treatment_points li:last-child{margin-bottom: 0;}
.treatment_points li:last-child:after{content: none;}

.merit li:after{content:  none;}
.item{margin-bottom:8vw;}

.attention-set{margin-bottom: 8vw;}

.treatment b{line-height: 1.6;margin-bottom: 2vw}

.pico-laser .limited-cam{width: 90%;margin: 0 auto 12vw;}
.pico-laser .limited-cam img{width: 100%;}






/* =============================================
pc-size 
================================================*/
@media screen and (min-width: 736px) {
.item{margin-bottom:100px;}
.treatment_box{margin-bottom: 90px;}
.attention{margin: 0 auto 270px;}

.treatment_points{padding: 50px;margin: 40px auto;}
.treatment_points ul{ gap: 10px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.treatment_points li{padding: 16px;font-size: 13px;text-align: center;margin-bottom: 10px;width: 49%;}
.treatment_points li b{font-size: 120%;margin-bottom: 2px;}
.treatment_points li:after{border-width: 10px 10px 0 10px;position: absolute;bottom: unset;top: 50%;left: unset;right: -15px;-moz-transform: translate(0, -50%) rotate(-90deg);-ms-transform: translate(0, -50%) rotate(-90deg);-webkit-transform: translate(0, -50%) rotate(-90deg);transform: translate(0, -50%) rotate(-90deg);}

.merit li{text-align: left;}
	
.attention-set{margin-bottom: 200px;}
	
.treatment b{margin-bottom:40px;}
	
.pico-laser .limited-cam{max-width: 900px;margin-bottom: 100px;}
	
}

@media screen and (min-width: 1000px) {

}

@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) {

}