.topicsDetail {
	margin: 75px auto 0;
	max-width: 980px;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.topicsDetail {
		margin-top: 40px;
	}
}

/* entBody 新しい記事用
----------------------------------*/
.topicsDetail .entBody p,
.topicsDetail .entBody ol,
.topicsDetail .entBody table {
	font-size: 1.6rem;
	line-height: 1.8;
}
.topicsDetail .entBody p + *,
.topicsDetail .entBody ol + *,
.topicsDetail .entBody .dtltablewrap + * {
	margin-top: 40px;
}
.topicsDetail .entBody .subTtl + p,
.topicsDetail .entBody ol li + li {
	margin-top: 30px;
}
.topicsDetail .entBody .dtlTableWrap + p {
	margin-top: 40px;
}
.topicsDetail .entBody table,
.topicsDetail .entBody table tr,
.topicsDetail .entBody table th,
.topicsDetail .entBody table td {
	box-sizing: border-box;
}
.topicsDetail .entBody table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	max-width: 940px;
}
.topicsDetail .entBody table tr:nth-child(n + 3) {
	border-top: 1px dashed #ccc;
}
.topicsDetail .entBody table tr:first-child th {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	padding: 15px 30px;
}
.topicsDetail .entBody table th + th {
	border-left: 1px solid #ccc;
}
.topicsDetail .entBody table td {
	padding: 15px 30px;
	border-left: 1px solid #ccc;
}
.js-scrInr {
	width: 100%;
}
.topicsDetail .entBody strong {
	color: #b3376d;
	font-weight: bold;
}
.topicsDetail .entBody a {
	color: #b3376d;
}
.topicsDetail .entBody a:hover {
	text-decoration: none;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.topicsDetail {
		margin-top: 50px;
	}
	.topicsDetail .entBody img {
		max-width: 100%;
		height: auto;
	}
	.topicsDetail .entBody p,
	.topicsDetail .entBody ol,
	.topicsDetail .entBody table {
		font-size: 1.5rem;
	}
	.topicsDetail .entBody p + *,
	.topicsDetail .entBody ol + *,
	.topicsDetail .entBody .subTtl + p,
	.topicsDetail .entBody .dtlTableWrap + * {
		margin-top: 25px;
	}
	.topicsDetail .entBody .dtlTableWrap + p {
		margin-top: 20px;
	}
	.topicsDetail .entBody ol li + li {
		margin-top: 20px;
	}
	.topicsDetail .entBody table {
		width: 100%;
		min-width: 800px;
	}
}



/* oldEntBody 以前の記事用
----------------------------------*/
.topicsDetail .oldEntBody > * {
	font-size: 1.6rem;
	line-height: 1.8;
}
.topicsDetail .oldEntBody strong {
	color: #b3376d;
	font-weight: bold;
}
.topicsDetail .oldEntBody p,
.topicsDetail .oldEntBody li {
	margin-top: 15px;
}
.topicsDetail .oldEntBody a {
	color: #b3376d;
}
.topicsDetail .oldEntBody a[target="_blank"]::after {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(/common/images/icn_blank_gy.svg)no-repeat center center;
	background-size: cover;
	margin-left: 5px;
}
.topicsDetail .oldEntBody img {
	float: none !important;
}
.topicsDetail .oldEntBody img + a {
	vertical-align: top;
}
.topicsDetail .oldEntBody .dtlTableWrap {
	margin-top: 40px;
}
.topicsDetail .oldEntBody .dtlTableWrap .js-scrInr {
	width: 100%;
}
.topicsDetail .oldEntBody .dtlTableWrap table,
.topicsDetail .oldEntBody .tableWrap table {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.topicsDetail .oldEntBody .dtlTableWrap table tr:first-child td,
.topicsDetail .oldEntBody .tableWrap table tr:first-child td {
	background: #f6f6f6;
}
.topicsDetail .oldEntBody .dtlTableWrap table tr td,
.topicsDetail .oldEntBody .tableWrap table tr td,
.topicsDetail .oldEntBody .dtlTableWrap table tr th,
.topicsDetail .oldEntBody .tableWrap table tr th {
	box-sizing: border-box;
	padding: 15px 30px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.topicsDetail .oldEntBody .dtlTableWrap table tr:nth-child(n+2) td,
.topicsDetail .oldEntBody .tableWrap table tr:nth-child(n+2) td {
	border-bottom: 1px dashed #ccc;
}
.topicsDetail .oldEntBody .dtlTableWrap table tr:last-child td,
.topicsDetail .oldEntBody .tableWrap table tr:last-child td {
}
.topicsDetail .oldEntBody .dtlTableWrap table tr td:first-child,
.topicsDetail .oldEntBody .tableWrap table tr td:first-child {
	padding: 10px 15px;
	text-align: center;
}


.topicsDetail .oldSecDtlCts > * {
	font-size: 1.6rem;
	line-height: 1.8;
}
.topicsDetail .oldSecDtlCts p {
	margin-top: 15px;
}
.topicsDetail .oldSecDtlCts a {
	color: #b3376d;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.topicsDetail .oldEntBody .dtlTableWrap,
	.topicsDetail .oldEntBody .dtlTableWrap .js-secTblScroll,
	.topicsDetail .oldEntBody .tableWrap,
	.topicsDetail .oldEntBody .tableWrap .js-secTblScroll {
		margin-top: 25px;
	}
	.topicsDetail .oldEntBody .dtlTableWrap .js-scrInr,
	.topicsDetail .oldEntBody .tableWrap .js-scrInr {
		width: 1200px;
	}
}



