@charset "UTF-8";

.contentpage .m_img_area{
	background-image: url(../images/medical/aesthetic/m_img@2x.jpg);
	background-position: bottom left;
}


/* sec2
---------------------------------------------------------*/
#sec2 .com_bgimg.grd{
	background-image: url(../images/medical/aesthetic/img1@2x.jpg);
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sec2 .com_bgimg.grd::after{
	top:21.33vw;
}
}


/* sec3
---------------------------------------------------------*/
#sec3{
	margin-bottom: min(220px,19vw);
}
#sec3 .w1300{
	position: relative;
}
#sec3 .img li{
	position: absolute;
	width: 27%;
	max-width: 350px;
}
#sec3 .img li:nth-child(1){
	top: 20%;
	left: -8%;
}
#sec3 .img li:nth-child(2){
	top: 70%;
	transform: translateY(-50%);
	right: -8%;
}
#sec3 .img li:nth-child(3){
	bottom:min(-70px,-5vw);
	left: 9%;
}
/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1400px) {
#sec3 .img li:nth-child(2){
	top: 85%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#sec3{
	margin-bottom: 20vw;
}
#sec3 .img li{
	width: 35%;
}
#sec3 .img li:nth-child(1){
	top: 5%;
	left: -8%;
}
#sec3 .img li:nth-child(2){
	top: 65%;
	right: -12%;
}
#sec3 .img li:nth-child(3){
	bottom: -10vw;
	left: 9%;
}
}



/* aes_col4
---------------------------------------------------------*/
.aes_col4 li{
	width: 23.5%;
	margin-right: 2%;
	margin-top: min(70px,5vw);
	text-align: center;
}
.aes_col4 li:nth-child(4n){
	margin-right: 0;
}
.aes_col4 li:nth-child(-n+4){
	margin-top: 0;
}
.aes_col4 li .img{
	position: relative;
	margin-bottom: min(1em,1vw);
}
.aes_col4 li .img::before{
	position: absolute;
	display: block;
	content: "01";
	top:-.5em;
	left: .5em;
	font-size:250%;
	font-family: "Cormorant Infant", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1em;
	color: #b59555;
}
.aes_col4 li:nth-child(2) .img::before{content: "02";}
.aes_col4 li:nth-child(3) .img::before{content: "03";}
.aes_col4 li:nth-child(4) .img::before{content: "04";}
.aes_col4 li:nth-child(5) .img::before{content: "05";}
.aes_col4 li:nth-child(6) .img::before{content: "06";}
.aes_col4 li:nth-child(7) .img::before{content: "07";}
.aes_col4 li:nth-child(8) .img::before{content: "08";}
.aes_col4 li:nth-child(9) .img::before{content: "09";}
.aes_col4 li:nth-child(10) .img::before{content: "10";}

.aes_col4 li .fs19{
	line-height: 1.4em;
}

.aes_box{
	background: #fbf8f2; 
	padding: min(80px,6vw) 4%;
	box-sizing: border-box;
}
.aes_box .inbox{
	max-width: 1060px;
	margin: 0 auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.aes_col4 li{
	width: 48%;
	margin-right: 4%!important;
	margin-top:10%!important;
}
.aes_col4 li:nth-child(2n){
	margin-right: 0!important;
}
.aes_col4 li:nth-child(-n+2){
	margin-top: 0!important;
}
.aes_col4 li .img{
	margin-bottom:2vw;
}
.aes_col4 li .img::before{
	top:-.5em;
	left: .2em;
	font-size:200%;
}

.aes_box{
	padding: 6% 5%;
}
.aes_box .fs21.com_btm_1em{
	margin-bottom: .5em;
}
}