@charset "UTF-8";

/* ページタイトル英語 */
.pagetitHeadTxt:after {
	content: "NEWS";
	display: block;
	font-size: 1.6rem;
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
}

.pagetit.pagetitSubcat .pagetitHeadTxt:after {
	padding-top: 20px;
	display: block;
}

.contGraytight.pre {
	padding-top: 45px;
}

/* 導入 */
.preintro {
	margin-bottom: 50px;
}

.preintro.uniInner {
	max-width: 1160px;
}

.preintroTxt {
	font-size: 1.4rem;
	line-height: 1.57143;
	letter-spacing: 0.075em;
}

/* 調整 */
.perform {
	margin-bottom: 120px;
}

#news .newsListPh {
	width: 160px;
	height: 160px;
}

.newsListBody {
	  width: calc(100% - 160px);
}

.newsListBodyTxt {
	font-size: 1.6rem;
}

/* Page Navigation */
/* -------------------------------------------------- */
#pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#pager a, #pager span {
    width: 40px;
    height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    color: #fff;
    background-color: #aaaaaa;
    margin: 0 2px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#pager span.current,
#pager a.next,
#pager a.prev,
#pager a:hover {
    color: #fff;
    background-color: #009847;
    transition: all 0.3s ease-in-out 0s;
}

#pager span.dots {
    width: 1em;
    background-color: #fff;
    color: #000;
    padding: 10px 0;
}

/* ページ詳細 */
/* -------------------------------------------------- */
#singleDate {
	font-size: 1.8rem;
}

#singleTit {
	font-size: 3rem;
	font-weight: bold;
	padding-bottom: 30px;
}

#newsInner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
	margin: 0 auto 40px;
	border-bottom: 1px solid #c9c9c9;
}

#singleEyecatch {
	padding-bottom: 30px;
}

.newsListBodyCat {
	padding-bottom: 10px;
}

.newsListBodyCat a {
	color: #009847;
	transition: all 0.3s ease-in-out 0s;
}

.newsListBodyCat a:hover {
	opacity: 0.7;
}

#singleEyecatch img {
	max-width: 100%;
	height: auto;
}

#singleContent h2 {
	padding: 20px 0 10px;
	margin-bottom: 20px;
	font-size: 2.6rem;
	border-bottom: 1px solid #a0a0a0;
	font-weight: bold;
}

#singleContent h3 {
	margin: 20px 0 20px;
	padding: 10px 20px;
	font-size: 2.2rem;
	font-weight: bold;
	background: #eeeeee;
}

#singleContent p {
	font-size: 1.6rem;
	padding-bottom: 1em;
	line-height: 1.8;
}

#singleContent a {
	color: #009847;
}

#singleContent a:hover {
	text-decoration: underline;
}

#singleContent img {
	max-width: 100%;
	height: auto;
	padding-bottom: 20px;
}

/*詳細ページページャー*/
#singlePager{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#back {
	display: inline-block;
}

#back a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.8rem;
	background: #aaaaaa;
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
}

#prev {
	margin-right: 10px;
}

#prev a {
	padding: 11px 17px;
	display: inline-block;
	background: #aaaaaa;
	transition: all 0.3s ease-in-out 0s;
}

#next {
	margin-left: 10px;
}

#next a {
	padding: 11px 17px;
	display: inline-block;
	background: #aaaaaa;
	transition: all 0.3s ease-in-out 0s;
}

#back a:hover,
#next a:hover,
#prev a:hover {
	background: #009847;
}

/* 過去のブログ */
#infoWrap {
	display: flex;
	flex-wrap: wrap;
}

#infoWrap #singleDate {
	padding-right: 30px;
}

/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* ページタイトル英語 */
	pagetitHeadTxt:after {
		font-size: 1.3rem;
	}
	.contGraytight.pre {
		padding-top: 0px;
	}
	/* 導入 */
	.preintro {
		margin-bottom: 30px;
	}
	/* 調整 */
	.perform {
		margin-bottom: 50px;
	}
	
	/* 詳細ページ */
	#singleContent p {
		font-size: 1.6rem;
		padding-bottom: 1em;
		line-height: 1.6;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* ページタイトル英語 */
	.pagetitHeadTxt:after {
		font-size: 1.1rem;
		font-weight: bold;
		font-family: sans-serif;
	}
	.contGraytight.pre {
		padding-top: 0px;
	}
	/* 導入 */
	.preintro {
		margin-bottom: 20px;
	}
	/* 調整 */
	.perform {
		margin-bottom: 60px;
	}
	
	.newsListBodyTxt {
		font-size: 1.4rem;
	}
	
	#news .newsListPh {
		width: 100px;
		height: 100px;
	}

	.newsListBody {
		  width: calc(100% - 100px);
	}
	
	/* 詳細ページ */
	#singleTit {
		font-size: 2.4rem;
		font-weight: bold;
		padding-bottom: 20px;
	}
	
	#genreWrap p {
		font-size: 1.4rem;
	}
	
	.resultListBodyCat li {
		font-size: 1rem;
		margin-bottom: 5px;
	}
	
	#resultInner {
		padding-bottom: 20px;
		margin: 0 auto 20px;
	}
	
	#singleContent h2 {
		padding: 0px 0 10px;
		margin-bottom: 10px;
		font-size: 2rem;
		border-bottom: 1px solid #a0a0a0;
		font-weight: bold;
	}

	#singleContent h3 {
		margin: 0px 0 10px;
		padding: 10px 20px;
		font-size: 1.8rem;
		font-weight: bold;
		background: #eeeeee;
	}

	#singleContent p {
		font-size: 1.6rem;
		padding-bottom: 1em;
		line-height: 1.6;
	}
	
	#back a {
		font-size: 1.6rem;
	}
	
	#singleDate {
		font-size: 1.4rem;
	}
}
