@charset "shift_jis";
@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 {
	padding: 0;
	margin: 15px 30px;
	height: 124px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.t_info_ifr li {}
.t_info_ifr a {
	display: flex;
	color: #111;
	text-decoration: none;
	font-size: 14px;
	line-height: 28px;
	align-items: center;
}
.t_info_ifr a:hover {
	text-decoration: underline;
}
.t_info_ifr span {
	margin-right: 20px;
	width: 100px;
}
.t_info_ifr p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 26px;
}
/* ----------------------------------------
top voice
---------------------------------------- */
.t_voice_ifr {
	width: 1100px;
	margin: 0 auto;
}
.t_voice_ifr ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.t_voice_ifr li {
	margin-bottom: 35px;
}
.t_voice_ifr li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 480px;
	border: 5px solid #468c00;
	background: #fff;
	padding: 20px;
	color: #111;
	text-decoration: none;
	margin: 0 auto;
}
.t_voice_ifr li a:hover {
	background: #beccb0;
}
.t_voice_tx {
	font-size: 15px;
	line-height: 24px;
	width: 272px;
}
.t_voice_tx .t_voice_tx_tl {
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	margin-bottom: 10px;
	height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 54px;
}
.t_voice_tx p {
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	height: 168px;
}
.t_voice_tx span {
	text-align: right;
	display: block;
}
.t_voice_img img {
	width: 180px;
	max-height: 240px;
}
.slick-prev:before, .slick-next:before {
	color: #468c00 !important;
	font-size: 25px !important;
	opacity: 1 !important;
}
.slick-prev:hover:before, .slick-next:hover:before {
	color: #111 !important;
}
/* ----------------------------------------
sideber info
---------------------------------------- */
.side_info_in {}
.side_info_in ul {
	margin: 15px 0;
	padding: 0 15px;
	height: 220px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.side_info_in li {
	margin-bottom: 10px;
}
.side_info_in a {
	display: block;
	color: #111;
	text-decoration: none;
	font-size: 13px;
	line-height: 21px;
	align-items: center;
}
.side_info_in a:hover {
	color: #6b6b6b;
}
.side_info_in span {
	display: block;
}
.side_info_in p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 63px;
	text-decoration: underline;
}