
/* お問い合わせ */
#center3 h3.title1 {
  display: none;
}

#center3 .centerbox {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 20px;
}
#center3 .centerbox .contact-message {
  margin-bottom: 60px;
}
#center3 .centerbox .contact-message .center-tl-wrap {
  margin-bottom: 40px;
}
#center3 .centerbox .contact-message ul {
  display: flex;
  justify-content: center;
  gap: 0 15px;
}
#center3 .centerbox .contact-message ul li {
  flex: 1;
  max-width: 280px;
}
#center3 input[type="button"],
#center3 .centerbox .contact-message ul li a {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/center-link-arw-white.svg") right 20px center no-repeat #926A8C;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  height: 56px;
  width: 100%;
  transition-duration: .3s;
}
#center3 table {
  margin-bottom: 48px;
}
#center3 input[type="button"],
#center3 input[type="button"]:hover {
  display: inline-flex;
  border: none;
  border-radius: 0;
  max-width: 280px;
}
#center3 input[type="button"],
#center3 input[type="button"]:hover {
  background: url("../img/center-link-arw-white.svg") right 20px center no-repeat #B5A046;
}
#center3 input[value="キャンセル"],
#center3 input[value="キャンセル"]:hover {
  background: url("../img/center-link-arw-white.svg") right 20px center no-repeat #ADADAD;
}
#center3 input[type="button"]:hover {
  opacity: .7;
}

#center3 .centerbox .contact-message ul li a:hover {
  text-decoration: none;
  opacity: .7;
}
#center3 .centerbox .contact-message p {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 2em;
  font-size: 15px;
}

#center3 .centerbox table th {
  background-color: #F7F4EA;
  font-size: 15px;
}
#center3 .centerbox table th,
#center3 .centerbox table td {
  border: 1px solid #D8C573;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  form[name$="FORM"]~tbody #center3 .layoutp3 table td {
    border: 1px solid #D8C573;
    border-top: none;
    margin-bottom: 10px;
  }
  #center3 .centerbox .contact-message {
    margin-bottom: 40px;
  }
  #center3 table {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #center3 .centerbox .contact-message ul {
    display: block;
  }
  #center3 .centerbox .contact-message ul li {
    margin: 5px auto;
  }
}







