<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: local("Noto Sans CJK JP Regular"),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP';
}
p {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
/* ----------------------------------------
top info
---------------------------------------- */
.t_info_ifr ul {
	margin: 0;
	padding: 10px 3%;
	height: 180px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.t_info_ifr li {
	margin-bottom: 10px;
}
.t_info_ifr a {
	display: block;
	color: #111;
	text-decoration: none;
	font-size: 14px;
	line-height: 21px;
	align-items: center;
}
.t_info_ifr span {
	display: block;
}
.t_info_ifr p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 21px;
}
/* ----------------------------------------
top voice
---------------------------------------- */
.t_voice_ifr ul {
	margin: 0;
	padding: 0;
}
.t_voice_ifr li {
	margin-bottom: 9px;
}
.t_voice_ifr li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 3px solid #468c00;
	background: #fff;
	padding: 10px 3%;
	color: #111;
	text-decoration: none;
	margin: 0 5px;
}
.t_voice_tx {
	font-size: 12px;
	line-height: 18px;
	width: 67%;
}
.t_voice_tx .t_voice_tx_tl {
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 44px;
}
.t_voice_tx p {
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 72px;
}
.t_voice_tx span {
	text-align: right;
	display: block;
}
.t_voice_img {
	width: 30%;
}
.t_voice_img img {
	max-width: 100%;
	max-height: 121px;
	display: block;
	margin: 0 auto;
}</pre></body></html>