@charset "UTF-8";
.request__child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.request__img {
  text-align: center;
  margin-bottom: 20px;
}
.request__img img {
  width: 50%;
  height: auto;
  border: 1px solid #222222;
}
.request__img--noBorder img {
  border: none;
}
.request__list {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.request__subTitle {
  font-weight: 600;
  text-align: center;
}
.request__check {
  margin-top: 10px;
}
.request__check li {
  position: relative;
  padding-left: 0.75rem;
}
.request__check li::before {
  content: "●";
  left: 0;
  position: absolute;
  font-size: 50%;
  color: #666;
}
.request__step-wrap {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 10px;
}
.request__step {
  width: calc((100% - 20px) / 3);
  text-align: center;
}
.request__stepImg {
  width: 80%;
  height: auto;
}
.request__stepTitle {
  color: #e81f20;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.request__stepText {
  font-size: 0.875rem;
  line-height: 120%;
}
.request__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background: #e81f20;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s ease all;
}
.request__btn:hover {
  transform: translate(3px, 3px);
  transition: 0.3s ease all;
}

.blockGroup {
  margin: 50px 0 80px;
}

.contact {
  text-align: center;
  margin-bottom: 30px;
}
.contact span {
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}/*# sourceMappingURL=style-request.css.map */