@charset "utf-8";

#contents .desc{
	width: 500px;
}

table{
	width: 650px !important;
	margin: 0 auto 70px 245px;
}
table td{
	padding: 22px 10px 50px 82px;
	font-size: 1.8rem;
	text-align: left;
	line-height: 20px;
}
table td>small{
	font-size: 1.4rem;
}
table tr:nth-child(1) td{
	background: url(../img/td1.png) left bottom no-repeat;
}
table tr:nth-child(2) td{
	background: url(../img/td2.png) left bottom no-repeat;
}
table tr:nth-child(3) td{
	background: url(../img/td3.png) left bottom no-repeat;
}
table tr:nth-child(4) td{
	background: url(../img/td4.png) left bottom no-repeat;
}
table tr:nth-child(5) td{
	background: url(../img/td5.png) left bottom no-repeat;
}
table tr:nth-child(6) td{
	background: url(../img/td6.png) left bottom no-repeat;
	padding-bottom: 10px;
}

.info{
	width: 880px;
	height: 350px;
	margin: 0 auto 150px;
	background: url(../img/info.png) 0 0 no-repeat;
	padding: 46px 85px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.info h3{
	font-size: 1.8rem;
	text-align: left;
	line-height: 22px;
	margin: 0 auto 38px;
	color: #003C78;
	padding-left: 25px;
	padding-bottom: 7px;
	font-weight: normal;
	position: relative;
}
.info h3:after{
	content: '';
	width: 190px;
	height: 2px;
	background: #C4C4C4;
	position: absolute;
	bottom: 2px;
	left: -14px;
}
.info ul{
	display: block;
}
.info ul>li{
	display: block;
	font-size: 1.6rem;
	text-align: left;
	line-height: 22px;
	margin: 0 auto 1em;
}
.info ul>li:last-child{
	margin-bottom: 0;
}
.info ul>li strong{
	color: #003C78;
	font-weight: normal;
}
.info ul>li span{
	color: #A0A0A0;
}