@charset "utf-8";

/*---------------------------------------------
 Reset
---------------------------------------------*/
/* margin */
#dcm h1,
#dcm h2,
#dcm h3,
#dcm h4,
#dcm p {
  margin: 0;
}
/* line-height */
#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: 16px;
  line-height: 1.8;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #dcm {
    font-size: 15px;
    padding-bottom: 40px;
  }
}
/* 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: '';
  clear: both;
  display: block;
  height: 0px;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
/* hover */
#dcm a {
  color: #00a8b5;
}
@media only screen and (min-width: 768px) {
  #dcm a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }
}

/*---------------------------------------------
 Hero
---------------------------------------------*/
#dcm .dcmHero {
  max-width: 1240px;
  margin: 0 auto;
}
@media only screen and (min-width: 818px) {
  #dcm .dcmHero {
    padding: 0 20px;
  }
}

/*---------------------------------------------
 Container
---------------------------------------------*/
#dcm .dcmContainer {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

/*---------------------------------------------
 Close
---------------------------------------------*/
#dcm .dcmClose {
  padding: 1em;
  margin-top: 15px;
  border: 1px solid #333;
}
#dcm .dcmClose_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmClose {
    margin-top: 30px;
  }
  #dcm .dcmClose_txt {
    text-align: center;
  }
}

/*---------------------------------------------
 Period
---------------------------------------------*/
#dcm .dcmPeriod {
  margin-top: 20px;
}
#dcm .dcmPeriod > img {
  display: block;
  max-width: 510px;
  margin: 0 auto;
}

/*---------------------------------------------
 Product
---------------------------------------------*/
#dcm .dcmProduct {
  margin-top: 30px;
}
#dcm .dcmProduct_heading > h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#dcm .dcmProduct_content {
  position: relative;
  max-width: 510px;
  margin: 10px auto 0;
}
#dcm .dcmProduct_content > p {
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 68%;
  font-size: 14px;
}
#dcm .dcmProduct_btn {
  position: absolute;
  font-size: 0;
  left: 7.4%;
  width: 44.12%;
}
#dcm .dcmProduct_btn-1m4 {
  top: 11.3%;
}
#dcm .dcmProduct_btn-linkbuds {
  top: 51.2%;
}
#dcm .dcmProduct_btn-wf1000 {
  top: 82.4%;
}
#dcm .dcmProduct_btn > * {
  display: block;
  width: 100%;
  max-width: 225px;
}
#dcm .dcmProduct_btn > * + * {
  margin-top: 7%;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmProduct {
    margin-top: 60px;
  }
  #dcm .dcmProduct_heading > h2 {
    font-size: 24px;
  }
  #dcm .dcmProduct_content {
    max-width: 960px;
    margin-top: 20px;
  }
  #dcm .dcmProduct_content > p {
    left: 10px;
    right: auto;
    bottom: 2%;
    width: 30%;
    font-size: 11px;
  }
  #dcm .dcmProduct_btn {
    width: 15.625%;
  }
  #dcm .dcmProduct_btn-1m4 {
    top: 69.3%;
    left: 9%;
  }
  #dcm .dcmProduct_btn-linkbuds {
    top: 69.3%;
    left: 52.7%;
  }
  #dcm .dcmProduct_btn-wf1000 {
    top: 69.3%;
    left: 78.6%;
  }
  #dcm .dcmProduct_btn > * {
    max-width: 150px;
  }
  #dcm .dcmProduct_btn > * + * {
    margin-top: 6.5%;
  }
}

