@charset "utf-8";
h2{
	color:#fff;
	font-size:22px;
	height:55px;
	line-height:55px;
	position:relative;
	padding-left:20px;
	background-size: 10px 10px;
	background-color: #67534b;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #5b4943), color-stop(.5, transparent), to(transparent));
	background-image: linear-gradient(left, #5b4943 50%, transparent 50%, transparent);
}
h2:before{
	content:"";
	width:100%;
	height:5px;
	background:url(../images/common/jagged.png) repeat-x left;
	background-size:10px 5px; 
	position:absolute;
	bottom:-5px;
	left:0;
}
#contents_wrap{
	word-break:normal;
	background:#fffefa;
	padding:20px 10px;
} 
dl{
	border:1px solid #d3c6af;
	border-radius:5px;
	padding-bottom:1px;
}
dt{
	color:#924226;
	font-size:16px;
	font-weight:bold;
	text-indent:20px;
	height:40px;
	line-height:40px;
	background:#f3ebda;
}
dl>dt:first-child{
	border-radius:5px 5px 0 0;
}
dd{
	padding:15px 10px 30px;
}
dd:last-child{
	padding:15px 10px 10px;
}
dd a{
	color:#a02200 !important;
}
.btn01_3{
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	height:38px;
	line-height:38px;
	background:#f0e9de;
	border:1px solid #d3c6af;
	border-radius:5px;
	box-shadow:0 2px 0 #fff inset,-2px 0 0 #fff inset,0 -2px 0 #fff inset,2px 0 0 #fff inset;
	display:block;
	margin-top:15px;
}
.btn01_3:before{
	content:"";
	width:21px;
	height:15px;
	background:url(../images/policy/icon_contact.png) no-repeat;
	background-size:21px 15px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 10px 0 0;
}
