.faq .cont {
	margin: 57px 10px 0px;
}

.faq .cont+.cont {
	margin: 0 10px 40px;
}

.faq .cont:not(:last-of-type) {
	margin: 57px 10px 40px;
	padding-bottom: 37px;
	border-bottom: 1px solid #eeeeee;
}

.faq .cont_document_text,
.faq .cont_title {
	position: relative;
	padding-left: 50px;
}

.faq .cont_document_text::before,
.faq .cont_title::before {
	position: absolute;
	left: 0;
	top: -3px;
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 37px;
	line-height: 1;
	letter-spacing: 0.05em;
}

.faq .table_title {
	display: table-cell;
	padding-left: 20px;
}

.faq .cont_title {
	line-height: 1.76;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.05em;
}

.faq .cont_title::before {
	content: "Q";
	color: #fc563f;
}

.faq .cont_document a {
	color: #1cbea1;
}

.faq .cont_document p {
	font-size: 17px;
	line-height: 2;
	letter-spacing: 0.05em;
	line-height: 1.76;
	margin-bottom: 0.8em;
}

.faq .cont_document_text {
	display: none;
	margin-bottom: 20px;
}

.faq .table_area {
	margin: 50px 0;
}

.faq .table_area .table_wrap {
	display: table-row;
}

.faq .table_area .table_wrap [rowspan] {
	width: 150px;
}

.faq .table_area .table_wrap .table_doc:last-of-type {
	width: 190px;
	text-align: right;
}

.faq .table_area .table_doc {
	display: table-cell;
	width: auto;
	border-bottom: 2px solid #ffc927;
}

.faq .cont_document_text::before {
	content: "A";
	color: #1cbea1;
}

.faq .toggleBtn {
	text-align: center;
	line-height: 1;
	margin-top: 22px;
	padding-bottom: 30px;
	text-align: center;
	padding-left: 16px;
	position: relative;
	width: 7em;
	left: 50%;
	transform: translateX(-50%);
}

.faq .toggleBtn:hover {
	cursor: pointer;
}

.faq .toggleBtn::before,
.faq .toggleBtn::after {
	position: absolute;
	content: "";
	display: inline-block;
	top: 50%;
	left: 0px;
	width: 21px;
	height: 1px;
	background-color: #13b5b1;
}

.faq .toggleBtn::before {
	transform: translate(0%, -50%);
}

.faq .toggleBtn::after {
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
	zoom: 1;
	transform: translate(0%, -50%) rotate(90deg);
}

.faq .toggleBtn-open,
.faq .toggleBtn-close {
	position: absolute;
	width: 7em;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
	zoom: 1;
}

.faq .toggleBtn-close {
	opacity: 0;
}

.faq .toggleBtn-open {
	opacity: 1;
}

.faq .cont.open .cont_document_text {
	display: block;
}

.faq .cont.open .toggleBtn::after {
	top: 50%;
	left: 11px;
	transform: translate(-50%, -50%) rotate(0deg);
}

.faq .cont.open .toggleBtn-close {
	opacity: 1;
}

.faq .cont.open .toggleBtn-open {
	opacity: 0;
}

.faq .cont a[target=_blank]::after {
	content: "";
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	margin-left: 2px;

}

.faq .cont .blank_icon::after {
	background: url('../img/common/icon_link.svg') no-repeat center top / contain;
}

.faq .cont .pdf_icon::after {
	background: url('../img/common/pdf_icon.png') no-repeat center bottom / contain;
}


/* ---------------------------------------------
 	sp
---------------------------------------------- */
@media (max-width: 1000px) {
	.faq .table_area {
		overflow: auto;
	}

	.faq .table_area table {
		min-width: 850px;
	}
}

@media (max-width: 767px) {
	.faq .cont {
		margin: 20px 0 0px;
	}

	.faq .cont:not(:last-of-type) {
		padding-bottom: 20px;
		margin: 20px 0 20px;
	}

	.faq .cont+.cont {
		margin: 20px 0px 0px;
	}

	.faq .cont_title {
		font-size: 15px;
		padding-left: 35px;
	}

	.faq .cont_title::before {
		font-size: 28px;
	}

	.faq .table_color_one .table_title {
		display: table-cell;
	}

	.table_title,
	.table_doc {
		width: auto;
		padding: 13px 0;
	}

	.faq .cont_document p {
		font-size: 15px;
	}

	.faq .cont_document_text {
		padding-left: 35px;
	}

	.faq .cont_document_text::before {
		font-size: 28px;
	}

	.faq .list_background {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

/* QRコード追加 */
.qr_img {
	margin-bottom: 20px;
	display: block;
}

.qr_img img {
	width: 85px;
}

@media (max-width: 400px) {
	.qr_img {
		display: none;
	}
}