@charset "UTF-8";

section.faq {
	padding: 60px 0;
}

section.faq h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 45px;
}

section.faq h2 span {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 16px;
}

section.faq div.area-q {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

section.faq div.area-q div.image {
	margin: 0 10px 10px 0;
}

section.faq div.area-q img {
	display: block;
	width: 40px;
	height: 40px;
}

section.faq div.area-q p {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 20px;
}

section.faq div.area-a p {
	margin-bottom: 30px;
}

section.faq div.area-a p:last-child {
	margin-bottom: 0;
}

section.faq div.area-a {
	margin-bottom: 45px;
}

section.faq div.area-a:last-child {
	margin-bottom: 0;
}


/* デスクトップ用 */
@media(min-width:700px) {
	section.faq {
	padding: 100px 0;
	}
	section.faq h2 {
	font-size: 36px;
	margin-bottom: 80px;
	}
}
