.page-repair .note {
  color: #666;
}
.page-repair .flow {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-repair .flow {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.page-repair .flow div {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .page-repair .flow div {
    width: 47%;
  }
}
.page-repair .flow figure {
  background-color: #f2f2f2;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-repair .flow figure img {
  width: 50%;
}
.page-repair .flow .title.line-b {
  margin-bottom: .5em;
}
.btn--inquiry, .btn--repair {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 1.5em;
  margin-top: 20px;
  width: 258px;
  height: 50px;
  background: #eda900;
  color: #FFF !important;
  font-weight: bold;
}
.btn--repair {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn--repair {
    margin-bottom: 10px;
  }
}
.btn--repair::before {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain;
  background-image: url(/files/user/images/common/icon_repair.png);
  content: "";
}
.page-repair .telbox {
  text-align: center;
  padding: 24px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
}
.page-repair .telbox h3 {
  font-weight: bold;
  color: #0195CF;
  font-size: 1.6rem;
}
.page-repair .telbox .tel {
  color: #333;
  font-weight: bold;
  font-size: 3rem;
}
.page-repair .telbox .fa-phone {
  font-size: 2.4rem;
}