@charset "UTF-8";

.termsIntro {
	width: 960px;
	margin: 60px auto;
	text-align: center;
}

.termsIntro_text {
	font-size: 16px;
	line-height: 2;
}


.termsList {
	width: 960px;
	margin: 60px auto 120px;
	border-top: solid 2px #CCC;
	border-bottom: solid 2px #CCC;
}

.termsList > dt {
	position: relative;
	min-height: 40px;
	padding: 30px 40px 20px;
	text-align: left;
}

.termsList > dd {
	position: relative;
	min-height: 40px;
	padding: 0 40px 30px;
	text-align: left;
}

.termsList > dd + dt {
	border-top: solid 1px #CCC;
}


@media screen and (max-width: 639px) {
	.termsIntro {
		width: 100%;
		margin: 20px 0 0;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.termsIntro_text {
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
	}
	
	.termsList {
		width: auto;
		margin: 30px auto 60px;
		font-size: 14px;
		line-height: 1.6;
	}
	
	.termsList > dt {
		position: relative;
		min-height: inherit;
		padding: 15px 0 10px;
	}
	
	.termsList > dd {
		position: relative;
		min-height: inherit;
		padding: 0 0 15px;
		text-align: left;
	}
		

}
