/**
 * 記事冒頭おすすめTOP3 表
 */

.cl-top3 {
	margin: 1.5em 0 2em;
	font-size: 14px;
	color: #333;
}

.cl-top3__scroll-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #d9e1ec;
	border-radius: 4px;
}

.cl-top3__table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	background: #fff;
}

.cl-top3__th {
	background: #1a3d8f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 12px 8px;
	border: 1px solid #1a3d8f;
	font-size: 13px;
	line-height: 1.4;
	white-space: nowrap;
}

.cl-top3__th--name {
	width: 18%;
}

.cl-top3__row {
	background: #fff;
}

.cl-top3__cell {
	border: 1px solid #d9e1ec;
	padding: 12px 10px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
}

.cl-top3__cell--name {
	text-align: center;
	min-width: 130px;
}

.cl-top3__name-link {
	display: block;
	font-weight: bold;
	color: #1a3d8f;
	text-decoration: underline;
	margin-bottom: 6px;
	font-size: 14px;
}

.cl-top3__name-link:hover {
	opacity: 0.8;
}

.cl-top3__logo-link {
	display: inline-block;
}

.cl-top3__logo {
	max-width: 110px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.cl-top3__cell--speed {
	min-width: 130px;
}

.cl-top3__speed {
	font-size: 13px;
	color: #333;
	margin-bottom: 4px;
}

.cl-top3__approval {
	color: #d33;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 4px;
}

.cl-top3__stars {
	color: #f5a623;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
}

.cl-top3__star {
	display: inline-block;
}

.cl-top3__star--empty {
	color: #d9d9d9;
}

.cl-top3__cell--free {
	min-width: 130px;
	font-size: 13px;
}

.cl-top3__none {
	color: #999;
}

.cl-top3__cell--rate {
	min-width: 110px;
	font-weight: bold;
}

.cl-top3__cell--apply {
	min-width: 100px;
}

.cl-top3__apply-link {
	color: #1a3d8f;
	text-decoration: underline;
	font-weight: bold;
}

.cl-top3__apply-link:hover {
	opacity: 0.8;
}

.cl-top3__notes {
	margin-top: 12px;
	padding: 0 4px;
	font-size: 12px;
	color: #555;
	line-height: 1.6;
}

.cl-top3__note-line {
	margin: 0 0 4px;
}

.cl-top3__note-details {
	margin-top: 4px;
}

.cl-top3__note-summary {
	display: inline-block;
	cursor: pointer;
	color: #1a3d8f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	list-style: none;
	user-select: none;
	padding: 4px 0;
}

.cl-top3__note-summary::-webkit-details-marker {
	display: none;
}

.cl-top3__note-summary::marker {
	content: '';
}

.cl-top3__note-summary::after {
	content: '▼';
	display: inline-block;
	margin-left: 4px;
	font-size: 10px;
	transition: transform 0.2s;
}

.cl-top3__note-details[open] .cl-top3__note-summary::after {
	transform: rotate(180deg);
}

.cl-top3__note-toggle-close {
	display: none;
}

.cl-top3__note-details[open] .cl-top3__note-toggle-open {
	display: none;
}

.cl-top3__note-details[open] .cl-top3__note-toggle-close {
	display: inline;
}

.cl-top3__note-rest {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px dashed #d9e1ec;
}

@media (max-width: 600px) {
	.cl-top3 {
		font-size: 13px;
	}
	.cl-top3__th,
	.cl-top3__cell {
		padding: 8px 6px;
	}
	.cl-top3__approval {
		font-size: 16px;
	}
	.cl-top3__logo {
		max-width: 90px;
	}
}
