<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

h3 {
  margin: 0 0 6px 0;
  padding: 0;
}



/* 769px以上（PC） */
@media screen and (min-width:769px) {
.policyArea p {
  margin-bottom:30px;
}

}
/* 768px以内（iPad） */
@media screen and (max-width:768px) {
.mainImgSp{
	display:none;
}
.commonH2{
	margin-top:-0.45em;
}
.policyArea{
	margin:0 5%;
	font-size: 1.25em;
	line-height: 150%;
}
.policyArea p {
  margin-bottom:10%;
}
}
/* 640px以内（iPhone） */
@media screen and (max-width:640px) {
	
	
}

</pre></body></html>