/*---------------------------------------------
 Flow
---------------------------------------------*/
/*---------------------------------------------
 Flow
---------------------------------------------*/
#dcm .dcmFlow {
  margin-top: 30px;
}
#dcm .dcmFlow_heading > h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#dcm .dcmFlow_step {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ccc;
}
#dcm .dcmFlow_step > ol {
  font-size: 0;
}
#dcm .dcmFlow_step > ol > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 8px;
  border-top: 1px solid #ccc;
}
#dcm .dcmFlow_step > ol > li:nth-child(odd) {
  border-right: 1px solid #ccc;
}
#dcm .dcmFlow_step > ol > li:nth-child(-n+2) {
  border-top: none;
}
#dcm .dcmFlow_step_no {
  width: 100%;
  height: 23px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 23px;
  margin: 0;
  background-color: #000;
}
#dcm .dcmFlow_step_ico {
  width: 100%;
  max-width: 220px;
  margin: 25px auto 0;
}
#dcm .dcmFlow_step_txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
#dcm .dcmFlow_step_txt > small {
  font-size: 12px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmFlow {
    margin-top: 60px;
  }
  #dcm .dcmFlow_heading > h3 {
    font-size: 24px;
  }
  #dcm .dcmFlow_step {
    margin-top: 20px;
  }
  #dcm .dcmFlow_step > ol {
    display: table;
    width: 100%;
  }
  #dcm .dcmFlow_step > ol > li {
    display: table-cell;
    width: 25%;
    border-top: none;
  }
  #dcm .dcmFlow_step > ol > li:nth-child(2) {
    border-right: 1px solid #ccc;
  }
}

/*---------------------------------------------
 EntryBtn
---------------------------------------------*/
#dcm .dcmEntryBtn {
  margin-top: 30px;
}
#dcm .dcmEntryBtn_method > a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-right: 15px;
  background: #cc0033 url(../img/ic-arrow.png) right center no-repeat;
  background-size: 30px 15px;
}
#dcm .dcmEntryBtn_method-web > a {
  font-size: 20px;
  padding: 13px 10px;
}
#dcm .dcmEntryBtn_method-app > a {
  font-size: 22px;
  font-weight: bold;
}
#dcm .dcmEntryBtn_method > a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
#dcm .dcmEntryBtn_method-web > a::before {
  border-left: 15px solid #fff;
  border-top: 57px solid transparent;
  border-bottom: 57px solid transparent;
}
#dcm .dcmEntryBtn_method-app > a::before {
  border-left: 15px solid #fff;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
#dcm .dcmEntryBtn_method > a::after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
}
#dcm .dcmEntryBtn_method-web > a::after {
  right: -15px;
  border-left: 15px solid #cc0033;
  border-top: 57px solid transparent;
  border-bottom: 57px solid transparent;
}
#dcm .dcmEntryBtn_method-app > a::after {
  right: -15px;
  border-left: 15px solid #cc0033;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
#dcm .dcmEntryBtn_method > a > span {
  display: inline-block;
  padding-left: 40px;
}
#dcm .dcmEntryBtn_method-web > a > span {
  line-height: 1.4;
  background: url(../img/ic-present.png) left center no-repeat;
  background-size: 25px 25px;
}
#dcm .dcmEntryBtn_method-app > a > span {
  line-height: 60px;
  background: url(../img/ic-present.png) left 14px no-repeat;
  background-size: 25px 25px;
}
#dcm .dcmEntryBtn_method > p {
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmEntryBtn {
    max-width: 500px;
    margin: 40px auto 0;
  }
  #dcm .dcmEntryBtn_method > a {
    margin-right: 20px;
  }
  #dcm .dcmEntryBtn_method > a::before {
    border-left: 20px solid #fff;
  }
  #dcm .dcmEntryBtn_method > a::after {
    right: -20px;
    border-left: 20px solid #cc0033;
  }
}

/*---------------------------------------------
 Message
---------------------------------------------*/
#dcm .dcmMessage {
  min-height: 30px;
  text-align: center;
  padding: 19px;
  margin-top: 20px;
  background-color: #fbfbfb;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
#dcm .dcmMessage > p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmMessage {
    margin-top: 40px;
  }
  #dcm .dcmMessage > p {
    font-size: 16px;
  }
}

