@charset "utf-8";
.service__lead {
  margin-bottom: 1.4em;
}
.service__section:not(:last-child) {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .service__lead {
    margin-bottom: 2em;
  }
  .service__section:not(:last-child) {
    margin-bottom: 4em;
  }
}
.title_service_detail_fv1 {
  font-size: clamp(1.3rem, 1vw + 0.9rem, 1.6rem);
  font-weight: 700;
  color: #1f3681;
}
.title_service_detail_fv2 {
  font-size: clamp(1.1rem, 0.8vw + 0.85rem, 1.35rem);
  font-weight: 700;
  color: #1f3681;
}
@media print, screen and (min-width: 768px) {
  .title_service_detail_fv1 {
    text-align: center;
  }
  .title_service_detail_fv2 {
    text-align: center;
    margin-bottom: 1.5em;
  }
}
/* 料金例 start */
.price-example_box {
  padding: 5px 0 20px;
  font-weight: 700;
}
.price-example_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin: 0;
  padding: 25px 20px 25px;
  background: #e3edff;
  position: relative;
}
.price-example_list::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 40px solid #e3edff;
  z-index: 1;
}
.price-example_item {
  width: 280px;
  padding: 28px 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.price-example_item .price-example_term {
  margin-bottom: 0.3rem;
  color: #1f3681;
}
.price-example_item .price-example_term span {
  font-size: clamp(0.7rem, 0.4rem + 0.6vw, 0.9rem);
  font-weight: 400;
}
.price-example_item .price-example_value {
  margin: 0;
  color: #1f3681;
  font-size: clamp(1.1rem, 0.7rem + 0.8vw, 1.3rem);
}
/* ＋ */
.price-example_plus {
  display: flex;
  align-items: center;
  color: #1f3681;
  font-size: clamp(2rem, 1.3rem + 1.6vw, 2.5rem);
}
/* 下段 */
.price-example_total {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  margin-top: -1px;
  padding: 65px 20px 30px;
  background: #fafafa;
  color: #1f3681;
  text-align: center;
  font-size: clamp(1.1rem, 0.7rem + 0.8vw, 1.3rem);
}
/* SP */
@media screen and (max-width: 768px) {
  .price-example_list {
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 30px;
  }
  .price-example_list::after {
    bottom: -30px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #e4eeff;
  }
  .price-example_item {
    width: 100%;
  }
  .price-example_plus {
    font-size: clamp(1.5rem, 1rem + 1.3vw, 2rem);
  }
  .price-example_total {
    flex-direction: column;
    align-items: center;
    padding: 60px 20px 30px;
  }
  .price-example_item {
    width: 85%;
  }
}
/* 料金例 end */