/* ------------------------------------------------------------
  base
------------------------------------------------------------ */
/* hover */
@media only screen and (min-width: 768px) {
  .cpDcm_entry_btn a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .cpDcm_hero > h1 > a:hover,
  .cpDcm_entry_btn a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}

/* display */
.cpDcm_period .sm-pc,
.cpDcm_features .sm-pc,
.cpDcm_entry .sm-pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .cpDcm_period .sm-pc,
  .cpDcm_features .sm-pc,
  .cpDcm_entry .sm-pc {
    display: inline-block !important;
  }
  .cpDcm_period .sm-sp,
  .cpDcm_features .sm-sp,
  .cpDcm_entry .sm-sp {
    display: none !important;
  }
}

/* ------------------------------------------------------------
  Hero
------------------------------------------------------------ */
.cpDcm_hero > h1 {
  position: relative;
  margin: 0;
}
.cpDcm_hero > h1 > img {
  width: 100%;
}
.cpDcm_hero > h1 > a {
  display: block;
  margin: 0 15px 15px;
}
.cpDcm_hero > h1 > a > img {
  width: 100%;
}
@media only screen and (min-width: 818px) {
  .cpDcm_hero {
    padding: 20px 25px 0;
    margin: 0 auto;
  }
  .cpDcm_hero > h1 > a {
    position: absolute;
    width: 22.5%;
    max-width: 270px;
    left: 0;
    bottom: 2.8%;
    margin: 0;
  }
}
@media only screen and (min-width: 990px) {
  .cpDcm_hero {
    width: 1250px;
    max-width: 100%;
  }
}

/* ------------------------------------------------------------ */
/* Close */
/* ------------------------------------------------------------ */
.cpDcm_close {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  padding: 1em;
  margin: 15px 0 30px;
  border: 1px solid #333;
}
@media only screen and (min-width: 768px) {
  .cpDcm_close {
    margin: 30px 0;
  }
}

/* ------------------------------------------------------------ */
/* Period */
/* ------------------------------------------------------------ */
.cpDcm_period {
  text-align: center;
  margin-top: 15px;
}
.cpDcm_period > img {
  width: 100%;
  max-width: 540px;
}
@media only screen and (min-width: 768px) {
  .cpDcm_period {
    margin-top: 25px;
  }
  .cpDcm_period > img {
    max-width: 600px;
  }
}

/* ------------------------------------------------------------ */
/* Features */
/* ------------------------------------------------------------ */
.cpDcm_features {
  margin-top: 30px;
}
.cpDcm_features > h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 8px 5px;
  margin: 0;
  border: 1px solid #333;
}
.cpDcm_features > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cpDcm_features > ul > li {
  margin-top: 20px;
}
.cpDcm_features > ul > li + li {
  margin-top: 25px;
}
.cpDcm_features > ul > li:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
.cpDcm_features_txt {
  float: right;
  width: 65%;
  padding-left: 10px;
}
.cpDcm_features_txt > h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
.cpDcm_features_txt > p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.cpDcm_features_txt > p > small {
  display: block;
  font-size: 10px;
  line-height: 1.5;
}
.cpDcm_features_img {
  float: left;
  width: 35%;
}
@media only screen and (min-width: 768px) {
  .cpDcm_features {
    overflow: hidden;
    margin-top: 35px;
  }
  .cpDcm_features > h2 {
    font-size: 24px;
  }
  .cpDcm_features > ul {
    font-size: 0;
    margin: 0 -2.85%;
  }
  .cpDcm_features > ul > li {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top;
    padding: 0 2.85%;
    margin-top: 30px;
  }
  .cpDcm_features > ul > li + li {
    margin-top: 30px;
  }
  .cpDcm_features_txt {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .cpDcm_features_txt > h3 {
    font-size: 18px;
    text-align: center;
  }
  .cpDcm_features_txt > p {
    font-size: 16px;
    margin-top: 10px;
  }
  .cpDcm_features_img {
    float: none;
    width: 100%;
    margin-top: 25px;
  }
  .cpDcm_features_img > p > small {
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 1.5;
  }
}

/* ------------------------------------------------------------ */
/* Entry */
/* ------------------------------------------------------------ */
.cpDcm_entry {
  margin-top: 30px;
}
.cpDcm_entry > h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin: 0;
  background-color: #000;
  border-radius: 4px;
}
.cpDcm_entry > dl {
  width: 100%;
  font-size: 15px;
  line-height: 1.8;
}
.cpDcm_entry > dl > dt {
  font-weight: bold;
  text-align: left;
  padding: 20px 0 0;
}
.cpDcm_entry > dl > dd {
  padding: 5px 0 20px;
  border-bottom: 1px solid #ccc;
}
.cpDcm_entry > dl > dd > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cpDcm_entry > dl > dd > ul > li {
  font-size: 13px;
  line-height: 1.8;
}
.cpDcm_entry_btn {
  max-width: 394px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  margin: 40px auto 65px;
  background-color: #ccc;
}
.cpDcm_entry_btn > a {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  background: #1c8ff0 url(../img/ico-blank.gif) right 5px bottom 5px no-repeat;
}
@media (min-width: 768px) {
  .cpDcm_entry {
    margin-top: 50px;
  }
  .cpDcm_entry > h3 {
    font-size: 24px;
  }
  .cpDcm_entry > dl {
    font-size: 16px;
  }
  .cpDcm_entry_btn,
  .cpDcm_entry_btn > a {
    font-size: 20px;
  }
}