.under_mv {
  background: url("../images/mv_faq.jpg") center center/cover;
}
@media all and (max-width: 767px) {
  .under_mv {
    background: url("../images/mv_faq_sp.jpg") center center/cover;
  }
  .under_mv h1 {
    padding: 47px 0;
  }
}

.img_faq {
  position: absolute;
  right: 30px;
  bottom: -60px;
  width: 190px;
}
.img_faq img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .img_faq {
    display: none;
  }
}

.flow1 .ttl_bx1, .flow2 .ttl_bx1 {
  margin-bottom: 20px;
}
.flow1 .arw, .flow2 .arw {
  width: 36px;
  height: auto;
  margin: 15px auto;
}
.flow1 .arw img, .flow2 .arw img {
  width: 100%;
}
.flow1 .inb, .flow2 .inb {
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  padding: 24px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 0 20px;
}
.flow1 .ttl_line, .flow2 .ttl_line {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 0 15px;
}
.flow1 .ttl_line .num, .flow2 .ttl_line .num {
  border-radius: 100px;
  padding: 3.5px 10px;
  color: white;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  background: #6795BB;
}
.flow1 .ttl_line .ttl, .flow2 .ttl_line .ttl {
  font-size: 2rem;
  font-weight: 700;
}
.flow1 .txt, .flow2 .txt {
  margin-top: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.flow1 .btn_sq, .flow2 .btn_sq {
  display: block;
  text-decoration: none;
  color: white;
  margin: 20px 0 0 0;
  text-align: center;
  padding: 13px 10px;
  border-radius: 8px;
  background: #0994D4;
  width: 300px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.flow1 .btn_sq:hover, .flow2 .btn_sq:hover {
  opacity: 0.6;
}
@media all and (max-width: 900px) {
  .flow1 .inb, .flow2 .inb {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .flow1 .img, .flow2 .img {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .flow1 .arw, .flow2 .arw {
    width: 30px;
  }
  .flow1 .inb, .flow2 .inb {
    padding: 16px;
    gap: 16px 0;
  }
  .flow1 .ttl_line, .flow2 .ttl_line {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .flow1 .ttl_line .num, .flow2 .ttl_line .num {
    padding: 4px 10px;
    line-height: 1.4;
    font-size: 1.6rem;
    width: 100px;
  }
  .flow1 .ttl_line .ttl, .flow2 .ttl_line .ttl {
    margin: 10px 0 10px 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .flow1 .txt, .flow2 .txt {
    margin-top: 0;
    font-size: 1.4rem;
  }
  .flow1 .btn_sq, .flow2 .btn_sq {
    display: block;
    text-decoration: none;
    color: white;
    margin: 20px 0 0 0;
    text-align: center;
    padding: 13px 10px;
    border-radius: 8px;
    background: #0994D4;
    width: 300px;
    font-weight: bold;
    transition: all 0.3s ease;
  }
  .flow1 .btn_sq:hover, .flow2 .btn_sq:hover {
    opacity: 0.6;
  }
}

.flow2 {
  margin: 120px 0 0 0;
}
@media all and (max-width: 767px) {
  .flow2 {
    margin: 60px 0 0 0;
  }
}

/*# sourceMappingURL=flow.css.map */
