@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* 新着情報 詳細*/
/* -------------------------------------------------- */

.pageSingle {
	background: url(../../img/single/single_title_bg.jpg) no-repeat center center / cover;
}

.linkPath {
	margin-bottom: 60px;
}

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

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

.selectBoxContents {
	display: inline-block;
}

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

.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;
}

.singleRow {
	margin-bottom: 80px;
	border: 1px solid #E1E3DE;
	border-radius: 15px;
}

.singleBox {
	max-width: 83%;
	margin: auto;
	padding: 80px 0px;
}

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

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

.singleDesTtl {
	margin-bottom: 50px;
	padding: 25px 0px 30px;
	font-size: 3rem;
	line-height: 1.2;
	border-bottom: 1px solid #E1E3DE;
}

.singleFigure {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.singlePostBody img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.singlePostBody h2 {
	margin-bottom: 25px;
	padding-bottom: 15px;
	font-size: 2.8rem;
	line-height: 1.1;
	border-bottom: 2px solid #3EB134;
}

.singlePostBody h3 {
	font-size: 2.6rem;
}

.singlePostBody p {
	margin-bottom: 45px;
	font-size: 1.6rem;
	line-height: 1.7;
}

.singlePostBody a {
	color: #3EB134;
	transition: all 0.3s ease-in-out 0s;
}

.singlePostBody a:hover {
	opacity: 0.7;
}

.singlePaginationBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.4rem;
}

.singlePaginationBefore {
	color: #444444;
	text-align: left;
}

.singlePaginationAfter {
	text-align: right;
	color: #444444;
}

.singlePaginationItem {
	position: relative;
	color: inherit;
	border-bottom: 1px solid #D8D8D8;
}

.singlePaginationBefore .singlePaginationItem,
.singlePaginationAfter .singlePaginationItem {
	padding: 0 3px 10px 3px;
}

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

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

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

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

.singlePaginationItem {
	position: relative;
	color: inherit;
	border-bottom: 1px solid #D8D8D8;
}

.singlePaginationItem a {
	color: #444;
}


.singlePaginationLink {
	width: 240px;
	position: relative;
	top: -40px;
	margin: 0 auto;
	padding: 19px 0px 16px;
	display: block;
	font-size: 1.4rem;
	line-height: 1.0;
	text-align: center;
	color: #444444;
	border: 1px solid #DADADA;
	border-radius: 15px;
	transition: all .3s ease-in-out;
}

.singlePaginationLink:after {
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -6px;
	border-top: 2px solid #D5D5D5;
	border-right: 2px solid #D5D5D5;
	transform: rotate(45deg);
	transition: all .3s ease-in-out;
}

@media screen and (min-width: 1025px) {
	.singlePaginationLink:hover {
		background: #DADADA;
	}

	.singlePaginationLink:hover:after {
		border-color: #444444;
	}

	.singlePaginationBefore:hover .singlePaginationItem:after,
	.singlePaginationAfter:hover .singlePaginationItem:before {
		width: 100%;
	}
}


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

@media screen and (max-width: 1024px) {
	.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;
	}
}


/* -------------------------------------------------- */
/* 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;
	}

	.singleBox {
		padding: 80px 0px 20px;
	}

	.singleDesTtl {
		padding: 25px 0px 15px;
		font-size: 2.4rem;
	}

	.singleDesH2Head {
		font-size: 2.2rem;
	}

	.singleDesH3Head {
		font-size: 2.0rem;
	}

	.singlePaginationItem {
		letter-spacing: 0.05em;
	}

	.singlePaginationLink {
		width: 240px;
		top: 0px;
		margin: 30px auto 0px;
		border-radius: 10px;
	}
}