@charset "utf-8";

/*---------------------------------------------
 Reset
---------------------------------------------*/
/* margin */
#dcm h1,
#dcm h2,
#dcm h3,
#dcm h4,
#dcm p {
  margin: 0;
}
/* line-height */
#dcm h1,
#dcm h2,
#dcm h3,
#dcm h4 {
  line-height: 1.5;
}
/* list-style */
#dcm ul,
#dcm ol,
#dcm dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* img */
#dcm img {
  width: 100%;
}

/*---------------------------------------------
 Base
---------------------------------------------*/
#dcm {
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #dcm {
    font-size: 16px;
    padding-bottom: 75px;
  }
}
/* display */
#dcm .sm_pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #dcm .sm_pc {
    display: block !important;
  }
  #dcm .sm_sp {
    display: none !important;
  }
}
/* clear */
#dcm .clearFix:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
/* hover */
@media only screen and (min-width: 768px) {
  #dcm a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}

/*---------------------------------------------
 Hero
---------------------------------------------*/
@media only screen and (min-width: 818px) {
  #dcm .dcmHero {
    padding: 0 25px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 990px) {
  #dcm .dcmHero {
    width: 1250px;
    max-width: 100%;
  }
}

/*---------------------------------------------
  Container
---------------------------------------------*/
#dcm .dcmContainer {
  width: 100%;
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmContainer {
  }
}

/*---------------------------------------------
 Shop
---------------------------------------------*/
#dcm .dcmShop {
  margin-top: 20px;
}
#dcm .dcmShop_heading > h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#dcm .dcmShop_heading > h1 > span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
#dcm .dcmShop_heading > h1 > span:before,
#dcm .dcmShop_heading > h1 > span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 70px;
  height: 3px;
  background-color: #333;
  border-radius: 1.5px;
}
#dcm .dcmShop_heading > h1 > span:before {
  left: -40px;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}
#dcm .dcmShop_heading > h1 > span:after {
  right: -40px;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}
@media only screen and (min-width: 768px) {
  #dcm .dcmShop {
    margin-top: 45px;
  }
  #dcm .dcmShop_heading > h1 {
    font-size: 28px;
  }
  #dcm .dcmShop_heading > h1 > span {
    padding: 0 70px;
  }
  #dcm .dcmShop_heading > h1 > span:before,
  #dcm .dcmShop_heading > h1 > span:after {
    width: 80px;
    height: 4px;
    border-radius: 2px;
  }
  #dcm .dcmShop_heading > h1 > span:before {
    left: 0;
  }
  #dcm .dcmShop_heading > h1 > span:after {
    right: 0;
  }
}
/* Merit
----------------------------------- */
#dcm .dcmShop_merit {
  overflow: hidden;
}
#dcm .dcmShop_merit > ul {
  font-size: 0;
  margin: 0 -8px;
}
#dcm .dcmShop_merit > ul > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 30px 8px 0;
}
#dcm .dcmShop_merit > ul > li > img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
#dcm .dcmShop_merit_ttl {
  display: table;
  width: 100%;
  margin-top: 10px;
}
#dcm .dcmShop_merit_ttl > p {
  display: table-cell;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}
#dcm .dcmShop_merit_txt {
  font-size: 14px;
  letter-spacing: -.02em;
  line-height: 1.5;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmShop_merit > ul {
    margin: 0 -1.496%;
  }
  #dcm .dcmShop_merit > ul > li {
    width: 33.3333%;
    padding: 50px 1.496% 0;
  }
  #dcm .dcmShop_merit_ttl > p {
    font-size: 18px;
  }
}

/*---------------------------------------------
 Lineup
---------------------------------------------*/
#dcm .dcmLineup {
  margin-top: 60px;
}
#dcm .dcmLineup_heading > h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#dcm .dcmLineup_heading > h2 > span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
#dcm .dcmLineup_heading > h2 > span:before,
#dcm .dcmLineup_heading > h2 > span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 3px;
  background-color: #333;
  border-radius: 1.5px;
}
#dcm .dcmLineup_heading > h2 > span:before {
  left: -40px;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}
#dcm .dcmLineup_heading > h2 > span:after {
  right: -40px;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}
