@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

/* ------------------------------------------------------------
  Reset
------------------------------------------------------------ */
body{
  overflow-x:hidden;
  margin:0;
  color: #333;
  background-color:#fff;
}
.dcm-10m5fe-10m5 {
  font-family:'Roboto', 'Noto Sans CJK', sans-serif;
}
.dcm-10m5fe-10m5 img {
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}

.hide{
  display:none !important; /* 機種判別によるボタン出し分けに必須 */
}


/* ------------------------------------------------------------
  Xperia campaign common
------------------------------------------------------------ */

/* 上下の空き指定 ------------------------ */

.dcm-10m5fe-10m5 .mb0,
.dcm-10m5fe-10m5 .kk.mb0 { margin-bottom:0; }

.dcm-10m5fe-10m5 .mb10,
.dcm-10m5fe-10m5 .kk.mb10 { margin-bottom:10px; }

.dcm-10m5fe-10m5 .mb20,
.dcm-10m5fe-10m5 .kk.mb20 { margin-bottom:20px; }

.dcm-10m5fe-10m5 .mb40,
.dcm-10m5fe-10m5 .kk.mb40 { margin-bottom:40px; }

.dcm-10m5fe-10m5 .mb50,
.dcm-10m5fe-10m5 .kk.mb40 { margin-bottom:50px; }

.dcm-10m5fe-10m5 .mb60,
.dcm-10m5fe-10m5 .kk.mb40 { margin-bottom:60px; }

.dcm-10m5fe-10m5 .mb70,
.dcm-10m5fe-10m5 .kk.mb40 { margin-bottom:70px; }

.dcm-10m5fe-10m5 .mb1em,
.dcm-10m5fe-10m5 .kk.mb1em { margin-bottom:1em; }

.dcm-10m5fe-10m5 .mb2em,
.dcm-10m5fe-10m5 .kk.mb2em { margin-bottom:2em; }


.dcm-10m5fe-10m5 .mt02em,
.dcm-10m5fe-10m5 .kk.mt02em { margin-top:0.2em; }

.dcm-10m5fe-10m5 .mt03em,
.dcm-10m5fe-10m5 .kk.mt03em { margin-top:0.3em; }

.dcm-10m5fe-10m5 .mt05em,
.dcm-10m5fe-10m5 .kk.mt05em { margin-top:0.5em; }

.dcm-10m5fe-10m5 .mt1em,
.dcm-10m5fe-10m5 .kk.mt1em { margin-top:1em; }

.dcm-10m5fe-10m5 .mt2em,
.dcm-10m5fe-10m5 .kk.mt2em { margin-top:2em; }

.dcm-10m5fe-10m5 .mt0,
.dcm-10m5fe-10m5 .kk.mt0 { margin-top:0; }

.dcm-10m5fe-10m5 .mt5,
.dcm-10m5fe-10m5 .kk.mt5 { margin-top:5px; }

.dcm-10m5fe-10m5 .mt10,
.dcm-10m5fe-10m5 .kk.mt10 { margin-top:10px; }

.dcm-10m5fe-10m5 .mt20,
.dcm-10m5fe-10m5 .kk.mt20 { margin-top:20px; }

.dcm-10m5fe-10m5 .mt30,
.dcm-10m5fe-10m5 .kk.mt30 { margin-top:30px; }

.dcm-10m5fe-10m5 .mt40,
.dcm-10m5fe-10m5 .kk.mt40 { margin-top:40px; }

.dcm-10m5fe-10m5 .mtSec { margin-top:12vw; }


/* 文字装飾(色、アンダーライン) ------------------------ */

.dcm-10m5fe-10m5 .tx_ul { text-decoration:underline; }

