@charset "utf-8";
/* Copyright 2022 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

よくある質問

------------------------------------------------------------ */

.lead{
	line-height: 2;
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding: 0 20px;
	margin-bottom: 85px;
	text-align: center; 
}

.faq_inner{
	position: relative;
	margin-bottom: 25px;
}

.faq_inner::before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #4B453F 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}

.faq_inner:last-of-type{margin-bottom: 0;}

.faq_inner .question{
	position: relative;
	display: flex;
	padding-bottom: 25px;
}

.faq_inner .question::before{
	content: "";
	display: block;
	width: 3px;
	height: 25px;
	border-radius: 3px;
	background: #807C70;
	position: absolute;
	top: 15px;
	right: 11px;
	transition: transform .3s;
}

.faq_inner .question::after{
	content: "";
	display: block;
	width: 25px;
	height: 3px;
	border-radius: 3px;
	background: #807C70;
	position: absolute;
	top: 26px;
	right: 0;
}

.faq_inner.open .question::before{transform: rotate(90deg);}

.faq_inner .question .icon{
	width: 58px;
	flex: none;
	margin-right: 18px;
}

.faq_inner .question .icon img{
	width: 100%;
	height: auto;
}

.faq_inner .question .txt{
	font-size: 2rem;
	line-height: 1.4;
	display: flex;
    align-items: center;
	padding-right: 60px;
}

.faq_inner .question .btn_faq{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.faq_inner .answer{
	overflow: hidden;
	display: flex;
	height: 0;
}

.faq_inner .answer .icon{
	width: 58px;
	flex: none;
	margin-right: 18px;
}

.faq_inner .answer .icon img{
	width: 100%;
	height: auto;
}

.faq_inner .answer .txt{padding: 14px 60px 25px 0;}

.faq_inner .answer .txt p:not(:last-of-type){margin-bottom: 20px;}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	よくある質問

	------------------------------------------------------------ */
	
	
}/*--@media--*/


@media only screen and (max-width:900px){ /* 表示領域が900px以下の場合に適用するスタイル */

	/* ------------------------------------------------------------

	よくある質問

	------------------------------------------------------------ */

	.lead{
		font-size: 1.6rem;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
	}

	.faq_inner .question::before{
		width: 2px;
		height: 16px;
		border-radius: 2px;
		top: 14px;
		right: 12px;
	}

	.faq_inner .question::after{
		width: 16px;
		height: 2px;
		border-radius: 2px;
		top: 21px;
		right: 5px;
	}

	.faq_inner .question .icon{
		width: 44px;
		margin-right: 6px;
	}

	.faq_inner .question .txt{
		font-size: 1.6rem;
		padding-right: 30px;
	}

	.faq_inner .answer .icon{
		width: 44px;
		margin-right: 6px;
	}
	
	.faq_inner .answer .txt{padding: 12px 30px 25px 0;}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	よくある質問

	------------------------------------------------------------ */
	

}/*--@media--*/

