﻿@charset "UTF-8";

#age_contents {
  width: 640px;
}

#age_contents .age_kv {
  margin-bottom: 30px;
}

#age_contents .age_block h2 {
  color: #00b2d8;
  text-align: center;
  border-top: solid 2px #00b2d8;
  border-bottom: solid 2px #00b2d8;
  font-size: 24px;
  display: block;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 30px;
}

#age_contents .age_block h2::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 24px;
  background: url(/images/age/healthy/icon.png) no-repeat center/cover;
  margin: 0px 7px -3px 0;
}

#age_contents .age_img01 {
  width: 599px;
  margin: 0 auto 30px;
}

#age_contents .note {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.6;
}

#age_contents .note span {
  color: #e8392a;
}

#age_contents .age_img02 {
  margin: 0 auto 50px;
}

/*========================
movie
=========================*/
.movie {
  margin-bottom: 40px;
}

.movie .movie_ttl {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.movie .movie_ttl::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 24px;
  background: url("/images/common/2018/ttl_icon01.png") no-repeat center/cover;
  margin: 0 -5px -2px 0;
}

.movie .movie_inner {
  text-align: center;
}