@charset "UTF-8";

/* contact */

.contact_line_btn {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border: 1px solid;
  padding: 0 30px;
  letter-spacing: 0.075em;
}

.mail_txt {
  color: red;
  font-size: 12px;
  text-align: right;
}

.mail dl dt {
  background-color: #f5f5f5;
  padding: 5px 10px;
}

.mail dl dt i {
  color: red;
  font-size: 12px;
  margin-right: 3px;
  font-style: normal;
}

.mail dl dd {
  padding: 5px 0 20px;
  display: flex;
  position: relative;
}

.mail dl dd input {
  border-bottom: 1px solid;
  width: 100%;
}

.mail dl dd input+input {
  margin-left: 20px;
}

.mail dl dd input[type="checkbox"] {
  width: inherit;
  margin: 3px;
}

.mail dl dd textarea {
  border: 1px solid;
  width: 100%;
  margin-top: 10px;
}

.page_contact [type="button"] {
  width: 260px;
  background: #000;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin: 20px auto 0;
  display: block;
}

.error_blank {
  position: absolute;
  color: red;
  font-size: 12px;
}

@media (max-width: 992px) {
  .page_contact .ttl_primary {
    font-size: 2rem;
  }
  .page_contact .ttl_primary_sub {
    font-size: 1.6rem;
    margin-bottom: 10px
  }
  .mail dl dd input+input {
    margin-left: 10px;
  }
}

.mail {
  min-height: 80vh;
}