/* contets wrap */
#contents .detailSection .content-wrap {
  width: 960px;
  margin: 0 auto;
  padding: 24px 0 32px;
  box-sizing: border-box;
}

/* title */
#contents .detailSection .title2 {
  font-size: 28px;
  font-size: 200%;
  line-height: 1.2;
}
#contents .detailSection .title3 {
  font-size: 24px;
  font-size: 171.4%;
  line-height: 1.2;
}

/* items */
#contents .detailSection .leadArea {
  background: #F0F0F0;
  padding: 25px;
}
#contents .detailSection .leadArea > p {
  color: #666;
  font-size: 16px;
  font-size: 114.3%;
}

#contents .detailSection .ep-ttl {
  margin: 20px 0 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 114.3%;
  word-break: normal;
}

#contents .detailSection .ep-text {
  margin: 20px 0;
  font-size: 16px;
  font-size: 114.3%;
  word-break: normal;
}

#contents .detailSection .img-wrap {
  width: 600px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

#contents .detailSection .ep-caption {
  margin-right: 32px;
  margin-left: 32px;
  margin-top: 8px;
  color: #999;
  font-size: 80%;
  line-height: 1.6;
}

#contents .detailSection .text-blue {
  color: #0000ff;
}
#contents .detailSection .text-green {
  color: #04b431;
}
.opacity60:hover img{
  opacity: 0.6;
}
#contents .mainSection {
  width: 100%;
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  .forPcBlock { display: none !important; }
  .forSpBlock { display: block !important; }

  #topicPath { width: auto; padding: 10px; font-size: 10px; }
  #topicPath li { padding-right: 10px; margin-right: 4px; }
  #topicPath li:last-child { margin-right: 0px; padding-right: 0px; }
  #contents { min-width: 0px; }
  #contents .headSection { text-align: center; padding: 20px 0px; }
  #contents .headSection .innerBlock { width: auto; }
  #contents .headSection .leftArea { float: none; width: auto; margin: 0px; }
  #contents .headSection .rightArea { float: none; width: auto; clear: both; }
  #contents .headSection .ttl h1, #contents .headSection .ttl p { display: block; background: none; padding: 0px !important; margin: 0px; font-size: 14px; width: auto; }
  #contents .headSection .ttl h1 { padding-top: 10px !important; }
  #contents .headSection .ttl h1 span { font-size: 14px; }
  #contents .headSection .rightArea .purchase02 { margin: 0 auto; }
  #contents .headSection.lineS { background: none; }
  #pagetopBlock { position: static; }

  #areaContents { width: auto; margin-top: 0px !important; }
  #areaContents img { max-width: 100%; height: auto; }

  #contents .subSection {
    width: 100% !important;
  }
  #contents .subSection .subNav .layCol01, #contents .subSection .subNav .layCol02 {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  #contents .subSection .subNav .list a {
    position: relative;
    display: block;
  }
  #contents .subSection .subNav .layCol01, #contents .subSection .subNav .layCol02 {
    border: none;
  }
  #contents .headSection .ttl img {
    width: 275px !important;
  }

  #contents .detailSection {
    width: 100%;
    margin-top: 0 !important;
  }
  #contents .detailSection .content-wrap,
  #contents .detailSection .img-wrap {
    width: 100%;
  }
  #contents .detailSection .title2 {
    font-size: 150%;
  }
  #contents .detailSection .title3 {
    font-size: 20px;
  }
  #contents .detailSection .leadArea > p {
    font-size: 14px;
  }
  #contents .detailSection .ep-ttl {
    margin-top: 10px;
    font-size: 14px;
  }
  #contents .detailSection .ep-text {
    margin: 10px 0;
    font-size: 14px;
  }
  #contents .detailSection .ep-caption {
    margin-right: 0;
    margin-left: 0;
  }
}