@charset "UTF-8";
/* ------------------------------
 よくあるご質問（PC）
------------------------------ */
.cms_text.toggle {
	position: relative;
	margin-bottom: 10px;
	padding: 24px 63px 24px 70px;
	background: url(../img/linedot_bg.svg) repeat 0 0 / 30px 30px;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
}
.cms_text.toggle::before {
	content: "";
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 21px;
	background-color: #00a0e9;
}
.cms_text.toggle::after {
	content: "";
	display: block;
	position: absolute;
	right: 21px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 21px;
	height: 3px;
	background-color: #00a0e9;
}
.cms_text.toggle.active::before {
	display: none;
}
.cms_text.toggle p:before {
	content:"Q";
	display: block;
	position: absolute;
	top: 21px;
	left: 20px;
	color: #fff;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #1f1f1f;
	font-family: "Outfit", sans-serif;
	font-size: 2.4rem;
	line-height: 37px;
	font-weight: 500;
	text-align: center;
}
.cms_text.toggle_box {
	display: none;
	position: relative;
	margin-bottom: 0;
	padding: 10px 20px 22px 70px;
}
.cms_text.toggle_box p {
	position: relative;
}
.cms_text.toggle_box p:before {
	content:"A";
	display: block;
	position: absolute;
	top: -5px;
	left: -50px;
	color: #fff;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #00a0e9;
	font-family: "Outfit", sans-serif;
	font-size: 2.4rem;
	line-height: 37px;
	font-weight: 500;
	text-align: center;
}
@media print, screen and (min-width: 768px) {
}
/* ------------------------------
 よくあるご質問（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_text.toggle {
		padding: 12px 32px 12px 48px;
		background: url(../img/linedot_bg_sp.svg) repeat 0 0 / 24px 24px;
		font-size: 1.6rem;
	}
	.cms_text.toggle::before {
		right: 16px;
		width: 3px;
		height: 17px;
	}
	.cms_text.toggle::after {
		right: 9px;
		width: 17px;
		height: 3px;
	}
	.cms_text.toggle p:before {
		top: 11px;
		left: 11px;
		width: 30px;
		height: 30px;
		font-size: 1.8rem;
		line-height: 29px;
	}
	.cms_text.toggle_box {
		padding: 6px 0 22px 48px;
	}
	.cms_text.toggle_box p:before {
		top: -2px;
		left: -37px;
		width: 30px;
		height: 30px;
		font-size: 1.8rem;
		line-height: 29px;
	}
}