@charset "utf-8";
/* ---------------------------------------------------------------------------------
© 株式会社エーティーディー・ジャパン

HTML CSS Selectors justscanplus

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
about
--------------------------------------------------------------------------------- */
.about {
  padding: 42px 75px 70px;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 30px;
}
.about-ttl {
  margin-bottom: 45px;
  line-height: 1;
}
.about-ttl span {
  display: block;
  width: 650px;
  height: 50px;
  padding-top: 12px;
  border: 1px solid #000;
  margin-bottom: 60px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
}
.about-inner {
  padding: 0 10px;
}
.about-inner__read {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 1.8;
}
.about-inner-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.about-inner-img__in {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.about-inner-img img {
  display: block;
}

.about-inner__merit-ttl {
  margin-bottom: 25px;
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  color: #E0004F;
}
.about-inner__merit {
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 1.72;
}
.about-inner__merit span {
  font-size: 18px;
}

.about-data {
  width: 625px;
}
.about-data th,.about-data td {
  border: 1px solid #231815;
  padding: 7px 12px 5px;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}
.about-data thead th {
  background-color: #C6D0D7;
}
.about-data tbody th {
  width: 157px;
}
.about-data tbody td {
  width: 468px;
}

/*---------------------------------------------------------------------------------
MOVIE
--------------------------------------------------------------------------------- */
.movie {
  padding: 65px 110px 1px;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 96px;
}
.movie-list li {
  margin-bottom: 75px;
  font-size: 21px;
  line-height: 1;
  text-align: center;
}
.movie-list li a {
  display: block;
  margin-top: 15px;
 }


