
/* ログイン */
#center3 #bread,
#center3 h3.title1 {
  display: none;
}

#center3 .centerbox {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 20px;
}
#center3 .centerbox .center-tl-wrap {
  margin-bottom: 40px;
}
#center3 input[type="button"] {
  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 .centerbox a {
  color: #262626;
  text-decoration: underline;
}
#center3 input[type="button"],
#center3 input[type="button"]:hover {
  display: inline-flex;
  border: none;
  border-radius: 0;
  max-width: 280px;
  background: url("../img/center-link-arw-white.svg") right 20px center no-repeat #B5A046;
  width: 100% !important;
}
#center3 input[type="button"]:hover {
  opacity: .7;
}
#center3 .centerbox table td:first-child {
  background-color: #F7F4EA;
  font-size: 15px;
  font-weight: 500;
}
#center3 .centerbox table tr:first-child {
  display: none;
}
#center3 .centerbox table td {
  border: 1px solid #D8C573;
  padding: 10px;
}
#center3 .centerbox form[name="Login"] table td {
  border-top: 1px solid #D8C573;
}
#center3 .centerbox form[name="Login"] table tr:last-child td {
  border-bottom: 1px solid #D8C573;
}
@media screen and (max-width: 768px) {
  #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;
  }
}







