/* トップページ「大学ブランディング研究所の調査」セクション。
   既存テーマのクラスに依存せず、このセクション内だけで完結させる。 */
.ub-research .Conttype4 > p {
	max-width: 46em;
	margin: 0 auto 2.5rem;
	line-height: 1.9;
}
.ub-transparency {
	max-width: 860px;
	margin: 0 auto 1rem;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border: 1px solid #dbe6ec;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}
.ub-transparency li { margin: 0; padding: 1.1rem .75rem; text-align: center; border-right: 1px solid #e8eef1; }
.ub-transparency li:last-child { border-right: 0; }
.ub-transparency li::before { content: none; }
.ub-transparency strong { display: block; color: #176f7a; font-size: 1.7rem; line-height: 1.1; font-variant-numeric: tabular-nums; }
.ub-transparency span { display: block; margin-top: .35rem; color: #55606c; font-size: .78rem; line-height: 1.4; }
.ub-research .Conttype4 > p.ub-transparency-note { max-width: 860px; margin: 0 auto 2.2rem; color: #6b7885; font-size: .76rem; line-height: 1.7; text-align: center; }
.ub-transparency-note a { color: #176f7a; text-decoration: underline; text-underline-offset: 2px; }
.ub-research-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 1fr;
	max-width: 1120px;
}
.ub-research-list > li {
	margin: 0;
	padding: 0;
}
.ub-research-list > li::before { content: none; }
.ub-research-list a {
	display: block;
	height: 100%;
	padding: 1.35rem 1.5rem;
	background: #fff;
	border: 1px solid #dbe6ec;
	border-radius: 10px;
	text-decoration: none;
	color: #16202b;
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.ub-research-list a:hover,
.ub-research-list a:focus-visible {
	border-color: #2fa9b8;
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(22, 32, 43, .08);
}
.ub-research-list strong {
	display: block;
	font-size: 1.02rem;
	line-height: 1.6;
	margin-bottom: .5rem;
	text-wrap: pretty;
}
.ub-research-list span {
	display: block;
	font-size: .86rem;
	line-height: 1.75;
	color: #55606c;
	text-wrap: pretty;
}
@media (max-width: 767px) {
	.ub-research-list { grid-template-columns: 1fr; }
	.ub-transparency { grid-template-columns: repeat(2, 1fr); }
	.ub-transparency li:nth-child(2) { border-right: 0; }
	.ub-transparency li:nth-child(-n+2) { border-bottom: 1px solid #e8eef1; }
}
