@charset "UTF-8";


dl#address{
	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#address dt{
	font-weight: bold;
}

strong{
	font-size: 30px;
	font-size: 3.0rem;
}


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

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

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


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

strong{
	font-size: 27px;
	font-size: 2.7rem;
}


}


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


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

strong{
	font-size: 24px;
	font-size: 2.4rem;
}


}


