@charset "UTF-8";
/*---------------------- terms ----------------------*/
#agreementContents {
	margin-bottom: 50px;
}
#agreementContents h2 {
	padding: 0.5em 1em;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 0 40px;
	background-color: #232323;
	border-left: 5px solid #E50012;
	color: #FFFFFF;
}
#agreementContents h3 {
	font-size: 1.3em;
	font-weight: 700;
	margin: 30px 0 10px;
}
#agreementContents h4 {
	font-size: 1.1em;
	font-weight: 700;
	margin: 30px 0 10px;
}
#agreementContents p {
	margin: 0 0 15px;
}
#agreementContents table {
	margin: 15px auto 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	background-color: #FFFFFF;
}
#agreementContents table th {
	padding: 10px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	background-color: #f0f0f0;
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
}
#agreementContents table td {
	padding: 10px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	#agreementContents {
		font-size: 12px;
	}
	#agreementContents h2 {
		margin-bottom: 20px;
	}
	#agreementContents h3 {
		margin: 20px 0 10px;
	}
	#agreementContents h4 {
		margin: 20px 0 10px;
	}
	#agreementContents p {
		margin-bottom: 10px;
	}
	#agreementContents table {
		margin: 15px auto;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		width: 100%;
		border-collapse: collapse;
		text-align: left;
		background-color: #FFFFFF;
		font-size: 6px;
		letter-spacing: normal;
	}
	#agreementContents table th {
		padding: 2px 5px;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background-color: #f0f0f0;
		font-weight: normal;
		white-space: nowrap;
	}
	#agreementContents table td {
		padding: 2px 5px;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
}