@charset "UTF-8";

.cmncat li.-info {
	display: none;
}

.wrap {
	padding-bottom: 120px;
}

.news {
	display: flex;
	flex-wrap: wrap;
}

.news_item {
	width: 22.5%;
	margin-left: 3.333%;
	margin-top: 60px;
}

.news_item_wrap {
	display: inline-block;
	transition: opacity .3s;
}

.news_item_wrap:hover {
	opacity: 0.75;
}

.news_item_img {
}

.news_item_img img {
	width: 100%;
	height: auto;
}

.news_item_cnt {
}

.news_item_info {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1;
}

.news_item_cat {
	display: inline-block;
	color: #53BBD3;
	margin-right: 1em;
}

.news_item_date {
	display: inline-block;
	color: #888;
}

.news_item_ttl {
	margin-top: 10px;
}

.news_item_ttl:empty:before {
	content: "…";
}

/* 詳細ページ */
.post {
}

/*.post img {
	width: 100%;
	height: 100%;
	margin: auto;
}*/

.post_hd {
	padding: 30px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.post_hd_info {
	font-size: 16px;
}

.post_hd_cat {
	display: inline-block;
	margin-right: 1em;
	color: #53BBD3;
}

.post_hd_date {
	display: inline-block;
	color: #888;
}

.post_hd_ttl {
	font-size: 26px;
	line-height: 1.5;
}

.post_body {
	margin-top: 40px;
        font-size: 13px;
}

.post_body .cmnhero_ttl,
.post_body .cmnhero_item_ttl,
.post_body .cmnhero_item_txt {
        font-size: initial;
        line-height: 1.75;
        font-weight: 400;
}

.post_body p {
	margin: 1em 0;
}

.post_btn {
	margin-top: 60px;
	text-align: center;
	line-height: 1;
}

.post_btn > a {
	display: inline-block;
	max-width: 490px;
	width: 100%;
	color: #FFF;
	background: #222;
	font-weight: bold;
	font-size: 15px;
	padding: 40px 15px;
	transition: opacity 0.3s;
}

.post_btn > a:hover {
	opacity: 0.75;
}

.btmnav {
	margin-top: 80px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 40px 0;
	position: relative;
}

.btmnav:after {
	content: "";
	display: block;
	width: 1px;
	height: 150px;
	background: #ccc;
	position: absolute;
	top: 50%;
	margin-top: -75px;
	left: 50%;
}

.btmnav_post {
	width: 50%;
}

.btmnav_post.-prev {
	float: left;
}

.btmnav_post.-next {
	float: right;
}

.btmnav_post_link {
	display: flex;
	padding: 15px 40px;
	transition: opacity .3s;
}

.btmnav_post_link:hover {
	opacity: .75;
}

.btmnav_post_img {
	width: 120px;
	margin-right: 20px;
}

.btmnav_post_cnt {
	flex: 1;
}

.btmnav_post_arrow {
	line-height: 1;
	margin-bottom: 10px;
}

.btmnav_post_ttl {
}

.cmsback {
	margin-top: 60px;
	text-align: center;
	line-height: 1;
}

.cmsback > a {
	display: inline-block;
	padding: 20px;
	font-size: 15px;
	border: 1px solid #333;
	width: 100%;
	max-width: 400px;
	position: relative;
	transition: background .3s;
}

.cmsback > a:after {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -0.5em;
	font-family: icomoon;
	content: "\e900";
}

.cmsback > a:hover {
	background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:1030px) {
}

@media screen and (min-width:641px) {
	.news_item:nth-child(-n+4) {
		margin-top: 0;
	}

	.news_item:nth-child(4n+1) {
		margin-left: 0;
	}

}

@media screen and (max-width:640px) {
	.wrap {
		padding-bottom: 40px;
	}

	.news {
	}

	.news_item {
		width: 48%;
		margin-left: 4%;
		margin-top: 30px;
	}

	.news_item:nth-child(-n+2) {
		margin-top: 0;
	}

	.news_item:nth-child(2n+1) {
		margin-left: 0;
	}

	.news_item_wrap {
	}

	.news_item_wrap:hover {
	}

	.news_item_img {
	}

	.news_item_cnt {
	}

	.news_item_info {
		font-size: 15px;
	}

	.news_item_cat {
	}

	.news_item_date {
	}

	.news_item_ttl {
	}

	.post {
	}

	.post_hd {
		padding: 20px 0 25px;
	}

	.post_hd_info {
	}

	.post_hd_cat {
	}

	.post_hd_date {
	}

	.post_hd_ttl {
		font-size: 18px;
	}

	.post_body {
		margin-top: 30px;
	}

	/*.post_body p {
	}*/

	.post_btn {
		margin-top: 30px;
	}

	.post_btn > a {
		padding: 30px 15px;
	}

	.post_btn > a:hover {
	}

	.post_body {
		margin-top: 30px;
	}

	.post_body p {
	}

	/*.post_body p img {
		max-width: 100%;
		height: auto;
	}*/

	.post_btn {
		margin-top: 30px;
	}

	.post_btn > a {
		padding: 30px 15px;
	}

	.post_btn > a:hover {
	}

	.btmnav {
		margin-top: 40px;
		padding: 0;
	}

	.btmnav:after {
		top: 0;
		height: 100%;
		margin-top: 0;
	}

	.btmnav_post {
	}

	.btmnav_post.-prev {
		;
	}

	.btmnav_post.-next {
	}

	.btmnav_post_link {
		padding: 15px 15px;
	}

	.btmnav_post_link:hover {
	}

	.btmnav_post_img {
		width: 60px;
		margin-right: 10px;
		display: none;
	}

	.btmnav_post_img img {
		height: auto;
		width: 100%;
	}

	.btmnav_post_cnt {
	}

	.btmnav_post_arrow {
	}

	.btmnav_post_ttl {
		font-size: 12px;
		line-height: 1.6;
	}

	.cmsback {
		margin-top: 40px;
	}

}

@media print {
}
