@charset "utf-8";
/*////////////////////////////////////
terms
////////////////////////////////////*/
#terms_area {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#terms_word {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: 300;
}
#terms_word h3 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1em;
	padding-top: 1em;
}

@media screen and (min-width: 768px) {

}
@media screen and (min-width: 0px) and (max-width: 767px) {

}

