@charset "UTF-8";

/* ページタイトル英語 */
.pagetitHeadTxt:after {
	content: "FAQ";
	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;
}

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

.faqCatTit {
	margin-bottom: 20px;
	padding: 0.5em 1em;
	font-size: 2rem;
	font-weight: 700;
	background-color: #E5F4EC;
}

#faqCat {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-right: -20px;
}

#faqCat li {
	margin: 0 20px 20px 0;
	flex-grow: 1;
}

#faqCat .unilinkWhite a {
	min-width: auto;
	height: auto;
}


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

#resultInner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

#singleEyecatch {
	padding-bottom: 30px;
}

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

.resultListBodyCat a:hover {
	opacity: 0.7;
}

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

#singleContent h3 {
	margin: 40px 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 {
	padding-bottom: 20px;
}




/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	/* ページタイトル英語 */
	pagetitHeadTxt:after {
		font-size: 1.3rem;
	}
	.contGraytight.pre {
		padding-top: 30px;
	}
	/* 導入 */
	.preintro {
		margin-bottom: 30px;
	}
	/* 調整 */
	.perform {
		margin-bottom: 50px;
	}
	
	#faqCat {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-right: 0;
	}
	
	#faqCat .unilinkWhite {
		width: 49%;
		margin: 0 0 20px 0;
		flex-grow: 0;
	}
	
	#faqCat .unilinkWhite a {
		width: 100%;
		height: auto;
		font-size: 1.4rem;
	}
}

/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* ページタイトル英語 */
	.pagetitHeadTxt:after {
		font-size: 1.1rem;
		font-weight: bold;
		font-family: sans-serif;
	}
	.contGraytight.pre {
		padding-top: 20px;
	}
	/* 導入 */
	.preintro {
		margin-bottom: 20px;
	}
	/* 調整 */
	.perform {
		margin-bottom: 60px;
	}
	
	#faqCat {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-right: 0;
	}

	#faqCat li {
		width: 49%;
		margin: 0 0 10px 0;
		flex-grow: 0;
	}
	
	#faqCat .unilinkWhite a {
		padding: 20px 30px;
		min-width: auto;
		height: auto;
	}
	
}
