
.media_category *:not(.image) a::before {
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 0.25em;
}
.media_category a[target="_blank"]::after {
	content: url(/image/common/windowicon.gif);
	margin-left: 0.5em;
}
.media_category .moreinfo a {
	display: inline-block;
	padding: 0.5em 1.5em;
	background-color: #eee;
	border: solid 1px #666;
	border-radius: 5px;
	transition: 0.5s;
}
.media_category .moreinfo a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}
/* ********** コンテンツヘッダ ********** */
.hc2_media {
	margin: 0;
	padding: 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.hc2_media h1 {
	margin: 0;
	color: #7f7f7f;
	font-size: 150%;
}
.hc2_media p {
	font-size: 115%;
}

/* ***** ページナビゲーション ***** */
.media_nav {
	margin: 1.5em 0 0;
	overflow: hidden;
}
.media_nav li {
	float: left;
	margin-right: 1.5em;
	font-size: 115%;
}
.media_nav a {
	display: block;
	padding: 0.5em 1em 0.5em 1.5em;
	border: solid 1px #333;
	border-radius: 5px;
	position: relative;
	transition: 0.5s;
}
.media_nav a::before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: 0.75em;
	top: 50%;
	transform: translateY(-50%);
}
.media_nav a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.5s;
}

/* ***** リンクバナー ***** */
.linkbanner {
	margin: 5em 0 0;
	text-align: center;
}
.linkbanner a {
	transition: 0.5s;
}
.linkbanner a:hover {
	opacity: 0.7;
	transition: 0.5s;
}

/* ***** 媒体別 ***** */
.media_category {
	margin: 5em 0 0;
}
.hc2_midashi {
	margin: 0;
	padding: 0 0.5em;
	background-color: #999;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
}
.media_category > h3 {
	margin: 1em 0 0;
	padding: 0 0.5em;
	border: solid 1px #999;
	background-color: #eee;
	font-size: 140%;
}
.media_category > h3::before {
	content: "\f107";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
.media_category > h3:hover {
	cursor: pointer;
}
.media_category > h3.open::before {
	content: "\f106";
}
.c_section {
	margin: 1em 0 2em;
	padding: 0.5em 0 2em;
	border-bottom: solid 1px #ccc;
	font-size: 115%;
}
.c_section img {
	max-width: 100%;
	border: solid 1px #ccc;
}
.c_section .media_detail {
	overflow: hidden;
}
.c_section .media_detail .image {
	width: 20%;
	float: left;
	margin-bottom: 1em;
}
.c_section .media_detail .image img {
	display: block;
	margin: 0 auto 0.5em;
}
.c_section .media_detail .noimage {
	width: 177px;
	height: 226px;
	float: left;
	margin-bottom: 1em;
	padding: 0 calc((20% - 177px) / 2);
	background-color: #ddd;
	position: relative;
}
.c_section .media_detail .noimage::after {
	content: "No Image";
	color: #999;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.c_section .media_detail .detail_text {
	float: left;
	width: 100%;
}
.c_section .media_detail .image + .detail_text,
.c_section .media_detail .noimage + .detail_text {
	width: calc(80% - 1em);
	margin-left: 1em;
}
.c_section .detail_text h4 {
	margin: 0;
	font-size: 130%;
}
.c_section .detail_text .data {
	margin: 1.5em 0 0;
	padding: 0 0.5em 0.5em;
}
.c_section .detail_text .data li {
	margin: 0.5em 0 0;
	padding: 0 0 0.5em;
	border-bottom: dashed 1px #ccc;
}
.c_section .topic {
	margin-top: 1.5em;
}
.c_section .topic h5 {
	margin: 1em 0 0;
}
.c_section .topic h5::before {
	content: "≪";
}
.c_section .topic h5::after {
	content: "≫";
}
.c_section .topic p {
	margin: 0;
}
.c_section .topic p + p {
	margin-top: 1em;
}
.c_section .topic ul {
	margin: 0 2em 1em;
	list-style: disc;
}
.c_section .moreimage {
	margin-top: 1.5em;
}
.c_section .moreimage ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.c_section .moreimage li {
	margin-right: 0.5em;
	margin-bottom: 1em;
	font-size: 80%;
}
.c_section .moreimage img {
	height: 178px;
    border: none;
}

.c_section .moreimage ul.l_5 > li {
    width: 174px;
    margin-right: 16px;
}

.c_section .moreimage ul.l_5 > li img
{
    height: 97px;
}

.c_section .moreimage ul.l_5 > li:last-child {
    margin-right: 0;
}
