@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: 15px;
  line-height: 1.8;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #dcm {
    font-size: 16px;
  }
}
/* 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 */
#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
---------------------------------------------*/
@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 .container {
  padding: 0 15px !important;
}

/*---------------------------------------------
 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;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmPeriod {
    margin-top: 40px;
  }
}

/*---------------------------------------------
 Benefits
---------------------------------------------*/
#dcm .dcmBenefits {
  margin-top: 25px;
}
#dcm .dcmBenefits > h2 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#dcm .dcmBenefits > h2 > small {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
#dcm .dcmBenefits_img {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmBenefits {
    margin-top: 40px;
  }
  #dcm .dcmBenefits > h2 {
    font-size: 28px;
  }
  #dcm .dcmBenefits > h2 > small {
    font-size: 20px;
  }
  #dcm .dcmBenefits_img {
    max-width: 960px;
    margin-top: 40px;
  }
}

/*---------------------------------------------
 About
---------------------------------------------*/
#dcm .dcmAbout {
  color: #fff;
  padding: 30px 20px 20px;
  margin-top: 30px;
  background-color: #000;
}
#dcm .dcmAbout_logo {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
#dcm .dcmAbout_txt {
  margin-top: 20px;
}
#dcm .dcmAbout_txt > h3 {
  font-size: 16px;
  font-weight: bold;
}
#dcm .dcmAbout_txt > p {
  font-size: 14px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmAbout {
    font-size: 0;
    padding: 3.125%;
    margin-top: 40px;
  }
  #dcm .dcmAbout > * {
    display: inline-block;
    vertical-align: middle;
  }
  #dcm .dcmAbout_logo {
    width: 33.334%;
    max-width: 300px;
  }
  #dcm .dcmAbout_txt {
    width: 66.666%;
    padding-left: 4%;
    margin-top: 0;
  }
  #dcm .dcmAbout_txt > h3 {
    font-size: 20px;
  }
  #dcm .dcmAbout_txt > p {
    font-size: 16px;
  }
}

/*---------------------------------------------
 Product
---------------------------------------------*/
#dcm .dcmProduct {
  position: relative;
  width: 100%;
  max-width: 510px;
  margin: 30px auto 0;
}
#dcm .dcmProduct_link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6.8%;
  width: 70%;
  max-width: 360px;
  margin: auto;
}
#dcm .dcmProduct_link > p + p {
  margin-top: 6%;
}
#dcm .dcmProduct_link > p > a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmProduct {
    max-width: 960px;
    margin-top: 40px;
  }
  #dcm .dcmProduct_link {
    top: 21%;
    left: auto;
    right: 8.3%;
    bottom: auto;
    width: 17.7%;
    max-width: 170px;
  }
  #dcm .dcmProduct_link > p + p {
    margin-top: 12%;
  }
}

/*---------------------------------------------
 Flow
---------------------------------------------*/
#dcm .dcmFlow {
  margin-top: 30px;
}
#dcm .dcmFlow_heading > h2 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#dcm .dcmFlow_content {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ccc;
}
#dcm .dcmFlow_list {
  font-size: 0;
}
#dcm .dcmFlow_item {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 8px;
  border-top: 1px solid #ccc;
}
#dcm .dcmFlow_item:nth-child(odd) {
  border-right: 1px solid #ccc;
}
#dcm .dcmFlow_item:nth-child(-n+2) {
  border-top: none;
}
#dcm .dcmFlow_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_image {
  width: 100%;
  max-width: 220px;
  margin: 25px auto 0;
}
#dcm .dcmFlow_txt {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
#dcm .dcmFlow_txt > small {
  font-size: 12px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmFlow {
    margin-top: 60px;
  }
  #dcm .dcmFlow_heading > h2 {
    font-size: 24px;
  }
  #dcm .dcmFlow_content {
    margin-top: 20px;
  }
  #dcm .dcmFlow_list {
    display: table;
    width: 100%;
  }
  #dcm .dcmFlow_item {
    display: table-cell;
    width: 25%;
    border-top: none;
  }
  #dcm .dcmFlow_item: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: #f29e00 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 #f29e00;
  border-top: 57px solid transparent;
  border-bottom: 57px solid transparent;
}
#dcm .dcmEntryBtn_method__app > a::after {
  right: -15px;
  border-left: 15px solid #f29e00;
  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 #f29e00;
  }
}

/*---------------------------------------------
 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 > h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background-color: #ccc;
}
#dcm .dcmEntry_list {
  width: 100%;
  font-size: 15px;
  text-align: left;
  line-height: 1.8;
}
#dcm .dcmEntry_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  padding: 15px 0 0;
}
#dcm .dcmEntry_txt {
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
}
#dcm .dcmEntry_txt > p {
  font-size: 16px;
  line-height: 1.8;
}
#dcm .dcmEntry_txt > p > strong {
  font-size: 18px;
  font-weight: normal;
}
#dcm .dcmEntry_txt-asterisk > li {
  position: relative;
  font-size: 13px;
  line-height: 1.8;
  padding-left: 1em;
}
#dcm .dcmEntry_txt-asterisk > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#dcm .dcmEntry_txt-dot > li {
  position: relative;
  line-height: 1.8;
  padding-left: 1em;
}
#dcm .dcmEntry_txt-dot > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#dcm .dcmEntry_txt-dotsmall > li {
  position: relative;
  font-size: 13px;
  line-height: 1.8;
  padding-left: 1em;
}
#dcm .dcmEntry_txt-dotsmall > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#dcm .dcmEntry_txt-number > li {
  position: relative;
  padding-left: 1.1em;
  text-indent: -1.1em;
  line-height: 1.8;
}
#dcm .dcmEntry_txt-number > li > img {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
}
#dcm .dcmEntry_txt-number > li > a {
  font-weight: bold;
}
#dcm .dcmEntry_link > a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  padding-right: 15px;
}
#dcm .dcmEntry_link > a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin: auto;
  border-top: 1px solid #00a8b5;
  border-right: 1px solid #00a8b5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) {
  #dcm .dcmEntry {
    margin-top: 60px;
  }
  #dcm .dcmEntry_txt > p > strong {
    font-size: 20px;
  }
  #dcm .dcmEntry_link > a:hover {
    color: #006169;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
  #dcm .dcmEntry_link > a:hover::after {
    border-color: #006169;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
  }
}

/*---------------------------------------------
 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;
}

/* ------------------------------------------------------------
  Copy
------------------------------------------------------------ */
#dcm .dcmCopyright {
  margin-top: 30px;
  margin-bottom: -10px;
}
#dcm .dcmCopyright > small {
  display: block;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  #dcm .dcmCopyright {
    margin-top: 40px;
  }
}

/* ------------------------------------------------------------
  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;
}

/* ------------------------------------------------------------ */
/* ご応募はこちら */
/* ------------------------------------------------------------ */
.app-xlj .btn-primary {
  background-color: #e53a67;
  border-color: transparent;
  padding: 20px;
}
.app-xlj .btn-primary:hover {
  background-color: #54A9BD;
}

/* ------------------------------------------------------------ */
/* 送信ボタン */
/* ------------------------------------------------------------ */
/* 送信ボタン */
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;
}
