@charset "utf-8";

.terms_contents {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
}
h2 {
	text-align: center;
	font-size: 22px;
	font-family: 'NotoSans';
	font-weight: 600;
	margin: 0 0 50px;
}

dl.terms dt {
	font-weight: 500;
	margin-bottom: 5px;
}
dl.terms dd {
	margin-bottom: 25px;
}

dl.terms a {
	color: #8c9c6b;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #8c9c6b;
	font-weight: bold;
	font-style: 110%;
}

dl.terms a:hover {
	color: #F8C71C;
	border-bottom: 1px dotted #F8C71C;
}

@media(max-width: 900px) {
h2 {
	font-size: 18px;
	margin: 0 0 30px;	
}
.terms_contents {
	width: auto;
	margin: 0 20px;
	padding-bottom: 30px;
}
dl.terms dd {
	margin-bottom: 15px;
}	
}