.dcm-10m5fe-10m5 .tx-orange { color: #cd5c29; font-weight: bold; }
.dcm-10m5fe-10m5 .txt_red { color:#F00; }
.dcm-10m5fe-10m5 .txt_d-red{ color:#c03 }
.dcm-10m5fe-10m5 .dcm-blue{ color:#5995ba; }

.dcm-10m5fe-10m5 .tx-c {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.dcm-10m5fe-10m5 .tx-l {
  text-align: left !important;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.dcm-10m5fe-10m5 .tx-r {
  text-align: right !important;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.dcm-10m5fe-10m5 .tx-justify{
  text-align: justify;
  text-justify: inter-ideograph;
}

/* テキストインデント ------------------------ */

.dcm-10m5fe-10m5 .kk{
  padding-left:1em;
  margin:0;
}

.dcm-10m5fe-10m5 .kk > span:first-child{
  display:inline-block;
  width:1em;
  margin-left:-1em;
  white-space:nowrap;
}


.dcm-10m5fe-10m5 .kk_num{
  padding-left:1.3em;
  margin:0;
}

.dcm-10m5fe-10m5 .kk_num > span:first-child{
  display:inline-block;
  width:1.3em;
  margin-left:-1.3em;
  white-space:nowrap;
}
.dcm-10m5fe-10m5 .f-indent{
  display:flex;
}
.dcm-10m5fe-10m5 .f-indent > span{
}

/* 改行禁止 ------------------------ */

.dcm-10m5fe-10m5 .brno{ white-space:nowrap; }


/* リスト ------------------------ */


.dcm-10m5fe-10m5 ul.list_dot, ul.list_dot li{
  list-style:none;
  display:block;
}

.dcm-10m5fe-10m5 ul.list_dot li{
  padding-left:1em;
  text-indent:-1em;
}

.dcm-10m5fe-10m5 ul.list_dot li:before{
  content:"・";
  display:inline-block;
  width:1em;
  text-align:center;
  text-indent:0;
}

.dcm-10m5fe-10m5 ul.list_dot li.kome:before{
  content:"※";
}

/* リンクタグ ------------------------ */


.dcm-10m5fe-10m5 a {
  color: #1239F5;
  word-break: break-all;
}

.dcm-10m5fe-10m5 a.d-link_blank:after{
  content:"";
  display:inline-block;
  padding-right: 1em;
  margin-left:0.25em;
  height:inherit;
  min-height:1em;
  background:url(../img/ext_w.svg) 50% 45% no-repeat;
  background-size: contain;
  vertical-align:middle;
}
.dcm-10m5fe-10m5 a.d-link_blank.d-button-w:after{
  background:url(../img/ext.svg) 50% 50% no-repeat;
  background-size:contain;
  position:absolute;
  right:0.7em;
  top:0.9em;
}
.dcm-10m5fe-10m5 a.d-link_blank-before:before{
  content:"";
  display:inline-block;
  padding-right: 1em;
  margin-right:0.25em;
  margin-left:-0.5em;
  height:inherit;
  min-height:1em;
  background:url(../img/ext_w.svg) 50% 20% no-repeat;
  background-size: contain;
  vertical-align:middle;
  position:absolute;
  left:1em;
  top:50%;
  transform:translate(0, -50%);
}
.dcm-10m5fe-10m5 i.d-icon-blank {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: 50% 10%;
  width: 0.8em;
  height: 1em;
  background-image: url(../img/ext.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left:1px;
  margin-right:2px;
  vertical-align:middle;
  image-rendering: auto; 
}

/* ボーダーを消す ------------------------ */
#contents .dcm-10m5fe-10m5 .bdno{
  border:none;
}

/* ------------------------------------------------------------
  Xperia campaign for smartphone
------------------------------------------------------------ */

/* font-size XL準拠 ------------------------ */

  .fs-10 { font-size: 2.777777778vw; line-height: 4.166666667vw; }
  .fs-11 { font-size: 3.055555555vw; line-height: 4.583333333vw; }
/*.fs-12 { font-size: 3.333333333vw; line-height: 5vw; } */ /* base.css に有り */
/*.fs-13 { font-size: 3.611111111vw; line-height: 5.277777778vw; } */ /* base.css に有り */
/*.fs-14 { font-size: 3.888888889vw; line-height: 5.555555556vw; } */ /* base.css に有り */
  .fs-15 { font-size: 4.166666666vw; line-height: 5.729166666vw; }
/*.fs-16 { font-size: 4.444444444vw; line-height: 6.111111111vw; } */ /* base.css に有り */
  .fs-17 { font-size: 4.722222222vw; line-height: 6.296296296vw; }
/*.fs-18 { font-size: 5vw; line-height: 6.666666667vw; } */ /* base.css に有り */
/*.fs-20 { font-size: 5.555555556vw; line-height: 7.222222222vw; } */ /* base.css に有り */
  .fs-22 { font-size: 6.111111112vw; line-height: 7.944444444vw; }
  .fs-24 { font-size: 6.666666667vw; line-height: 8.666666666vw; }
  .fs-26 { font-size: 7.222222222vw; line-height: 9.388888889vw; }
/*.fs-28 { font-size: 7.777777778vw; line-height: 9.444444444vw; } */ /* base.css に有り */


/* ------------------------------------------------------------
  Base
------------------------------------------------------------ */
.dcm-10m5fe-10m5 {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #333;
}

.dcm-10m5fe-10m5 .inner_wrap {
  width: 90%;
  margin: 0 auto;
  padding-left:0;
  padding-right:0;
}

.dcm-10m5fe-10m5 .w_sp {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  overflow:visible;
  margin-bottom:5vw;
}


.dcm-10m5fe-10m5 h2{
  font-weight:bold;
}

.dcm-10m5fe-10m5 h2.h-bg-r {
  text-align: center;
  color:#fff;
  padding: 3.5vw 0;
  background: #17151c;
  font-weight: bold;
}


/* display for sp ------------------------ */

.dcm-10m5fe-10m5 .sm-pc {
  display: none !important;
}
.dcm-10m5fe-10m5 .w_sp:last-of-type {
  padding-bottom:0;
  margin-bottom:5vw;
}



/* Hero ------------------------ */


.dcm-10m5fe-10m5__hero h1, .dcm-10m5fe-10m5__hero p {
  margin: 0;
  padding: 0;
}
.dcm-10m5fe-10m5__hero {
  margin-top:0;
  padding-bottom:10px;
}

/* 終了メッセージ ------------------------ */
.dcm-10m5fe-10m5 .close_txt {
  text-align:center;
  font-weight:bold;
  margin:30px auto;
  padding:1em 0;
  border:1px solid #000;
}
.dcm-10m5fe-10m5 .spBr {
  display:inline-block;
}


/* 期間 ------------------------ */
.dcm-10m5fe-10m5 .kikan{
  position:relative;
  margin-top:30px;
  text-align:center;
}
.dcm-10m5fe-10m5 .kikan span{
  width:auto;
  margin:0;
  padding:0;
  border:1px solid #5995ba;
  display:block;
  position:relative;
  text-align:center;
  overflow:hidden;
}

.dcm-10m5fe-10m5 .kikan span + span{
  margin-top:4vw;
}

.dcm-10m5fe-10m5 .kikan span img{
  display:block;
  max-width:calc(100% + 2px);
  margin:0 -1px;
}


/* キャンペーン対象端末 ------------------------ */

.dcm-10m5fe-10m5 .cptarget{
  width:100%;
  margin:0 auto;
  padding:0;
  position:relative;
  overflow:hidden;
  text-align:center;
}

.dcm-10m5fe-10m5 .cptarget h2{
  text-align:center;
  margin:0 0 3vw 0 ;
  line-height:initial;
  width:100%;
}

.dcm-10m5fe-10m5 .cptarget h3{
  text-align:center;
  margin:0 0 3vw 0 ;
  line-height:initial;
  width:100%;
}

#contents .dcm-10m5fe-10m5 .cptarget h2 img{
  width:auto;
  height:1em;
  max-width:initial;
  display:inline-block;
  vertical-align:middle;
  margin-bottom:2%;
  margin-right:0.5em;
}

.dcm-10m5fe-10m5 .cptarget h2 span{
  display:inline-block;
}


.dcm-10m5fe-10m5 .cptarget > div.target div{
  border:2px solid #ccc;
  padding:5vw;
  position:relative;
  text-align:right;
}

.dcm-10m5fe-10m5 .cptarget > div.target div.target2{
  margin-top:20vw
}

.dcm-10m5fe-10m5 .cptarget > div.target div.target2:before{
  content:"";
  height:13vw;
  display:block;
  position:absolute;
  left:0;
  right:0;
  top:-16.5vw;
  width:100%;
  background:url(../img/plus.svg) center center no-repeat;
  background-size:contain;
}
.dcm-10m5fe-10m5 .cptarget div.target div > span{
  display:inline-block;
  width:100%;
  vertical-align:bottom;
  padding:0;
}
.dcm-10m5fe-10m5 .cptarget div.target div > span > span{
  text-align:center;
  display:inline-block;
  width:43vw;
  padding-left:3vw;
  padding-right:3vw;
  vertical-align:middle;
}

.dcm-10m5fe-10m5 .cptarget div.target div > span > span > strong{
  display:inline-block;
  text-align:left;
}
.dcm-10m5fe-10m5 .cptarget div.target div.target1 > span:first-of-type:after{
  content:"";
  display:block;
  text-align:center;
  background:url(../img/circle.svg) center center no-repeat;
  background-size:contain;
  margin:2.5vw 0 0 0;
  padding:0;
  height:15vw;
  font-weight:bold;
}
.dcm-10m5fe-10m5 .cptarget div.target div > span:last-of-type:after{
  content:"";
}
.dcm-10m5fe-10m5 .cptarget div.target div > span img{
  height:40vw;
  display:inline-block;
  vertical-align:middle;
  margin-right:3vw;
}

.dcm-10m5fe-10m5 .cptarget div.target div.target1 > span:first-of-type img{
  margin-right:5vw;
}
.dcm-10m5fe-10m5 .cptarget div.target div.target2 > span img{
  margin-right:4vw;
}
.dcm-10m5fe-10m5 .cptarget div.target div > span a{
  display:block;
  padding:0.75em 0.5em 0.75em 0;
  margin:0.75em auto 0 auto;
  width:40vw;
  text-align:center;
  margin-top:5vw;
}

.dcm-10m5fe-10m5 .cptarget div.target div > span a:first-of-type{
  background-color:#666;
  color:#fff;
}

.dcm-10m5fe-10m5 .cptarget div.target div > span a:last-of-type{
  background-color:#fff;
  color:#000;
  border:1px solid #000;
}


/* STEP ------------------------ */

.dcm-10m5fe-10m5 .point_wp {
  margin-bottom:50px;
}

.dcm-10m5fe-10m5 .dp_step_wrap{
  padding:0 5%;
}


.dcm-10m5fe-10m5 .dp_step{
  display:block;
  list-style:none;
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
}

.dcm-10m5fe-10m5 .dp_step > li {
  display:block;
  list-style:none;
  margin:0;
  padding:0;
  text-align:left;
  position:static;
  background:#eff3f5;
}

.dcm-10m5fe-10m5 .dp_step > li > img{
  position:relative;
  max-width:70%;
  display:block;
  margin:10vw auto 5vw auto;
}
.dcm-10m5fe-10m5 .dp_step > li > div {
  width:100%;
  display:block;
  padding:0;
  z-index:2;
  vertical-align:top;
}
.dcm-10m5fe-10m5 .dp_step > li > div:nth-of-type(1) {
  width:100%;
  overflow:visible;
}
.dcm-10m5fe-10m5 .dp_step > li > div:nth-of-type(2){
  border:none;
  text-align:left;
  padding:0 3vw 7vw;
  margin-top:1px;
  word-break:break-all;
  white-space:normal;
}

.dcm-10m5fe-10m5 .dp_step > li > div:nth-of-type(2) span{
  white-space:nowrap;
}
.dcm-10m5fe-10m5 .dp_step > li > div:nth-of-type(1) span{
  text-align:center;
  display:block;
  position:relative;
  padding:0;
  background-color:#5e9ec5;
  margin:0;
  overflow:visible;
  height:auto;
}
.dcm-10m5fe-10m5 .dp_step > li > div:nth-of-type(1) span:after{
  content:"";
  width:0;
  height:0;
  display:block;
  position:absolute;
  bottom:-4.5vw;
  left:50%;
  transform:translate(-50%, 0);
  border-top:5vw solid #5e9ec5;
  border-bottom:0 solid transparent;
  border-left:50vw solid transparent;
  border-right:50vw solid transparent;
  z-index:1;
}
.dcm-10m5fe-10m5 .dp_step > li > div:nth-of-type(1) span img{
  width:auto;
  height:auto;
  display:inline-block;
  max-height:3.5vw;
  max-width:initial;
  vertical-align:middle;
  margin:0 0 -3vw 0;
  position:relative;
  z-index:2;
}

.dcm-10m5fe-10m5 d-button,
.dcm-10m5fe-10m5 d-button{
  display:block;
  color:#fff;
  background-color:#488EE9;
  text-align:center;
  margin:1vw 0 0 0;
  padding:0.75em 0;
  font-weight:normal;
}

.button-mark,
.d-link_blank,
.d-link_blank-before{
  position:relative;
}
.dcm-10m5fe-10m5 .button-mark{
  padding-right:1em;
}
.dcm-10m5fe-10m5 .button-mark.d-link_blank-before{
  padding-right:0;
  padding-left:0.4em;
}

.dcm-10m5fe-10m5 .button-mark:after{
  content:"＞";
  position:absolute;
  right:0.5em;
}


/* キャンペーン要項 規約 ------------------------ */


.dcm-10m5fe-10m5 .dl_campaign-yoko,
.dcm-10m5fe-10m5 .section-kiyaku dl {
  padding: 20px 0 30px;
  margin: 0;
  border-bottom:1px solid #000;
  height:auto;
  text-align:left;
}

.dcm-10m5fe-10m5 .dl_campaign-yoko + .dcm-10m5fe-10m5 .dl_campaign-yoko {
  padding: 20px 0;
}

.dcm-10m5fe-10m5 .dl_campaign-yoko dt,
.dcm-10m5fe-10m5 .section-kiyaku dt
 {
  display: block;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 5px;
  font-weight: bold;
  text-align:left;
}

.dcm-10m5fe-10m5 .section-kiyaku dt{
  font-weight:normal;
  margin-bottom:5px;
}

.dcm-10m5fe-10m5 .dl_campaign-yoko dd,
.dcm-10m5fe-10m5 .section-kiyaku dd {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.dcm-10m5fe-10m5 .dl_campaign-yoko dd + dt{
  margin-top:1em;
}
.dcm-10m5fe-10m5 .dl_campaign-yoko dd p.no-justify{
  text-align: start;
}

.dcm-10m5fe-10m5 .yoko-icon.yoko-icon-entry {
  width: 26px;
  padding-right: 5px;
}



/* お問い合わせ ------------------------ */

.dcm-10m5fe-10m5 span.mail-txt,
.dcm-10m5fe-10m5 .dl_campaign-yoko span.mail-txt,
.section-kiyaku span.mail-txt{
  /* color:#eb5505; */
  color:#00A8B5;
  font-weight: bold;
  white-space:nowrap;
  display:inline;
}

.dcm-10m5fe-10m5 .confirm-link {
  text-align: center;
}

.dcm-10m5fe-10m5 .confirm-link a {
  text-decoration: underline !important;
  color: #eb5505;
}


.dcm-10m5fe-10m5 a.confirm-link-btn {
  display:inline-block;
  text-align: center;
  max-width:25em;
  width:100%;
  background-color:#006fff;
  color:#fff;
  position:relative;
  padding:1em 0;
  margin-bottom:1em;
}
.dcm-10m5fe-10m5 a.confirm-link-btn:before {
  content: "";
  display:inline-block;
  width:1.5em;
  height:1em;
  vertical-align:-7%;
  background:url(../img/dcm_mail.svg) center center no-repeat;
  background-size:contain;
  margin-right:0.3em;
}
.dcm-10m5fe-10m5 a.confirm-link-btn:after {
  content: "＞";
  display:inline-block;
  position:absolute;
  right:5px;
  left:auto;
}


.dcm-10m5fe-10m5 .info-txt {
  text-align: left;
  list-style: none;
  padding: 0;
}

.dcm-10m5fe-10m5 .icon_tell {
  margin:0 !important;
}

.dcm-10m5fe-10m5 .icon_tell::before {
  content:" ";
  padding-left:7.777777778vw;
  background: url(../img/icon_phone.svg) no-repeat 50% !important;
  height:9.444444444vw;
  background-size:contain !important;
  vertical-align:-5%;
}
.dcm-10m5fe-10m5 .icon_mail {
  padding:5px 0;
}
.dcm-10m5fe-10m5 .icon_mail a{
  display:block;
  width:auto;
  max-width:initial;
  text-align:center;
  background-color:#0079d6;
  color:#fff;
  line-height:3.5em; /*デザインのための高さ調整*/
  font-weight:normal;
  position:relative;
  padding-right:1em;
}
.dcm-10m5fe-10m5 .icon_mail a::before {
  content:"";
  padding-left:1.3em;
  height:1em;
  background: url(../img/icon_mail.svg) no-repeat 50% !important;
  background-size:contain !important;
  margin-right:0.5em;
}


.dcm-10m5fe-10m5 .once-text {
  text-align: left;
  font-weight: bold;
  margin-top:1em;
  margin-bottom:1em;
}

.dcm-10m5fe-10m5 .dl_campaign-yoko .once-text.icon_mail a span{
  white-space:nowrap;
}

.dcm-10m5fe-10m5 .telephone span{
  font-size:6.666666667vw;
}


/* 規約ページ送信ボタン------------------------ */

.dcm-10m5fe-10m5 input[type="button"] {
  color: #fff;
  padding: 20px;
  border: none;
  background: #d00f31;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width:75%;
}
/* 送信ボタン - マウスオーバー時 */
.dcm-10m5fe-10m5 input[type="button"]:hover {
  opacity:0.8;
}
.dcm-10m5fe-10m5 input[type="button"][disabled]:hover {
  opacity:1;
}
/* 送信ボタン - 押せないとき */
.dcm-10m5fe-10m5 input[type="button"][disabled] {
  background-color: #ccc;
  cursor: default;
}
.dcm-10m5fe-10m5 .pointer label:hover, .pointer input:hover {
  cursor: pointer;
}


/* 最下部バナーエリア ------------------------ */

.dcm-10m5fe-10m5 .bnr_area{ margin-top:10px; }
.dcm-10m5fe-10m5 .bnr_area a{ width:100%; display:block; border:1px solid #eee; }
.dcm-10m5fe-10m5 .bnr_area a:nth-of-type(even){ margin-top:5vw; }
.dcm-10m5fe-10m5 .bnr_area img{ width:100%; height:auto; display:block; }


.dcm-10m5fe-10m5 .organizer{ text-align:center; padding: 35px 0; }





/* 製品ページへのボタン --------------------------------------- */

.dcm-10m5fe-10m5 .d-product{
  text-align:center;
}
.dcm-10m5fe-10m5 .d-product span{
  display:inline-block;
  text-align:left;
}
.dcm-10m5fe-10m5 .d-product a{
  display:inline-block;
  position:relative;
  color:#333;
  font-weight:normal;
}
.dcm-10m5fe-10m5 .d-product a:first-of-type{
  margin-bottom:1em;
}

.dcm-10m5fe-10m5 .d-product a:before{
  content:"";
  display:inline-block;
  width:2.7em;
  height:2.7em;
  border-radius:1.5em;
  border:1px solid #000;
  vertical-align:middle;
  margin-right:1em;
}
.dcm-10m5fe-10m5 .d-product a:after{
  content:"";
  display:inline-block;
  width:0.55em;
  height:0.55em;
  border-left:2px solid #000;
  border-bottom:2px solid #000;
  top:50%;
  transform:translate(0, -50%) rotate(45deg);
  position:absolute;
  left:1.2em;
}





/* ------------------------------------------------------------
  Xperia campaign for PC
------------------------------------------------------------ */

@media only screen and (min-width: 768px) {

/* font-size XL準拠 PC用(line-height調整) ------------------------ */

  .dcm-10m5fe-10m5 .fs-10 { font-size: 10px; line-height: 1.6em; }
  .dcm-10m5fe-10m5 .fs-11 { font-size: 11px; line-height: 1.6em; }
  .dcm-10m5fe-10m5 .fs-12 { font-size: 12px; line-height: 1.6em; }
  .dcm-10m5fe-10m5 .fs-13 { font-size: 13px; line-height: 1.6em; }
  .dcm-10m5fe-10m5 .fs-14 { font-size: 14px; line-height: 1.6em; }
  .dcm-10m5fe-10m5 .fs-15 { font-size: 15px; line-height: 1.6em; }
  .dcm-10m5fe-10m5 .fs-16 { font-size: 16px; line-height: 1.6em; }
  .dcm-10m5fe-10m5 .fs-17 { font-size: 17px; line-height: 1.6em; }
  .dcm-10m5fe-10m5 .fs-18 { font-size: 18px; line-height: 1.6em; }
  .dcm-10m5fe-10m5 .fs-20 { font-size: 20px; line-height: 1.6em; }
  .dcm-10m5fe-10m5 .fs-22 { font-size: 22px; line-height: 1.6em; }
  .dcm-10m5fe-10m5 .fs-24 { font-size: 24px; line-height: 1.6em; }
  .dcm-10m5fe-10m5 .fs-26 { font-size: 26px; line-height: 1.6em; }
  .dcm-10m5fe-10m5 .fs-28 { font-size: 28px; line-height: 1.6em; }
  
  .dcm-10m5fe-10m5 .pc20{ font-size: min(20px, 2vw); }
  .dcm-10m5fe-10m5 .pc26{ font-size: min(26px, 3vw); }
  
  body{
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, Roboto, sans-serif;
  }
  .dcm-10m5fe-10m5 {
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, Roboto, sans-serif;
  }

  #contents div.dcm-10m5fe-10m5 {
    font-size: 14px;
    line-height: 1.6em;
    overflow-x:hidden;
  }

  .dcm-10m5fe-10m5 .inner_wrap {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding-left:0;
    padding-right:0;
  }

  .dcm-10m5fe-10m5 a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }


  #contents .dcm-10m5fe-10m5 h2 {
    font-size:22px;
    padding: 10px 0;
    margin-bottom:10px;
  }

  #contents .dcm-10m5fe-10m5 .button-mark{
    padding-right:0;
  }

.dcm-10m5fe-10m5 .mtSec { margin-top:90px; }

/* Hero ------------------------ */

  .dcm-10m5fe-10m5 .dcm-10m5fe-10m5__hero {
    margin-top:20px;
    padding-bottom:10px;
  }

/* 終了メッセージ ------------------------ */

  .dcm-10m5fe-10m5 .close_txt {
    margin:50px auto;
    padding:1em;
  }

  .dcm-10m5fe-10m5 .close_txt p {
    margin-bottom:0;
    font-size: 18px;
    line-height: 1.8em;
  }
  .dcm-10m5fe-10m5 .spBr {
    display:none;
  }


/* 期間 ------------------------ */
  .dcm-10m5fe-10m5 .kikan{
    margin-top:50px;
  }
  .dcm-10m5fe-10m5 .kikan span{
    width:48.5%;
    display:inline-block;
    /* border:1px solid #000; */*
    overflow:hidden;
    vertical-align:top !important;
    margin-bottom:0;
  }

  .dcm-10m5fe-10m5 .kikan span:nth-child(2){
    margin-left:3%;
    margin-top:0;
  }



/* キャンペーン対象端末 ------------------------ */

  .dcm-10m5fe-10m5 .cptarget{
    padding: 0;
    vertical-align: middle;
    position: relative;
  }
  #contents .dcm-10m5fe-10m5 .cptarget h2,
  #contents .dcm-10m5fe-10m5 .cptarget h2 span.fs-18{
    font-size:26px;
  }
  #contents .dcm-10m5fe-10m5 .cptarget h2 img {
    height:1.5em;
    margin-bottom: 0.1em;
  }
  #contents .dcm-10m5fe-10m5 .cptarget h3{
    margin:0 0 0.5em 0;
    padding:0;
  }
  #contents .dcm-10m5fe-10m5 .cptarget > div.target div{
    padding:15px 0;
    text-align:center;
  }


.dcm-10m5fe-10m5 .cptarget > div.target div.target2:before,
.dcm-10m5fe-10m5 .cptarget > div.target div.target3:before {
  height: 60px;
  top: -80px;
}
.dcm-10m5fe-10m5 .cptarget > div.target div.target2,
.dcm-10m5fe-10m5 .cptarget > div.target div.target3 {
  margin-top: 100px;
  position: relative;
}
  .dcm-10m5fe-10m5 .cptarget div.target div > span{
    padding:15px 10px;
    border-bottom:none;
    position:relative;
}
.dcm-10m5fe-10m5 .cptarget div.target div > span:last-of-type{
  border:none;
}
.dcm-10m5fe-10m5 .cptarget div.target div > span:after{
  position:absolute;
  padding:0.5em 0;
  font-size: 18px;
  font-weight:bold;
  top:50%;
  right:0;
  transform:translate(50%, -50%);
}

  .dcm-10m5fe-10m5 .cptarget div.target{
    display:flex;
  }
  .dcm-10m5fe-10m5 .cptarget div.target div.target1{
    width:63%;
  }
  .dcm-10m5fe-10m5 .cptarget div.target div.target2{
    width:31%;
    margin-left:6%;
    margin-top:0;
  }
  .dcm-10m5fe-10m5 .cptarget div.target div.target2:before{
    top:50%;
    left:-17.5%;
    width:14%;
    transform:translate( 0, -50% )
  }
  .dcm-10m5fe-10m5 .cptarget div.target div.target1 > span{
    width: 50%;
    vertical-align:top;
    position:relative;
  }
  .dcm-10m5fe-10m5 .cptarget div.target div.target1 > span:first-of-type:after {
    content: "";
    display: block;
    text-align: center;
    background: url(../img/circle.svg) center center no-repeat;
    background-size: contain;
    height: min(75px, 24%);
    width: min(75px, 24%);
    z-index:999;
    position:absolute;
    top:28%;
  }
  .dcm-10m5fe-10m5 .cptarget div.target div.target2 > span{
    width: 100%;
    vertical-align:top;
  }

  .dcm-10m5fe-10m5 .cptarget div.target div > span > span{
    display:block;
    width:auto;
    padding-top:1em;
    padding-left:0
    margin-right:auto;
  }
  .dcm-10m5fe-10m5 .cptarget div.target div.target1 > span:first-of-type img,
  .dcm-10m5fe-10m5 .cptarget div.target div.target2 > span img{
    margin-right:auto;
  }

  .dcm-10m5fe-10m5 .cptarget div.target div > span > span > strong{
    text-align:center;
    height:5em;
    font-size:20px !important;
    line-height:1.4;
  }
  .dcm-10m5fe-10m5 .cptarget div.target div > span a:last-of-type{
    width:190px;
    margin-top:1em;
    font-size:14px !important;
  }
  .dcm-10m5fe-10m5 .cptarget div.target div.target1 > span:last-of-type > span > strong{
    padding-top:0.75em;
  }
  .dcm-10m5fe-10m5 .cptarget div.target div.target2 > span > span > strong{
    padding-top:1.5em;
  }
.dcm-10m5fe-10m5 .cptarget div.target div > span img{
  max-width:100%;
  max-height:min(172px, 20vw);
  width:auto;
  height:auto;
  margin:0 auto;
}

.dcm-10m5fe-10m5 .cptarget h2{
  margin: 0 0 10px 0;
}

.dcm-10m5fe-10m5 .cptarget div.target div h3{
  font-size:20px;
  width:100%;
}

.dcm-10m5fe-10m5 .cptarget div.target div h3 > span{
  font-size:18px;
}

/* STEP ------------------------ */

  #contents .dcm-10m5fe-10m5 .dp_step{
    display:flex;
    width:100% + 2%;
    margin-right:-2%;
    overflow:hidden;
  }
  #contents .dcm-10m5fe-10m5 .dp_step > li {
    width:25%;
    margin: 0 2% 0 0;
    padding: 0;
    position: relative;
    overflow:visible;
  }
  #contents .dcm-10m5fe-10m5 .dp_step > li:after{
    position:absolute;
    content:"";
    display:block;
    width:0;
    height:0;
    bottom:auto;
    top:0;
    right:-0.7em;
    left:auto;
    margin:auto;
    border-top:1.3em solid transparent;
    border-bottom:1.3em solid transparent;
    border-left:0.75em solid #5e9ec5;
    border-right:0 solid transparent;
  }
  #contents .dcm-10m5fe-10m5 .dp_step > li:last-of-type:after{
    display:none;
  }
  #contents .dcm-10m5fe-10m5 .dp_step > li > div:nth-of-type(1) span{
    height:auto;
    width:auto;
    
    line-height:16px;
  }
  #contents .dcm-10m5fe-10m5 .dp_step > li > div:nth-of-type(1) span img{
    vertical-align:bottom;
    height:2.6em;
    max-height:2.6em;
    margin:0;
    padding:0.6em 0;
  }
  #contents .dcm-10m5fe-10m5 .dp_step > li > div:nth-of-type(1) span:after{
    display:none;
  }

  #contents .dcm-10m5fe-10m5 .dp_step > li > img{
    margin:5% auto;
    max-width:90%;
  }

  .dcm-10m5fe-10m5 .dp_step > li > div:nth-of-type(2){
    max-width:100%;
    padding:0 5% 5%;
  }
  #contents .dcm-10m5fe-10m5 .dp_step > li .fs-14{
    font-size:15px;
  }

  #contents .dcm-10m5fe-10m5 .dp_step > li .fs-12{
    font-size:13px;
  }

  #contents .dcm-10m5fe-10m5 .dp_step > li .fs-10{
    font-size:11px;
  }


