@charset "utf-8";

.content {
	background-color: #fff;
	padding-bottom: 16px;
}
.h1style {
	padding: 16px 18px;
	margin-bottom: 24px;
	border-left: 6px solid #295e71;
	border-bottom: 1px solid #cbd2d7;
	text-align: left;
	font-weight: bold;
	font-size: 167%;
}
.attention {
	font-size: 1.1rem;
	padding-left: 2rem;
	margin-bottom: 16px;
}
.license {
	margin-bottom: 20px;
}
.contract {
	padding: 0 1rem 0 2rem;
	margin-bottom: 16px;
}
.ol_num {
	list-style-type: decimal;
}
.provision {
	padding: 0 2rem 0 4rem;
}
.provision li {
	margin-bottom: 16px;
}
.provision ol {
	counter-reset: segmentCounter;
}
.provision > li > ol > li {
	text-indent: -2em;
	margin-left: 2em;
}
.provision > li > ol > li::before {
	content: '(' counter(segmentCounter) ')';
	counter-increment: segmentCounter;
}
.provision ol ol {
	list-style: lower-roman;
	margin-left: 2em;
}
.provision ol ol li {
	margin-bottom: 0;
	text-indent: 0;
}
.button_area {
	display: flex;
	justify-content: center;
}
.button_area a,
.button_area a:hover,
.button_area a:checked {
	
}
.button_area a {
	display: block;
	padding: 20px 30px;
	background-color: #5b6771;
	color: #fff;
}
.button_area a:hover {
	opacity: 0.8;
}
.lbutton {
	margin-right: 3rem;
}
.rbutton {
	margin-left: 3rem;
}