.contents{
	width: 1560px;
	position: relative;
	margin: 0 auto;
}

.contents#spec h3{
	width: 100%;
	height: 90px;
	background: url("../images/header_spec.png") no-repeat center center;
}

#spec_wrap{
	width: 1140px;
	padding: 40px 60px 40px;
	margin: 20px auto 40px;
	font-family: 'Noto Sans JP', sans-serif;
	background: rgba(0,0,0,0.4);
	font-size: 20px;
	line-height: 140%;
}



h5{
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    color: #048AD8;
    line-height: 40px;
    border-bottom: 2px solid #048AD8;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 30px;
	margin-bottom: 10px;
}

table{
	width: 100%;
}

th{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	background: #0E2675;
	line-height: 120%;
	font-weight: 700;
	padding: 8px 0;
}
th.none{
	opacity: 0.6;
}
th:nth-child(2), th:nth-child(3){
	width: 450px;
}

td{
	font-family: 'Noto Sans JP', sans-serif;
	background: #fff;
	color: #000;
	text-align: center;
}
.bo_small{
	font-size: 14px;
	line-height: 140%;
}
.bo_small2{
	font-size: 14px;
	text-align: right;
}
ul li{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
}