@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
#005ABE
-----------------------------------------------*/

.topics_detail {
padding: 60px 4%;
}
.topics_detail .inner {
max-width: 1000px;
margin: auto;
}
.topics_detail .none {
padding: 8% 0;
text-align: center;
}
.topics_detail .head {
font-size: 1.5em;
}
.topics_detail .body {
margin-top: 2%;
line-height: 2;
text-align: justify;
}
.topics_detail .photo {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
margin-top: 4%;
}
.topics_detail .photo li {
width: 49%;
margin-top: 2%;
}
.topics_detail .back {
margin-top: 2%;
font-family: "Shippori Mincho B1", serif;
text-align: right;
}
.topics_detail .back::before {
content: ">>>";
margin-right: 0.5em;
color: #005AC0;
}
.topics_detail .back a {
color: #005AC0;
}
.topics_detail .back a:hover {
text-decoration: underline;
}
@media screen and (max-width: 799px) {
	.topics_detail {
	padding: 8% 4%;
	}
	.topics_detail .head {
	font-size: 1.25em;
	}
	.topics_detail .body {
	margin-top: 4%;
	line-height: 1.5;
	}
	.topics_detail .photo {
	display: block;
	margin-top: 8%;
	}
	.topics_detail .photo li {
	width: 100%;
	margin: 4% auto;
	}
}