@media only screen and (min-width: 768px) {
  #dcm .dcmLineup {
    margin-top: 100px;
  }
  #dcm .dcmLineup_heading > h2 {
    font-size: 28px;
  }
  #dcm .dcmLineup_heading > h2 > span {
    padding: 0 45px;
  }
  #dcm .dcmLineup_heading > h2 > span:before,
  #dcm .dcmLineup_heading > h2 > span:after {
    width: 45px;
    height: 4px;
    border-radius: 2px;
  }
  #dcm .dcmLineup_heading > h2 > span:before {
    left: 0;
  }
  #dcm .dcmLineup_heading > h2 > span:after {
    right: 0;
  }
}
/* Pickup
----------------------------------- */
#dcm .dcmLineup_pickup-x10m3 {
  margin-top: 40px;
}
#dcm .dcmLineup_pickup-x5m2 {
  margin-top: 30px;
}
#dcm .dcmLineup_pickup_heading {
  padding: 30px 15px 15px;
  margin: 0 -15px;
  overflow: hidden;
}
#dcm .dcmLineup_pickup-x10m3 .dcmLineup_pickup_heading {
  color: #333;
  background-color: #ffe574;
}
#dcm .dcmLineup_pickup-x5m2 .dcmLineup_pickup_heading {
  color: #fff;
  background-color: #3d2478;
}
#dcm .dcmLineup_pickup_heading > h3 > img {
  display: block;
  width: 50%;
}
#dcm .dcmLineup_pickup-x10m3 .dcmLineup_pickup_heading > h3 > img {
  max-width: 206px;
}
#dcm .dcmLineup_pickup-x5m2 .dcmLineup_pickup_heading > h3 > img {
  max-width: 189px;
}
#dcm .dcmLineup_pickup_heading > p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 30px;
}
#dcm .dcmLineup_pickup_heading > p + p {
  margin-top: 5px;
}
#dcm .dcmLineup_pickup_heading > p > strong {
  font-weight: bold;
}
#dcm .dcmLineup_pickup_heading > img {
  float: right;
  width: 36%;
  max-width: 256px;
  margin: -15px 15px 0 20px;
}
#dcm .dcmLineup_pickup_item {
  margin-top: 20px;
}
#dcm .dcmLineup_pickup_img {
  float: left;
  width: 50%;
}
#dcm .dcmLineup_pickup_img > img {
  display: block;
  width: 100%;
  max-width: 265px;
  margin: 0 auto;
}
#dcm .dcmLineup_pickup_txt {
  margin-left: 51%;
}
#dcm .dcmLineup_pickup_ttl {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}
#dcm .dcmLineup_pickup_color {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
#dcm .dcmLineup_pickup_link {
  clear: both;
  width: 100%;
  padding-top: 20px;
  margin: 0 auto;
  overflow: hidden;
}
#dcm .dcmLineup_pickup_link > ul {
  font-size: 0;
  margin: 0 -8px;
}
#dcm .dcmLineup_pickup_link > ul > li {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  padding: 0 8px;
}
#dcm .dcmLineup_pickup_link > ul > li > a {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  padding-right: 15px;
}
#dcm .dcmLineup_pickup_link-page {
  background-color: #333;
}
#dcm .dcmLineup_pickup_link-page::after {
  content: '';
  position: absolute;
  top: 0;
  right: .8em;
  bottom: 0;
  width: 7px;
  height: 11px;
  margin: auto;
  background: url(../img/ic-arrow.png) no-repeat;
  background-size: 7px 11px;
}
#dcm .dcmLineup_pickup_link-blank {
  background-color: #cc0033;
}
#dcm .dcmLineup_pickup_link-blank::after {
  content: '';
  position: absolute;
  top: 0;
  right: .8em;
  bottom: 0;
  width: 10px;
  height: 9px;
  margin: auto;
  background: url(../img/ic-blank.png) no-repeat;
  background-size: 10px 9px;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmLineup_pickup {
    position: relative;
  }
  #dcm .dcmLineup_pickup > img {
    float: none;
    position: absolute;
    top: 5%;
    width: 40%;
    max-width: 256px;
    z-index: 1;
  }
  #dcm .dcmLineup_pickup-x10m3.dcmLineup_pickup > img {
    right: 8.5%;
  }
  #dcm .dcmLineup_pickup-x5m2.dcmLineup_pickup > img {
    left: 8%;
  }
  #dcm .dcmLineup_pickup-x10m3 {
    margin-top: 100px;
  }
  #dcm .dcmLineup_pickup-x5m2 {
    margin-top: 60px;
  }
  #dcm .dcmLineup_pickup_heading {
    margin: 0;
  }
  #dcm .dcmLineup_pickup-x10m3 .dcmLineup_pickup_heading {
    padding: 3.6% 45% 3.5% 4%;
  }
  #dcm .dcmLineup_pickup-x5m2 .dcmLineup_pickup_heading {
    padding: 3.6% 4% 3.5% 45%;
  }
  #dcm .dcmLineup_pickup_heading > p {
    font-size: 16px;
  }
  #dcm .dcmLineup_pickup_item {
    display: table;
    width: 56%;
  }
  #dcm .dcmLineup_pickup-x10m3 .dcmLineup_pickup_item {
    margin-right: 43%;
  }
  #dcm .dcmLineup_pickup-x5m2 .dcmLineup_pickup_item {
    margin-left: 43%;
  }
  #dcm .dcmLineup_pickup_img,
  #dcm .dcmLineup_pickup_txt {
    float: none;
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
  }
  #dcm .dcmLineup_pickup_ttl {
    font-size: 16px;
  }
  #dcm .dcmLineup_pickup_link {
    max-width: 170px;
    padding: 0;
    margin-top: 20px;
  }
  #dcm .dcmLineup_pickup_link > ul {
    margin: 0;
  }
  #dcm .dcmLineup_pickup_link > ul > li {
    display: block;
    width: 100%;
    padding: 0;
  }
  #dcm .dcmLineup_pickup_link > ul > li + li {
    margin-top: 10px;
  }
}
/* Item
----------------------------------- */
#dcm .dcmLineup_item {
  /* padding-top: 30px; */
  margin-top: 30px;
  /* border-top: 1px solid #ccc; */
}
#dcm .dcmLineup_item {
  overflow: hidden;
}
#dcm .dcmLineup_item > ul {
  font-size: 0;
  margin: 0 -8px;
}
#dcm .dcmLineup_item > ul > li {
  display: inline-block;
  position: relative;
  width: 50%;
  vertical-align: top;
  padding: 40px 8px 0;
}
#dcm .dcmLineup_item > ul > li:nth-child(3),
#dcm .dcmLineup_item > ul > li:nth-child(4) {
  margin-top: 40px;
}
#dcm .dcmLineup_item_new {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 60px;
  height: 20px;
  color: #cc0033;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  margin: auto;
  border: 1px solid #cc0033;
}
#dcm .dcmLineup_item_sale {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 165px;
  height: 40px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  margin: auto;
  background-color: #0080ff;
  border: 1px solid #0080ff;
}
#dcm .dcmLineup_item_sale > span {
  display: block;
  color: #0080ff;
  line-height: 18px;
  background-color: #fff;
}
#dcm .dcmLineup_item_img {
  display: table;
  width: 100%;
}
#dcm .dcmLineup_item_img > p {
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
}
#dcm .dcmLineup_item_img > p > img {
  display: block;
  max-width: 265px;
  margin: 0 auto;
}
#dcm .dcmLineup_item_ttl {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}
#dcm .dcmLineup_item_color {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
#dcm .dcmLineup_item_link {
  width: 100%;
  margin: 20px auto 0;
}
#dcm .dcmLineup_item_link > * {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  padding-right: 15px;
}
#dcm .dcmLineup_item_link > * + * {
  margin-top: 10px;
}
#dcm .dcmLineup_item_link-page {
  background-color: #333;
}
#dcm .dcmLineup_item_link-page::after {
  content: '';
  position: absolute;
  top: 0;
  right: .8em;
  bottom: 0;
  width: 7px;
  height: 11px;
  margin: auto;
  background: url(../img/ic-arrow.png) no-repeat;
  background-size: 7px 11px;
}
#dcm .dcmLineup_item_link-blank {
  background-color: #cc0033;
}
#dcm .dcmLineup_item_link-blank::after {
  content: '';
  position: absolute;
  top: 0;
  right: .8em;
  bottom: 0;
  width: 10px;
  height: 9px;
  margin: auto;
  background: url(../img/ic-blank.png) no-repeat;
  background-size: 10px 9px;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmLineup_item {
    /* padding-top: 45px; */
    margin-top: 60px;
  }
  #dcm .dcmLineup_item > ul {
    margin: 0 -1.496%;
  }
  #dcm .dcmLineup_item > ul > li {
    width: 33.3333%;
    padding: 40px 1.496% 0;
    margin-top: 0;
  }
  #dcm .dcmLineup_item > ul > li:nth-child(3),
  #dcm .dcmLineup_item > ul > li:nth-child(4) {
    margin-top: 0;
  }
  #dcm .dcmLineup_item_ttl {
    font-size: 16px;
  }
  #dcm .dcmLineup_item_link {
    max-width: 170px;
  }
}

