@charset "utf-8";

/*-------------------------------
	プライバシーポリシー
-------------------------------*/

.Privacy{
	padding-top: 0;
}
.Privacy-block:not(:last-child){
	margin-bottom: 4.2rem;
}
.Privacy-block__title{
	border-bottom: 2px solid var(--subcolor);
	font-size: 1.8rem;
	margin-bottom: 1.8rem;
	padding-bottom: .6rem;
	line-height: 1;
	font-weight: 700;
}
.Privacy-block__text{
	line-height: calc(3 / 1.6);
}
.Privacy-block-child:not(:first-child){
	margin-top: 5rem;
}
.Privacy-block-child__title{
	margin-bottom: 1.4rem;
	line-height: 1;
	font-weight: 700;
}
.Privacy-block-child__text{
	line-height: calc(3 / 1.6);
}
.Privacy-block-child__text:not(:last-child){
	margin-bottom: calc(1em * (3 / 1.6));
}

@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){

	.Privacy{
		padding-top: 0;
	}
	.Privacy__inner{
		padding-left: calc(var(--padding-leftright) * 2);
		padding-right: calc(var(--padding-leftright) * 2);
	}
	.Privacy-block:not(:last-child){
		margin-bottom: 3.8rem;
	}
	.Privacy-block__title{
		font-size: 1.6rem;
		margin-bottom: 1.4rem;
		padding-bottom: 1rem;
	}
	.Privacy-block__text{
		line-height: var(--line-height);
	}
	.Privacy-block-child:not(:first-child){
		margin-top: 4rem;
	}
	.Privacy-block-child__title{
		font-size: 1.6rem;
		margin-bottom: 1.2rem;
	}
	.Privacy-block-child__text{
		line-height: var(--line-height);
	}
	.Privacy-block-child__text:not(:last-child){
		margin-bottom: calc(1em * var(--line-height));
	}

}