@charset "utf-8";

/**************************************************************************************

--------------------------------------------------------------------------------------
非表示期間のコメント
***************************************************************************************/

.nextCmt {
	padding: 50px 15px;
}
.nextCmt p {
	text-align: center;
}
.nextCmt p.tit em {
	display: inline-flex;
	flex-wrap: wrap;
	column-gap: 10px;
	justify-content: center;
	align-items: center;
	align-content: center;
	background-color: #ebf7d3;
	padding: 5px 15px;
	border-radius: 50vh;
}
.nextCmt p.tit em span {
	font-weight: 700;
	color: #176845;
}
.nextCmt p.tit + p {
	margin-top: 15px;
	font-size: 18px;
}

/**************************************************************************************

--------------------------------------------------------------------------------------
リリース画像
***************************************************************************************/

ul.page {
	padding-bottom: 10px;
}
ul.page > li {
	padding: 20px;
}
ul.page > li > img {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
	width: 100%;
	max-width: 1200px;
}
@media only screen and (max-width:640px) {
	ul.page {
		padding-bottom: 5px;
	}
	ul.page > li {
		padding: 10px;
	}	
}

/**************************************************************************************

--------------------------------------------------------------------------------------
フッター
***************************************************************************************/

footer {
	background-color: #fff;
	padding: 15px;
	border-top: 1px solid #ccc;
}

/* コピーライト
========================================== */

footer p.copyright {
	text-align: center;
}
footer p.copyright small {
	font-size: 12px;
	letter-spacing: -0.01em;
}
@media only screen and (max-width:640px) {
	footer p.copyright small {
		font-size: 8px;
	}
}