@charset "UTF-8";


/* ご利用にあたって
--------------------------------------------------------------*/
.terms .inner {
	width: 800px;
}
.terms h2 {
	font-family: 'NotoSerif', serif;
	font-size: 18px;
	font-weight: normal;
	margin: 50px 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}
.terms ol li {
	list-style-type: decimal;
	margin-left: 20px;
}
.terms a {
	font-weight: bold;
	text-decoration: none!important;
}
.terms a.blank::after {
	font-family: 'icon';
	content: "\e900";
	margin-left: 5px;
}
.terms .note {
	font-size: 12px;
}
.terms .date {
	text-align: right;
	font-size: 12px;
}


@media screen and (max-width: 736px) {
	.terms .inner {
		width: 100%;
	}
	.terms h2 {
		font-size: 16px;
		margin: 40px 0 10px;
	}

}
