.hc2_midashi {
	margin: 3em 0 0;
}
.media_overview {
	font-size: 115%;
}
.media_overview h1 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-weight: normal;
}
.media_overview h1 div {
	margin-right: 1em;
}
.media_overview dt {
	margin: 2em 0 0;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
}
.media_overview dt::before {
	content: "≪";
}
.media_overview dt::after {
	content: "≫";
}
.media_overview dd {
	margin: 0.5em 0 0;
}
.media_detail {
	display: flex;
}
.image img {
	margin: 1.5em 1.5em 1.5em 0.5em;;
}
.detail_text h4 {
	font-size: 20px;
}
.detail_text {
	margin: -1.5em 1em 2em 0;
}
.data li {
	margin: 0.5em 0 0;
    padding: 0 0 0.5em;
    border-bottom: dashed 1px #ccc;
}
.media_category {
	margin: 3em 0 0;
	font-size: 115%;
}
.media_category h2 {
	margin: 0;
	padding: 0.2em 1em;
	border-left: solid 5px #ccc;
}
.scene {
	margin: 1.5em 0 0;
}
.scene h3 {
	margin: 0;
	font-weight: normal;
}
.scene h3::before {
	content: "●";
}
.scene p {
	margin: 0.5em 0 0;
}
.scene img {
	max-width: 100%;
}
.scene ul {
	margin: 0.5em 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.scene li {
	max-width: calc(50% - 1em);
	margin: 0 0.5em 1.5em;
}
.item > li {
	margin: 2em 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.item .image {
	width: calc(35% - 0.75em);
	text-align: center;
}
.item .text {
	width: calc(65% - 0.75em);
}
.item .image li:not(:first-child) {
	margin-top: 0.5em;
}
.item .image img {
	max-width: 100%;
}
.item dl:not(:first-of-type) {
	margin: 1.5em 0 0;
}
.item dl {
	margin-left: 0.5em;
}
.item dt {
	padding: 0 0 0.2em;
	margin-top: 1.4em;
	border-bottom: dotted 1px #ccc;
	font-weight: bold;
}
.item dd {
	margin: 1em 0 0;
}
