@charset "utf-8";
/*------------------------------------------------------------
	guideline
------------------------------------------------------------*/
.pageTitle .headLine01 {
	margin-bottom: -0.3rem;
}
.pageTitle .text {
	font-size: 2.8rem;
	font-weight: 500;
	font-family:"ten-mincho-antique",sans-serif;
}
#main .guidelineBox {
	padding: 12rem 0;
	background-color: #E1E6EB;
}
#main .guidelineBox .content {
	max-width: 84rem;
}
#main .guidelineBox .text {
	margin-bottom: 8rem;
	line-height: 1.65;
	letter-spacing: 0.096rem;
}
#main .guidelineBox .hTitle {
	margin-bottom: 1.5rem;
	color: #0F52BA;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.144rem;
}
#main .guidelineBox .innerBox:not(:last-of-type) {
	margin-bottom: 4.5rem;
}
#main .guidelineBox .infoBox:not(:last-of-type) {
	margin-bottom: 1.5rem;
}
#main .guidelineBox .subBox {
	margin-left: 0.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	line-height: 1.65;
	letter-spacing: 0.096rem;
	text-align: justify;
}
#main .guidelineBox .subBox .lText {
	padding-right: 0.2rem;
	width: 2.5rem;
	text-align: right;
	letter-spacing: 0;
}
#main .guidelineBox .subBox .rText {
	flex: 1	;
}
#main .guidelineBox .subBox .dotList {
	margin-left: -0.7rem;
	line-height: 1.63;
}
#main .guidelineBox .subBox .dotList li {
	position: relative;
	padding-left: 2.2rem;
}
#main .guidelineBox .subBox .dotList li::after {
	position: absolute;
	top: 1rem;
	left: 0.8rem;
	width: 0.4rem;
	height: 0.4rem;
	content: "";
	border-radius: 50%;
	background-color: #000;
	z-index: 1;
}
#main .guidelineBox .innerBox .title {
	color: #A99975;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.65;
	letter-spacing: 0.1rem;
}
#main .guidelineBox .subBox .noteList {
	margin: 2.4rem 0 2.5rem -3.2rem;
}
#main .guidelineBox .subBox .noteList.style01 {
	margin-bottom: 0;
}
#main .guidelineBox .subBox .noteList li:not(:last-child) {
	margin-bottom: 2.5rem;
}
#main .guidelineBox .right {
	margin-top: 8rem;
	text-align: right;
	line-height: 1.65;
	letter-spacing: 0.096rem;
}
@media all and (max-width: 768px) {
	.pageTitle .text {
		font-size: 2.2rem;
	}
	#main .guidelineBox {
		padding: 4.2rem 0 4rem;
	}
	#main .guidelineBox .content {
		max-width: 48rem;
	}
	#main .guidelineBox .hTitle {
		margin-bottom: 1.7rem;
		font-size: 2rem;
		letter-spacing: 0.12rem;
	}
	#main .guidelineBox .subBox .dotList {
		line-height: 1.67;
	}
	#main .guidelineBox .innerBox .title {
		font-size: 1.6rem;
		letter-spacing: 0.096rem;
	}
	#main .guidelineBox .right {
		margin-top: 4.8rem;
	}
}