#main input,
#main textarea {
  width: 100%;
  max-width: 100%;
  font: inherit;
  border: none;
  padding: .5em;
  background: #fff;
  border-radius: 0 1em 0 0;
}
#main select {
  font: inherit;
}
#main input[name="zip"],
#main input[name="pref"] {
  width: 12em;
}
#main input[name="namae"],
#main input[name="kana"],
#main input[name="tel"],
#main input[name="company"],
#main input[name="busho"],
#main input[name="yakushoku"] {
  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/contact/visual-bg.jpg") center center /cover no-repeat;
}
#visual .title-1:before {
  content: 'Contact';
}

#main table.default-2 {
  margin-top: 1.5em;
}

#main .box {
  max-width: 100%;
  width: 960px;
  padding: 1.5em 1em;
  background: #fff;
  border-radius: 0 40px 0 0;
  margin-left: auto;
  margin-right: auto;
}
#main .box .tel-fax {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.75em;
  flex-wrap: wrap;
  font-size: 2.2rem;
  font-family: Helvetica, 'sans-serif';
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  color: var(--c-blue);
}
#main .box .tel-fax .number {
  font-size: 1.7em;
  line-height: 1.2;
}
#main .box .tel-fax .tel {
  font-size: 1.3636em;
}
@media (max-width:1080px) {
  #main .box .tel-fax > * ~ * {
    margin-top: .5em;
  }
}
@media (max-width:920px) {
  #main .box {
    border-radius: 0 1.5em 0 0;
  }
}
@media (max-width:768px) {
  #main .box .tel-fax {
    font-size: 1.8rem;
  }
}
#main .hissu,
#main table.default-2 tr.require th:after {
  display: inline-block;
  width: 3.5em;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: .35em 0 .4em;
  background: #f00;
  margin-top: .4em;
}
#main table.default-2 tr.require th:after {
  content: '必須';
  display: block;
  float: right;
}