.service-page {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  padding: 80px 0 100px;
}

.original-service h1 {
  margin: 0 0 22px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
}

.original-service h1 img {
  width: 45px;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
}

.service-banner {
  width: 100%;
  height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-intro {
  width: 80%;
  margin: 50px 0;
  border: 1px dashed #888;
  border-radius: 10px;
  padding: 20px 40px;
  line-height: 1.9;
  font-weight: 800;
}

.service-form {
  width: 100%;
}

.service-form .form-row {
  display: grid;
  grid-template-columns: 30% 1fr;
  min-height: 60px;
  align-items: center;
}

.service-form .form-row > label:first-child,
.service-form .form-row > span:first-child {
  padding-right: 20px;
  text-align: right;
  font-weight: 800;
}

.service-form .form-row > input:not([type="checkbox"]):not([type="hidden"]):not([type="radio"]),
.service-form .form-row > select,
.service-form .form-row > textarea,
.service-form .submit-row > button,
.service-form .agree-row > label {
  width: 520px !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.service-form input:not([type="checkbox"]):not([type="hidden"]):not([type="radio"]),
.service-form select,
.service-form textarea {
  border: 1px solid #888;
  border-radius: 10px;
  padding: 15px 10px;
  font: inherit;
  line-height: 1.4;
}

.service-form select {
  height: 54px;
  background: #fff;
}

.service-product-row {
  min-height: 150px;
}

.service-product-list {
  display: grid;
  gap: 10px;
  align-content: center;
  position: relative;
  width: 520px;
  max-width: 100%;
  line-height: 1.5;
  text-align: left;
}

.service-product-list label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: start !important;
  text-align: left;
}

.service-product-list input[type="radio"] {
  width: 14px;
  height: 14px;
  margin: 0;
}

.service-product-list span {
  display: block;
  min-width: 0;
  line-height: 1.5;
  word-break: keep-all;
}

.service-textarea-row {
  min-height: 144px;
  align-items: start;
  padding-top: 18px;
}

.service-form textarea {
  height: 100px;
  resize: vertical;
}

.service-agree-row {
  min-height: 88px;
  align-items: start;
  padding-top: 16px;
}

.service-agree-row label {
  line-height: 1.7;
  font-weight: 400;
}

.service-submit-row button {
  border: 1px solid #888;
  border-radius: 10px;
  background: #f7f7f7;
  padding: 15px 10px;
  font: inherit;
  cursor: pointer;
}

.service-notice {
  width: 80%;
  margin: 0 0 18px;
  border-radius: 10px;
  padding: 14px 18px;
  font-weight: 800;
}

.service-notice.success {
  border: 1px solid #bfe3c4;
  background: #eef8ef;
  color: #1f6f2b;
}

.service-notice.error {
  border: 1px solid #efc2c2;
  background: #fff0f0;
  color: #9b1c1c;
}

.trc-button {
  display: inline-block;
  width: 290px;
  max-width: 100%;
  border: 5px solid #fa4d34;
  border-radius: 40px;
  background: #8c4034;
  color: #fff;
  padding: 20px 28px;
  text-align: center;
  font-size: 21px;
  font-weight: 800;
  text-decoration: none;
  box-sizing: border-box;
}

@media (max-width: 760px) {
  .service-page {
    width: calc(100% - 28px);
    padding: 44px 0 70px;
  }

  .original-service h1 {
    font-size: 30px;
  }

  .service-banner {
    height: 150px;
  }

  .service-intro,
  .service-notice {
    width: 100%;
  }

  .service-intro {
    padding: 18px;
  }

  .service-form .form-row {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: auto;
    margin-bottom: 18px;
  }

  .service-form .form-row > label:first-child,
  .service-form .form-row > span:first-child {
    padding-right: 0;
    text-align: left;
  }

  .service-form .form-row > input:not([type="checkbox"]):not([type="hidden"]):not([type="radio"]),
  .service-form .form-row > select,
  .service-form .form-row > textarea,
  .service-form .submit-row > button,
  .service-form .agree-row > label {
    width: 100% !important;
  }

  .service-textarea-row,
  .service-agree-row {
    padding-top: 0;
  }

  .service-product-list label {
    width: 100%;
  }
}
