@charset "utf-8";
#contents {
  background: #fff;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}
#contents .inner {
  width: 100%;
}
.display-sp {
  display: none;
}
.display-pc {
  display: block;
}
.end_txt {
  font-weight: bold;
  color: #FF0004;
  font-size: 180%;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}
a {
  color: #2473b3;
  text-decoration: underline;
}
/* ============== MV =================== */
.mv_wrap {
  margin-bottom: 2.1%;
}
.mv {
  background: #ffcfd4;
}
.mv img {
  margin: auto;
}
.mv_date {
  background: #ff7391;
  padding: 14px 10px;
}
.mv_date_inner {
  background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202111/img/date_pc.png) center no-repeat;
  background-size: auto 100%;
  padding-top: 27px;
}
/* ============== ボタン周り ============== */
.btn {
  margin: 30px auto;
}
.btn-entry img {
  text-align: center;
}
.btn-entry .btn_link {
  display: block;
  width: 560px;
  background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202111/img/btn_pc_end.png) center no-repeat;
  padding-top: 70px;
  margin: auto;
}
.entry-att {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}
.btn-entry a:hover {
  opacity: 0.8;
}
/*============== appDownload==============*/
.btn + .appDownload {
  margin-top: 1.8%;
}
.appDownload {
  background: #8fd6dd;
  padding: 40px 0 38px;
}
.appDownload_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-txt {
  margin-right: 20px;
}
.qr-pic {
  margin-left: 25px;
}
.app_txt {
  margin-top: 8px;
}
.app_note {
  text-align: left;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
/* ============== エントリーステップ ============== */
.join-step {
  background: #ffcfd4;
  padding: 35px 0;
}
.join-step .step-detail {
  width: 90%;
  max-width: 810px;
  margin: auto;
}
.join-step_ttl {
  width: 453px;
  background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202111/img/joinstep_ttl_pc.png) 0 0 no-repeat;
  padding-top: 35px;
  background-size: contain;
  margin: 0 auto 2%;
}
.step-box {
  background: #fff;
  border-radius: 10px;
  padding: 1.2% 0;
  margin: 0 0 3.2%;
  box-sizing: border-box;
}
.step-box-04 {
  margin-bottom: 1%;
}
.step-box-05 {
  padding: 3.5% 0 2.5%;
  margin-bottom: 2%;
}
.step-detail .helf {
  width: 394px;
  display: inline-block;
  margin-bottom: 2.8%;
  padding: 1.6% 0 2.8%;
}
.step-detail .step-box:nth-child(2) {
  margin-left: 2%;
}
.tapatt {
	text-align: left;
	width: 94%;
    margin: 16px auto 3px;
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box;
}
.arrow {
  width: 8.5%;
  margin: 2px auto 1.5%;
}
.step-box-note {
  font-size: 15px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
/*STEP3アコーディオン*/
.accordion {
  width: 93%;
  background: #fff;
  margin: 1.2% auto 2.8%;
  position: relative;
  padding: 0;
  border: solid 3px #ff4867;
  border-radius: 8px;
  overflow: hidden;
}
.accordion .example {
  display: none;
  padding: 15px 15px 25px;
}
.accordion .example dt {
  text-align: left;
}
.accordion_label {
  position: relative;
  cursor: pointer;
  color: #fff;
  border-radius: inherit;
}
.accordion_label span:hover {
  background: #fee5e8;
}
.accordion_label span {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #ff4867;
  box-sizing: border-box;
  text-align: center;
  transition: 0.5s;
}
.accordion_label span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  width: 20px;
  height: 2px;
  background: #ff4867;
  transform: translateY(-50%);
  border: 1px solid;
}
.accordion_label span:after {
  position: absolute;
  left: 3.4%;
  content: "";
  color: #ff4867;
  top: 50%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 19px;
  width: 2px;
  height: 20px;
  background: #ff4867;
  transform: translateY(-50%);
  transition: .3s;
  border: 1px solid;
}
.accordion_label span.open {
  background: #ff4867;
  color: #fff;
}
.accordion_label span.open:before {
  background: #fff;
  z-index: 1;
}
.example li {
  margin-top: 10px;
  text-align: left;
}
.example .arrow {
  width: 48px;
  margin: 10px 0 -8px;
}
.example li {
  margin-top: 10px;
  text-align: left;
}
.example .arrow {
  width: 48px;
  margin: 10px 0 -8px;
}
/* ================= その他 ====================== */
.container-wrap #pagetop {
  padding-top: 10px;
}
/* ============== att =================== */
.att {
  background: #fff;
  border-radius: 20px;
  max-width: 810px;
  margin: 3% auto;
  padding: 2% 2% 3%;
  text-align: left;
  border: 2px solid #c1c1c1;
  line-height: 1.7;
  box-sizing: border-box;
}
.att_item + .att_item {
  margin-top: 30px;
}
.att_item_ttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.3;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
  content: "";
  display: block;
  position: absolute;
  background: #c1c1c1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.att_item_inner p {
  margin-top: 10px;
}
.att_item_inner p + p {
  margin-top: 0;
}
.att_item_img {
  margin: 20px auto;
  text-align: center;
}
.att_list-style {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em
}
.att_list-style li > ul, .att_list-style li > ol {
  margin-left: 1em;
  margin-bottom: 5px;
}
.att_list-style span {
  display: inline-block;
}
.att_small-unit {
  margin: 5px auto 10px;
}
.att_small-unit dt {
  font-weight: bold;
  text-indent: 0;
  margin-left: -0.5em;
}
.att_item_note {
  font-size: 12px;
  color: #909090;
}
.att_item_em {
  color: #ff0505;
}
.att_square-box {
  border: 1px solid #ff0505;
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 5px auto;
  color: #ff0505;
}
.att_square-box dd li {
  margin-top: 10px;
}

