@charset "UTF-8";
header, footer {
  max-width: 1400px;
  margin: 0 auto;
}

header > img, footer > img {
  width: 100%;
  display: block;
}

/* ここからコンテンツです */
.pc_none {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}

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

.bg_contents {
  background: url("../img/bg_pattern.png") repeat;
}

.dlPage {
  font-family: helvetica, arial,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  padding: 30px 0 105px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.dlPage a {
  text-decoration: none;
}

.dlPage img {
  display: block;
}

.dlPage_kv {
  width: 1200px;
  margin-bottom: 52px;
}

.dlPage_kv img {
  width: 100%;
}

.dlPage_lead {
  max-width: 672px;
  margin: 0 auto 48px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #606060;
}

.dlPage_botton a {
  position: relative;
  background: #ffea18;
  color: #692120;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.dlPage_botton a > span {
  font-size: 20px;
}

.dlPage_botton a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background: url("../img/icon_download.png") no-repeat;
  background-size: cover;
  width: 30px;
  height: 37px;
}

.dlPage_botton a:hover {
  opacity: 0.7;
}

.dlPage_botton.full {
  width: 490px;
  margin: 0 auto 56px;
}

.dlPage_botton.full a {
  padding: 29px 0 25px 68px;
}

.dlPage_botton.full a::before {
  margin: 0 16px 0 22px;
}

.dlPage_botton.chapter {
  width: 460px;
  margin: 0 auto 20px;
}

.dlPage_botton.chapter a {
  padding: 19px 0 17px 113px;
}

.dlPage_botton.chapter a::before {
  margin: 0 34px 0 50px;
}

.dlPage_wrap920 {
  width: 920px;
  margin: 0 auto;
  box-sizing: border-box;
}

.dlPage_block {
  margin: 0 0 50px 0;
}

.dlPage_ttl {
  background: #ff9b3a;
  padding: 30px 0 28px 20px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  border-radius: 8px 8px 2px 2px;
}

.dlPage_list {
  background: #fff;
}

.dlPage_list > li:first-child {
  border-top: 2px solid #7d5e5e;
}

.dlPage_list_ttl {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 20px;
  border-bottom: 2px solid #7d5e5e;
}

.dlPage_list_ttl:hover {
  opacity: 0.7;
}

.dlPage_list_ttl.acdn_open::before {
  content: '';
  display: block;
  background: url("../img/arrow.png") no-repeat;
  background-size: cover;
  width: 21px;
  height: 21px;
  margin-right: 18px;
}

.dlPage_list_ttl.acdn_close::before {
  content: '';
  display: block;
  background: url("../img/arrow.png") no-repeat;
  background-size: cover;
  transform: rotateX(180deg);
  width: 21px;
  height: 21px;
  margin-right: 18px;
}

.dlPage_list_inner {
  overflow: hidden;
  transition: all 0.5s ease-out;
}

.dlPage_list_block {
  padding-top: 20px;
}

.dlPage_table {
  width: 100%;
  border-bottom: 2px solid #7d5e5e;
}

.dlPage_table > thead > tr {
  background: #e2cec1;
  color: #3f2828;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 13px 0 14px;
}

.dlPage_table > thead > tr > th {
  padding: 18px 0;
}

.dlPage_table > thead > tr .th_play {
  width: calc(93/920*100%);
  text-align: center;
}

.dlPage_table > thead > tr .th_page {
  width: calc(51/920*100%);
  text-align: center;
}

.dlPage_table > thead > tr .th_truck {
  padding-left: 24px;
}

.dlPage_table > tbody > tr {
  background: #fff;
}

.dlPage_table > tbody > tr:nth-child(even) {
  background: #fff9c9;
}

.dlPage_table > tbody > tr:hover {
  opacity: 0.7;
}

.dlPage_table > tbody > tr > td {
  vertical-align: top;
}

.dlPage_table > tbody > tr > td > a {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 16px 28px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.dlPage_table > tbody > tr > td > a::before {
  content: '';
  display: inline-block;
  background: url("../img/play_botton.png") no-repeat;
  width: 36px;
  height: 27px;
  margin-right: 28px;
}

.dlPage_table > tbody > tr > td .td_page {
  width: calc(51/920*100%);
  text-align: center;
}

.dlPage_table > tbody > tr > td .td_truck {
  width: calc(776/920*100%);
  padding-left: 24px;
}

.dlPage_bookBlock {
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
  padding: 50px;
  margin: 0 0 20px 0;
}

.dlPage_bookBlock_inner {
  display: flex;
  align-items: center;
}

.dlPage_bookBlock_imgBox {
  margin: 0 40px 0 0;
}

.dlPage_bookBlock_bookTit {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 24px 0;
}

.dlPage_bookBlock_bookTit span {
  font-size: 20px;
}

.dlPage_bookBlock_bookLead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 15px 0;
}

