﻿@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: 23px;
  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/flesh/icon.png) no-repeat center/cover;
  margin: 0px 7px -3px 0;
}

#age_contents .age_img01 {
  width: 356px;
  margin: 0 auto 30px;
}

#age_contents .note {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.6;
}

#age_contents .age_img02 {
  margin: 0 auto 50px;
}

#age_contents .age_lists {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 640px;
  margin-bottom: 45px;
}

#age_contents .age_lists li:nth-child(-n+2) {
  margin-bottom: 18px;
}

#age_contents .age_lists li p {
  font-size: 24px;
  text-align: center;
  margin-top: 5px;
}

#age_contents .age_lists li p span {
  font-size: 16px;
}

/*========================
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;
}