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

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

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

.guide_wrap {
	width: 90.66vw;
	margin: 0 auto;
	padding-bottom: 10.66vw;
}
.guide_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;
}
.guide_wrap h2::after {
	content: "";
	width: 90.66vw;
	height: 1px;
	background: rgba(227,214,196,0.6);
	position: absolute;
	top: 2px;
	left: 0;
}

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

.guide_wrap h3 {
	font-size: 4.8vw;
	line-height: 7.46vw;
	font-weight: 700;
	padding: 0 2.66vw 2.66vw 2.66vw;
	margin-bottom: 2.66vw;
	border-bottom: 1px solid #eee6dc;
}
.guide_wrap p {
	font-size: 3.73vw;
	line-height: 6.4vw;
	padding: 0 2.66vw;
	margin-bottom: 6.66vw;
}
.guide_wrap ul {
	margin-bottom: 10.66vw;
	padding: 0 1.33vw;
}
.guide_wrap li {
	font-size: 3.73vw;
	line-height: 6.4vw;
	margin-bottom: 5.33vw;
	position: relative;
	padding-left: 1em;
}
.guide_wrap li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.guide_wrap li:last-child {
	margin-bottom: 0;
}
.guide_wrap li:last-child {
	margin-bottom: 0;
}
.guide_wrap ul ul {
	margin-top: 2.66vw;
	padding: 0 0 !important;
}
.guide_wrap ul ul li {
	font-size: 3.46vw;
	line-height: 6.13vw;
	margin-bottom: 1.33vw;
	position: relative;
	padding-left: 1em;
}
.guide_wrap ul ul li::before {
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
}

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