.dvd_contents {
  margin-top: 57px;
}
.dvd_contents h2.txt_dvd_contents01 img {
  width: auto;
  margin: auto;
}
.dvd_contents h2.txt_dvd_contents02 {
  margin-top: 59px;
}
.dvd_contents h2.txt_dvd_contents02:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .dvd_contents {
    margin-top: 52px;
  }
  .dvd_contents h2.txt_dvd_contents01 img {
    width: 80%;
  }
  .dvd_contents h2.txt_dvd_contents02 {
    margin-top: 68px;
  }
  .dvd_contents h2.txt_dvd_contents02 img {
    max-width: 100%;
  }
}

.dvd_contents_box {
  background: url(/defaultShop/zekkei1/img2019/bg_dvd_contents01.jpg) no-repeat center top;
  background-size: cover;
  padding: 50px 0 107px;
}
.dvd_contents_box .caution {
  color: #fff;
  font-size: 16px;
  text-align: right;
  margin: auto;
  width: 1042px;
}
@media screen and (max-width: 767px) {
  .dvd_contents_box {
    background: url(/defaultShop/zekkei1/img2019/bg_dvd_contents01_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 31px 25px 48px;
  }
  .dvd_contents_box .caution {
    width: 100%;
  }
}

.dvd_contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  width: 1042px;
}
.dvd_contents_list li {
  background: #fff;
  margin-bottom: 50px;
  margin-left: 0;
  list-style: none;
  width: 496px;
}
.dvd_contents_list li:nth-child(n + 9) {
  margin-bottom: 30px;
}
.dvd_contents_list li h3 {
  margin: -22px 32px 0 17px;
  padding: 0;
}
.dvd_contents_list li h3:before {
  content: none;
}
.dvd_contents_list li .txt_box {
  padding: 10px 18px 42px;
}
.dvd_contents_list li .txt_box p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: normal;
}
.dvd_contents_list li dl {
  border: none;
  margin-top: 15px;
  margin-bottom: 0;
}
.dvd_contents_list li dd {
  border-bottom: 0;
  font-size: 18px;
  padding: 0;
  position: relative;
  margin-left: 24px;
  letter-spacing: -1px;
  line-height: 1.6;
  width: calc(100% - 30px);
}
.dvd_contents_list li dd::before {
  background: url(/defaultShop/zekkei1/img2019/ico_circle01.png) no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
}
.dvd_contents_list li dd span {
  font-size: 16px;
  margin-left: 14px;
	color: #888;
}
@media screen and (max-width: 767px) {
  .dvd_contents_list {
    display: block;
    width: 100%;
  }
  .dvd_contents_list li {
    background: #fff;
    margin-bottom: 40px;
    width: 100%;
  }
  .dvd_contents_list li:nth-child(n + 9) {
    margin-bottom: 30px;
  }
  .dvd_contents_list li h3 {
    margin: 20px auto 0;
  }
  .dvd_contents_list li h3 img {
    margin: auto;
    width: 86%;
  }
  .dvd_contents_list li .txt_box {
    padding: 20px 18px 35px;
  }
  .dvd_contents_list li .txt_box p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: normal;
  }
  .dvd_contents_list li dl {
    margin-top: 15px;
  }
  .dvd_contents_list li dd {
    font-size: 18px;
    position: relative;
    margin-left: 30px;
    margin-bottom: 5px;
    letter-spacing: -1px;
    line-height: 1.6;
  }
  .dvd_contents_list li dd::before {
    background: url(/defaultShop/zekkei1/img2019/ico_circle01.png) no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
    left: -30px;
    top: 6px;
    bottom: auto;
    width: 18px;
    height: 18px;
  }
  .dvd_contents_list li dd span {
    color: #676767;
    display: block;
    font-size: 16px;
    padding-left: 15px;
  }
}


