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

/* ############################################## */

.contents_title {
	width:100%;
	margin:0px 0px 10px 0px;
}
.contents_txt_title {
	width:100%;
	margin:0px 0px 10px 0px;
	background:#9b8840;
	border-bottom:2px solid #0f0c07;
}
.contents_txt_title h4 {
	font-size:14px;
	line-height:1;
	color:#fff;
	padding:5px 18px;
	font-weight:bold;
}
.sub_title {
	width:100%;
	margin:0px 0px 5px 15px;
}

/* ############################################## */

.contents_001 {
	width:100%;
	margin:0px auto 20px auto;
}
.contents_001 p {
	padding:0px 10px;
	font-size:12px;
	line-height:18px;
}
.contents_001 li:last-child {
	padding:6px 5px 5px 5px;
	margin:5px 0px 10px 0px;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	border-bottom:1px dashed #a69145;
	border-top:1px dashed #a69145;
}
.contents_001 li {
	padding:6px 5px 0px 5px;
	margin:5px 0px 0px 0px;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	border-top:1px dashed #a69145;
	color:#3c2c22;
}


.contents_002 {
	width:693px;
	margin:0px auto 20px auto;
	border:1px solid #d1c8a9;
}
.contents_002 h4 {
	border-bottom:1px solid #d1c8a9;
	padding:5px 20px;
	font-size:14px;
	line-height:1;
	font-weight:bold;
	color:#c52924;
	background:#f1edd6;
}
.contents_002 p {
	padding:10px 20px;
	font-size:12px;
	line-height:18px;
}

.contents_003 {
	width:100%;
	margin:0px auto 0px auto;
	background:#f5f2e2;
	padding:10px;
}

.contents_003 dt {
	width:115px;
	text-align:center;
	float:left;
	font-size:12px;
	line-height:7.5em;
	color:#3c2c22;
	font-weight:bold;
}
.contents_003 dd {
	width:487px;
	float:right;
	padding:0px 15px;
	font-size:12px;
	line-height:18px;
	color:#3c2c22;
	border-left:1px dashed #9b8840;
}
.contents_003 dd span {
	font-weight:bold;
	padding:0px 0px 10px 0px;
}

.contents_004 {
	width:653px;
	margin:0px auto 10px auto;
	background:#644a3a;
	padding:0px 0px 10px 0px;
}
.contents_004 h5 {
	background:#513a2c;
	font-size:12px;
	line-height:1;
	color:#f1ebd1;
	text-align:center;
	padding:10px;
}
.contents_004 p {
	font-size:10px;
	line-height:1;
	color:#f1ebd1;
	text-align:center;
	margin:0px 0px 5px 0px;
	padding:10px 0 0 0;
}
.contents_004 ul {
	text-align:center;
}
@media screen and (max-width:767px) {
	.contents_001 ul{
	    margin: 0 10px;
	}
	.contents_001 p{
		text-align: justify;
	}
	.contents_003 {
		width: calc(100% - 30px);
		margin: 0 15px;
		padding: 0;
	}
	.contents_003 dl{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-flow: column;
		padding: 10px;
	}
	.contents_003 dt{
		width: 100%;
		float: none;
		line-height: 1.5;
		padding-bottom: 10px;
	}
	.contents_003 dd{
		border-top: 1px dashed #9b8840;
		border-left: none;
		width: 100%;
		float: none;
		padding-top: 15px;
		box-sizing: border-box;
		text-align: justify;
	}
}