@charset "UTF-8";
.about ul{margin-bottom:3%;}
.about li{position:relative;padding:0 0 0 5%;}
.about li:before{content: '\f058';font-family: 'icon';position:absolute;left:0;color:var(--gold);}
.voice li{background:none;margin-bottom:0;padding:0;}
.voice li iframe{width:100%;height:40vw;}

@media screen and (min-width: 736px) { 
.subhero{background: url(../../../images/menu/surgery/double-eyelid/pc-subhero.jpg) center left -380px;padding: 220px 0;background-size: cover;}
.voice li{width: 100%;}
.voice li iframe{height: 450px;}
.about ul{display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: flex-start;-ms-flex-pack: start;justify-content: flex-start;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.about li{width: 49%;padding: 0 0 0 18px;margin: 0 0 6px 0;}
}

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

@media screen and (min-width: 1200px) {
.subhero{background: url(../../../images/menu/surgery/double-eyelid/pc-subhero.jpg) center top;background-size: 2000px;}

}
  /* retina用 ----------------------------------------------- */ 
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) { 
.subhero{background: url(../../../images/menu/surgery/double-eyelid/pc-subhero@2x.jpg) center left -380px;background-size: cover;}
}
@media screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 1200px) and (min-resolution: 2dppx) {
.subhero{background: url(../../../images/menu/surgery/double-eyelid/pc-subhero@2x.jpg) center top;background-size: 2000px;}

}