@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */

@media screen and (min-width: 641px) and (max-width: 834px){
}
@media only screen and (max-width: 640px){
}
.info-tb1sp td {
	border: none !important; 
}
.info-tb1sp .td2 div {
	font-size: 18px;
	font-weight: bold;
}
.info-tb1sp .td1 img {
	width: 80% !important;
}
.eauty-correction-youtube {
	justify-content: space-between;
}
.eauty-correction-youtube .box {
	width: 48%;
}
@media only screen and (max-width: 640px){
	.eauty-correction-youtube .box {
		width: 100%;
	}
	.eauty-correction-youtube .box:nth-of-type(n + 2) {
		margin-top: 20px;
	}
}