@charset "utf-8";

/* common */
.l-content .fs-19 {
    font-size: 19px;
}

.l-content .color_red {
    color: #d00;
}

.l-content .cvBtn>a {
    width: 350px;
    padding: 14px 0 11px;
    font-size: 17px;
}


/* ancArea */
.l-content .ancArea .ancList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    column-gap: 10px;
}

.l-content .ancArea .ancList>li {
    width: 300px;
}

.l-content .ancArea .ancList>li>a {
    width: 280px;
    font-size: 15px;
    font-weight: bold;
}

/* faq */
.l-content .faqBlock .faqBox .faqQuestion,
.l-content .faqBlock .faqBox .faqAnswer {
  position: relative;
  padding-left: 75px;
}

.l-content .faq .lead {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
}
.l-content .sectionInner {
	width: 930px;
	margin: 30px auto 70px;
}