@charset "utf-8";
/* CSS Document */

/*激安価格で仕上げる*/
.comment{
	position: relative;
	width: 540px;
	font-size: 16px;
	line-height: 1.8em;
	padding: 20px 35px 20px 80px;
	border: solid 2px #5a87b2;
	margin: 50px auto 0;
}
.comment::before{
	content: "";
	display: block;
	position: absolute;
	width: 110px;
	height: 140px;
	background: url(../../../_images/use/wrapping/img-fist-men.gif) no-repeat;
	background-size: contain;
	left: -60px;
	bottom: -2px;
	margin: auto;
}

@media screen and (max-width: 768px){
	.comment{
		width: 80%;
		padding:20px 20px 20px 70px;
	}
}

@media screen and (max-width: 480px){
	.comment{
		width: 90%;
		font-size: 15px;
		padding: 15px 15px 15px 45px;
		margin-top: 30px;
	}
	.comment::before{
		width: 60px;
		height: 77px;
		left: -25px;
	}
}

/*お薦めサイズ*/
.size_box dt{
	font-size: 30px;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	padding: 15px;
	background: #014d39;
	margin-bottom: 20px;
}

@media screen and (max-width: 480px){
	.size_box dt{
		font-size: 18px;
	}

}



