@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */


.toplist {
	border-right:1px solid #ccc;
}
.toplist li {
	float:left;
	width:50%;
	text-align:center;
	padding:60px 0;
	border-left:1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 959px) {
.topLogo {
	background:url(../img/top_line01.png) 0 0 repeat-x;
}
.toplist {
	border-right:none;
	background:url(../img/top_line01.png) 0 bottom repeat-x;
}
.toplist li {
	float:none;
	width:100%;
	text-align:center;
	padding:25px 0;
	border-left:none;
}
.toplist li + li {
	border-top:1px solid #ccc;
}
.toplist li.list01 img {
	width:80px;
}
.toplist li.list02 img {
	width:200px;
}
}

.topVision {
	margin:80px 0 0;
}
.topVision .tit01 {
	font-size:14px;
	color:#00428b;
	margin-bottom:25px;
}
.topVision .tit02 {
	font-size:24px;
	font-weight:bold;
}
.topVision .tit03 {
	font-size:49px;
	color:#00428b;
	font-weight:bold;
	margin-bottom:10px;
}
.topVision .txt {
	font-size:16px;
	line-height:2.2;
	font-weight:bold;
}
@media screen and (max-width: 959px) {
.topVision {
	margin:20px 0 0;
}
.topVision .tit01 {
	font-size:12px;
	margin-bottom:10px;
}
.topVision .tit02 {
	font-size:15px;
	margin-bottom:10px;
}
.topVision .tit03 {
	font-size:25px;
}
.topVision .txt {
	font-size:12px;
}
}



