#main input,
#main textarea {
  width: 100%;
  max-width: 100%;
  font: inherit;
  border: none;
  padding: .4em;
  background: #d4e7f4;
}
#main textarea {
  height: 10em;
}
#main select {
  font: inherit;
}
#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"],
#main input[name="busho"],
#main input[name="position"] {
  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"],
#main input[type="checkbox"] {
  width: auto;
}
label {
  display: inline-block;
}
#main .hissu,
#main .require th:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  font-size: 1.5rem;
  width: 3.75em;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: .25em 0 .3em;
  background: #f00;
}
#main .require th:before {
  content: '必須';
  float: right;
  margin-top: .2em;
}

.page-lower #visual {
  background: url(../images/contact/visual-bg.jpg) center center /cover no-repeat;
}
.page-lower #visual .title-1:before {
  content: 'CONTACT';
}

#main .tel .box {
  padding: 50px;
  background: #eff4f9;
}
#main .box .flex-col-2 {
  gap: 1.5em;
  justify-content: center;
}
#main .box .tel {
  width: 380px;
  display: flex;
  align-items: center;
}
#main .box .tel dt {
  width: 6em;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  color: var(--c-blue);
  padding: .6em 0;
  background: #fff;
  border: 1px solid var(--c-blue);
  margin-right: .5em;
}
#main .box .tel dd {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--c-blue);
}
#main .box .tel dd img {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: .2em;
}
@media (max-width:540px) {
  #main .tel .box {
    padding: 1.5em 1em;
  }
  #main .box .tel dt {
    font-size: 1.4rem;
  }
  #main .box .tel dd {
    font-size: 3.2rem;
  }
  #main .box .tel dd img {
    height: .9em;
  }
}