@charset "UTF-8";

.sectionTitle1 {
	display: block;
    margin: 40px auto;
    font-size: 36px;
	font-weight: bold;
	text-align: center
}
.sectionTitlePart {
	display: block;
	margin: 50px auto 25px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 2px solid #333;
}
.sectionTitle2 {
	font-size: 22px;
	font-weight: bold;
}
.cnt_txt{
	margin: 35px auto;
}
.cnt_txt + .cnt_txt {
	margin-top: 0;
}
.cnt_txt p{
	font-size: 16px;
	line-height: 1.6em;
	margin: 15px 0;
    line-height: 166.7%;
}
.terms_list {
	list-style: none;
	counter-reset: item;
	padding-left: 0;
	margin: 15px 0;
}
.terms_list > li {
	counter-increment: item;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: .5em;
	padding-left: 2em;
	text-indent: -2em;
}
.terms_list > li::before {
	content: counter(item) ". ";
}
.revision_date {
	text-align: right;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 40px;
}
.terms_end {
	text-align: right;
	font-size: 16px;
	margin-top: 30px;
}
