@charset "UTF-8";

/*-------------------------------------------------
	投稿
-------------------------------------------------*/
.honmon {
	display: block;
	padding-top: 1.25em;
	padding-bottom: 0;
}
.wrap--news-txt h3 {
	margin-top: -1px;
	font-weight: 500;
	font-size: 1.8rem;
	pointer-events: none;
}
.wrap--news-txt h3:hover {
	cursor: auto;
}
.wrap--news-txt h3 span::after {
	display: none
}
.bl_img_w100per {
	width: 100%;
}
.bl_img_w100per img {
	width: 100%;
	height: auto;
	max-height: 700px;
}
.bl_img_w50per {
	width: 50%;
}
.bl_img_w50per img {
	width: 100%;
	height: auto;
}
.honmon p + .bl_img_w100per, .honmon p + .bl_img_w50per {
	margin-top: 1.5em;
}
@media screen and (max-width: 666px) {
	.wrap--news-txt h3 {
		font-size: 1.6rem;
	}
	.bl_img_w50per {
		width: 100%;
	}
}

