@charset "shift_jis";
/* advice
----------------------------------------------------------------------- */
.mv {
	background-image: url("/brand/tochucha/img/advice_mv.png"), url("/brand/tochucha/img/bg_mv01.png");
	background-repeat: no-repeat, repeat;
	background-position: center;
}
.mv h1 {
	padding-top: 99px;
	margin-left: 0;
}
#advice01 {
	margin: 40px 0 70px;
	position: relative;
}
#advice01:before {
	content: "";
	display: block;
	width: 100%;
	height: 500px;
	background: #663c1f url("/brand/tochucha/img/advice_bg01.png") repeat center top;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
#advice01 .inner {
	position: relative;
	z-index: 2;
}