@charset "utf-8";
/* CSS Document */

/****************************************************************************************

免責事項（disc）

*************************************************************************************** */

#contents > .inner p {
	line-height: 1.75;
	margin-bottom: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#contents > .inner h4 {
	font-size: 3.8vw;
	font-weight: bold;
	color: #005cab;
}


/********************************************************
Media Query for PC
********************************************************/
@media print, screen and (min-width: 750px){

#contents > .inner p {
	font-size: 16px;
}
#contents > .inner h4 {
	font-size: 16px;
}



}