#contents_r {
  margin: 60px auto 0;
  float: none;
  width: 985px;
  margin: 0 auto;
}
table {
  font-family: YuGothic, "Yu Gothic", sans-serif !important;
}
.send-button {
  width: 100px;
  height: 40px;
  font-size: 16px;
  margin-top: 20px;
  background: #ffffff;
  color: #0d64f2;
  border: 2px solid #0d64f2;
  border-radius: 3px;
  font-family: YuGothic, "Yu Gothic", sans-serif !important;
}

.send-button:hover {
  cursor: pointer;
  background: #0d64f2;
  color: #ffffff;
}
#contents_r #page_title h2 {
  font-size: 24px;
  line-height: 24px;
  width: 985px;
  color: #252525;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f1f1f1;
}
#page_main {
  width: 985px;
  font-size: 16px;
  line-height: 26px;
  color: #252525;
  margin: 0;
}
.request {
  font-size: 16px;
  line-height: 16px;
}
.request span{
  padding-left: 8px;
}
.request input,
.request select {
  font-size: 16px;
  line-height: 16px;
  height: 32px;
  box-sizing: border-box;
  border: 1px solid #acacac;
  padding: 0 10px;
  margin: 0 8px;
}
#caution {
  width: 985px;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}