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

#main input,
#main textarea {
  width: 100%;
  max-width: 100%;
  font: inherit;
  border: none;
  padding: .5em;
  background: #ededf3;
}
#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;
  margin: 0.5em;
}
.mw_wp_form_input .mw-preview,
.mw_wp_form_preview .mw-input {
  display: none !important;
}
input[type="radio"] {
  width: auto;
}
label {
  display: inline-block;
}

#main .bg {
  background: url("../images/common/bg-1.png") 0 50px no-repeat, url("../images/common/bg-2.png") right center no-repeat;
}
@media (max-width:1599px) {
  #main .bg {
  background: url("../images/common/bg-1.png") 0 50px /25% auto no-repeat,
              url("../images/common/bg-2.png") right center /25% auto no-repeat;
  }
}
@media (max-width:768px) {
  #main .bg {
    background: none;
  }
}


#main .box {
  max-width: 750px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 2em;
  background: #f4f4fa;
  margin: 2em auto 0;
}
#main .box img {
  display: block;
}
@media (max-width:768px) {
  #main .box > * ~ * {
    margin-top: 1em;
  }
}

table.default-2 {
  margin-top: 2em;
}
table.default-2 > tbody > tr > * {
  padding: .75em;
}
table.default-2 > tbody > tr > th {
  vertical-align: middle;
}
table.default-2 > tbody > tr.require th:after {
  content: '必須';
  float: right;
  display: block;
  width: 3em;
  font-size: .9em;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: .25em 0 .3em;
  background: #f00;
}

#main .form-button .btn-2 {
  width: 290px;
  padding: 1.5em;
}

#main .section ~ .section {
  padding-top: 20px;
}
