.section-submain {
  background: #ccc url(/assets/img/contact/main.jpg) no-repeat center;
  background-size: cover;
}
.section-contact-input {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .section-contact-input {
    padding: 20px 0;
  }
}
.section-contact-input__body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.section-contact-confirm {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .section-contact-confirm {
    padding: 20px 0;
  }
}
.section-contact-confirm__body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.section-contact-confirm .form-group {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 20px;
}
.section-contact-confirm .form-group label {
  margin-right: 20px;
}
.section-contact-confirm .form-btn {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .section-contact-confirm .form-btn {
    display: block;
  }
}
.section-contact-confirm .form-btn .btn {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .section-contact-confirm .form-btn .btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.section-contact-confirm .form-btn .btn-back {
  background: #fff;
  color: #1155a3;
}
.section-contact-confirm .form-btn .btn-back::after {
  content: "arrow_left";
  right: auto;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .section-contact-confirm .form-btn .btn-back {
    margin-top: 20px;
  }
}
.section-contact-finish {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .section-contact-finish {
    padding: 20px 0;
  }
}
.section-contact-finish .form-btn {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .section-contact-finish .form-btn {
    display: block;
  }
}
.section-contact-finish .form-btn a {
  text-decoration: none;
}
.section-contact-error {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .section-contact-error {
    padding: 20px 0;
  }
}
.section-contact-error .form-btn {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .section-contact-error .form-btn {
    display: block;
  }
}
.section-contact-error .form-btn a {
  text-decoration: none;
}

.form-group {
  display: flex;
  margin: 20px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-group {
    display: block;
  }
}
.form-group label {
  width: 200px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .form-group label {
    width: auto;
    text-align: left;
  }
}
.form-group label span {
  font-size: 0.875rem;
  color: #e81123;
}
.form-group__body {
  flex-grow: 1;
}
.form-group input[type=text],
.form-group textarea {
  position: relative;
  background: #fff;
  border: 1px solid #424242;
  border-radius: 2px;
  width: 100%;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-group input[type=text]:hover, .form-group input[type=text]:active, .form-group input[type=text]:focus,
.form-group textarea:hover,
.form-group textarea:active,
.form-group textarea:focus {
  border-color: #1155a3;
  box-shadow: 0 0 0 0.125em rgba(17, 85, 163, 0.25);
  outline: 0;
}
.form-group textarea {
  min-height: 8rem;
  resize: vertical;
}

.form-check {
  text-align: center;
}
.form-check input {
  margin-right: 10px;
}
.form-check a {
  text-decoration: underline;
  color: #e81123;
}
.form-check a:hover {
  text-decoration: none;
}

.invalid-feedback {
  margin-top: 4px;
  font-size: 0.875rem;
  color: #e81123;
}

.form-btn {
  margin-top: 40px;
  text-align: center;
}
.form-btn .btn {
  position: relative;
  cursor: pointer;
  margin: 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-btn .btn:hover, .form-btn .btn:active, .form-btn .btn:focus {
  outline: 0;
}
.form-btn .btn::after {
  content: "arrow_right";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

/*# sourceMappingURL=index.css.map*/