#main input,
#main textarea {
  width: 100%;
  max-width: 100%;
  font: inherit;
  border: none;
  padding: .4em;
  background: #ebeff3;
}
#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="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"],
#main input[type="checkbox"] {
  width: auto;
}
label {
  display: inline-block;
}
#main .hissu,
#main table.default tr.require th:after {
  display: inline-block;
  vertical-align: middle;
  margin-right: .4em;
  font-size: 1.6rem;
  width: 3.5em;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: .25em 0 .3em;
  background: #f00;
}
#main table.default tr.require th:after {
  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';
}

body {
  background: #f0f2f3;
}
.body {
  width: 1080px;
}
#main > div {
  background: url(../images/common/bg-1.png) 0 0 /100% auto no-repeat;
}

#main .phone .box {
  padding: 2.5em;
  background: #fff;
}
#main .phone .box .tel-fax {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
  column-gap: 2em;
}
#main .phone .box .tel-fax img {
  margin-right: .25em;
}
#main .phone .box .tel-fax > * {
  display: flex;
  align-items: center;
  font-size: 5rem;
}
#main .phone .box .tel-fax .number {
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  color: #000;
}
#main .phone .box .tel-fax .fax .number {
  font-size: .84em;
}
@media (max-width:768px) {
  #main .phone {
    padding-bottom: 0;
  }
  #main .phone .box {
    padding: 1em;
  }
  #main .phone .box .tel-fax > * {
    font-size: 4.2rem;
  }
  #main .phone .box .tel-fax img {
    max-height: .8em;
  }
}

#main table.default tr th {
  position: relative;
  line-height: 1.39;
}
#main table.default tr th:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#main .form .box {
  padding: 3em;
  background: #fff;
  margin-top: 2em;
}
@media (max-width:768px) {
  #main .form .box {
    padding: 1em;
  }
}