@charset "utf-8";

/*-------------------------------
	サイト利用規約
-------------------------------*/

.Terms__text{
	color: var(--blackcolor2);
	margin-bottom: 4.5rem;
}
.Terms-block:not(:last-child){
	margin-bottom: 4.5rem;
}
.Terms-block__title{
	font-size: 1.8rem;
	margin-bottom: 1.4rem;
	line-height: 1;
	font-weight: 700;
}
.Terms-block__text{
	color: var(--blackcolor2);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Terms__text{
		margin-bottom: 7rem;
	}
	.Terms-block:not(:last-child){
		margin-bottom: 7rem;
	}
	.Terms-block__title{
		font-size: 3.2rem;
		margin-bottom: 2.5rem;
	}

}