@charset "UTF-8";

.contents {
	width: 100%;
    padding: 60px 0;
}
section {
	padding: 120px 0;
}

@media screen and (max-width: 1194px) {
	section {
		padding: 90px 0;
	}
}
@media screen and (max-width: 768px) {
	section {
		padding: 75px 0;
	}
}
@media screen and (max-width: 559px) {
	.contents {
		padding: 45px 0;
	}
	section {
		padding: 60px 0;
	}
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 320px) {
	.contents {
		padding: 30px 0;
	}
	section {
		padding: 45px 0;
	}
}



/* レスポンシブ *
 * ****************************************** */

@media screen and (min-width: 769px) {
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}


/* 見出し *
 * ****************************************** */

.sub-title {
	text-align: center;
	color: #382D15;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
	.sub-title {
	}
}
@media screen and (max-width: 559px) {
	.sub-title {
	}
}
@media screen and (max-width: 430px) {
	.sub-title {
	}
}
@media screen and (max-width: 320px) {
	.sub-title {
	}
}




#termsofuse h2,
#termsofuse h3,
#termsofuse h4 {
	font-size: 1em;
	margin: 0 0 12px;
	text-align: left;
}
#termsofuse h2 {
	color: #000;
}
#termsofuse h3 {
	color: #999;
}
#termsofuse h4 {
	color: #000;
	font-weight: normal;
	font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#termsofuse ul {
	list-style: disc;
	margin: 0 0 1em 2em;
	padding: 0;
}
#termsofuse ol {
	margin: 0 0 1em 3em;
}
#termsofuse ol li {
	list-style-type: none;
	counter-increment: cnt;
}
#termsofuse ol li:before {
	content: "(" counter(cnt) ") ";
	display:inline-block;
	margin-left: -3em;
	width: 3em;
}
#termsofuse ol ol {
	margin: 0 0 1em 2em;
}
#termsofuse ol ol li {
	list-style-type: decimal;
}
#termsofuse ol ol li:before {
	content: none;
}
