@charset "UTF-8";

.main {
	width: 100%;
	float: none;
}

.news {}

.news_date {}

.news_ttl {
	font-size: 24px;
	line-height: 1.3;
	border-bottom: 2px solid #fb7166;
	padding-bottom: 10px;
	margin-top: 5px;
}

.news_body {
	margin-top: 40px;
}

.news_back {
	text-align: center;
	margin-top: 40px;
}

.news_back>a {
	display: inline-block;
	background: #FEEBE9;
	padding: 15px 20px;
	width: 200px;
	border-radius: 6px;
	text-align: center;
	line-height: 1;
}

.news_back>a:hover {
	color: #FB7166;
}

.news_gal {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.news_gal li {
	margin-bottom: 10px;
}

.news_gal .-head {
	margin-bottom: 10px;
	font-size: 16px;
}

.news_gal .-head * {
	display: inline-block;
}

.news_gal .-head em {
	font-weight: bold;
}

.news_gal .-head span::before {
	content: "(";
}

.news_gal .-head span::after {
	content: ")";
}

.news_gal .-gal {
	min-height: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.news_gal .-image {
	margin-right: 5px;
	margin-bottom: 5px;
	max-width: 300px;
	width: 100%;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.news_gal .-image::before {
	content: "";
	padding-top: 75%;
	display: block;
}

/* All SP & Tablet */
@media screen and (max-width:1130px) {}

/* All SP */
@media screen and (max-width:640px) {
	.news_ttl {
		font-size: 20px;
	}

	.news_body {
		margin-top: 20px;
	}

}