/* CSS Document */

@charset "utf-8";
@import url("/sysform_parts/ha-res/common/css/style.css");

.formNaiyou {
  background: #fff;
  padding-top: 36px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

input.submit_img,
input.submit_image {
  background: url("/sysform_parts/ha-res/ha-kengaku/img/submit_btn.png")
    no-repeat scroll center center rgba(0, 0, 0, 0);
  background-size: contain;
  height: 80px !important;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  width: 688px !important;
}

@media screen and (max-width: 800px) {
  input.submit_img,
  input.submit_image {
    height: 50px !important;
    width: 95% !important;
  }
}

#jobMsg img {
  height: 80px;
}

@media screen and (max-width: 800px) {
  #jobMsg {
    font-size: small;
  }

  #jobMsg img {
    height: unset;
    width: 95%;
  }
}

#access_info {
  margin: 0 auto;
  width: 60%;
}

#access_info iframe#map {
  border: 0;
  width: 100%;
  height: 300px;
}

#access_info .catch {
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: center;
  /* 水平中心 */
  color: gray;

  margin: 20px;
}

#access_info .catch:before,
#access_info .catch:after {
  border-top: 3px solid;
  content: "";
  width: 1em;
  /* 線の長さ */
  color: #7fcfbe;
}

#access_info .catch:before {
  margin-right: 0.5em;
  /* 文字の右隣 */
}

#access_info .catch:after {
  margin-left: 0.5em;
  /* 文字の左隣 */
}

#access_info .map_detail {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#access_info .map_detail ul {
  text-align: left;
  list-style: none;
}

#access_info .map_detail h4 span {
  color: #7fcfbe;
}

#access_info .map_detail #addr,
#access_info .map_detail #tel,
#access_info .map_detail #access {
  margin: 10px;
}

@media screen and (max-width: 800px) {
  #access_info {
    margin: 0 auto;
    width: 95%;
  }
}
