

#main {
  width: 100%;
}

#contents {
  width: min(100% - 32px, 960px);
  margin: 0 auto;
  padding: 32px 0 60px;
}


.mainTitle {
  margin-bottom: 24px;
}

.mainTitle h1 {
  margin: 0;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.4;
}

.contact__formWrap {
  background: #fff;
  padding: clamp(20px, 4vw, 40px);
  border-radius: 8px;
}

.contact__form {
  width: 100%;
}

.form-title {
  margin: 36px 0 20px;
  padding: 12px 16px;
  border-left: 4px solid #397576;
  background: #E6E6E5;
}

.form-title:first-child {
  margin-top: 0;
}

.contact__label {
	padding-top: 12px;
}

.contact__labelText {
  white-space: nowrap;
  margin: 0 24px 18px 0;
  line-height: 30px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group > label:first-child,
.form-group > .form__labelText {
  /*display: block;*/
  margin-bottom: 8px;
  font-weight: 600;
}

.required {
  color: #c62828;
  font-size: .9em;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font: inherit;
  margin-top: 8px;
}

select {
  cursor: pointer;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 6px 8px 0;
  vertical-align: middle;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  margin: 0 18px 8px 0;
  cursor: pointer;
}


input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(0, 100, 180, .18);
  border-color: #666;
}


.form-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}

.form-actions input {
  min-height: 46px;
  padding: 10px 24px;
  border: 1px solid #999;
  border-radius: 4px;
  background: #fff;
  font: inherit;
  cursor: pointer;
}

.form-actions input[type="button"] {
  background: #ffffff;
  color: #333;
  border-color: #333;
  margin-right: 30px;
}

.form-actions input:hover {
  opacity: .85;
}

.form-actions input[type="submit"] {
    background: #333;
    color: #fff;
    border-color: #333;
}



  .sp {
    display: none;
  }
  .block {
  display: block;
  }





@media (max-width: 600px) {
  #contents {
    width: min(100% - 20px, 960px);
    padding: 20px 0 40px;
  }

  .header__inner {
    margin-bottom: 16px;
  }

  .contact__formWrap {
    padding: 20px 16px;
    border-radius: 6px;
  }

  .form-title {
    margin-top: 28px;
    padding: 10px 12px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  input[type="radio"] + label,
  input[type="checkbox"] + label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .form-actions {
    flex-direction: column;
  }

  .form-actions input {
    width: 100%;
  }
  .sp {
    display: block;
  }
}
.super-navbar__content {
  background: #FFFFFF;

}
