@charset "UTF-8";


ol.process{
	margin: 0 0 1em;
	font-family: 'Noto Sans Japanese','Asap', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	text-align: left;
}

ol.process li{
	line-height: 1.3;
	margin-bottom: 1em;
}


dl#faq{
	margin: 0 0 1em;
	font-family: 'Noto Sans Japanese','Asap', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.2;
	text-align: left;
}

dl#faq dt{
	text-decoration: underline;
	font-weight: bold;
	margin-bottom: 0.3em;
}

dl#faq dd{
	line-height: 1.3;
	margin-bottom: 1em;
}

/* */
/* Media Queries による切り替え */
/* */

/* */
/* 幅 481ピクセル以上 （タブレットサイズ）*/
/* */

@media only screen and (min-width: 481px) {

ol.process{
	font-size: 18px;
	font-size: 1.8rem;
}

dl#faq{
	font-size: 18px;
	font-size: 1.8rem;
}


}


/* 幅 961ピクセル以上 （PCサイズ）*/
@media only screen and (min-width: 961px) {

ol.process{
	font-size: 16px;
	font-size: 1.6rem;
}

dl#faq{
	font-size: 16px;
	font-size: 1.6rem;
}


}

