/******************
/* terms.css
******************/
@import url("low_common.css");
#terms .main_section{
	margin: 55px 0 150px;
}
#terms .main_section h1{
	position: relative;
	font-size: 3.2rem;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#terms .main_section h1::after {
 content: "";
 display: block;
 height: 2px;
 width: 100%;
 background: linear-gradient(to right, #315BA7 0%, #315BA7 25%, #dddddd 25%, #dddddd 100%);
}
#terms .main_section h2{
	position: relative;
	font-size: 2.4rem;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#terms .main_section h2::after {
 content: "";
 display: block;
 height: 2px;
 width: 100%;
 background: linear-gradient(to right, #315BA7 0%, #315BA7 25%, #dddddd 25%, #dddddd 100%);
}
#terms p{
	color: #333;
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) { 
#terms .main_section{
	margin: 7vw 0 20vw;
}
#terms .main_section h1{
  font-size: 2.0rem;
  padding-bottom: 1vw;
  margin-bottom: 1.5vw;
}
#terms .main_section h2{
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#terms p{
	font-size: 1.4rem;
}
 
}


