@charset "utf-8";


/***************
+ .main_img
***************/

.main_img{
	width:100%;
	position:relative;
}

/***************
+ .main_contents
***************/
.main_contents{
	width:100%;
	margin-bottom:10%;
}
.contents_area {
	width:100%;
}
.contents_area dt {
	border-bottom:2px solid #a70014;
	font-size:13px;
	text-align:center;
	font-weight:600;
	line-height:19px;
	margin-top:20px;
}
.contents_area dd {
	width:100%;
	margin:0 auto;
	line-height:16px;
	font-size:11px;
}
.contents_area .contents_txt {
	width:88%;
	margin-top:25px;
}
.contents_area a,
.contents_area img {
	width:78%;
	margin:0 auto;
}
.contents_area dd:nth-of-type(2),
.contents_area dd:nth-of-type(4){
	margin-top:20px;
}
.contents_area dd:nth-of-type(3),
.contents_area dd:nth-of-type(5){
	margin-top:5px;
}

.bg_change_area {
	margin-top:25px;
	padding:25px 0;
	background-color:#ffffc9;
}
.bg_change_area dd:nth-of-type(1) {
	width:88%;
	line-height:16px;
	font-size:11px;
	margin:25px auto 0;
}
.bg_change_area dd:nth-of-type(2) a {
	width:70%;
	display:block;
	margin:25px auto 0;
}
.bg_change_area p {
	width:100%;
	text-align:center;
	font-size:12px;
}
.kikou_area {
	width:93%;
	border-top:1px solid #ababab;
	border-bottom:1px solid #ababab;
	margin: 0 auto;
	padding:25px 10px;
	line-height:16px;
	font-size:10px;
	margin:0 auto;
	box-sizing:border-box;
}
.kikou_text {
	margin-top:25px;
}
