@charset "UTF-8";

@media screen and (min-width: 768px), print {

	.faq-list {
		margin-top: 60px;
		max-width: 900px;
		margin-inline: auto;
	}

	.faq-item {
		border-bottom: 1px solid #d8d8d8;
	}

	.faq-item:first-of-type {
		border-top: 1px solid #d8d8d8;
	}

	.faq-question {
		align-items: flex-start;
		cursor: pointer;
		display: flex;
		font-size: 16px;
		font-weight: bold;
		gap: 20px;
		letter-spacing: 0.05em;
		line-height: 1.75;
		padding: 24px 20px 24px 0;
		position: relative;
	}

	.faq-question::after {
		content: '';
		border-right: 2px solid #0081b6;
		border-bottom: 2px solid #0081b6;
		display: block;
		height: 8px;
		min-width: 8px;
		position: absolute;
		right: 0;
		top: 30px;
		transform: rotate(45deg);
		transition: transform 0.3s ease;
		width: 8px;
	}

	.faq-item.is-open .faq-question::after {
		top: 34px;
		transform: rotate(-135deg);
	}

	.faq-q-label {
		color: #0081b6;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.4;
		min-width: 32px;
	}

	.faq-answer {
		display: none;
		align-items: flex-start;
		background-color: #f7f9fb;
		border-radius: 4px;
		gap: 20px;
		margin-bottom: 24px;
		padding: 20px 24px;
	}

	.faq-item.is-open .faq-answer {
		display: flex;
	}

	.faq-a-label {
		color: #a5955e;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.4;
		min-width: 32px;
	}

	.faq-answer .wysiwyg {
		font-size: 15px;
		letter-spacing: 0.05em;
		line-height: 1.9;
		padding-top: 2px;
	}

}

@media screen and (max-width: 767px) {

	.faq-list {
		margin-top: 8.696vw;
		padding-left: 6.039vw;
		padding-right: 6.039vw;
	}

	.faq-item {
		border-bottom: 1px solid #d8d8d8;
	}

	.faq-item:first-of-type {
		border-top: 1px solid #d8d8d8;
	}

	.faq-question {
		align-items: flex-start;
		cursor: pointer;
		display: flex;
		font-size: 3.865vw;
		font-weight: bold;
		gap: 3.865vw;
		letter-spacing: 0.03em;
		line-height: 1.7;
		padding: 4.831vw 6.28vw 4.831vw 0;
		position: relative;
	}

	.faq-question::after {
		content: '';
		border-right: 2px solid #0081b6;
		border-bottom: 2px solid #0081b6;
		display: block;
		height: 2.174vw;
		min-width: 2.174vw;
		position: absolute;
		right: 1vw;
		top: 6.28vw;
		transform: rotate(45deg);
		transition: transform 0.3s ease;
		width: 2.174vw;
	}

	.faq-item.is-open .faq-question::after {
		top: 7.246vw;
		transform: rotate(-135deg);
	}

	.faq-q-label {
		color: #0081b6;
		font-size: 5.797vw;
		font-weight: bold;
		line-height: 1.4;
		min-width: 7.246vw;
	}

	.faq-answer {
		display: none;
		align-items: flex-start;
		background-color: #f7f9fb;
		border-radius: 4px;
		gap: 3.865vw;
		margin-bottom: 4.831vw;
		padding: 3.865vw 3.623vw;
	}

	.faq-item.is-open .faq-answer {
		display: flex;
	}

	.faq-a-label {
		color: #a5955e;
		font-size: 5.797vw;
		font-weight: bold;
		line-height: 1.4;
		min-width: 7.246vw;
	}

	.faq-answer .wysiwyg {
		font-size: 3.623vw;
		letter-spacing: 0.03em;
		line-height: 1.9;
		padding-top: 0.483vw;
	}

}

/*# sourceMappingURL=style.css.map */
