@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* 新着情報 */
/* -------------------------------------------------- */

.pageNews {
	background: url(../../img/news/news_title_bg.jpg) no-repeat center center / cover;
}

.linkPath {
	margin-bottom: 60px;
}

#newsBody {
	margin: 0px auto 100px;
}

.selectBox {
	margin-bottom: 50px;
	text-align: right;
}

.selectBoxContents {
	display: inline-block;
}

.selectBoxContents:nth-of-type(2) {
	margin-left: 45px;
}

.selectBoxTitle {
	margin-right: 10px;
	display: inline-block;
}


.selectBoxItem {
	position: relative;
	display: inline-block;
}

select::-ms-expand {
	display: none;
}

.selectBoxItem:after {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 23px;
	margin-top: -5px;
	margin-left: 10px;
	display: inline-block;
	border-top: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	transform: rotate(135deg);
	vertical-align: 1px;
}

.selectBoxItem select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 250px;
	height: 50px;
	padding: 0px 10px 0px 20px;
	display: inline-block;
	text-align: left;
	border: 1px solid #DCDCDC;
	-ms-word-break: normal;
	word-break: normal;
}


.newsRow {
	margin-bottom: 50px;
}

.newsBox {
	width: 23.75%;
	position: relative;
	margin: 0 1.65% 40px 0;
	color: #444444;
}

.newsBox:nth-of-type(4n) {
	margin: 0;
}

.newsLink {
	display: block;
	color: inherit;
}

.newsFigure {
	border-top: 1px solid #E1E3DE;
	border-left: 1px solid #E1E3DE;
	border-right: 1px solid #E1E3DE;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.newsImg {
	width: 100%;
	transition: all .3s ease-in-out;
}

.newsDes {
	padding: 25px 20px 30px;
	border: 1px solid #E1E3DE;
	border-radius: 0 0 5px 5px;
}

.newsDesTtl {
	margin-bottom: 20px;
	font-size: 2.0rem;
	line-height: 1.3;
}

.newsCat {
	width: 80px;
	position: absolute;
	top: -15px;
	left: 10px;
	padding: 8px 0;
	background: #3EB134;
	font-size: 1.4rem;
	line-height: 1.0;
	letter-spacing: 0;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
}

.newsDestxt {
	margin-bottom: 25px;
}

.newsDateBtn {
	align-items: center;
	justify-content: space-between;
}

.newsDate {
	font-size: 1.3rem;
	color: #7A7A7A;
}

.newsBtn {
	width: auto;
	position: relative;
	display: inline-block;
}

.newsBtn:before {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #3EB134;
	transition: all .3s ease-in-out;
}

.serviceBtn {
	text-align: right;
}

.serviceBtnIn {
	position: relative;
	padding: 0 3px 10px 3px;
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.0;
	border-bottom: 1px solid #D8D8D8;
}

.serviceBtnIn:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background: #3EB134;
	transition: all .3s ease-in-out;
}

.serviceBtnIn:after {
	content: '';
	width: 7px;
	height: 7px;
	margin-left: 10px;
	display: inline-block;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	transform: rotate(45deg);
	vertical-align: 1px;
}

div#pager {
	font-size: 1.6rem;
	text-align: center;
}

.page-numbers {
	margin: 0px 2px;
	padding: 10px 15px;
	background-color: #C9C9C9;
	color: #000000;
}

.current {
	background: #3EB134;
	color: #FFFFFF;
}

.prev {
	background: #3EB134;
	color: #FFFFFF;
}

.next {
	background: #3EB134;
	color: #FFFFFF;
}

#sortTxt {
	padding-bottom: 30px;
}

#ready {
	width: 100%;
	padding: 100px 0;
	text-align: center;
}

@media screen and (min-width: 1025px) {

	.serviceLink:hover .serviceImg,
	.newsLink:hover .newsImg {
		transform: scale(1.05);
	}

	.serviceLink:hover .serviceBtnIn:before,
	.newsLink:hover .newsBtn:before {
		width: 100%;
	}

	.newsBtnLink:hover {
		background: #009944;
		color: #FFFFFF;
	}

	.page-numbers:hover {
		background: #3EB134;
		color: #FFFFFF;
		transition: all .3s ease-in-out;
	}

	.prev:hover {
		background: #C9C9C9;
		color: #000000;
		transition: all .3s ease-in-out;
	}

	.next:hover {
		background: #C9C9C9;
		color: #000000;
		transition: all .3s ease-in-out;
	}
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */

@media screen and (max-width: 1024px) {
	.pageNews {
		background: url(../../img/news/mv_sp.jpg) no-repeat center center / cover;
	}
	
	.selectBoxContents {
		margin-bottom: 10px;
	}

	.newsBox {
		width: 48.0%;
		margin: 0 4% 50px 0;
	}

	.newsImg {
		width: 100%;
	}

	.newsBtnItem {
		width: 21.3%;
		margin: 0 1.65% 0 0;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.selectBoxContents:nth-of-type(2) {
		margin-left: 10px;
	}

	.newsBox:nth-of-type(2n) {
		margin: 0 0 50px 0;
	}
}


/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */

@media screen and (max-width: 767px) {
	.selectBoxContents {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.selectBoxContents:nth-of-type(2) {
		margin-left: 0px;
	}

	.selectBoxTitle {
		margin-right: 0px;
		margin-bottom: 5px;
		display: block;
		text-align: left;
	}

	.selectBoxItem {
		width: 100%;
	}

	.selectBoxItem:after {
		top: 53%;
	}

	.selectBoxItem select {
		width: 100%;
		margin: 0px 0px 8px 0px;
		padding: 0px 10px 0px 20px;
	}

	.newsBox {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 50px !important;
	}

	.newsRow {
		margin-bottom: 0;
	}

	.newsBtnItem {
		width: 40%;
		margin: 0 15px 15px 0;
	}

	.newsBtnItem:nth-of-type(2n) {
		margin: 0 0 15px 0;
	}

	.newsCat {
		font-size: 1.25rem;
	}

	.page-numbers {
		margin: 0px;
	}
}

@media screen and (max-width: 374px) {
	.page-numbers {
		padding: 10px 12px;

	}
}