@charset 'UTF-8';
*{box-sizing: border-box;}
img{height: auto;}

/*--h要素--*/
.h_gray {
	width: 740px;
	height: 40px;
	background: url(../../../_images/making/_common/gray_back.gif) no-repeat;
	margin-bottom: 30px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
}

/*-----------------------------------------------
返品・交換について
------------------------------------------------*/
.case_cont {
	background: url(../../../_images/guide/change/dot.gif) repeat-x top;
	padding: 45px 35px 0 35px;
}
.case_cont_li li {
	background: url(../../../_images/common/dot_yoko.gif) repeat-x bottom;
	margin-bottom: 40px;
	padding-bottom: 30px;
	position: relative;
}
.case_cont_li li h3 {
	background: linear-gradient(transparent 50%, #f3fe02 0%);
	padding: 0 5px;
	font-size: 17px;
	font-weight: 700;
	position: absolute;
	top: 94px;
	left: 319px;
}
.case_cont_li li .text {
	margin-top: 25px;	
}

/*----CASE2----*/
.case_cont_li .case2 h3 {
	top: 80px;
}
.case_cont_li li .ps {
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	top: 110px;
	left: 319px;
}

/*----注意書き----*/
.case_caution {
	background: #fdfaf5;
	padding: 20px 0;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #3d2f21;
}
.case_caution p {
	display: inline-block;
	height: 45px;
	background: url(../../../_images/guide/change/caution.gif) no-repeat;
	padding-left: 80px;
	line-height: 45px;
}
