@charset "UTF-8";

/* 高気密・高断熱 */
.quality.highly .point-tag {
  color: #fff;
  padding: 0.25rem 1.5rem;
  margin: 0 0.5rem;
  font-size: 90%;
  border-radius: 4px;
}
.quality.highly .point-tag.comfortable {
  background-color: #00a199;
}
.quality.highly .point-tag.health {
  background-color: #f29600;
}
.quality.highly .point-tag.energy-saving {
  background-color: #458b38;
}

.quality.highly .pt {
  width: 130px;
  height: auto;
}

.quality.highly .border-bottom-dots {
  border-bottom: 2px dotted #00a199;
  min-height: 3.8em;
}
.quality.highly .border-bottom-dots.health {
  border-color: #f29600;
}
.quality.highly .border-bottom-dots.energy-saving {
  border-color: #458b38;
}

.quality.highly .bg-inspection {
  color: #fff;
  background-color: #009db0;
}

.quality.highly .text-inspection {
  color: #009db0;
}

.quality.highly .preferential .preferential-item {
  flex: 0 0 32%;
  width: 32%;
  color: #fff;
  background-color: #8fb721;
  font-weight: bold;
  position: relative;
  height: auto;
  border-radius: 100%;
  border: 1px solid #c6ccb9;
}
.quality.highly .preferential .preferential-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.quality.highly .preferential .preferential-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0;
}

/* 保証・アフター */
.quality.after .target-span .target-span-item {
  flex: 0 0 15%;
  width: 15%;
  color: #fff;
  background-color: #717071;
  font-weight: bold;
  position: relative;
  height: auto;
  border-radius: 100%;
}
.quality.after .target-span .target-span-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.quality.after .target-span .target-span-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2;
}
.quality.after .target-span .target-span-arrow {
  position: relative;
  flex: 1 1 auto;
}
.quality.after .target-span .target-span-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background-color: transparent;
  border-top: 1rem solid transparent;
  border-left: 1rem solid #b4b4b5;
  border-bottom: 1rem solid transparent;
  height: 0;
}
.quality.after .border-dotted {
  border-top: 2px dotted #717071;
}


/* sp only */
@media (max-width: 576px) {
  .responsive-image {
    position: relative;
    height: 35vw;
  }
  .responsive-image > .img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .quality.after .with-annotation {
    margin-bottom: 2.5rem;
  }
  .quality.after .annotation {
    position: absolute;
    left: 0;
    bottom: -100%;
  }
}

/* pc only */
@media (min-width: 576px) {
  .quality.after .target-span .target-span-text {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  .quality.after .target-span .target-span-arrow:before {
    border-top-width: 1.25rem;
    border-left-width: 1.25rem;
    border-bottom-width: 1.25rem;
  }
}
