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

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

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

.guide_wrap {
	width: 1060px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.guide_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;
}
.guide_wrap h2::after {
	content: "";
	width: 1060px;
	height: 1px;
	background: #eee6dc;
	position: absolute;
	top: 2px;
	left: 0;
}

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

.guide_wrap h3 {
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
	color: #bd9259;
	padding: 0 20px 15px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee6dc;
}
.guide_margin {
	margin-bottom: 55px !important;
}
.guide_wrap p {
	font-size: 16px;
	line-height: 26px;
	padding: 0 20px;
	margin-bottom: 30px;
}
.guide_wrap dl {
	margin-bottom: 30px;
	padding: 0 20px;
}
.guide_wrap dt {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 15px;
}
.guide_wrap dt span {
	color: #bd9259;
	padding-right: 10px;
}
.guide_wrap dd {
	font-size: 16px;
	line-height: 26px;
}
.guide_wrap ul {
	margin-bottom: 55px;
	padding: 0 20px;
}
.guide_wrap li {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 1em;
}
.guide_wrap li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.guide_wrap li:last-child {
	margin-bottom: 0;
}

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