@charset "UTF-8";
body {
  background: url(../images/dvd/bg.jpg) top repeat-x #67d6f2;
  color: #515151;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-feature-settings: "palt";
}
@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.-maru {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}

.dvd__header {
  background: url(../images/dvd/header.png) top right repeat-x;
  display: flex;
  padding: 0 21px;
  height: 90px;
  align-items: center;
  justify-content: flex-end;
}
.dvd__title {
  line-height: 0;
  padding: 60px 1em 52px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .dvd__title {
    padding: 10vw 15vw 10vw;
  }
}
.dvd__wrapper {
  background-color: #00afec;
  border-radius: 40px;
  margin: 0 auto 23px;
  padding: 20px;
  max-width: 1040px;
}
@media screen and (max-width: 800px) {
  .dvd__wrapper {
    margin: 0 3vw 8vw;
    padding: 10px;
  }
}
.dvd__wrapper__title {
  padding: 7px 0 19px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .dvd__wrapper__title {
    padding: 7px 20px 10px;
    padding: 3vw 16vw 2vw;
  }
}
.dvd__footer {
  line-height: 0;
  padding: 0 0 12px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .dvd__footer img {
    height: 2vw;
  }
}

.dvd__content {
  background-color: #fffa6f;
  border-radius: 30px;
  padding: 0 50px 30px;
}
@media screen and (max-width: 800px) {
  .dvd__content {
    padding: 0 20px 30px;
  }
}
.dvd__content.-first {
  padding: 0 44px 30px;
}
@media screen and (max-width: 800px) {
  .dvd__content.-first {
    padding: 0 16px 30px;
    padding: 0 2vw 5vw;
  }
}
.dvd__content__title {
  line-height: 0;
  padding: 36px 0 20px;
  text-align: center;
}
.dvd__content__title.-left {
  padding-top: 0;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .dvd__content__title {
    padding: 10vw 5vw 6vw;
  }
  .dvd__content__title.-text1 img {
    width: 66.6666666667vw;
  }
  .dvd__content__title.-text2 img {
    width: 71.3333333333vw;
  }
  .dvd__content__title.-dvd img {
    height: 5vw;
  }
}
.dvd__content__list {
  display: flex;
  line-height: 1.2;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.dvd__content__list li {
  padding: 5px 6px;
  width: 25%;
}
@media screen and (max-width: 800px) {
  .dvd__content__list li {
    padding: 5px 3px;
    width: 50%;
  }
}
.dvd__content__list a {
  background-color: #fff;
  border-radius: 10px;
  color: #00afec;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  font-weight: bold;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.dvd__content__list a.-sub {
  padding-top: 10px;
}
.dvd__content__list a span {
  font-size: 0.64em;
}
@media screen and (max-width: 800px) {
  .dvd__content__list a {
    font-size: 3.3vw;
    height: 18vw;
  }
  .dvd__content__list a span {
    display: block;
    font-size: 2.5vw;
    line-height: 2;
    line-height: 1.4;
    padding-top: 1vw;
  }
}
.dvd__content__detail {
  padding: 0 6px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.dvd__content__detail dl {
  display: flex;
}
.dvd__content__detail dt {
  width: 6em;
}
.dvd__content__detail dd {
  padding-left: 1em;
  position: relative;
}
.dvd__content__detail dd::before {
  content: "：";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 800px) {
  .dvd__content__detail {
    font-weight: normal;
    width: 100%;
  }
  .dvd__content__detail dl {
    display: block;
    padding-bottom: 1.2em;
  }
  .dvd__content__detail dt {
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 0.1em;
    width: auto;
  }
  .dvd__content__detail dt::before {
    content: "[";
  }
  .dvd__content__detail dt::after {
    content: "]";
  }
  .dvd__content__detail dd {
    font-size: 0.9em;
    padding-left: 0;
  }
  .dvd__content__detail dd::before {
    content: "";
  }
}
.dvd__content__detail__list {
  padding-left: 1.25em;
  position: relative;
}
.dvd__content__detail__list::before {
  content: "●";
  position: absolute;
  left: 0;
}
.dvd__content__detail__list ul {
  padding-left: 1em;
}
.dvd__content__detail__list li {
  list-style: disc;
}
@media screen and (max-width: 800px) {
  .dvd__content__detail__list li {
    padding-bottom: 0.8em;
  }
}
.dvd__content__caution {
  font-size: 0.9375em;
  padding-top: 2em;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .dvd__content__caution {
    font-size: 0.8em;
    font-weight: normal;
  }
}
.dvd__content__sep {
  background: url(../images/dvd/sep.png) center no-repeat;
  margin: 45px 0 35px;
  height: 17px;
}
.dvd__content__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .dvd__content__wrap {
    flex-direction: column;
  }
}
.dvd__content__wrap__text {
  margin-left: 37px;
}
@media screen and (max-width: 800px) {
  .dvd__content__wrap__text {
    margin: 20px 0 0;
    width: 100%;
  }
}
.dvd__content__tokuten {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 45px;
  padding: 46px 42px;
}
@media screen and (max-width: 800px) {
  .dvd__content__tokuten {
    padding: 46px 21px;
  }
}
.dvd__content__tokuten__title {
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .dvd__content__tokuten__title {
    display: flex;
    overflow: hidden;
    justify-content: center;
  }
  .dvd__content__tokuten__title img {
    width: 180%;
    max-width: none;
  }
}
.dvd__content__tokuten__sub {
  line-height: 0;
  margin-top: 33px;
  text-align: center;
}
.dvd__content__tokuten__img01 {
  line-height: 0;
  padding: 37px 0 30px;
  text-align: center;
}
.dvd__content__tokuten__desc {
  font-size: 1.25em;
  margin-bottom: 20px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .dvd__content__tokuten__desc {
    font-size: 3.2vw;
  }
}
.dvd__content__tokuten__target-title {
  color: #00afec;
  display: flex;
  font-size: 1.25em;
  margin-bottom: 15px;
  text-align: center;
  align-items: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.dvd__content__tokuten__target-title::after {
  background-color: #00afec;
  content: "";
  display: block;
  height: 2px;
  flex: 1;
}
.dvd__content__tokuten__target-title span {
  border: 3px solid #00afec;
  border-radius: 20px;
  line-height: 36px;
  margin-right: 15px;
  padding: 0 36px;
  flex-shrink: 0;
}
.dvd__content__tokuten__target {
  color: #00afec;
  font-size: 1.125em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
.dvd__content__tokuten__target span {
  font-size: 0.77em;
}
.dvd__content__tokuten__inner {
  border-bottom: 3px solid #00afec;
  padding: 36px 0;
  text-align: center;
}
.dvd__content__tokuten__inner.-last {
  border-bottom: none;
  padding-bottom: 0;
}
.dvd__content__tokuten__caution {
  font-size: 0.9375em;
  padding: 1em 0;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .dvd__content__tokuten__caution {
    font-size: 0.8em;
    font-weight: normal;
  }
}
.dvd__content__tokuten__images {
  display: flex;
  margin: 32px 0 0;
  align-items: center;
  justify-content: center;
}
.dvd__content__tokuten__images img {
  margin: 0 10px;
}
@media screen and (max-width: 800px) {
  .dvd__content__tokuten__images {
    justify-content: space-between;
  }
  .dvd__content__tokuten__images img {
    margin: 0;
    width: 49%;
  }
}
.dvd__content__tokuten__btns {
  display: flex;
  justify-content: center;
}
.dvd__content__tokuten__btns a {
  margin: 0 25px;
}
@media screen and (max-width: 800px) {
  .dvd__content__tokuten__btns {
    display: block;
    justify-content: space-around;
  }
  .dvd__content__tokuten__btns a {
    margin: 0;
    width: 80%;
  }
}

.-note {
  font-size: 0.8em;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .-note {
    font-size: 2.6vw;
  }
}

.-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .-sp {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .-pc {
    display: none;
  }
}