@charset "UTF-8";
/* CSS PC/SP共通レイアウト */

#faq{
	font-size: 15px;
}





/* コンテンツ幅 */
#faq .contents{
	max-width:900px;
	width: 100%;
	margin:0 auto;
}





/* タイトル */
#faq .title{
	text-align: center;
	font-size: 34px;
	font-weight: 600;
	margin: 95px 0px;
	margin-bottom: 65px;
}





/* よくある質問 */
#faq .question{
	width: 100%;
	height: auto;
}

#faq .qa{
	margin-bottom: 77px;
}

#faq .qa_title{
	font-size: 20px;
	font-weight: 600;
	border-bottom: 2px solid #000000;
	padding-bottom: 8px;
}

#faq .qa-1 {
	max-width: 100%;
	border-bottom: 2px dashed #000000;
}

#faq .qa-1_white{
	background-color: #ffffff;
}

#faq .qa-1 summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 20px 0px;
	padding-left: 80px;
	padding-right: 20px;
	color: #000000;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	line-height: 28px;
}

#faq .qa-1_title_01 {
	color: #000000;
}

#faq .qa-1 summary::before,
#faq .qa-1 div.answer_content::before {
	position: absolute;
	left: 1em;
	font-weight: 600;
	font-size: 1.3em;	
}

#faq .qa-1 summary::before {
	color: #000000;
	content: "Q .";
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
}

#faq .qa-1 summary::after {
	color: #000000;
	content: "+";
	font-size: 35px;
	font-weight:lighter;
}

#faq .qa-1[open] summary::after {
	color: #000000;
	content: "‐";
	font-size: 50px;
	text-align: center;
	margin-top: -22px;
}
#faq .qa-1 summary:hover{
	opacity: 0.7;
}


#faq .qa-1 div.answer_content {
	position: relative;
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 60px;
	padding-right: 20px;
	font-size: 16px;
}

#faq .qa-1[open] div {
	transform: none;
	opacity: 1;	
}

#faq .qa-1 div.answer_content::before {
	color: #000000;
	content: "A .";
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	margin-top: -4px;
	margin-left: -20px;
}

#faq .a_01{
	padding: 0px 20px;
}
#faq .faq_item{
	background-color: #F0F0EC;
}
#faq .faq_item:nth-child(even){
	background-color: #ffffff;
}

/* トップへ戻るボタン */
#faq .top_btn{
	margin-top: 100px;
	margin-bottom: 140px;
}

/*--------------------------------------------------*
 *   2026/04/21追加css
 *--------------------------------------------------*/
 #faq .tab {
	width: 660px;
	margin: 0px auto 50px;
}
#faq .tab ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
#faq .tab ul li {
	width: 200px;
	margin: 0px 30px 30px 0px;
}
#faq .tab ul li:nth-child(3n) {
	margin-right: 0px;
}
#faq .tab ul li a {
	display: block;
	height: 70px;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	background-color: #f0f1ec;
	border: 1px solid #00c8dc;
	position: relative;
}
#faq .tab ul li a:hover {
	color: #FFF;
	opacity: 1.0;
	background-color: #00c8dc;
}
#faq .tab ul li a span {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform : translateY(-50%);
	-webkit-transform : translateY(-50%);
	margin: 0px auto;
	text-align: center;
}
#faq .tab ul li.active a {
	color: #FFF;
	background-color: #00c8dc;
}


/* スマホレイアウト */
@media (max-width: 1024px) {
	
	#faq{
		font-size: 14px;
	}

	
	
	
	
	/* タイトル */
	#faq .title{
		text-align: center;
		font-size: 26px;
		margin-top: 65px;
		margin-bottom: 60px;
	}
	
	
	
	
	
	/* よくある質問 */
	#faq .qa{
		margin-bottom: 50px;
	}
	
	#faq .qa-1 {
		border-bottom: none;
	}
	
	#faq .qa_border{
		border-bottom: 2px dashed #000000;
		margin: 0px 15px;
	}

	#faq .qa_title{
		font-size: 18px;
		padding-bottom: 5px;
		border-bottom: 3px solid #000000;
		margin: 0 15px;
	}

	#faq .qa-1 summary {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 20px 0px;
		padding-left: 40px;
		padding-right: 0px;
		color: #000000;
		font-size: 15px;
		font-weight: 600;
		cursor: pointer;
		line-height: 25px;
		margin: 0 15px;
	}
	
	#faq .qa-1_title_01 {
		color: #000000;
	}
	
	#faq .qa-1_title {
		color: #000000;
	}


	#faq .qa-1 summary::before,
	#faq .qa-1 p::before {
		position: absolute;
		left: 1em;
		font-weight: 600;
		font-size: 1.3em;	
	}

	#faq .qa-1 summary::before {
		color: #000000;
		content: "Q .";
		border-radius: 50%;
		width: 35px;
		height: 35px;
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		margin-left: -25px;
	}

	#faq .qa-1 summary::after {
		color: #000000;
		content: "+";
		font-size: 35px;
		font-weight:lighter;
	}

	#faq .qa-1[open] summary::after {
		color: #000000;
		content: "-";
		font-size: 50px;
		text-align: center;
		margin-top: -22px;
	}

	#faq .qa-1 div.answer_content {
		position: relative;
		padding-top: 0px;
		padding-bottom: 25px;
		padding-left: 0px;
		padding-right: 0px;
		font-size: 14px;
		margin: 0 15px;
	}

	#faq .qa-1[open] div.answer_content {
		transform: none;
		opacity: 1;	
	}

	#faq .qa-1 div.answer_content::before {
		color: #000000;
		content: "A .";
		border-radius: 50%;
		width: 35px;
		height: 35px;
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		margin-top: -4px;
		margin-left: -65px;
	}

	#faq .a_01{
		padding: 0px 40px;
		padding-right: 60px;
	}
	#faq .faq_item{
		background-color: #F0F0EC;
	}
	#faq .faq_item:nth-child(even){
		background-color: #ffffff;
	}
		
	
	
	
	
	/* トップへ戻るボタン */
	#faq .top_btn{
		margin-top: 46px;
		margin-bottom: 80px;
	}

/*--------------------------------------------------*
 *   2026/04/21追加css
 *--------------------------------------------------*/
 #faq .tab {
	width: auto;
	margin: 0px 15px 30px;
}
#faq .tab ul li {
	width: 48%;
	margin: 0px 4% 4% 0px;
}
#faq .tab ul li:nth-child(3n) {
	margin-right: 4%;
}
#faq .tab ul li:nth-child(2n) {
	margin-right: 0px !important;
}
#faq .tab ul li a {
	height: 60px;
	font-size: 14px;
}

}