/*---------------------------------------------
 Connection
---------------------------------------------*/
#dcm .dcmConnection {
  margin-top: 60px;
}
#dcm .dcmConnection_heading > h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#dcm .dcmConnection_heading > h2 > span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
#dcm .dcmConnection_heading > h2 > span:before,
#dcm .dcmConnection_heading > h2 > span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 3px;
  background-color: #333;
  border-radius: 1.5px;
}
#dcm .dcmConnection_heading > h2 > span:before {
  left: -40px;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}
#dcm .dcmConnection_heading > h2 > span:after {
  right: -40px;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}
@media only screen and (min-width: 768px) {
  #dcm .dcmConnection {
    margin-top: 100px;
  }
  #dcm .dcmConnection_heading > h2 {
    font-size: 28px;
  }
  #dcm .dcmConnection_heading > h2 > span {
    padding: 0 45px;
  }
  #dcm .dcmConnection_heading > h2 > span:before,
  #dcm .dcmConnection_heading > h2 > span:after {
    width: 45px;
    height: 4px;
    border-radius: 2px;
  }
  #dcm .dcmConnection_heading > h2 > span:before {
    left: 0;
  }
  #dcm .dcmConnection_heading > h2 > span:after {
    right: 0;
  }
}
/* Item
----------------------------------- */
#dcm .dcmConnection_item {
  margin-top: -10px;
}
#dcm .dcmConnection_item {
  overflow: hidden;
}
#dcm .dcmConnection_item > ul {
  font-size: 0;
  margin: 0 -8px;
}
#dcm .dcmConnection_item > ul > li {
  display: inline-block;
  position: relative;
  width: 50%;
  vertical-align: top;
  padding: 40px 8px 0;
}
#dcm .dcmConnection_item_img {
  display: table;
  width: 100%;
}
#dcm .dcmConnection_item_img > p {
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
}
#dcm .dcmConnection_item_img > p > img {
  display: block;
  max-width: 265px;
  margin: 0 auto;
}
#dcm .dcmConnection_item_model {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
#dcm .dcmConnection_item_ttl {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin-top: 10px;
}
#dcm .dcmConnection_item_color {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
#dcm .dcmConnection_item_link {
  width: 100%;
  margin: 20px auto 0;
}
#dcm .dcmConnection_item_link > * {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  padding-right: 15px;
}
#dcm .dcmConnection_item_link > * + * {
  margin-top: 10px;
}
#dcm .dcmConnection_item_link-page {
  background-color: #333;
}
#dcm .dcmConnection_item_link-page::after {
  content: '';
  position: absolute;
  top: 0;
  right: .8em;
  bottom: 0;
  width: 7px;
  height: 11px;
  margin: auto;
  background: url(../img/ic-arrow.png) no-repeat;
  background-size: 7px 11px;
}
#dcm .dcmConnection_item_link-pageBlank {
  background-color: #333;
}
#dcm .dcmConnection_item_link-pageBlank::after {
  content: '';
  position: absolute;
  top: 0;
  right: .8em;
  bottom: 0;
  width: 10px;
  height: 9px;
  margin: auto;
  background: url(../img/ic-blank.png) no-repeat;
  background-size: 10px 9px;
}
#dcm .dcmConnection_item_link-blank {
  background-color: #cc0033;
}
#dcm .dcmConnection_item_link-blank::after {
  content: '';
  position: absolute;
  top: 0;
  right: .8em;
  bottom: 0;
  width: 10px;
  height: 9px;
  margin: auto;
  background: url(../img/ic-blank.png) no-repeat;
  background-size: 10px 9px;
}
#dcm .dcmConnection_item_note {
  margin-top: 10px;
}
#dcm .dcmConnection_item_note > li {
  font-size: 13px;
  text-align: left;
  text-indent: -1em;
  line-height: 1.5;
  margin-left: 1em;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmConnection_item {
    margin-top: 5px;
  }
  #dcm .dcmConnection_item > ul {
    text-align: center;
    margin: 0 -1.496%;
  }
  #dcm .dcmConnection_item > ul > li {
    width: 33.3333%;
    padding: 40px 1.496% 0;
  }
  #dcm .dcmConnection_item_ttl {
    font-size: 16px;
  }
  #dcm .dcmConnection_item_link {
    max-width: 170px;
  }
  #dcm .dcmConnection_item_note > li {
    font-size: 12px;
  }
}

