.contentsd {}

.contentsd ul {
	width: 100%;
	margin: 0 auto;
	background: #fbfbfb;
}

.contentsd ul li {
	width: 24.69%;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}

.contentsd .tites_ul a {
	color: #777;
}

.bor-bottom {
	border-bottom: 1px solid #e1e1e1;
}

.bor-left {
	border-left: 1px solid #e1e1e1;
}

.bor-right {
	border-right: 1px solid #e1e1e1;
}

.tites_ul li {
	width: 33% !important
}

.sb_ys {
	background: #e8e8e8;
}

.sb_ys span {
	color: #0068b6;
}

@media only screen and (min-width: 375px) {
	.contentsd ul li {
		width: 24.7%;
	}
}

@media only screen and (min-width: 768px) {
	.contentsd ul {
		width: 101%;
	}
	.contentsd ul li {
		width: 16.5% !important;
	}
	.bor-bottom {
		border-bottom: none;
	}
	.contentsd .tites_ul span {
		font-size: 1rem;
	}
}