@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "sans-serif";
  height: 100vh;
}
header {
  height: 3rem;
  width: 80%;
  padding: 0 10%;
  display: flex;
  align-items: center;
  background-color: white;
}
img.corp_logo {
  width: 145px;
  height: 32px;
}
.movie_title {
  text-align: center;
  height: 80%;
}
.back_button {
  height: 20%;
  padding: 0 10%;
}
.movie_title {
  text-align: center;
  height: 85%;
}
.back_button {
  height: 15%;
  padding: 0 10%;
}
.back_button p {
  margin: 0;
}
p {
  margin: 0;
  color: white;
}
div#top_image {
  height: 15rem;
  background-image: url("http://www.osakimedical.co.jp/item/ICbox/images/topImage.jpg");
  background-size: cover;
}
.movie_title {
  display: table;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
footer p {
  text-align: center;
  font-size: x-small;
  line-height: 2.5vh;
}
footer {
  position: fixed;
  background-color: #005ead;
  width: 100%;
  height: 2.5vh;
  bottom: 0;
}
h3 {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-size: x-large;
  padding: 0.5em 0;
  border-top: solid 3px purple;
  border-bottom: solid 3px purple;
  color: purple;
}
div#content {
  max-width: 850px;
  margin: 0 auto;
}
div#movie {
  margin: 5vh 0 0;
}
h4 {
  font-size: larger;
  padding-left: 0.5rem;
  border-left: solid 5px mediumpurple;
}
h2 {
  display: table-cell;
  vertical-align: middle;
  color: white;
}
.main {
  padding: 10% 0;
}
div#wrapper {
  background-image: url("http://www.osakimedical.co.jp/item/ICbox/images/bg-image.png");
  background-position-x: center;
  background-position-y: bottom;
  background-attachment: fixed;
  background-size: cover;
}
iframe {
  width: 850px;
  height: 480px;
  border-right: solid 1px #000 !important;
  border-left: solid 1px #000 !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
img.movie {
  max-width: 850px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width:755px) {
  header {
    height: 4rem !important;
  }
  img.corp_logo {
    width: auto !important;
    height: 33% !important;
    margin: 0 auto !important;
  }
  div#top_image {
    height: 10rem !important;
    background-position-x: -500px !important;
  }
  h2 {
    font-size: x-large !important;
  }
  .back_button p {
    font-size: large !important;
  }
  .movie_title {
    height: 75% !important;
  }
  .back_button {
    height: 25% !important;
  }
  h3 {
    width: 75% !important;
    font-size: large !important;
  }
  h4 {
    font-size: large !important;
  }
  div#content {
    width: 90% !important;
  }
  iframe {
    width: 100% !important;
  }
  img.movie {
    width: 100% !important;
  }
  footer {
    height: 5vh !important;
  }
  footer p {
    font-size: small !important;
    line-height: 5vh !important;
  }
  .back_button {
    padding: 0 5% !important;
  }
}