/*---------------------------------------------
 Cp
---------------------------------------------*/
#dcm .dcmCp {
  margin-top: 60px;
}
#dcm .dcmCp_heading > h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#dcm .dcmCp_heading > h2 > span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
#dcm .dcmCp_heading > h2 > span:before,
#dcm .dcmCp_heading > h2 > span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 3px;
  background-color: #333;
  border-radius: 1.5px;
}
#dcm .dcmCp_heading > h2 > span:before {
  left: -40px;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}
#dcm .dcmCp_heading > h2 > span:after {
  right: -40px;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}
@media only screen and (min-width: 768px) {
  #dcm .dcmCp {
    margin-top: 100px;
  }
  #dcm .dcmCp_heading > h2 {
    font-size: 28px;
  }
  #dcm .dcmCp_heading > h2 > span {
    padding: 0 45px;
  }
  #dcm .dcmCp_heading > h2 > span:before,
  #dcm .dcmCp_heading > h2 > span:after {
    width: 45px;
    height: 4px;
    border-radius: 2px;
  }
  #dcm .dcmCp_heading > h2 > span:before {
    left: 0;
  }
  #dcm .dcmCp_heading > h2 > span:after {
    right: 0;
  }
}
/* Item
----------------------------------- */
#dcm .dcmCp_item {
  margin-top: 30px;
}
#dcm .dcmCp_item > ul {
  text-align: center;
}
#dcm .dcmCp_item > ul > li {
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#dcm .dcmCp_item > ul > li > a {
  display: block;
  color: #333;
}
#dcm .dcmCp_item > ul > li > a > img {
  display: block;
  float: left;
  width: 40%;
}
#dcm .dcmCp_info,
#dcm .dcmCp_detail {
  font-size: 14px;
  padding-left: 15px;
  margin-left: 40%;
}
#dcm .dcmCp_info > * > b {
  font-weight: bold;
}
#dcm .dcmCp_info_label {
  width: 70px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  margin-top: 10px;
  -webkit-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  border-radius: 2.5em;
}
#dcm .dcmCp_info_label-open {
  background-color: #cc4c4c;
}
#dcm .dcmCp_info_label-close {
  background-color: #bfbfbf;
}
#dcm .dcmCp_info_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
#dcm .dcmCp_info_txt {
  margin-top: 10px;
}
#dcm .dcmCp_detail_model {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dotted #ccc;
}
#dcm .dcmCp_detail_note {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmCp_item {
    margin-top: 0;
    overflow: hidden;
  }
  #dcm .dcmCp_item > ul {
    font-size: 0;
    margin: 0 -1.98%;
  }
  #dcm .dcmCp_item > ul > li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 65px 1.98% 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  #dcm .dcmCp_item > ul > li > a > img {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #dcm .dcmCp_info,
  #dcm .dcmCp_detail {
    padding-left: 0;
    margin: 10px 0 0 0;
  }
}