/* キャンペーン要項 ------------------------ */

  .dcm-10m5fe-10m5 .dl_campaign-yoko dt {
    font-size:18px;
    line-height: 1.6em;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
  }
  .dcm-10m5fe-10m5 .dl_campaign-yoko .fs-16{
    font-size:18px;
  }
  #contents .dcm-10m5fe-10m5 .dl_campaign-yoko .fs-13{
    font-size:16px;
  }
  #contents .dcm-10m5fe-10m5 .dl_campaign-yoko .fs-12{
    font-size:15px;
  }

  #contents .dcm-10m5fe-10m5 .icon_mail a{
    max-width: 420px;
  }


.dcm-10m5fe-10m5 input[type="button"] {
  width:50%;
}

/* 最下部バナーエリア ------------------------ */

  .dcm-10m5fe-10m5 .bnr_area a{ width:49%; display:inline-block; }
  .dcm-10m5fe-10m5 .bnr_area a:nth-of-type(even){ margin-top:0; margin-left:2%; }

  .dcm-10m5fe-10m5 .d-product.fs-14{
    font-size:18px;
  }



/* display for pc */
  .dcm-10m5fe-10m5 .sm-pc {
    display: inline !important;
  }

  .dcm-10m5fe-10m5 .sm-sp {
    display: none !important;
  }
  .dcm-10m5fe-10m5 .w_sp {
    width:100%;
    margin-bottom:30px;
  }
  .dcm-10m5fe-10m5 .w_sp:last-of-type {
    padding-bottom:0;
    margin-bottom:0;
  }

  .dcm-10m5fe-10m5 #bnr_head{
    font-size:24px;
  }

} /* min-width: 768px end */


