@charset "shift_jis";
img {
	max-width: 100%;
	vertical-align: bottom;
	width
	/***/
	: auto;
}
#container {
	width: 100%;
}
h2, div, ul, li, p, span {
	padding: 0;
	margin: 0;
	list-style: none;
}
/*共通項目*/
body {
	width: 100%;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
/* ----------------------------------------
 voice
---------------------------------------- */
.voice_iframe {
	overflow: hidden;
	height: 210px;
	width: 778px;
}
.voice_iframe li a {
	padding: 15px;
	text-decoration: none;
}
.voice_img {
	overflow: hidden;
	width: 100%;
	height: 100px;
	position: relative;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 10px;
}
.voice_img img {
	object-fit: cover;
	width: 100%;
	height: 100px;
}
.voice_name {
	width: 100%;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 46px;
	color: #111;
}
.voice_iframe li a:hover .voice_name {
	color: #F36F23;
}
.voice_date {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #999;
}
/* ----------------------------------------
 slick-slide
---------------------------------------- */
.slick-slide a {
	display: block;
	outline: none;
}
.slick-dots {
	display: none !important;
}