@charset "utf-8";
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#main {
	margin-bottom: 11rem;
}
#detail {
	padding-top: 0.3rem;
	width: 81rem;
}
#detail .pagePath {
	margin-bottom: 1.7rem;
	font-size: 0;
}
#detail .pagePath li {
	margin-right: 0.4rem;
	display: inline;
	color: #999;
	font-size: 1.4rem;
	letter-spacing: 0.055em;
}
#detail .pagePath li a {
	margin-right: 0.3rem;
	color: #999;
}
#detail .pagePath li a:hover {
	opacity: 0.7;
}
#detail .title {
	margin-bottom: 1.6rem;
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.055em;
}
#detail time {
	margin-bottom: 3.3rem;
	display: block;
	color: #666;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#detail .wpBox {
	margin-bottom: 10.2rem;
	font-weight: 400;
	text-align: justify;
	word-break: break-all;
	overflow-wrap: anywhere;
}
#detail .wpBox .mb0 {
	margin-bottom: 0 !important;
}
#detail .wpBox .wp-block-image {
	margin: 0 0 4.5rem;
	text-align: center;
}
#detail .wpBox .wp-block-image img {
	width: 100%;
	object-fit: cover;
}
#detail .wpBox .wp-block-image.horizontal img {
	aspect-ratio: 810 / 540;
}
#detail .wpBox .wp-block-image.vertical img {
	aspect-ratio: 810 / 1215;
}
#detail .wp-block-image .aligncenter > figcaption {
	margin: 0.6rem 0 1.3rem;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	color: #999999;
}
#detail .wpBox h2,
#detail .wpBox h3 {
	margin-bottom: 2.3rem;
	color: #555;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
#detail .wpBox h2 + .wp-block-image {
	margin-top: 3.2rem;
}
#detail .wpBox h3 {
	margin-bottom: 1.7rem;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
#detail .wpBox p {
	margin-bottom: 1.3rem;
	color: #333;
	letter-spacing: 0.088em;
	line-height: 2;
}
#detail .wpBox .wp-block-list {
	margin: 1.9rem 0 3.2rem;
}
#detail .wpBox li:not(:last-child) {
	margin-bottom: 1.1rem;
}
#detail .wpBox li {
	padding-left: 3.5rem;
	position: relative;
	color: #333;
	letter-spacing: 0.088em;
}
#detail .wpBox li::before {
	position: absolute;
	left: 1.7rem;
	top: 0.7rem;
	font-size: 0.8rem;
	content: "●";
}
#detail .wpBox .wp-block-table {
	margin: 3.2rem 0 5.5rem;
}
#detail .wpBox th,
#detail .wpBox td {
	padding: 0.8rem 2rem;
	height: 5rem;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.088em;
	line-height: 2;
	border: 0.1rem solid #583700;
	font-family: "Goldman", "Noto Sans JP", sans-serif;
}
#detail .wpBox td:first-child {
	width: 19rem;
}
#detail .wpBox a:hover {
	text-decoration: underline;
}
#detail .wpBox a img {
	opacity: 0.7;
}
#detail .wpBox .wp-block-file__button {
	padding: 0 1rem;
	color: #fff !important;
    text-decoration: none !important;
}
#detail .btn {
	margin: 0 auto;
	width: 15.2rem;
	text-align: center;
}
#detail .btn a {
	padding: 1.2rem;
	display: block;
	color: #303030;
	letter-spacing: 0.088em;
	border: 0.1rem solid #555;
}
#detail .btn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#detail .wpBox a:hover {
		text-decoration: none;
	}
}