@charset "utf-8";

/*------------------------------------------------



   /overview/index


------------------------------------------------*/
.ci_bg .photo{
	background:url(../../imges/overview/ci_bg.jpg) center center no-repeat;
	background-size:100%;
	text-indent:-9999px;
}

.overview_01{
	font-size:160%;
	font-weight:bold;
	color:#1B3F7F;
	letter-spacing:5px;
	margin-bottom:10px;
}
.overview_01 span{
	color:#333;
	margin-left:20px;
	font-size:80%;
}
.overview_02{
	letter-spacing:0.1em;
}
.overview_02 span{
	margin-left:40px;
	font-size:160%;
	font-weight:bold;
	color:#1B3F7F;
	letter-spacing:5px;
}
.overview_02 span:first-child{
	margin-left:0;
}
@media screen and (max-width: 480px) {
.overview_02 span{
	clear:both;
	margin-left:0;
}
}


