@charset "utf-8";
.second_hdr {
	background-image: url(../images/terms_hdr_bg_pc.jpg);	
}

.terms_wrap {
	background: #FFF;
	padding: 80px 20px 100px;
}
.terms_cont {
	max-width: 740px;
	margin: 0 auto;	
}
.terms_cont h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .03em;
	text-align: center;
	margin: 0 0 40px;
}
.terms_cont h3:nth-of-type(2) {
	margin-top: 120px;	
}

.terms_cont h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 40px 0 20px;
}

.terms_cont h5 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin: 0px;
}
.terms_cont dl {
	margin-top: 2em;
}
.terms_cont dt {
	margin-bottom: 5px;	
}
.terms_cont dd {
	margin-left: 1em;
	margin-bottom: 2em;
}
.terms_cont dd p {
	margin-bottom: 1em;
}
.terms_cont dd ul {
	margin-top: 0;	
}

.terms_cont h4:first-child {
	margin-top: 0;	
}
.terms_cont p {
	line-height: 1.8;	
}
.terms_cont ul {
	margin-top: 1.5em;
	margin-left: 1.5em;	
}
.terms_cont ul li {
	list-style: none;
	margin: 0 0 10px;
	position: relative;
	line-height: 1.5;	
}
.terms_cont ul li::before {
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: -1.25em;	
}
.terms_update {
	text-align: right;
	margin-top: 2em;	
}

.terms_cont ol {
	counter-reset: list-count;
	list-style: none;	
}

.terms_cont ol {
	margin-left: 2em;	
}

.terms_cont ol li {
	margin: 0 0 10px;
	position: relative;
	line-height: 1.8;	
}
.terms_cont ol li::before {
	position: absolute;
	top: 0;
	left: -1.5em;
	content: counter(list-count) ".";
	counter-increment: list-count;
	font-weight: bold;
}

.terms_footer {
	text-align: center;
	padding-top: 3em;	
}


@media(max-width: 768px) {
.second_hdr {
	background-image: url(../images/terms_hdr_bg_sp.jpg);
	background-size: cover;
	background-position: left bottom;
}
}

@media(max-width: 767px) {
.terms_wrap {
	padding: 30px 20px 60px;
}
.terms_cont h3 {
	font-size: 20px;
}
.terms_cont h4 {
	font-size: 16px;
	margin: 40px 0 15px;
}
.terms_cont p {
	font-size: 14px;
}
}