@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

/* ==========================================================================
   Faq
========================================================================== */
.faq-list > .ttl {
	margin-bottom: 1em;
}
.faq-list .faq__q {
	line-height: 1.8;
	letter-spacing: 0;
    padding-left: 5.2rem;
    position: relative;
}
.faq-list .faq__a {
	background-color: #F2F4F7;
	padding: 1.5em 1em 2.5em 5.2rem;
	letter-spacing: 0;
	position: relative;
}

.faq-list .faq__q .label {
	font-family: 'Roboto', sans-serif;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 2.5rem;
    position: absolute;
    left: 1.2rem;
    color: #B4B4B4;
}

.faq-list .faq__a .label {
	font-family: 'Roboto', sans-serif;
	font-size: 1.7rem;
	line-height: 2.6rem;
	font-weight: 600;
    position: absolute;
    left: 1.6rem;
    color: #860000;
}