@charset "UTF-8";
.main_content > .inner {
  padding: 8.8rem 0 1rem;
}
.contact_content h2 {
  width: 75rem;
}

@media screen and (max-width: 768px) {
  .contact_content h2 {
    width: 100%;
  }
}

.item_block {
  font-size: 2rem;
}
.item_block .asameshimae .checkbox {
  color: #E33C19;
}
.item_block .saisyokuzen .checkbox {
  color: #55AA4E;
}
.item_block .checkbox {
  font-weight: 500;
}
.item_block .set_detail {
  margin-left: 3.4rem;
}
.item_block .set_detail dd {
  font-size: 1.6rem;
}
