@charset "UTF-8";

#under_main.request {
  background: url(../images/bg-request.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 30%;
}



/* =======================================================
* request_form
======================================================= */
.request_form .policy {
  margin-top: 50px;
  height: 300px;
  overflow-x: scroll;
  padding: 20px 40px;
  box-sizing: border-box;
  border: 1px solid #999;
}

@media screen and (max-width:768px) {
  .request_form .policy {
    margin-top: 40px;
    height: 240px;
    padding: 15px 30px;
  }
}
