@charset "UTF-8";
/* コピー */
#h2 {
  margin-top: 2rem !important;
}
p.catch {
  width: fit-content;
  margin: 0 auto;
  margin-top: 4rem;
  padding: 0 0.5rem;
  border-bottom: solid 10px #fff000;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 800;
  font-family: "Noto Sans JP";
  font-feature-settings: "palt";
  box-sizing: border-box;
}
p.catch span {
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 3rem;
  color: #db0c0c;
}
p.catch span.exclamation {
  margin-right: 0.75rem;
  font-size: 3.25rem;
  rotate: 10deg;
  vertical-align: -0.2rem;
}
p.catch + p {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
}

/* 無料診断 */
.width90 {
  width: 90%;
  margin: 0 auto;
}
.ari {
  margin: 2rem 0;
}
.ari > div:first-of-type {
  margin-bottom: 2.5rem;
}
.ari-card {
  position: relative;
  width: 100%;
  padding: 1rem;
  padding-top: 3rem;
  border: solid 3px #e4e4e4;
  border-radius: 0.5rem;
  background-color: #ffffff;
  box-sizing: border-box;
}
.ari-card:not(.last)::after,
.ari-card.four::before {
  position: absolute;
  content: "";
  top: calc(50% - (2.5rem / 2));
  width: 1.25rem;
  height: 2.5rem;
  background-color: #359c00;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.ari-card:not(.last)::after {
  right: -1.9rem;
}
.ari-card.four::before {
  left: -1.9rem;
}
.ari-card span {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: calc(50% - (2rem / 2));
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
  color: #ffffff;
  background-color: #359c00;
  box-sizing: border-box;
}
.ari-card img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.ari-card p {
  color: #111111;
}

.orderNum {
  display: inline-block;
  margin-left: 1rem;
  border: solid 1px #000000;
  line-height: 1;
  box-sizing: border-box;
}
.orderNum span {
  display: inline-block;
  padding: 0.25rem;
  font-weight: normal;
  color: #ffffff;
  background-color: #000000;
}
.orderNum b {
  display: inline-block;
  padding: 0.25rem;
  color: #000000;
  background-color: #ffffff;
}

/* 有料施工 */
.caution {
  margin: 0;
  margin-top: 3rem;
  padding: 0.2rem 0;
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #db0c0c;
}
.caution b {
  display: inline-block;
  margin: 0 0.2rem;
  font-size: 1.5rem;
}
.construct-card {
  width: 30%;
  padding: 1rem;
  border: solid 3px #e4e4e4;
  border-radius: 0.5rem;
  box-sizing: border-box;
}

/* 保証・サービス */
.guarantee {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: dashed 2px #1e51a2;
}
.guarantee > p {
  margin-top: 0;
  text-align: right;
}
p.circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 10rem;
  border-radius: 0.5rem;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 800;
  font-family: "Noto Sans JP";
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  cursor: default;
  user-select: none;
}
p.circle:first-of-type {
  background-color: #359c00;
}
p.circle:last-of-type {
  background-color: #f96c00;
}
.guarantee-card {
  width: calc(20rem + 20rem + 2rem);
  margin: 0 auto;
  padding: 1rem;
  border: solid 3px #e4e4e4;
  border-radius: 0.5rem;
  box-sizing: border-box;
}

/* -------------------------------- */

/* SP */
@media screen and (max-width: 679px) {
  /* コピー */
  #h2 {
    margin-top: 1.25rem !important;
  }
  p.catch {
    margin-top: 1rem;
    border-bottom: none;
    text-align: center;
    font-size: 1.4rem;
  }
  p.catch span {
    display: inline;
    margin: 0 0.15rem;
    border-bottom: solid 4px #fff000;
    font-size: 2rem;
    color: #db0c0c;
  }
  p.catch span.exclamation {
    display: inline-block;
    margin-right: 0.75rem;
    font-size: 2.25rem;
    rotate: 10deg;
    vertical-align: -0.2rem;
  }
  p.catch + p {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
  }

  /* 無料診断 */
  .width90 {
    width: 100%;
  }
  .ari {
    margin-top: 1rem;
  }
  .ari-card {
    padding: 0.5rem;
    padding-top: 3rem;
  }
  .ari-card:has(+ .ari-card) {
    margin-bottom: 2rem;
  }
  .ari-card:not(.last)::after,
  .ari-card.four::before {
    top: auto;
    bottom: -1.65rem;
    left: calc(50% - (1.75rem / 2));
    right: auto;
    width: 1.75rem;
    height: 1rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  /* 有料施工 */
  .caution {
    margin-top: 1.5rem;
  }
  .construct-card {
    width: 100%;
    padding: 0.75rem;
  }
  .construct-card:has(+ .construct-card) {
    margin-bottom: 0.5rem;
  }

  /* 保証・サービス */
  .guarantee {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
  }
  p.circle {
    width: 100%;
    height: 7rem;
    font-size: 2.5rem;
  }
  .guarantee-card {
    width: 100%;
    padding: 0.75rem;
  }
  .guarantee-card:has(+ .guarantee-card) {
    margin-bottom: 0.5rem;
  }
}