/* ================= SP ====================== */
@media screen and (max-width: 767px) {
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
  #contents {
    font-size: 1.3rem;
    line-height: 1.6;
  }
.end_txt {
    font-size: 160%;
	margin-bottom: 3%;
	}
  /* ============== MV ============== */
  .mv {
    background: #ffcfd4 url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202111/img/mv_sp.png) center no-repeat;
    padding-top: 78.97%;
    background-size: contain;
  }
  .mv_date {
    padding: 9px 18px;
  }
  .mv_date_inner {
    padding-top: 0;
    background: none;
  }
  /* ============== btn ============== */
  .btn {
    margin: 5.8% auto 4.6%;
  }
  .btn-entry .btn_link {
    width: 92%;
    padding-top: 0;
    background: none;
  }
  .entry-att {
    width: 94%;
    margin: 4% auto;
    font-size: 11px;
    line-height: 1.8;
  }
  /* ============== appDownload ============== */
  .appDownload {
    padding: 7% 0 6%;
  }
  .appDownload h3 img {
    width: 80%;
    margin: 5% auto;
  }
  .appDownload .icon-txt {
    width: 94%;
    margin: 0 auto;
  }
  .app_logo {
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202111/img/app_txt01_sp.png) center no-repeat;
    background-size: contain;
    padding-top: 23.83%;
  }
  .app_txt {
    margin-top: 20px;
  }
  .app_note {
    margin-top: 18px;
  }
  .app_txt_ttl {
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202111/img/app_txt02_sp.png) center no-repeat;
    background-size: contain;
    padding-top: 13.98%;
  }
  .appDownload .icon {
    width: 23%;
    float: left;
  }
  .appDownload .txt {
    margin: 5% 0 0;
  }
  .app-btn-list li img {
    width: 90%;
    margin: auto;
  }
  .appDownload .display-sp p {
    width: 94%;
    margin: auto;
    text-align: left;
  }
  /* ============== エントリーステップ ============== */
  .join-step {
    padding: 4.5% 0 11%;
  }
  .join-step .step-detail {
    width: 92.5%;
  }
  .join-step_ttl {
    width: 84%;
    margin: 0 auto 5%;
    padding-top: 0;
    background: none;
  }
  .step-box {
    border-radius: 6px;
    padding: 4% 0;
    margin: 4.5% auto 0;
  }
  .step-box-03 {
    margin-top: 2%;
  }
  .step-box-05 {
    padding: 4.5% 0 1%;
  }
  .step-box-01 .step-box_inner {
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202111/img/step1_sp.png) 0 0 no-repeat;
    padding-top: 42.67%;
    margin-top: 8px;
    margin-bottom: 7px;
  }
  .step-box-02 .step-box_inner {
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202111/img/step2_sp.png) 0 0 no-repeat;
    padding-top: 43.19%;
    margin-bottom: 15px;
    margin-top: 6px;
  }
  .step-box-03 .step-box_inner {
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202111/img/step3_sp.png) 0 0 no-repeat;
    padding-top: 79.97%;
  }
  .step-box-04 .step-box_inner {
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202111/img/step4_sp.png) 0 0 no-repeat;
    padding-top: 107.1%;
    margin-bottom: 5px;
    margin-top: 3px;
  }
  .step-box-05 .step-box_inner {
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/apptap202111/img/pointget_sp.png) 0 0 no-repeat;
    padding-top: 65.31%;
  }
  .step-box .step-box_inner {
    background-size: contain;
  }
  .step-detail .txt-l {
  	font-size: 1.2rem;
    text-align: left;
  }
  .step-box-note {
  	font-size: 12px;
    text-align: left;
  }
  .step-box + .step-box-note {
    margin-top: 3%;
  }
  .step-detail .helf {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  .step-detail .step-box:nth-child(2) {
    margin: 5% 0 3%;
  }
  .arrow {
    width: 20%;
    margin: 4% auto 0;
  }
  .join-step p {
    margin-bottom: 10px;
  }
  .tapatt {
    margin: 14px 10px 5px;
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.7;
  }
  /*STEP3アコーディオン*/
  .accordion {
    width: 86.5%;
    margin-bottom: 1%;
    border: solid 1px #ff4867;
  }
  .accordion .example {
    padding: 4% 3% 5%;
  }
  .accordion_label span {
    padding: 9px;
  }
  .accordion_label span:before {
    left: 4%;
    width: 12px;
    height: 0;
  }
  .accordion_label span:after {
    left: 6%;
    width: 0;
    height: 12px;
  }
  .example li {
    margin-top: 3%;
  }
  .example .arrow {
    width: 15%;
    margin: 2% 0 1%;
  }
  .container-wrap #pagetop {
    padding-top: 6%;
  }
  .att_item_img {
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2109/img/att_bnr_sp.png) 0 0 no-repeat;
    background-size: contain;
    /*↓画像の高さ÷横幅×100*/
    padding-top: 29.25%;
    margin: 10px auto;
  }
  /* ============== att ============== */
  .att {
    padding: 6% 5% 5%;
    border-radius: 30px;
    width: calc(100% - 38px);
    margin: 8% auto 3%;
    border: 1px solid #c1c1c1;
  }
  .att_item + .att_item {
    margin-top: 8%;
  }
  .att_item_ttl {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  /*「●」タイプのリスト用*/
  .att_item_ttl::before {
    width: 16px;
    height: 16px;
  }
  .att_item_inner p, .att_list-style {
    margin-top: 5px;
  }
  .att_list-style span {
  display: none;
}
}