.faqBottom {
  margin: 80px auto 0px;
  border-top: 1px solid #CCCCCC;
}
.faqBottom .gridArea {
  max-width: 1440px;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr max-content 1fr max-content 1fr;
}
.faqBottom .gridArea .content .wrap {
  padding: 24px 0;
  width: 90%;
  max-width: 432px;
  margin: 0 auto;
}
.faqBottom .gridArea .content .wrap .imgArea {
  padding-bottom: 16px;
}
.faqBottom .gridArea .content .wrap .innerWrap {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.faqBottom .gridArea .line {
  height: 100%;
  width: 1px;
  background: #CCCCCC;
}

@media screen and (max-width: 900px) {
  .faqBottom .gridArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .faqBottom .gridArea .line {
    width: 100%;
    height: 1px;
  }
}
.commonBottomCtaArea {
  background-image: url(../../shared/images/flow_bk.jpg);
}

@media screen and (max-width: 767px) {
  .commonBottomCtaArea {
    background-image: url(../../shared/images/flow_bk_sp.jpg);
  }
}/*# sourceMappingURL=style.css.map */