﻿@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/safety/icon.png) no-repeat center/cover;
  margin: 0px 7px -3px 0;
}

#age_contents .age_block .lead {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

#age_contents .age_block .lead span {
  font-size: 44px;
  font-weight: bold;
  color: #eb5446;
}

#age_contents .age_block .note {
  font-size: 16px;
	line-height: 1.6;
  margin-bottom: 35px;
}

#age_contents figure {
  margin: 0 auto;
  text-align: center;
}

#age_contents .age_block .safety_img01 {
  margin-bottom: 22px;
}

#age_contents .age_block .safety_img02 {
  margin-bottom: 27px;
}

#age_contents .age_block .caution {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 51px;
  text-indent: -51px;
}

#age_contents .age_block .caution_note {
  text-align: center;
  font-size: 16px;
  margin-top: 35px;
  margin-bottom: 35px;
}

#age_contents .age_block .caution span {
  font-size: 26px;
  font-weight: bold;
  color: #eb5446;
}

#age_contents .age_block .caution::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 29px;
  background: url(/images/age/safety/safety_icon.png) no-repeat center/35px;
  margin: 0px 12px -5px 0;
}

#age_contents .age_block .safety_books {
  margin: 50px 0 60px;
  border: solid 1px #d1e1e7;
}

#age_contents .age_block .safety_books dt {
  font-size: 22px;
  color: #00b2d8;
  text-align: center;
  background-color: #ecfcfe;
  padding: 14px 0;
}

#age_contents .age_block .safety_books dd {
  padding: 30px;
}

#age_contents .age_block .safety_books dd ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#age_contents .age_block .safety_books dd ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

#age_contents .age_block .safety_books dd ul li:not(:last-child) {
  margin-bottom: 20px;
}

#age_contents .age_block .safety_books dd ul li img {
  margin-right: 16px;
}

#age_contents .age_block .safety_books dd ul li p {
  font-size: 20px;
  line-height: 1.6;
}

#age_contents .age_block .safety_books dd ul li p span {
  font-size: 14px;
}

#age_contents .age_block .blue {
  position: relative;
  background-color: #00b2d8;
  padding: 40px 30px;
  overflow: hidden;
  margin-bottom: 50px;
}

#age_contents .age_block .blue .ttl {
  text-align: center;
  margin-bottom: 30px;
}

#age_contents .age_block .blue .lead {
  font-size: 18px;
  color: #fff;
}

#age_contents .age_block .blue .lead span {
  font-size: 28px;
  color: #fafd15;
}

#age_contents .age_block .blue .note {
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
}

#age_contents .age_block .blue .conc--l {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}

#age_contents .age_block .blue .conc--l span {
  color: #fafd15;
}

#age_contents .age_block .blue .conc--s {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

#age_contents .age_block .blue .conc span {
  color: #fafd15;
}

#age_contents .age_block .blue .movie {
  margin: 0 auto;
  max-width: 640px;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: calc(318/580*100%);
}

#age_contents .age_block .blue .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#age_contents .age_block .blue .movie_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

#age_contents .age_block .blue .chara {
  position: absolute;
  bottom: -11px;
  right: 12px;
}

#age_contents .age_block .safety_img03 {
  margin-bottom: 30px;
}

#age_contents .age_block .link {
  display: inline-block;
  font-size: 16px;
  color: #00b2d8;
  margin: -25px 0 50px 0;
  text-decoration: underline;
}




.slick-dots {
  position: static;
  padding: 1rem 0;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: solid 2px transparent;
}

.slick-dots .slick-active button:before {
  background-color: #00b2d8;
  border: solid 3px #fafd15;
}

.slick-prev,
.slick-next {
  display: inline-block;
  width: 74px;
  height: 71px;
}

.slick-prev::before ,
.slick-next::before {
  display: block;
  width: 74px;
  height: 71px;
  content: "";
  opacity: 1;
}

.slick-prev {
  left: -9rem;
}

.slick-prev::before {
  /*background: url(#{$image-path}common/slide_prev.png) no-repeat center/cover;*/
}

.slick-next {
  right: -9rem;
}

.slick-next::before {
  /*background: url(#{$image-path}common/slide_next.png) no-repeat center/cover;*/
}

/*========================
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;
}