@charset "UTF-8";
/********************************************************************************

page-faq.css　よくある質問ページcss

********************************************************************************/

/*============================================================
 commonカスタム
*============================================================*/
#page-faq-list #main-contents {
	margin-bottom: 0;
}

/*######################################################################
 一覧
######################################################################*/
#page-faq-list #sec-post-list {
	position: relative;
	background: var(--common-color-background1) url(../images/common/other-link-bg-nami.svg) no-repeat top center / 100% auto;
	padding: 100px 0 80px;
	margin-bottom: 0;
}
#page-faq-list #sec-post-list .category-title {
	font-size: 32px;
	line-height: 1.4;
	font-weight: bold;
	color: var(--common-color-main);
	margin-bottom: 48px;
}
#page-faq-list #sec-other-link {
	background-image: none;
}

@media screen and (max-width: 767px) {
	#page-faq-list #sec-post-list {
		padding: 64px 0 40px;
	}
	#page-faq-list #sec-post-list .category-title {
		font-size: 24px;
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 480px) {
	#page-faq-list #sec-post-list {
		padding-top: 80px;
		background: none;
		background-color: var(--common-color-background1);
	}
	#page-faq-list #sec-post-list:before {
		content: "";
		position: absolute;
		background: url(../images/common/other-link-nami-sp.webp) no-repeat center top / cover;
		top: 0;
		left: 0;
		width: 100%;
		height: 8vw;
	}
}


