@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;
  }
}

#dcm a {
  color: #00a8b5;
}

/* clear */
#dcm .clearFix:after {
  content: '';
  clear: both;
  display: block;
  height: 0px;
  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
---------------------------------------------*/
#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;
  border: 1px solid #333;
  width: 100%;
  max-width: 968px;
  display: block;
  margin: 15px auto 0;
}

#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;
  }
}

/*---------------------------------------------
 Product
---------------------------------------------*/
#dcm .dcmProduct {
  margin-top: 30px;
}

#dcm .dcmProduct_heading>h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#dcm .dcmProduct_content {
  margin-top: 10px;
}

#dcm .dcmProduct_content>p {
  left: 3%;
  right: 3%;
  bottom: 68%;
  font-size: 14px;
}

#dcm .dcmProduct_content p>span.dcmProduct_content__text__note {
  font-size: 13px;
}

#dcm .dcmProduct_btn-5m4 {
  top: 8.3%;
}

#dcm .dcmProduct_btn-10m4 {
  top: 32.7%;
}

#dcm .dcmProduct_btn-5m3 {
  top: 56.96%;
}

#dcm .dcmProduct_btn-ace3 {
  top: 85.96%;
}

#dcm .dcmProduct_btn>* {
  display: block;
  width: 100%;
}

#dcm .dcmProduct_btn>*+* {
  margin-top: 4.2%;
}

@media only screen and (min-width: 768px) {
  #dcm .dcmProduct {
    margin-top: 60px;
  }

  #dcm .dcmProduct_heading>h2 {
    font-size: 24px;
  }

  #dcm .dcmProduct_content>p {
    left: 10px;
    right: auto;
    bottom: 2%;
    width: 30%;
    font-size: 11px;
  }

  #dcm .dcmProduct_btn>*+* {
    margin-top: 6.2%;
  }

  #dcm .dcmProduct_content p>span.dcmProduct_content__text__note {
    font-size: 12px;
  }

}

/*---------------------------------------------
 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 {
  display: block;
  font-size: 13px;
}

#dcm .dcmFlow_step_btn {
  display: block;
  position: relative;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  padding: 8px 5px;
  margin-top: 5px;
  background-color: #1d8ff0;
  cursor: pointer;
}

#dcm .dcmFlow_step_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  right: auto;
  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 .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;
  }

  #dcm .dcmFlow_step_txt>small {
    font-size: 12px;
  }
}

/*---------------------------------------------
 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: #006F90 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 #006F90;
  border-top: 57px solid transparent;
  border-bottom: 57px solid transparent;
}

#dcm .dcmEntryBtn_method-app>a::after {
  right: -15px;
  border-left: 15px solid #006F90;
  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 #006F90;
  }
}

/*---------------------------------------------
 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 span {
  width: 100%;
  font-size: 11px;
  text-align: left;
  line-height: 1;
}

#dcm .dcmEntry_list span sup {
  font-size: 10px;
}

#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_list>dl>dd>p>sup {
  font-size: 16px;
}

#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-number>li {
  font-size: 13px;
  text-indent: -1.8em;
  line-height: 1.8;
  margin-left: 1.8em;
}

#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;
}

#dcm .dcmContainer .dcmSec:first-child {
  margin-bottom: 100px;
}

@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,
  #dcm .dcmEntry-number>li {
    font-size: 12px;
  }
}

/*---------------------------------------------
 Link
---------------------------------------------*/
#dcm .dcmLink {
  max-width: 320px;
  margin: 30px auto 0;
}

#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;
}

#dcm .dcmProduct_content__wrap {
  border: #CCCCCC solid 4px;
  padding: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#dcm .dcmProduct_content__wrap .dcmProduct_content__ttl {
  width: 25%;
}

#dcm .dcmProduct_content__wrap .dcmProduct_content__box {
  width: 75%;
}

#dcm .dcmProduct_content__wrap .dcmProduct_content__ttl p {
  line-height: 1.241;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 3% auto;
}

#dcm .dcmProduct_content__wrap .dcmProduct_content__ttl p img {
  width: 100%;
  max-width: 255px;
}

#dcm .dcmProduct_content__wrap .dcmProduct_content__box ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 194px;
}

#dcm .dcmProduct_content__wrap .dcmProduct_content__box ul li.content__box__permission {
  margin: 0 2%;
  min-width: 26px;
  width: 26px;
}

#dcm .dcmProduct_content__wrap .dcmProduct_content__box ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

#dcm .content__box__img-01 img {
  width: 100%;
  max-width: 87px;
}

#dcm .content__box__img-02 img {
  width: 100%;
  max-width: 160px;
}

#dcm .content__box__img-03 img {
  width: 100%;
  max-width: 133px;
}

#dcm .dcmProduct_content__wrap .dcmProduct_content__box .sm_pc {
  text-align: right;
  margin-top: 2%;
}