@media only screen and (min-width: 768px) and (max-width: 990px) {
  .dcm-10m5fe-10m5 .inner_wrap {
    max-width: initial;
    padding-left:2%;
    padding-right:2%;
    box-sizing:border-box;
  }
} /* min-width: 768px - max-width: 970px end */

@media only screen and (min-width: 991px) {
  .dcm-10m5fe-10m5 .dcm-10m5fe-10m5__hero {
    width: 1200px;
    margin:20px auto 0;
    max-width: 100%;
  }
} /* min-width: 990px end */


/* for PC end */




/* for Button change */

.button_area {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto 5vw;
}

.coi-cap-2_7 {
  margin: 2.111111111vw 0 0vw 0;
  text-align: center;
  color: #000000;
  padding-top: 3.111111111vw;
  background-color: #edf3fc;
  margin-top: 8.88888889vw;
  font-weight: bold
}
.coi-cap-2_8 {
  margin: 0vw 0 8.111111111vw 0;
  text-align: left;
  padding: 2.111111111vw 4.111111111vw 4.111111111vw 4.111111111vw;
  background-color: #edf3fc;
}
.coi-cap-2_9 {
  margin: 2.111111111vw 0 6.111111111vw 0;
  text-align: center;
}


.dcm-10m5fe-10m5 a.btn-black{ color:#fff !important; }



/* lightbox ----------------------------------------------- */

#switch1, #switch2{/* チェックボックス absoluteで左上に飛ばし、透明度を0にして表示させない */
	position:absolute;
	width:0;
	height:0;
	opacity:0;
}

