@charset 'utf-8';

/* common
------------------------------------------------ */
.title-page {}

@media screen and (max-width: 768px) {
	.title-page { background: linear-gradient(90deg, #aad7e9, #75b0c6); }

	.privacypolicy section{
		text-align: left;
		margin-bottom: 55px;
	}

	.privacypolicy p{
		font-size: 1.4rem;
		line-height: 1.6em;
	}

	.privacypolicy address{
		font-size: 1.4rem;
		font-style: normal;
		line-height: 1.6em;
	}

	.privacypolicy section h2{
		font-size: 1.4rem;
		font-weight: bolder;
		margin-bottom: 5px;
	}

	.privacypolicy li{
		font-size: 1.4rem;
		line-height: 1.6em;
		list-style-type: disc;
		margin-left: 20px;
	}


}

@media screen and (min-width: 769px) {
	.title-page { background: linear-gradient(90deg, #aad7e9, #75b0c6); }

	.privacypolicy .wrap{
		max-width: 1100px;
		margin: 0 auto;
	}

	.privacypolicy section{
		text-align: left;
		margin-bottom: 75px;
	}

	.privacypolicy p{
		font-size: 1.6rem;
		line-height: 1.8em;
	}

	.privacypolicy address{
		font-size: 1.6rem;
		font-style: normal;
		line-height: 1.8em;
	}

	.privacypolicy section h2{
		font-size: 1.6rem;
		font-weight: bolder;
		margin-bottom: 10px;
	}

	.privacypolicy li{
		font-size: 1.6rem;
		line-height: 1.8em;
		list-style-type: disc;
		margin-left: 1.5em;
	}

}

