@charset "UTF-8";
#faq .p-bnr {
  background-color: #F9F2F1;
}

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {
#faq .system-list {
	display: grid;
	gap: 23px 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(85%, 1056px);
  position: relative;
}

#faq .system-list li {
	background: #FFFFFE;
	border-radius: 16px;
	padding: 16px 16px;
}

#faq .system-list li .top {
	display: grid;
	gap: 0 16px;
	grid-template-columns: 40px minmax(0, 1fr);
	margin-bottom: 19px;
}

#faq .system-list li .top span {
	background: #E3899F;
	border-radius: 999px;
	color: #FFFFFE;
	font-size: 20px;
	height: 40px;
	width: 40px;
}

#faq .system-list li .top span {
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	padding-block: 8px;
	text-align: center;
}

#faq .system-list li .top .system-ttl {
	font-size: 20px;
}

#faq .system-list li .top .system-ttl {
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.6;
	padding-block: 4px 0;
}

#faq .system-list li .bottom {
	display: grid;
	gap: 0 16px;
	grid-template-columns: 40px minmax(0, 1fr);
}

#faq .system-list li .bottom span {
	background: #FFFFFE;
	border: 1px solid #E3899F;
	border-radius: 999px;
	color: #E3899F;
	font-size: 20px;
	height: 40px;
	width: 40px;
}

#faq .system-list li .bottom span {
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	padding-block: 8px;
	text-align: center;
}

#faq .system-list li .bottom .wysiwyg {
  margin-bottom: 0;
}

#faq .system-list li .bottom .wysiwyg p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75;
	padding-block: 8px 0;
	margin-bottom: 0;
  color: #594A4E;
}

}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#faq .system-list {
	margin-inline: auto;
	width: min(95%, 92.2vw);
	display: grid;
	grid-template-columns: repeat(1,minmax(0, 1fr));
	gap: 2vw 0;
}

#faq .system-list li {
	background: #FFFFFE;
	border-radius: 3.865vw;
	display: grid;
	gap: 4.932vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding: 3vw 4vw;
}

#faq .system-list li .top {
	display: grid;
	gap: 0 3.865vw;
	grid-template-columns: 9.6vw minmax(0, 1fr);
}

#faq .system-list li .top span {
	background: #E3899F;
	border-radius: 241.304vw;
	color: #FFFFFE;
	font-size: 4.831vw;
	font-weight: 700;
	height: 9.662vw;
	letter-spacing: 0.025em;
	line-height: 1;
	padding-block: 1.932vw;
	text-align: center;
	width: 9.662vw;
	position: relative;
	top: 1vw;
}

#faq .system-list li .top .system-ttl {
	font-size: 4.831vw;
}

#faq .system-list li .top .system-ttl {
	font-size: 4.831vw;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.6;
	padding-block: 0.966vw 0;
}

#faq .system-list li .bottom {
	display: grid;
	gap: 0 3.865vw;
	grid-template-columns: 40px minmax(0, 1fr);
}

#faq .system-list li .bottom span {
	font-size: 4.831vw;
}

#faq .system-list li .bottom span {
	background: #FFFFFE;
	border: 1px solid #E3899F;
	border-radius: 241.304vw;
	color: #E3899F;
	font-size: 4.831vw;
	font-weight: 700;
	height: 9.662vw;
	letter-spacing: 0.025em;
	line-height: 1;
	padding-block: 1.932vw;
	text-align: center;
	width: 9.662vw;
	position: relative;
	top: 2vw;
}

#faq .system-list li .bottom .wysiwyg {
  margin-bottom: 0;
}

#faq .system-list li .bottom .wysiwyg p {
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75;
	padding-block: 1.932vw 0;
  margin-bottom: 0;
  color: #594A4E;
}
}