@charset "UTF-8";
/* お知らせ詳細 */
.news__detail {
	padding: 47px 0 60px;
	font-size: 16px;
	line-height: 1.8em;
	text-align: left;
}
.news__detail h3 {
	padding: 0 0 1.5em;
	font-size: 26px;
	line-height: 1.6em;
	font-weight: bold;
}
.news__detail h3 small {
	font-size: 16px;
	font-weight: normal;
}
.news__detail p {
	padding: 0 0 1em;
}

.news__pdf {
	font-size: 16px;
	line-height: 1em;
}
.news__pdf img {
	width: 28px;
	margin: 0 0 0 1em;
	vertical-align: middle;
}

.news__gallery {
	padding: 60px 0 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news__gallery__photo {
	position: relative;
	width: 232px;
	margin: 0 24px 24px 0;
}
.news__gallery__photo img {
	width: 100%;
	height: auto;
}
.news__gallery__photo:nth-child(4n) {
	margin: 0 0 24px;
}
.news__gallery__photo:after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 20px;
	height: 20px;
	background: url(../../img/icon_zoom.png) no-repeat center center;
	background-size: contain;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: block;
}
.news__gallery__photo a:hover img {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all .4s;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
.news__detail {
	padding: 0 0 10vw;
	font-size: 3.8vw;
	line-height: 1.6em;
}
.news__detail h3 {
	font-size: 4.6vw;
}
.news__detail h3 small {
	font-size: 3.4vw;
}

.news__pdf {
	font-size: 3.8vw;
}
.news__pdf img {
	width: 7%;
}

.news__gallery {
	padding: 5vw 0 0;
}
.news__gallery__photo {
	width: 100%;
	margin: 0 0 3vw;
}
.news__gallery__photo:nth-child(4n) {
	margin: 0 0 3vw;
}
.news__gallery__photo:after {
	display: none;
}
.news__gallery__photo a {
	pointer-events: none;
} 
}

/*# sourceMappingURL=detail.css.map */