@charset "UTF-8";
/* sp(320px) */

/* BRICKS and CLICKS 私たちについて */
#pageBc .hl {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #ef5062;
	text-align: center;
}
#pageBc .hl2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	color: #000;
	text-align: center;
	margin-block-start: 1.2em;
}




@media handheld, print, screen and (min-width: 390px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 414px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 480px) {
/* tablet */

/* BRICKS and CLICKS 私たちについて */
#pageBc .hl {
	font-size: 24px;
}
#pageBc .hl2 {
	font-size: 16px;
	margin-block-start: 1.2em;
}

#pageBc .msg {
	max-inline-size: 800px;
	margin-inline: auto;
}


/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 620px) {
/* iPad */

/* BRICKS and CLICKS 私たちについて */
#pageBc .hl {
	font-size: 26px;
}
#pageBc .hl2 {
	font-size: 17px;
	margin-block-start: 1.2em;
}

/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 900px) {
/* pc */

/* BRICKS and CLICKS 私たちについて */
#pageBc .hl {
	font-size: 30px;
}
#pageBc .hl2 {
	font-size: 18px;
	margin-block-start: 1.2em;
}


/* end of media query(pc) */
}