#main input,
#main textarea {
  width: 100%;
  max-width: 100%;
  font: inherit;
  border: none;
  padding: .4em;
  background: #f3f3f3;
}
#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"] {
  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 {
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  font-size: 1.4rem;
  font-weight: 400;
  width: 3.5em;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: #f00;
  padding: .25em 0 .3em;
}

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

#main .phone {
  padding-bottom: 120px;
}
@media (max-width:768px) {
  #main .phone {
    padding-bottom: 50px;
  }
}

#main .phone .box {
  padding: 2em;
  background: #eee;
}
#main .phone .box .tel-fax {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .2em;
  column-gap: 2em;
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Rajdhani',sans-serif;
  line-height: 1.33;
  color: var(--c-blue2);
  margin-top: .5em;
}
#main .phone .box .tel-fax b {
  color: var(--c-pink);
}
#main .phone .box .tel-fax .number {
  font-size: 1.6666em;
  color: var(--c-blue);
}
#main .phone .box .tel-fax .fax {
  font-size: 2.2rem;
}
#main .phone .box .tel-fax .fax .number {
  font-size: 1.9em;
}
@media (max-width:768px) {
  #main .phone .box {
    padding: 1.5em 1em;
  }
  #main .phone .box .tel-fax {
    column-gap: 1em;
  }
}