#main select {
  font: inherit;
}
#main input,
#main textarea {
  width: 100%;
  max-width: 100%;
  font: inherit;
  padding: 0.5em;
  background: #eaf1f5;
}
#main input[name="zip"],
#main input[name="pref"] {
  width: 10em;
}
#main input[name="namae"],
#main input[name="kana"],
#main input[name="tel"],
#main input[name="company"] {
  width: 20em;
}
#main input[name="email"],
#main input[name="email2"],
#main input[name="addr"],
#main input[name="addr2"] {
  width: 100%;
}
#main .form-button {
  text-align: center;
  margin-top: 3rem;
}
#main .form-button > * {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s;
  margin: 0.5em;
}
.mw_wp_form_input .mw-preview,
.mw_wp_form_preview .mw-input {
  display: none !important;
}
#main input[type="radio"] {
  width: auto;
}
label {
  display: inline-block;
}

.page-lower #visual {
  background: url(../images/entry/visual-bg.jpg) center center /cover no-repeat;
}
.page-lower #visual .title:after {
  content: 'Entry / Contact';
}

#main .tel {
  text-align: center;
}
#main .tel .box {
  max-width: 750px;
  padding: 2em;
  background: var(--c-blue2);
  margin-left: auto;
  margin-right: auto;
}

#main .hissu {
  content: '必須';
  display: inline-block;
  width: 3em;
  font-size: 1.4rem;
  color: #fff;
  background: #f00;
  line-height: 1;
  text-align: center;
  padding: .25em 0 .3em;
  margin-top: .1em;
}
#main table.default-2 tr.require th:after {
  content: '必須';
  float: right;
  display: block;
  width: 3em;
  font-size: 1.4rem;
  color: #fff;
  background: #f00;
  line-height: 1;
  text-align: center;
  padding: .25em 0 .3em;
  margin-top: .1em;
}
#main #contact-form {
  margin-top: 80px;
}
@media (max-width:768px) {
  #main #contact-form {
    margin-top: 50px;
  }  
}
