/* CSS Document */

body {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

span {
  color: #00a1e9;
}

.container {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}

.main {
  text-align: center;
}

.main h1 {
  color: #fdd000;
  margin-bottom: 20px;
}

.mv {
  width: 100%;
}

.btn {
  display: block;
  width: 336px;
  height: 65px;
  margin: 46px auto 0;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
  color: #fff;
}

#buy_btn a {
  color: #fff;
}

#logo {
  width: 300px;
  margin: 0 auto;
}

.area {
  margin: 20px 0;
}

.area_heading {
  padding: 10px;
  color: #fdd000;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #fdd000;
}

.area_text {
  line-height: 1.4;
}

#period_area .area_text {
  text-align: center;
}

.summary_area a,
.area_text a {
  text-decoration: revert;
  color: revert;
}

.apply_area li:first-child {
  margin-bottom: 50px;
}

.apply_area h3 {
  line-height: 1.4;
  font-weight: bold;
}

.apply-btn {
  background: #808080;
}

.btn_blue {
  background: #00a0ea;
}

.btn_blue:hover {
  opacity: 0.8;
}

.list li {
  text-indent: -1em;
}

.target_area .annotation-red,
.benefits_area .annotation-red {
  color: red;
}

.target_area li,
.benefits_area li {
  text-indent: -1em;
  padding-left: 1em;
}

.terms_area .annotation li {
  font-size: 12px;
  text-indent: -1em;
}

.terms_area .annotation,
.list {
  list-style: none;
  padding-left: 1em;
}

.applybox_rules_inner a {
  font-weight: bold;
  text-decoration: underline;
}

.applybox_rules_inner p + p {
  margin-top: 12px;
}

.footer-copyrights {
  background: #fff;
  padding-bottom: 48px;
  padding-top: 26px;
  text-align: center;
}

.footer-copyrights small {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #343434;
  display: block;
  text-align: center;
}

.applybox_rules_inner {
  width: 100%;
  height: 300px;
  line-height: 22px;
  overflow-y: auto;
  box-sizing: border-box;
  background: #eee;
}

@media screen and (min-width: 761px) {
  .container {
    padding: 30px 15px 80px;
  }

  .main h1 {
    margin: 10px auto 30px;
    padding: 0;
    font-size: 34px;
    font-weight: bold;
    line-height: 55px;
  }

  .summary_area .annotation,
  .apply_area .annotation,
  .target_area .annotation,
  .benefits_area .annotation {
    font-size: 18px;
  }

  .summary_area .annotation {
    line-height: 1.4;
  }

  .area_heading {
    margin: 80px auto 30px;
    font-size: 26px;
  }

  .area_text {
    font-size: 22px;
  }

  .summary_area .area_text,
  .apply_area .area_text {
    margin-bottom: 22px;
  }

  .apply_area {
    margin: 20px 0;
  }

  .apply_area h3 {
    font-size: 26px;
  }

  .applybox_rules_inner {
    padding: 25px 28px;
    font-size: 14px;
  }
}

@media screen and (max-width: 760px) {
  .container {
    padding: 20px 15px 40px;
  }

  .main h1 {
    margin: 10px auto;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
  }

  .summary_area .annotation,
  .apply_area .annotation,
  .target_area .annotation,
  .benefits_area .annotation {
    font-size: 12px;
  }

  .summary_area .annotation {
    line-height: 1.2;
  }

  .area_heading {
    margin: 30px auto 30px;
    font-size: 18px;
  }

  .area_text {
    font-size: 16px;
  }

  .summary_area .area_text,
  .apply_area .area_text {
    margin-bottom: 18px;
  }

  .apply_area h3 {
    font-size: 16px;
  }

  .applybox_rules_inner {
    padding: 10px;
    font-size: 12px;
  }
}

.dora_movie {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
