@charset "utf-8";

/* お知らせ
-------------------------------------- */
body {
	background-color: #F5F3EB;
	color: #000;
	font-family: '游ゴシック','Yu Gothic',YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-weight: 500;
	line-height: 1.6;
	overflow-x: hidden;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

@media all and (min-width: 640px) { /* [PC] */
body {
	min-width: 630px !important;
}
a {
	color: #316745;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
a:hover {
	color: #6EA924;
	text-decoration: none;
}
a img {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}
a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
a:active, a:focus {
	outline: none;
}
#news-list {
	position: relative;
	width: 100%;
}
#news-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#news-list ul li {
	width: 50%;
	padding-right: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	font-size: 14px;
}
#news-list ul li a {
	display: block;
}
#news-list ul li figure {
	float: left;
	width: 65px;
	margin-right: 10px;
}
#news-list ul li figure img {
	width: 65px;
	height: 65px;
}
#news-list ul li time {
	display: block;
	color: #000;
	-webkit-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
	overflow: hidden;
}
#news-list ul li a:hover time {
	color: #666;
}
#news-list ul li p {
	overflow: hidden;
}
} /* @media */

@media all and (max-width: 639px) { /* [SP] */
body {
	min-width: 290px !important;
}
a {
	color: #316745;
	text-decoration: none;
}
#news-list ul {
	display: block;
	width: 100%;
}
#news-list ul li {
	width: 100%;
	min-height: 60px;
	padding-right: 0;
	padding-bottom: 10px;
	vertical-align: top;
	font-size: 12px;
}
#news-list ul li a {
	display: block;
	width: 100%;
	min-height: 60px;
}
#news-list ul li figure {
	float: left;
	width: 60px;
	margin-right: 10px;
}
#news-list ul li figure img {
	width: 60px;
	height: 60px;
}
#news-list ul li time {
	display: block;
	color: #000;
	overflow: hidden;
}
#news-list ul li p {
	overflow: hidden;
}
} /* @media */
