@charset "utf-8";
/*------------------------------------------------------------
	agreement
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 8.6rem;
}

#container .rightText {
	text-align: right;
}
#container * + .com-headline05 {
	margin-top: 5rem;
}
#container .com-textList li {
	font-size: 1.6rem;
}
#container .com-textList li::before {
	top: 1.2rem;
}

#container .agreement-box {
	margin-bottom: 7.2rem;
}
#container .agreement-box:last-child {
	margin-bottom: 0;
}
#container .agreement-box a:not([href^="tel:"]) {
	color: #007ADB;
	text-decoration: underline;
	text-decoration-color: #007ADB;
	text-underline-offset: 2px;
	transition: all 0.3s ease;
}
#container .agreement-box a:not([href^="tel:"]):hover {
	opacity: 0.7;
}
#container .agreement-box .com-headline02 {
	margin-bottom: 3rem;
}

#container .wysiwyg h3 {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-size: 2rem;
}

/* WYSIWYG内のul/liをリスト表示にする */
#container .wysiwyg ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0.25rem 0;
	padding-left: 2em;
}
#container .wysiwyg ul li {
	display: list-item;
}
#container .wysiwyg ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0.25em 0;
	padding-left: 2em;
}
#container .wysiwyg ol li {
	display: list-item;
}

@media all and (max-width: 767px) {
	#pagePath {
		margin-bottom: 4.8rem;
	}
}