#dcm .dcmProduct_content__wrap .dcmProduct_content__box ul li .content__box__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.313;
  margin: 5% auto;
  text-align: center;
}

#dcm .dcmProduct_content__wrap .dcmProduct_content__box ul.dcmProduct_content__box__wrap {
  flex-direction: column;
}

/*---------------------------------------------
 EntryBtn
---------------------------------------------*/


@media only screen and (min-width: 768px) {
  #dcm .dcmEntryBtn {
    max-width: 500px;
    margin: 40px auto 0;
  }
}

#dcm .dcmProduct_content__box__permission {
  text-align: center;
}

#dcm .dcmProduct_content__box__permission img {
  width: 100%;
  max-width: 40px;
  margin: 3% auto;
}

#dcm .large--txt {
  font-weight: 600;
}

#dcm .small--txt {
  font-size: 12px;
}

#dcm .dcmCampaign {
  max-width: 1000px;
  padding: 0 20px;
  margin: 60px auto 0;
}

#dcm .dcmAmenity {
  max-width: 1000px;
  padding: 0 20px 3%;
  margin: 60px auto 0;
}

#dcm .dcmAmenity .dcmAmenity_heading>h3 {
  color: #C71717;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 3%;
}

#dcm .dcmAmenity .dcmAmenity_item ul {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  padding: 3% 0;
}

#dcm .dcmAmenity .dcmAmenity_item ul li {
  width: 48%;
}

#dcm .dcmAmenity .dcmAmenity_item ul li.dcmAmenity_item__left {
  padding: 0 3%;
  text-align: center;
}

#dcm .dcmAmenity .dcmAmenity_item ul li.dcmAmenity_item__left img {
  max-width: 300px;
}

#dcm .dcmAmenity .dcmAmenity_item ul li.dcmAmenity_item__right p {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 1.333;
  text-align: center;
  margin: 4% auto;
}

#dcm .dcmAmenity .dcmAmenity_item ul li.dcmAmenity_item__right a {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#dcm .dcmAmenity .dcmAmenity_item ul li.dcmAmenity_item__right.dcmAmenity_item__rightBtn a {
  max-width: 400px;
}

#dcm .dcmAmenity .dcmAmenity_item ul li.dcmAmenity_item__right a.dcmAmenity_item__right__img {
  max-width: 300px;
}

#dcm .dcmCampaign__note {
  font-size: 14px;
  font-weight: 300;
  margin-top: 2%;
}

@media only screen and (min-width: 768px) {
  #dcm .dcmAmenity .dcmAmenity_heading>h3 {
    font-size: 24px;
  }
}

@media (max-width: 817px) {
  #dcm .dcmProduct_content__wrap {
    flex-direction: column;
  }

  #dcm .dcmAmenity .dcmAmenity_item ul li.dcmAmenity_item__left {
    padding: 3% 0;
  }

  #dcm .dcmAmenity .dcmAmenity_item ul {
    flex-direction: column;
  }

  #dcm .dcmAmenity .dcmAmenity_item ul li {
    width: 100%;
  }

  #dcm .dcmProduct_content__wrap .dcmProduct_content__box ul {
    flex-direction: column;
  }

  #dcm .dcmProduct_content__wrap .dcmProduct_content__box ul li {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }

  #dcm .dcmProduct_content__wrap .dcmProduct_content__box ul li.content__box__permission {
    max-width: 294px;
    width: 100%;
    margin: 5% auto;
  }

  #dcm .dcmProduct_content__wrap .dcmProduct_content__box ul.dcmProduct_content__box__wrap {
    flex-direction: row-reverse;
  }

  #dcm .dcmProduct_content__wrap .dcmProduct_content__ttl,
  .dcmProduct_content__box {
    width: 100%;
  }

  #dcm .dcmProduct_content__wrap .dcmProduct_content__box ul li .content__box__btn {
    width: 70%;
  }

  #dcm .dcmProduct_content__wrap .dcmProduct_content__ttl p {
    text-align: center;
    font-size: 24px;
  }

  #dcm .dcmProduct_content__box__permission img {
    width: 100%;
    max-width: 29px;
    margin: 3% auto;
  }
}

/* ------------------------------------------------------------ */
/* 送信ボタン */
/* ------------------------------------------------------------ */
/* 送信ボタン */
input[type="button"] {
  color: #fff;
  font-size: 18px;
  padding: 20px;
  border: none;
  background: #006F90;
  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;
}

.dcmFlow_entry_btn {
  display: block;
  position: relative;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  padding: 20px 5px;
  margin-top: 5px;
  background-color: #1d8ff0;
  cursor: pointer;
  text-decoration: none;
}

#dcm .dcmAmenity .dcmAmenity_item ul.dcmAmenity_entry li {
  width: 100%;
}

#dcm .dcmAmenity .dcmAmenity_item ul:last-of-type {
  border-bottom: none;
}
.hidden-xlj,
.visible-xlj {
  filter: grayscale(100%) brightness(140%);
  pointer-events: none;
}