@charset "utf-8";
#title {
	background: url("../img/title04.webp") no-repeat center center / cover;
}
.faq {
	background-color: #F2F2F2;
	width: calc(100% - 2rem - 4em);
	max-width: 1200px;
	margin: 2em auto;
	padding: 2em;
}
.faq h3 {
	font-size: var(--f24);
	text-align: left;
	margin-bottom: 1em;
	position: relative;
	padding-left: 1.3em;
}
.faq h3:before {
	content: 'Q';
	font-size: 1.2em;
	display: block;
	line-height: 1.2;
	position: absolute;
	top: 0;
	left: 0;
}
.faq p {
	padding-left: 1.5em;
	margin-bottom: 0 !important;
}
.faq p strong {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 1.2em;
	display: block;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
.faq p .line {
	color: #06C755;
	font-size: 1.2em;
	font-weight: 700;
}
.faq p.answer {
	position: relative;
}
.faq p.answer strong {
	color: #ED1C24;
	font-size: var(--f24);
	font-weight: 700;
	display: block;
}
.faq p.answer strong:before {
	content: 'A';
	font-size: 1.2em;
	line-height: 1.2;
	position: absolute;
	top: -0.2em;
	left: 0;
}
.faq p.under_line {
	border-bottom: solid 1px #CCC;
	padding-bottom: 1em;
	margin-bottom: 1em !important;
}
.faq ul li {
	display: flex;
	align-items: flex-start;
	margin-left: 1.5em;
}
.faq ul li:before {
	content: '・';
}
.faq.en {
	margin-bottom: 3em;
}

#contact {
	padding-left: 1rem;
	padding-right: 1rem;
}
#contact h3 {
	margin-bottom: 1em;
}
#contact p {
	font-size: var(--f24);
	text-align: center;
}
#contact p span {
	display: inline-block;
}
@media screen and (min-width: 768px) {
	.faq {
		width: 70%;
		padding: 2em 3em;
	}
}
@media screen and (min-width: 960px) {
	.faq {
		padding: 3em 5em;
	}
}