@charset "UTF-8";

.top_bg {
  background: url("../images/care/img_bg_care.png") repeat-x;
  background-size: cover;
}

.top.inner {
  background-image: url("../images/care/img_top_care.png");
  background-position: right 3px top -25px;
  background-size: 241px 283px;
  padding-bottom: 20px;
}
.top_text > .mark_text {
  font-size: 10px;
  margin-right: 2px;
}
.top.inner > .mark_text {
  font-size: 10px;
  text-shadow: none;
  margin-top: 10px;
  font-weight: normal;
}
h1 {
  margin-bottom: 20px;
}

h2:after {
  background-color: #CAE5C3;
}

.text_red {
  font-size: 22px;
  color: #D60A0A;
  font-weight: bold;
  margin-left: 5px;
  line-height: 1;
}

.movie-title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}

.movie-title > span {
  font-weight: normal;
  color: #640000;
}

.movie {
  text-align: center;
  padding: 15px 15px 30px;
}

.movie-contents {
  position: relative;
  width: 100%
}

.movie-contents::before {
  content:'';
  display: block;
  padding-top: 56.25%;
}

.movie > .movie-contents > img {
  display: none;
}

.movie > .movie-contents > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .top_bg {
    background-position: center 20px;
  }
  .top.inner {
    background-size: 276px 324px;
    background-position: right 20px top -20px;
    font-size: 22px;
    padding-bottom: 20px;
  }
  .top_text > .mark_text {
    font-size: 12px;
    margin-right: 2px;
  }
  .top.inner > .mark_text {
    font-size: 12px;
  }

  h1 {
    margin-bottom: 15px;
  }
  .text_red {
    font-size: 34px;
    margin-left: 10px;
  }

  .movie {
    padding: 15px 15px 45px;
  }

  .movie-title {
    font-size: 20px;
  }

  .movie-title > span {
    display: none;
  }

  .movie-contents::before {
    content:'';
    display: block;
    padding-top: 0;
  }

  .movie > .movie-contents > img {
    width: 620px;
    height: 355px;
    margin: 0 auto;
    display: block;
  }

  .movie > .movie-contents >  iframe {
    width:560px;
    height:315px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}