

/*! background */
.background .c-table__headCell{background-color: #004878;color: #fff;text-align: center;font-weight: 700;vertical-align: middle;padding: 25px 15px;}
.background td{vertical-align: middle;}
.border-list-block{border: 1px solid #f50f10;padding: 8px 20px 25px;}
.border-list-block .border-title{position: relative;}
.border-list-block .border-title span{position: absolute;display: inline-block;color: #fff;padding: 6px 1.802% 5px;margin-top:-29px;left: 10px;background: #f50f10;border-radius: 4px;text-align: center;}
.border-list-block .c-list--bullet .c-list__item:before{width: 8px;height: 8px;}
@media print, screen and (min-width: 768px){
	.c-table tr th{ width: 365px; }
}
@media only screen and (max-width:767px){
	.background table{width: 100%;}
	.background th{display: block;white-space: initial;padding: 20px;}
	.background td{display: block;white-space: initial;padding: 20px;border-top: none;border-bottom: none;}
	.background tr:last-child td{border-bottom: 1px solid #b2b2b2;}
	.background .c-table__headCell{padding: 5px 20px;}
	.border-list-block{padding: 8px 10px 14px;}
	.border-list-block .border-title span{left: 5px;}
}
