@charset "utf-8";
/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");
.privacy_top_ttl{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #137a4e;
	font-size: 24px;
}

.privacy_st{
	font-size: 1.2rem;
	color: #137a4e;
	margin: 50px 0 -10px;
}
.principal{
	margin: 50px auto;
	text-align: right;
	font-size: 1.1rem;
}

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

.privacy_top_ttl{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #137a4e;
	font-size: 22px;
}

.privacy_st{
	font-size: 1.2rem;
	color: #137a4e;
	margin: 50px 0 -10px;
}
.principal{
	margin: 50px auto;
	text-align: right;
	font-size: 1.1rem;
}



}
@media screen and (max-width:480px) {
.privacy_top_ttl{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #137a4e;
	font-size: 18px;
}

.privacy_st{
	font-size: 1.2rem;
	color: #137a4e;
	margin: 50px 0 -10px;
}
.principal{
	margin: 30px auto;
	text-align: right;
	font-size: 1.2rem;
}

}

