@charset "utf-8";

/* タイトルアイコン */
.title-guide{
	display:block;
	width:100px;
	height:80px;
	margin:10px auto;
	background:url("../image/icon_squirrel1.png") no-repeat center/contain;
	opacity:0.9;

}
.guide p{
	font-size: 11px;
	line-height: 2;
	letter-spacing: 0.03em;
}
.guide h2{
	font-size: 14px;
	text-align:center;
}

.guide-section{
	border-bottom:1px solid #d8d2c8;
	max-width:720px;
	margin:0 auto;
}

.guide-section:last-child{
	border-bottom:none;
}

.guide-title-product{
	position:relative;
	padding:90px 20px;
	text-align:center;
	color:#fff;
	text-shadow:
		0 2px 6px rgba(0,0,0,1),
		0 0 12px rgba(0,0,0,1);
}

.guide-title-product::before{
	content:"";
	position:absolute;
	inset:0;
	background:url("../image/bg_guide_title.jpg") no-repeat center/cover;
	z-index:-2;
}
.guide-section p{
	text-align:left;
	margin:20px;
}

@media (max-width:769px) {


}