.dcm-10m5fe-10m5 label{
  display:block;
  padding:0;
  margin:0;
}
.d-lightbox{/* ライトボックスの地の部分 */
	position:fixed; left:0; right:0; top:0; bottom:0; /* fixedと天地左右0で画面全体に敷く */
	display:flex; align-items:center; justify-content:center; /* flex, align-items, justify-contentで上下左右センター合わせにする */
	background:rgba(100,100,100,0.8); /* 透明度をつけたグレーを敷く */
	z-index:10000;
	transition:opacity ease-in-out 0.3s; /* 透明度にtransitionをつける */
	padding-top:12vh;
}
.d-lightbox:before,
.d-lightbox:after{
	content:"";
	display:inline-block;
	background-color:#fff;
	position:absolute;
	right:5vw;
	top:17.5vw;
	width:10vw;
	height:1vw;
}
.d-lightbox:before{
	transform:rotate(45deg);
}
.d-lightbox:after{
	transform:rotate(-45deg);
}
#switch1 + .d-lightbox, #switch2 + .d-lightbox{/* チェックボックスの直後にライトボックスの地を置く 透明のときはクリック不可 */
	opacity:0;
	pointer-events:none;
}
#switch1:checked + .d-lightbox, #switch2:checked + .d-lightbox{/* チェックボックスがcheckedの時のみ表示、クリックできるようにする（どこをクリックしても閉じる） */
	opacity:1;
	pointer-events:auto;
}