.dlPage_bookBlock_bookDetail {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 18px 0;
}

.dlPage_bookBlock_bookBotton a {
  border: 2px solid #2d92f8;
  border-radius: 26px;
  display: inline-block;
  box-sizing: border-box;
  color: #2d92f8;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 25px;
}

.dlPage_bookBlock_bookBotton a:hover {
  opacity: 0.7;
}

.dlPage_notes {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 0 14px 0;
}

.dlPage_copy {
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .dlPage {
    padding: 20px 0 52px;
  }
  .dlPage_kv {
    width: 100%;
    margin-bottom: 16px;
  }
  .dlPage_lead {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto 17px;
    padding: 0 calc(50/700*100%);
  }
  .dlPage_botton a {
    font-size: 14px;
  }
  .dlPage_botton a > span {
    font-size: 12px;
  }
  .dlPage_botton a::before {
    width: 15px;
    height: 19px;
  }
  .dlPage_botton.full {
    width: 294px;
    margin: 0 auto 23px;
  }
  .dlPage_botton.full a {
    padding: 14px 0 13px 41px;
  }
  .dlPage_botton.full a::before {
    margin: 0 0 0 13px;
  }
  .dlPage_botton.chapter {
    width: 294px;
    margin: 0 auto 10px;
  }
  .dlPage_botton.chapter a {
    padding: 9px 0 8px 70px;
  }
  .dlPage_botton.chapter a::before {
    margin: 0 0 0 38px;
  }
  .dlPage_wrap920 {
    width: 100%;
    padding: 0 2%;
  }
  .dlPage_block {
    margin: 0 0 30px 0;
  }
  .dlPage_ttl {
    padding: 14px calc(16/674*100%);
    font-size: 18px;
  }
  .dlPage_list_ttl {
    font-size: 17px;
    padding: 14px calc(11/674*100%);
  }
  .dlPage_list_ttl.acdn_open::before {
    width: 15px;
    height: 15px;
    margin-right: calc(8/674*100%);
  }
  .dlPage_list_ttl.acdn_close::before {
    width: 15px;
    height: 15px;
    margin-right: calc(8/674*100%);
  }
  .dlPage_list_inner {
    overflow: hidden;
    transition: all 0.5s ease-out;
  }
  .dlPage_list_block {
    padding-top: 10px;
  }
  .dlPage_table > thead > tr {
    font-size: 12px;
  }
  .dlPage_table > thead > tr > th {
    box-sizing: border-box;
    padding: 9px 0 8px;
  }
  .dlPage_table > thead > tr .th_play {
    width: 48px;
    padding-left: 6px;
  }
  .dlPage_table > thead > tr .th_page {
    width: 38px;
  }
  .dlPage_table > thead > tr .th_truck {
    padding-left: 7px;
  }
  .dlPage_table > tbody > tr > td > a {
    padding: 9px 15px 8px 17px;
    font-size: 12px;
  }
  .dlPage_table > tbody > tr > td > a::before {
    content: '';
    background-size: contain;
    width: 26px;
    height: 19px;
    margin-right: 6px;
  }
  .dlPage_table > tbody > tr > td .td_page {
    width: 33px;
    text-align: center;
    padding-top: 2px;
  }
  .dlPage_table > tbody > tr > td .td_truck {
    width: calc(530/674*100%);
    padding-left: 9px;
    padding-top: 2px;
  }
  .dlPage_bookBlock {
    padding: 30px 3%;
    margin: 0 0 20px 0;
  }
  .dlPage_bookBlock_inner {
    margin: 0 0 18px 0;
  }
  .dlPage_bookBlock_imgBox {
    flex-basis: 40%;
    margin: 0 3% 0 0;
  }
  .dlPage_bookBlock_txtBox {
    flex-basis: 57%;
  }
  .dlPage_bookBlock_bookTit {
    font-size: 23px;
    line-height: 1.4;
    margin: 0 0 8px 0;
  }
  .dlPage_bookBlock_bookTit span {
    font-size: 13px;
  }
  .dlPage_bookBlock_bookLead {
    font-size: 11px;
    line-height: 1.5;
    margin: 0 0 10px 0;
  }
  .dlPage_bookBlock_bookDetail {
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
  }
  .dlPage_bookBlock_bookBotton {
    text-align: center;
  }
  .dlPage_bookBlock_bookBotton a {
    display: inline-block;
    margin: 0 auto;
    border-radius: 26px;
    font-size: 16px;
    padding: 12px 22px;
  }
  .dlPage_notes {
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 8px 0;
  }
  .dlPage_copy {
    font-size: 12px;
  }
}
