@charset "UTF-8";
.p-topicsEntry__body .mainvi  figcaption {
	text-align: center;
}

.p-topicsEntry__body .p-topicsEntry__btns {
	margin-top: 80px;
}

.p-topicsEntry__body .images {
	display: flex;
	flex-wrap: wrap;
}

.p-topicsEntry__body .images figure {
	width: calc(100% / 2 - 5px);
}

.p-topicsEntry__body .images figure + figure {
	margin-left: 10px;
}

.p-topicsEntry__body .images figure:nth-of-type(3),
.p-topicsEntry__body .images figure:nth-of-type(5) {
	margin-left: 0;
}

.p-topicsEntry__body .images figcaption {
	text-align: center;
}

@media (max-width: 767px) {
	.p-topicsEntry__body .p-topicsEntry__btns {
		margin-top: 30px;
	}
	
	.p-topicsEntry__body .images {
		margin-top: 30px;
	}

	.p-topicsEntry__body .images figure {
		width: calc(100% / 2 - 5px);
		margin-top: 10px;
	}

	.p-topicsEntry__body .images figure + figure {
		margin-left: 10px;
	}

	.p-topicsEntry__body .images figure:nth-of-type(3) {
		margin-left: 0;
	}

	.p-topicsEntry__body .images figcaption {
		font-size: 1.2rem
	}

}


.p-topicsEntry__body h2 {
	position:relative;
	padding-left: 12px;
}


.p-topicsEntry__body h2::before {
	content: "";
	width: 8px;
	height: 8px;
	font-size:0;
	background-color: #00a28e;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.p-topicsEntry__body h3 {
	color: #00a28e;
}

.p-topicsEntry__body table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	}
.p-topicsEntry__body table th {
	width:30%;
	padding: 10px;
	background-color: rgba(0, 162, 142, .1);
	border: solid 1px #a8a8a8;
	text-align: center;
	vertical-align: middle;
	}
.p-topicsEntry__body table td {
	width: 70%;
	padding: 10px;
	border: solid 1px #a8a8a8;
	}







.p-topicsEntry__body .box {
	background-color: #ecf8f7;
	padding: 2em;
}

.p-topicsEntry__body .box h3 {
	border-bottom: 1px solid #a8a8a8;
	padding-bottom: 0.5em;
}

.p-topicsEntry__body .box h3:not(:first-child) {
	margin-top: 1.8em;
}

.p-topicsEntry__body dl {
	display:flex;
	flex-wrap: wrap;
	margin: 1.25em 0;
	border-left: 4px solid #00a28e;
	padding-left: 1em;
}


.p-topicsEntry__body dl dt {
	width: 7em;
	font-weight: bold;
	margin-bottom: 0.25em;
}

.p-topicsEntry__body dl dd {
	width:calc(100% - 7em);
	margin-bottom: 0.25em;
	line-height: 1.8;
}

@media (max-width: 767px) {
	.p-topicsEntry__body .box {
		padding: 1em;
		line-height: 1.5;
	}

	.p-topicsEntry__body dl {
		display: block;
		border-left-width: 3px;
		padding-left: 0.5em;
	}

	.p-topicsEntry__body dl dt {
		width: 100%;
		line-height: 1.25;
	}
		
	.p-topicsEntry__body dl dd {
		width: 100%;
		margin: 0 0 1em 0;
		line-height: 1.5;
	}

}