/*---------------------------------------------
 Entry
---------------------------------------------*/
#dcm .dcmEntry {
  margin-top: 30px;
}
#dcm .dcmEntry_heading > h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background-color: #000;
  border-radius: 4px;
}
#dcm .dcmEntry_list {
  width: 100%;
  font-size: 15px;
  text-align: left;
  line-height: 1.8;
}
#dcm .dcmEntry_list > dl > dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding: 15px 0 0;
}
#dcm .dcmEntry_list > dl > dd {
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
}
#dcm .dcmEntry_list > dl > dd > p {
  font-size: 16px;
  line-height: 1.8;
}
#dcm .dcmEntry_list > dl > dd > p > strong {
  font-size: 18px;
  font-weight: normal;
}
#dcm .dcmEntry-asterisk > li {
  position: relative;
  font-size: 13px;
  line-height: 1.8;
  padding-left: 1em;
}
#dcm .dcmEntry-asterisk > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#dcm .dcmEntry-asterisk > li > span {
  color: #ff0033;
}
#dcm .dcmEntry-dot > li {
  position: relative;
  line-height: 1.8;
  padding-left: 1em;
}
#dcm .dcmEntry-dot > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmEntry {
    margin-top: 60px;
  }
  #dcm .dcmEntry_heading > h3 {
    font-size: 24px;
  }
  #dcm .dcmEntry_list > dl > dd > p > strong {
    font-size: 20px;
  }
  #dcm .dcmEntry-asterisk > li {
    font-size: 12px;
  }
}

/*---------------------------------------------
 Link
---------------------------------------------*/
#dcm .dcmLink {
  text-align: center;
  margin-top: 30px;
}
#dcm .dcmLink > ul > li + li {
  margin-top: 20px;
}
#dcm .dcmLink > ul > li > a {
  display: inline-block;
  color: #333;
  font-size: 18px;
  line-height: 52px;
  padding-left: 70px;
  background: url(../img/arrow-product.png) left center no-repeat;
  background-size: 50px 50px;
}

/* ------------------------------------------------------------
  Terms
------------------------------------------------------------ */
#dcm .dcmTerms > p {
  font-size: 13px;
  margin-top: 20px;
}
#dcm .dcmTerms > h2 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  background: #17151c;
}
#dcm .dcmTerms dl {
  margin-top: 10px;
}
#dcm .dcmTerms dt {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
}
#dcm .dcmTerms dd {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 25px;
}
#dcm .dcmTerms dd ul li {
  text-indent: -1em;
  margin-left: 1em;
}
#dcm .dcmTerms dd p {
  margin-bottom: 0;
}
#dcm .dcmTerms dd p + p {
  margin-top: 10px;
}
#dcm .dcmTerms dd div + p,
#dcm .dcmTerms dd ul + p {
  margin-top: 20px;
}
#dcm .dcmTerms dd p > b {
  font-weight: bold;
}
#dcm .dcmTerms dd a {
  word-break: break-all;
}

/* ------------------------------------------------------------
  Check
------------------------------------------------------------ */
#dcm .dcmCheck {
  margin-top: 40px;
}
#dcm .dcmCheck > h2 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  background: #17151c;
}
#dcm .dcmCheck_privacy {
  height: 150px;
  font-size: 13px;
  padding: 0.5em;
  margin: 10px 0 20px;
  border: solid 1px #808080;
  overflow: auto;
}
#dcm .dcmCheck_privacy > * + h3 {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 20px;
}
#dcm .dcmCheck_privacy > ol > li {
  text-indent: -1em;
  margin-left: 1em;
}
#dcm .dcmCheck_privacy > p > a {
  word-break: break-all;
}
#dcm .dcmCheck_checkbox {
  text-align: center;
}
#dcm .dcmCheck_checkbox_check {
  font-size: 20px;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------ */
/* 送信ボタン */
/* ------------------------------------------------------------ */
/* 送信ボタン */
input[type="button"] {
  color: #fff;
  font-size: 18px;
  padding: 20px;
  border: none;
  background: #e53a67;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* 送信ボタン - マウスオーバー時 */
input[type="button"]:hover {
  background: #54A9BD;
}
/* 送信ボタン - 押せないとき */
input[type="button"][disabled] {
  background-color: #ccc;
  cursor: default;
}
.pointer label:hover,
.pointer input:hover {
  cursor: pointer;
}
