#home_feature_point {
  .home_feature_point_boxes {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  @media screen and (max-width: 800px) {
    .feature_point_box {
      width: 100%;
      padding: 5px;
    }
  }
  @media screen and (min-width: 800.1px) {
    .feature_point_box {
      width: calc(50% - 20px);
      padding: 15px;
    }
  }

  .feature_point_box {
    position: relative;
    border: 1px solid #eee;
    border-radius: 6px;
    box-sizing: border-box;
    .upper_box {
      .num {
        display: none;
        background: #299adb;
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
        min-width: 2em;
        padding: 0.5em 0;
        text-align: center;
      }
      .icon {
        img {
          display: block;
          max-width: 100%;
          margin: 10px auto;
        }
      }
    }

    .subject {
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4;
      margin: 2rem 0;
    }

    .description {
      line-height: 1.6;
    }
  }
}

/* ご利用のながれ -------------------------------------------------- */

.service_flow_box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  gap: 24px;
  padding: 1.5rem 1.2rem;
  border: 2px solid #91877e;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
}

/* ▼ 下に三角形をつける */
.service_flow_box:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px; /* 三角形を下に出す距離 */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 24px solid #b8aa9d; /* 枠線色に合わせる */
}

.flow_item_img {
  @media only screen and (max-width: 800px) {
    width: 100%;
  }
  img {
    display: block;
    margin: 0 auto;
    width: 180px;
    max-width: 180px;
  }
}
.flow_item_txt {
  flex: 1;
}

.btn_to_contact_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;

  @media only screen and (max-width: 800px) {
    text-align: center;
  }
  margin: 1em 0 0;
  a.btn_to_contact {
    width: fit-content;
    display: inline-flex;
    padding: 0.8em 1.6em;
    border-radius: 2em;
    line-height: 1;
    border: 2px solid #b8aa9d;
    color: #b8aa9d;
    &:hover {
      background-color: #b8aa9d;
      color: #fff;
      text-decoration: none;
    }
  }

  i.icon::before {
    font-style: normal;
    font-family: "footer_bar";
    font-size: 12px;
    margin-right: 0.5em;
  }
  i.icon.icon_mail::before {
    content: "\e906";
  }

  i.icon.icon_tel::before {
    content: "\e90b";
  }
}

.flow_title_wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;

  .flow_num {
    background: #b8aa9d;
    color: #fff;
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1;
    min-width: 2.5rem;
    padding: 0.5rem 0;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
  }
  .flow_title {
    font-size: 1.625rem;
    font-weight: bold;
  }
}
/* ご利用のながれ ここまで */

/* 電話でのお問い合わせ */

.contact_telno_box {
  margin: 4rem 0;
  text-align: center;
  font-weight: normal;

  .contact_tel_no {
    color: #299adb;
    font-size: 2.1rem;
    font-weight: normal;
    text-decoration: none;
  }

  div.contact_tel_no_wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
  }

  a.btn_to_call {
    display: inline-block;
    padding: 0.2rem 0.8rem;
    border-radius: 6px;
    background-color: #299adb;
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none;
    &:hover {
      background-color: #1e7ec8;
      text-decoration: none;
      color: #fff;
    }
  }

  .business_hours {
    font-size: 0.9rem;
    color: #666;
  }
  h3.contact_header {
    font-size: 1.6rem;
    text-align: center;
  }
}

.text-center {
  text-align: center !important;
}
.attention {
  font-size: smaller;
  color: #a66;
}
.sp_only {
  display: none;
  @media only screen and (max-width: 800px) {
    display: block;
  }
}

.dc_data_list {
  padding: 92px 0 0px;
  margin: 0 auto;
}

.dc_data_list dl {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.dc_data_list dd {
  width: calc(100% - 170px);
  padding: 16px 25px 14px;
  @media only screen and (max-width: 800px) {
    width: calc(100% - 80px);
    padding: 8px 12px 14px;
  }
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 2.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dc_data_list dt {
  width: 170px;
  padding: 16px 25px 14px;
  @media only screen and (max-width: 800px) {
    width: 80px;
    padding: 8px 12px 14px;
    letter-spacing: -0.05em;
  }
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 2.2;
  position: relative;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
