@charset "UTF-8";
/* CSS Document */
/*
基本サイズ 	値
12px 	75%
13px 	82%
14px 	88%
15px 	94%
16px 	100%

基本サイズ12px/75%
表示したいサイズ 	指定する値
10px 	84%
11px 	92%
12px 	100%
13px 	109%
14px 	117%
15px 	125%
16px 	134%
17px 	142%
18px 	150%
19px 	159%
20px 	167%
21px 	175%
22px 	184%
23px 	192%
24px 	200%
25px 	209%
26px 	217%
*/
#concept{
	/*padding-top:280px;*/
	position:fixed;
	width:700px;
	height:450px;
	top:50%;
	left:50%;
	margin-top:-180px;
	margin-left:-350px;
}
#concept section{
	color:#221815;
	height:330px;
}
#concept #blocEN h1{
	font-size:22px;
}
#concept #blocEN p{
	font-size:16px;
	line-height:1.2;
}
#concept #blocJP h1{
	font-size:19px;
}
#concept #blocJP p{
	font-size:14px;
	line-height:1.5;
}
#concept #langBt{
	font-size:16px;
	color:#221815;
}
#concept #langBt a{
	color:#221815;
	margin:0 10px;
}