@charset "UTF-8";

.fm_news {
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 15px;
}

.fm_news > li {
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

.fm_news > li:first-child {
	border-top: 0;
}

.fm_news_ttl {
	display: inline-block;
	color: #0085B2;
	font-weight: bold;
}

.fm_news_ttl:after {
	content: "：";
	color: #444;
}

.fm_news_ttl.no_after:after {
	display: none;
}

.fm_news_text {
	display: inline-block;
	margin: 0 !important;
}

.fm_archive {
	text-align: right;
}

.fm_archive a {
	font-size: 12px;
	color: #333;
}

.fm_archive a:before {
	font-family: icomoon;
	content: "\e605";
	color: #0047AD;
	font-size: 10px;
	margin-right: 4px;
	display: inline-block;
}

/* All SP & Tablet */
@media screen and (max-width:1040px) {
	.fm_news {
	}

	.fm_news > li {
	}

	.fm_news_ttl {
	}

	.fm_news_text {
	}

	.fm_archive {
	}

	.fm_archive a {
	}

	.fm_archive a:before {
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.fm_news {
	}

	.fm_news > li {
	}

	.fm_news_ttl {
		display: block;
	}

	.fm_news_text {
	}

	.fm_archive {
	}

	.fm_archive a {
	}

	.fm_archive a:before {
	}

}