@charset "UTF-8";
.faq-contents .faq-title{
	text-align: center;
	padding: 45px 0 70px;
}
.faq-contents{
	padding-bottom: 122px !important;
}
.faq-contents .lst-link-anchor {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 44px;
}
.faq-contents .lst-link-anchor + .hdg-lv2-c{
	margin-top: 70px;
}
.faq-contents .hdg-lv2-production{
	margin-top: 120px;
}
.faq-contents .hdg-lv2-production__sub {
	margin-top: 40px;
}
.faq-contents .hdg-lv2-production__sub p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
}
.faq-contents .lst-link-anchor > li {
	line-height: 2;
	margin-right: 0;
}
.faq-contents .lst-link-anchor li a {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
}
.faq-contents .lst-link-anchor > li > a > i {
	padding-right: 8px;
}

.lst-faq{
	margin-top: 40px;
}

.lst-faq .lst-faq__item {
	padding: 40px 0;
}

.lst-faq__question{
	position: relative;
	padding: 0 0 0 44px;
	font-size: 16px;
	line-height: 2;
	cursor: pointer;
	letter-spacing: 0;
}

.lst-faq__question::before{
	content: 'Q';
	font-style: normal;
	font-family: 'Crimson Text', serif;
	position: absolute;
	color: #8F8D86;
	line-height: 1;
	font-size: 22px;
	padding: 5px 4px;
	left: 0;
}

.lst-faq__answer{
	background-color: transparent;
	position: relative;
	padding: 24px 100px 0 44px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0;
}

.lst-faq__answer::before{
	content: 'A';
	color: #8F8D86;
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-size: 24px;
	padding: 4px 3px;
	line-height: 1;
	position: absolute;
	left: 0;
}

.lst-faq .line {
	display: block;
	margin-bottom: 28px;
}
.lst-faq__link {
	margin-top: 8px;
	
}
.lst-faq__link a {
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	line-height: 2;
	color: #4682B4;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-position: from-font;
}
.box-caution {
	margin-top: 120px;
	padding: 40px 44px;
	border: 1px solid #B8B8B8;
}
.box-caution .hdg-lv3-caution {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 24px;
}
.box-caution p {
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
}
.box-caution p + p {
	margin-top: 8px;
}
.box-caution .box-caution__contents + .box-caution__contents {
	margin-top: 40px;
}
.box-caution a {
	line-height: 2;
	color: #4682B4;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-position: from-font;
}
@media screen and (max-width: 767px){
	.lst-faq{
		margin-top: 40px;
	}
	.lst-faq__question{
		padding: 0 0 0 44px;
		font-size: 16px;
		line-height: 2;
	}
	.lst-faq__question::before{
		font-size: 22px;
		left: 0;
	}
	.lst-faq__answer{
		padding: 24px 0 0 44px;
		font-size: 14px;
		line-height: 2;
	}
.lst-faq__answer::before{
	font-size: 24px;
	left: 0;
}
	.faq-contents .faq-title{
		padding: 0 0 53px;
	}
	.faq-contents {
		padding-bottom: 0 !important;
	}
	.faq-contents .lst-link-anchor {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	.faq-contents .lst-link-anchor > li {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.faq-contents .hdg-lv2-c {
		font-size: 22px;
	}
	.faq-contents .lst-link-anchor + .hdg-lv2-c{
		margin-top: 80px;
	}
	.faq-contents .lst-faq__link a {
		display: block;
	}
	.box-caution .box-caution__link-web-catalog {
		margin-top: 40px;
	}
}