@charset "utf-8";
/* CSS Document */

.main-visual{
	background-color: #173a58;
}
.summary{
	background: url(../../common/img/page_bg01.png) repeat-x top;
	background-size: cover;
	padding: 20px 0 40px 0;
}
.summary.white{
	background: #ffffff;
	padding: 20px 0 0 0;
	margin-bottom: 40px;
	overflow: hidden;
}
.inner{
	width: 1013px;
	margin: auto;
}
.container.white{
	background-color: #ffffff;
	padding: 15px 0 15px 40px;
	width: 960px;
}
.container.blue{
	background: url(../../common/img/page_bg02.png) repeat-x top;
	padding: 15px 0 15px 40px;
	width: 960px;
}
.title{
	color: #0051a1;
	font-size: 210%;
	font-weight: bold;
}
.title.white{
	color: #ffffff;
	font-size: 210%;
	font-weight: bold;
}
.icon{
	position: relative;
	left: -3px;
	top: 50px;
}
.text-bottom{
	margin-bottom: 20px;
}
.summary-inner{
	overflow: hidden;
	width: 1000px;
	margin: auto;
	margin-top: 25px;
	line-height: 1.7;
}
.left-img{
	float: left;
}
.left-img li{
	float: left;
	margin-right: 30px;
}
.right-text{
	float: right;
	width: 540px;
	line-height: 2;
}
.table-box{
	overflow: hidden;
}
.table-box tbody{
	border-top: 1px solid #cccccc;
}
.table-box tbody.gray{
	border-top: 1px solid #a0a0a0;
}

.table-box tr{
	border-bottom: 1px solid #cccccc;
}
.table-box tr.gray{
	border-bottom: 1px solid #a0a0a0;
}

.left-cell{
	background-color:#dedede;
	padding: 9px 20px;
	width: 165px;
}
.left-cell.small{
	width: 100px;
}
.left-cell.small.gray{
	background-color:#c6c6c6;
}

.right-cell{
	width: 755px;
	padding: 9px 0 9px 35px;
	background-color: #ffffff;
}

.summary-box{
	width: 470px;
	float: left;
}
.summary-box.left{
	margin-right: 60px;
}
.summary-title{
	color: #0051a1;
	font-size: 143%;
	font-weight: bold;
	margin-bottom: 10px;
}
.img-box{
	float: left;
	margin-right: 28px;
	line-height: 2;
}
.img-box.last{
	margin-right: 0px;
}
.text-top{
	margin-top: 10px;
}
.text-top a{
	color: #0051a1;
}
.imd-top{
	margin-top: 40px;
	float: right;
}
.img-bottom{
	margin-bottom: 10px;
}
@media screen and ( max-width: 1000px ){
}
@media screen and ( max-width: 767px ){
.summary,.summary.white{
	padding:30px 5%;
	}
.summary-box{
	width: 100%;
	float: none;
	}
.container.white {
	background-color: #ffffff;
	padding: 15px 5% 15px 15%;
	width: 75%;
	}
.left-img li {
	float: none;
	margin-right: 0;
	text-align: center;
	margin-bottom: 30px;
	}
.left-cell.small {
	width: 30%;
	padding: 5%;
	}
.right-cell{
	padding: 5%;
	}
.summary-box.left {
	margin-right: 0px;
	margin-bottom: 30px;
	}
.container.blue {
	padding: 15px 5% 15px 14%;
	width: 81%;
	}
.icon {
	left: -6px;
	}
.img-box {
	float: none;
	margin-right: 0px;
	text-align: center;
	margin-bottom: 30px;
	}
.imd-top {
	float: none;
	text-align: center;
	}
}