@charset "utf-8";
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#main {
	padding-bottom: 14.2rem;
}
@media all and (max-width: 896px) {
	#main {
		padding-bottom: 5.3rem;
	}
}
/*------------------------------------------------------------
	news/detail
------------------------------------------------------------*/
#detail .comNewsTxt {
	margin: 0 0 1.1rem;
}
#detail .comNewsTxt .sort > span {
	background-color: #fff;
}
#detail .ttl {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}
#detail .detailBox {
	padding: 0.3rem 0 12.5rem;
}
#detail .detailBox figure {
	margin: 0 0 6.4rem;
	text-align: center;
}
#detail .detailBox p {
	line-height: 1.75;
	letter-spacing: 0.03em;
	word-break: break-all;
}
#detail .comLink a {
	background-image: url(../img/common/icon11.webp);
	background-position: left 1.5rem center;
}
@media all and (min-width: 897px) {
	#detail #pagePath {
		margin-bottom: 12.7rem;
	}
	#detail .detailBox a:hover {
		color: #075C91;
	}
	#detail .comLink a:hover {
		background-image: url(../img/common/icon11_on.webp);
	}
}
@media all and (max-width: 896px) {
	#detail {
		padding-bottom: 3.5rem;
	}
	#detail #pagePath {
		margin-bottom: 1rem;
        min-height: 7rem;
	}
	#detail .comNewsTxt {
		margin: 0 0 1.3rem;
	}
	#detail .ttl {
		font-size: 1.6rem;
		line-height: 1.56;
	}
	#detail .detailBox {
		padding: 0.2rem 0 5.7rem;
	}
	#detail .detailBox figure {
		margin: 0 0 2.4rem;
	}
	#detail .detailBox figure img {
		width: 100%;
	}
	#detail .detailBox p {
		line-height: 2;
	}
	#detail .comLink {
		max-width: 29.3rem;
	}
}