.d-lightbox .d-lightbox-inner{/* ライトボックスで表示するものを格納するbox */
	transition:transform ease-in-out 0.3s; /* 表示・非表示のときにちょっとだけtransformで拡大・縮小の動きをつける */
	text-align:center;
	max-width:90vw;
	max-height:calc(85vh - 10vw);
	width:auto;
	height:auto;
	padding:3vw 2vw;
	background-color:#fff;
	overflow:auto;
}
#switch1 + .d-lightbox .d-lightbox-inner, #switch2 + .d-lightbox .d-lightbox-inner{ /* 非表示のときは少し縮小 ダイナミックに飛び出す感じにするならもっと数値を小さく */
	transform:scale(0.9);
}
#switch1:checked + .d-lightbox .d-lightbox-inner, #switch2:checked + .d-lightbox .d-lightbox-inner{ /* 表示されるときに通常の大きさに戻す */
	transform:scale(1);
}


.d-lightbox .d-lightbox-inner img{
	 max-width:80vw; max-height:60vh; /* vw と vh を100%以下にすると、どんな画面サイズでもはみ出さない */
	width:auto; height:auto; /* widthとheightをautoにすることで、原寸以上に拡大しない(ぼやけない) */
}
.d-lightbox .d-lightbox-inner > *:last-child{ /* いちばん下に変な隙間ができないようにする */
	padding-bottom:0;
	margin-bottom:0;
}

