@charset "utf-8";
/*////////////////////////////////////
terms
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#terms_area {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 150px 0;
}
#under_title {
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}
#under_title h2 {
	font-size: 5rem;
	font-weight: 300;
	line-height: 1.2;
	color: #555;
}
#under_title h2::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 20px;
	border-top:2px solid #555;
	border-left:2px solid #555;
	border-right:2px solid #555;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
#under_title h2::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 20px;
	border-bottom:2px solid #555;
	border-left:2px solid #555;
	border-right:2px solid #555;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}

}
@media screen and (min-width: 0px) and (max-width: 767px) {
#terms_area {
	position: relative;
	width: 100%;
	background: #FEFEFE;
	padding: 150px 0;
}
#under_title {
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}
#under_title h2 {
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.2;
	color: #555;
}
#under_title h2::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 10px;
	border-top:2px solid #555;
	border-left:2px solid #555;
	border-right:2px solid #555;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
#under_title h2::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 10px;
	border-bottom:2px solid #555;
	border-left:2px solid #555;
	border-right:2px solid #555;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

}



@media screen and (min-width: 768px) {
.terms_word {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.terms_word h3 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1em;
}
.terms_word h4 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 1em;
}
.terms_word p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 1em;
}
.terms_word ul li {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
.terms_word {
	position: relative;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.terms_word h3 {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: 1em;
}
.terms_word h4 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 1em;
}
.terms_word p {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	margin-bottom: 1em;
}
.terms_word ul li {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
}
}
