@charset "utf-8";
/* CSS Document */
main {
  margin-top: 312px;
  padding: 45px 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .2);
}
.catch-copy-wrap {
  position: fixed;
  display: block;
  width: 100%;
  height: 250px;
  top: 62px;
  left: 0;
  background-image: url(/institution/health/common/images/common/bg_mainimage.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: contain;
  background-color: #fff;
}
.catch-copy-wrap .catch-copy {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.home .catch-copy-wrap .catch-copy {
  background-image: url(/institution/health/common/images/common/mainimage.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media (max-width: 959px) {
  main {
    margin-top: 212px;
  }
  .catch-copy-wrap {
    height: 150px;
    background-size: 360px 150px;
  }
  .catch-copy-wrap .catch-copy {
    width: 100%;
    padding: 0 15px;
  }
  .home .catch-copy-wrap .catch-copy {
    background-position: right top;
    background-size: 576px 150px;
    margin: 0;
    padding: 0;
  }
}
