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

/*
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: 21.33vw;
}

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

.topics_wrap {
	width: 90.66vw;
	margin: 0 auto;
	padding-bottom: 10.66vw;
}
.topics_wrap h2 {
	width: 90.66vw;
	font-size: 5.33vw;
	line-height: 8vw;
	font-weight: 700;
	border-top: 2px solid rgba(227,214,196,1.0);
	border-bottom: 1px solid rgba(227,214,196,0.6);
	margin: 0 auto 8vw auto;
	padding: 4.8vw 2.66vw 4vw 2.66vw;
	position: relative;
}
.topics_wrap h2::after {
	content: "";
	width: 90.66vw;
	height: 1px;
	background: rgba(227,214,196,0.6);
	position: absolute;
	top: 2px;
	left: 0;
}

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

.topics_wrap p {
	font-size: 3.73vw;
	line-height: 6.4vw;
	padding: 0 2.66vw;
	margin-bottom: 6.66vw;
}
.topics_wrap p:last-child {
	margin-bottom: 0;
}
.topics_wrap div {
	width: 80vw;
	margin: 6.66vw auto 0 auto;
}
.topics_wrap a {
	display: block;
	width: 80vw;
	height: 50px;
	background: #bd9259;
	border: 3px solid #ab7c3e;
	font-size: 18px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
	text-align: center;	
}

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