@charset "utf-8";

/* ===== イメージエリア ===== */
.page_contents {
  position: relative;
  width: 850px;
  margin: 0 auto;
  text-align: center;
}

.page_contents img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.page_contents h1 {
  position: relative;
}

.page_contents h1 a {
  position: absolute;
  left: 30px;
  bottom: -12px;
}