.d-lightbox .d-imei p{
  display:block;
  margin:0 auto;
  padding:0;
  text-align:center;
}
.d-lightbox .d-imei p img{
  margin-bottom:0.2em;
  border:1px solid #eee;
}

.d-lightbox .d-arrow{
  margin:3vw 0;
}

.d-lightbox .d-arrow img{
  max-width:20vw;
}

@media only screen and (min-width: 768px) {
  .d-lightbox{/* ライトボックスの地の部分 */
    padding-top:100px;
  }
  .d-lightbox:before,
  .d-lightbox:after{
    content:"";
    display:inline-block;
    background-color:#fff;
    position:absolute;
    right:50px;
    top:75px;
    width:50px;
    height:5px;
  }

  .d-lightbox .d-lightbox-inner{
    max-height:calc(85vh - 30px);
    max-width:940px;
  }
  .d-lightbox .d-imei p{
    min-width:30%;
    text-align:left;
    display:inline-block;
    vertical-align:middle;
  }
  .d-lightbox .d-imei p.fs-12{
    font-size:16px;
  }
  .d-lightbox .d-imei p img{
    margin-right:2em;
  }
  .d-lightbox .d-lightbox-inner img{
    max-width:90%; max-height:calc(80vh - 50px); /* vw と vh を100%以下にすると、どんな画面サイズでもはみ出さない */
    width:auto; height:auto; /* widthとheightをautoにすることで、原寸以上に拡大しない(ぼやけない) */
  }

}

/*  */
#contents .dcm-10m5fe-10m5 .d-lightbox-inner h3{ padding:1em; }
#contents .dcm-10m5fe-10m5 .dp_step > li ul{ display:block; padding:1em 1em 1em 2em; border:none; }
#contents .dcm-10m5fe-10m5 .dp_step > li ul.list_dot li{ width:auto!important; border:none !important; font-weight:normal; padding:0 0 0.5em 0; }
