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

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

/* lead */
.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 .pdf {
margin-top: 2%;
font-family: "Shippori Mincho B1", serif;
}
.topics_detail .pdf::before {
content: ">>>";
margin-right: 0.5em;
color: #005AC0;
}
.topics_detail .pdf a {
color: #005AC0;
}
.topics_detail .pdf a:hover {
text-decoration: underline;
}
.topics_detail .data {
display: flex;
flex-wrap: wrap;
margin-top: 4%;
}
.topics_detail .data dt {
font-weight: 400;
}
.topics_detail .data dd {
margin-left: 2em;
}
.topics_detail .score {
width: 100%;
margin-top: 2%;
}
.topics_detail .score th,
.topics_detail .score td {
padding: 0.75em;
font-weight: 400;
text-align: center;
vertical-align: middle;
border: 1px solid #000;
}
.topics_detail .score thead {
color: #FFF;
background: #ABABAB;
}
.topics_detail .score thead th:last-child {
background: #666666;
}
.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;
	}
}
