
/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
 font-family: "Oswald", serif;
  	font-weight: 400;
*/

/** *********************** **/

.main-contents {
	width: 100%;
	padding-top: 165px;
}

/** *********************** **/

.topics_wrap {
	width: 1060px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.topics_wrap h2 {
	width: 1060px;
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	border-top: 2px solid #e3d6c4;
	border-bottom: 1px solid #eee6dc;
	margin: 0 auto 40px auto;
	padding: 12px 20px 15px 20px;
	position: relative;
}
.topics_wrap h2::after {
	content: "";
	width: 1060px;
	height: 1px;
	background: #eee6dc;
	position: absolute;
	top: 2px;
	left: 0;
}

/** *********************** **/

.topics_wrap p {
	font-size: 16px;
	line-height: 26px;
	padding: 0 20px;
	margin-bottom: 30px;
}
.topics_wrap p:last-child {
	margin-bottom: 0;
}
.topics_wrap div {
	width: 280px;
	margin: 30px auto 0 auto;	
}
.topics_wrap div a {
	display: block;
	width: 280px;
	height: 50px;
	background: #bd9259;
	border: 3px solid #ab7c3e;
	font-size: 18px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
	text-align: center;	
}

/** *********************** **/