@charset "UTF-8";
/* ==================================================
	news detail
================================================== */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
	.news-wrap {
		display: block;
		margin-bottom: 30px;
	}
	.news-one {
		display: block;
		padding: 30px 0;
	}
	.news-one:nth-child(2n) {
		background: #FEF4EF;
	}
	.news-one .txt {
		display: block;
	}
	.news-one.noimg .txt {
		display: block;
		float:none;
		clear: both;
		width: 100%;
	}
	.news-one .txt .days {
		display: inline-block;
		border-radius: 3px;
		border: #F25B14 solid 1px;;
		color: #FFF;
		background: #F25B14;
		line-height: 1;
		font-size: 1.2rem;
		padding: 5px 15px;
		margin-bottom: 10px;
	}
	.news-one .txt h2 {
		display: block;
		font-size: 1.7rem;
		line-height: 1.3;
		padding-bottom: 15px;
		margin-bottom: 20px;
		border-bottom: #F25B14 solid 2px;
		position: relative;
		color: #F25B14;
	}
	.news-one .txt h2::before {
		position: absolute;
		left: 0px;
		bottom: -2px;
		content: "";
		width: 27%;
		height: 4px;
		background: url(../images/line02.png) left top repeat-x;
		background-size: auto 100%;
	}
	.news-one .txt .txmain {
		display: block;
		font-size: 1.3rem;
		line-height: 1.8;
	}
	.news-one .img-b {
		display: block;
		margin-top: 20px;
	}
	.news-one .img-b img {
		width: 100%;
	}
	.page-np-link {
		display: block;
		text-align: center;
		padding-bottom: 50px;
	}
	.page-np-link li {
		display: inline-block;
		margin: 0 10px;
	}
	.page-np-link li a {
		display: block;
		color: #000;
		font-size: 1.4rem;
		line-height: 1;
		font-weight: bold;
		position: relative;
		text-decoration: none;
		padding: 12px 15px;
		border: #F25B14 solid 2px;
	}
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
	.news-wrap {
		display: block;
		padding: 0px 0;
		margin-bottom: 20px;
	}
	.news-one {
		display: block;
		padding: 30px 0;
		background: #FEF4EF;
	}
	.news-one:nth-child(2n) {
		background: #FFF;
	}
	.news-one .txt {
		display: block;
		float: left;
		width: 59%;
	}
	.news-one.noimg .txt {
		display: block;
		float:none;
		clear: both;
		width: 100%;
	}
	.news-one .txt .days {
		display: inline-block;
		border-radius: 3px;
		border:#F25B14 solid 2px;;
		color: #FFF;
		background: #F25B14;
		line-height: 1;
		font-size: 1.4rem;
		padding: 5px 15px;
		margin-bottom: 20px;
		margin-left:20px;
	}
	.news-one .txt h2 {
		display: block;
		font-size: 2.3rem;
		line-height: 1.3;
		padding: 0 20px 20px 20px;
		margin-bottom: 25px;
		border-bottom: #F25B14 solid 2px;
		position: relative;
		color: #F25B14;
	}
	.news-one .txt h2::before {
		position: absolute;
		left: 0px;
		bottom: -2px;
		content: "";
		width: 23%;
		height: 4px;
		background: url(../images/line02.png) left top repeat-x;
		background-size: auto 100%;
	}
	.news-one .txt .txmain {
		display: block;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.news-one .img-b {
		display: block;
		float: right;
		width: 37.04%;
		height: 300px;
		background: #f3f3f3;
		border: #ccc solid 1px;
		overflow: hidden;
	}
	.news-one .img-b a {
		height: 300px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.news-one .img-b a img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		display: inline-block;
	}
	.page-np-link {
		display: block;
		background: #f2f2f2;
		text-align: center;
		padding-bottom: 60px;
		padding-top: 60px;
	}
	.page-np-link li {
		display: block;
		float: left;
	}
	.page-np-link li:nth-child(2) {
		float: right;
	}
	.page-np-link li a {
		display: block;
		border-radius: 3px;
		color: #F25B14;
		font-size: 1.5rem;
		line-height: 1;
		font-weight: bold;
		position: relative;
		text-decoration: none;
		padding-top: 14px;
		padding-bottom: 14px;
		padding-left: 20px;
		padding-right: 20px;
		border: #F25B14 solid 2px;
	}
	.page-np-link li a:hover {
		color: #FFF;
		background: #F25B14;
	}
}