/*=======================
メインビジュアル
=======================*/
#faq {
	background-image: url(../img/faq_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*=======================
一覧
=======================*/
#faq_wrap {
	padding-bottom: 1.00rem;
}

/* カテゴリ */
#faq_wrap .cat_list_wrap {
	border: 2px solid #00913a;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	margin-bottom: 0.50rem;
	border-radius: 0.10rem;
}

#faq_wrap .cat_list_wrap .list {
	padding: 0.30rem 0.30rem 0.10rem;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
	#faq_wrap .cat_list_wrap .list {
		padding: 0.20rem 0.20rem 0.10rem;
	}
}

#faq_wrap .cat_list_wrap .list .link {
	width: 25%;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#faq_wrap .cat_list_wrap .list .link {
		width: 100%;
		padding-bottom: 0.20rem;
	}
}

#faq_wrap .cat_list_wrap .list .link a {
	font-size: 0.16rem;
	color: #00913a;
	font-weight: 500;
	text-decoration: none;
}

@media screen and (max-width: 599px) {
	#faq_wrap .cat_list_wrap .list .link a {
		font-size: 0.14rem;
	}
}

#faq_wrap .cat_list_wrap .list .link a:hover {
	opacity: 0.7;
}

#faq_wrap .cat_list_wrap .list .link a::before {
	content: "";
	width: 0.05rem;
	height: 0.07rem;
	background-image: url(../common/img/page_navi_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 0.08rem;
	position: relative;
	top: -0.02rem;
	transition: all 0.3s;
}

#faq_wrap .cat_list_wrap .list .link a:hover::before {
	margin-left: 0.03rem;
}

/* FAQセクション */
#faq_wrap .faq_sec {
	padding: 0.40rem 0 0.60rem;
}

#faq_wrap .faq_sec .faq_sec_title {
	font-size: 0.28rem;
	font-family: 'M PLUS 1p', sans-serif;
	letter-spacing: 0.025em;
	text-align: center;
	padding-bottom: 0.50rem;
	color: #00913a;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	#faq_wrap .faq_sec .faq_sec_title {
		font-size: 0.20rem;
	}
}

#faq_wrap .faq_sec .faq_sec_title span {
	display: block;
	padding-top: 0.15rem;
	font-family: 'Poppins', sans-serif;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	font-weight: 400;
	opacity: 0.3;
}

@media screen and (max-width: 599px) {
	#faq_wrap .faq_sec .faq_sec_title span {
		padding-top: 0.10rem;
		font-size: 0.12rem;
	}
}

#faq_wrap .faq_sec .faq_list {
	padding-bottom: 0.50rem;
}

#faq_wrap .faq_sec .faq_list .title {
	font-size: 0.20rem;
	font-family: 'M PLUS 1p', sans-serif;
	letter-spacing: 0.025em;
	color: #00913a;
	font-weight: 700;
	border-bottom: 2px solid #CCC;
	padding-bottom: 0.15rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#faq_wrap .faq_sec .faq_list .title {
		font-size: 0.16rem;
		line-height: 1.55;
		padding-bottom: 0.10rem;
	}
}

#faq_wrap .faq_sec .faq_list .title::before {
	content: "Q.";
	display: inline-block;
	padding-right: 0.10rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

#faq_wrap .faq_sec .faq_list .title::after {
	content: "";
	width: 2.00rem;
	height: 2px;
	background-color: #00913a;
	position: absolute;
	left: 0;
	bottom: -2px;
}

@media screen and (max-width: 599px) {
	#faq_wrap .faq_sec .faq_list .title::after {
		width: 1.00rem;
	}
}

#faq_wrap .faq_sec .faq_list .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.075em;
	padding-top: 0.15rem;
}

@media screen and (max-width: 599px) {
#faq_wrap .faq_sec .faq_list .text {
	font-size: 0.14rem;
	line-height: 1.85;
	letter-spacing: 0.075em;
	padding-top: 0.15rem;
}
}

#faq_wrap .faq_sec .faq_list .text a {
	color: #00913a;
	font-weight: 500;
}
