@charset "UTF-8";


/* -----------------------------------------------------------
	news_wrap
----------------------------------------------------------- */
.news_wrap {
	max-width: 960px;
	margin: 0 auto;
}
.news_wrap .listbox {
	border-top: 1px solid #ccc;
}
.news_wrap .listbox li {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.news_wrap .listbox li:last-child {
	margin-bottom: 0;
}
.news_wrap .listbox li .category {
	width: 64px;
	height: 21px;
	font-size: 12px;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
	color: #fff;
	float: left;
	margin-right: 25px;
	margin-top: 3px;
}
.news_wrap .listbox li .category.typ_1 {
	background: #f7931e;
}
.news_wrap .listbox li .category.typ_2 {
	background: #119bf7;
}
.news_wrap .listbox li .date {
	width: 5em;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: 400;
	float: left;
}
.news_wrap .listbox li .ttl {
	width: calc(100% - 180px);
	font-size: 15px;
	font-weight: 700;
	float: right;
}
.news_wrap .listbox li .text {
	padding-left: 180px;
	font-size: 15px;
	margin-top: 10px;
	clear: left;
}
.news_wrap .listbox li .text a {
	color: #333;
	text-decoration: underline;
}
.news_wrap .listbox li .text a:hover {
	text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
.news_wrap .listbox li .ttl {
	float: none;
	clear: left;
	width: 100%;
}
.news_wrap .listbox li .text {
	padding-left: 0;
}
.news_wrap .listbox li .text a:hover {
	text-decoration: underline;
}
}
@media screen and (max-width: 767px) {
.news_wrap .listbox li {
	padding: 16px 0;
}
.news_wrap .listbox li .category {
	font-size: 10px;
	width: 50px;
	height: 18px;
	line-height: 18px;
	margin-right: 12px;
}
.news_wrap .listbox li .ttl {
	font-size: 13px;
	float: none;
	clear: left;
	width: 100%;
	margin-top: 2px;
}
.news_wrap .listbox li .text {
	padding-left: 0;
	line-height: 1.5;
}
.news_wrap .listbox li .text a:hover {
	text-decoration: underline;
}
}