@charset "utf-8";



.sec{
	position: relative;
	padding-bottom: 20px;
}
.sec01{
	border-bottom: 5px solid #ed8f26;
	margin-bottom: 20px;
}

.sec h4 span{
	display: inline-block;
	font-weight: bold;
	font-size: 2em;
	background: #000;
	color: #fff;
	padding: 6px 3px 3px 3px;
	}
	.sec.sec02 h4 span{
		background: #e71f19;
	}
.sec .img{
	padding-top: 30px;
}
.sec .txt{
	position: absolute;
	top: 10px;
	right: 80px;
}
.sec .tb{
	display: table;
	margin-bottom: 10px;
}
.sec .t01{
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #231815;
	font-size: 1.3em;
	font-size: 13px;
	padding: 10px;
	/*font-weight: bold;*/
}
.sec .t02{
	display: table-cell;
	padding-left: 36px;
	background: url(../img/third-party/thirdparty05_arrow.jpg) 6px center no-repeat;
	vertical-align: middle;
	font-size: 1.6em;
	font-size: 13px;
	font-weight: bold;
}

.sec .t03{
	font-weight: bold;
	font-size: 1.9em;
	font-size: 13px;
	line-height: 1.2;
	}
	.sec.sec02 .t03{
		color: #e71f19;
	}





#thirdparty05 h5 {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.merit{
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.merit li{
	width: 30%;
	text-align: center;
}
.merit dt{
	font-size: 30px;
	border-bottom: 1px solid #ccc;
	color: #ccc;
}
.merit dd{
	padding-top: 6px;
	font-size: 1.2em;
	line-height: 1.5;
}
.merit dd span{
	font-size: 1.1em;
	font-weight: bold;
	color: #f00;
}

.pdfBox{
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.pdfBox li{
	padding: 0 8px;
}
.pdfBox li a img{
	vertical-align: top;
	border: 1px solid #ccc;
}
.pdfBox li a:hover{
	opacity: 0.75;
}