@charset "utf-8";
#contents {
  background: #fff1f5;
  padding: 0;
  color: #4e320d;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
#contents * {
  box-sizing: border-box;
}
#contents a {
  color: #0099cc;
  font-weight: 700;
  text-decoration: underline;
}
#contents a:hover {
  opacity: 0.7;
}
ul li {
  list-style: none;
}
.display-sp {
  display: none;
}
.display-pc {
  display: block;
}
.center {
  text-align: center;
}
.maT10 {
  margin-top: 10px;
}
.paT10 {
  padding-top: 10px;
}
.end_txt {
  padding: 15px 0;
  font-weight: bold;
  color: #FF0004;
  font-size: 180%;
  text-align: center;
}
.red {
  color: #ff0000;
}
.bold {
  font-weight: bold;
}
/* ============== 全体、box =================== */
.sec-box {
  width: 94%;
  max-width: 900px;
  display: block;
  background: #fff;
  box-sizing: border-box;
  margin: 30px auto;
  border-radius: 15px;
  text-align: center;
  padding: 20px 3% 20px;
}
.ly-list-note {
  width: 85%;
  margin: auto;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
/* ============== MV =================== */
.mv_img {
  background: #f7c6d3;
}
.mv_img img {
  margin: 0 auto;
}
.mv_term {
  background: #ef9baf;
  padding: 14px 0;
}
.mv_term img {
  margin: 0 auto;
}
/* =============MV下注釈================*/
.band_att_wrap {
  padding: 28px 10px;
  background: #feffbe;
}
.end_txt + .band_att_wrap {
  margin-top: 0;
}
.band_att {
  font-size: 17px;
  max-width: 525px;
  margin: 0 auto;
}
.band_att p {
  border: 2px solid #ff0000;
  padding: 12px;
  color: #ff0000;
  background: #fff;
  text-align: center;
}
/* =============参加方法================*/
.lead_wrap {
  padding-top: 30px;
}
.lead {
  position: relative;
  margin-top: 30px;
  text-align: left;
}
.lead_ttl {
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.lead_ttl img {
  margin: 0 auto;
}
.lead_list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.lead_item {
  width: calc(100% / 2);
  margin: 0 1%;
}
.lead_item_img {
  margin-bottom: 15px;
}
.lead_item_img img, .lead_item_btn img {
  margin: 0 auto;
}
.lead_qr {
  text-align: center;
}
.lead_note {
  margin-top: 18px;
  margin-bottom: 10px;
}
/* =============STEP================*/
.step_wrap {
  background: #fff1f5;
}
.step_ttl {
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 3px;
  color: #fff;
  background: #f0850f;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  margin-bottom: 40px;
}
.step_sub-ttl img {
  margin: 0 auto;
}
.step_note {
  font-size: 12px;
}
/* =============追加方法================*/
.step.line-wallet {
  margin-bottom: 5.9%;
}
.line-wallet .sec-box {
  margin-bottom: 50px;
  padding: 35px 0.2%;
}
.line-wallet_list {
  width: 90%;
  max-width: 900px;
  margin: 25px auto 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.line-wallet_item {
  width: 22.5%;
  max-width: 200px;
  margin: 0 8px 20px;
  border: 1px solid #f0850f;
  background: #fff;
  border-radius: 15px;
  padding-bottom: 3px;
  overflow: hidden;
}
.step.line-wallet .step_note {
	font-size: 14px;
}
/* ================= PontaWeb会員登録とは？ ================= */
.entry .sec-box {
  padding: 20px 2.6%;
}
.entry_btn {
  margin: 10px auto 28px;
}
.entry_btn a {
  display: inline-block;
}
.entry_lead {
  font-size: 16px;
  margin: 20px 0 0;
  font-weight: bold;
}
.entry_list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.entry_item {
  margin: 0 5px;
}
.entry_item img {
  margin: 0 auto;
}
.entry .step_note {
  margin: 20px auto 25px;
}
/* ============== att =================== */
.att {
  background: #fff;
  border-radius: 15px;
  max-width: 900px;
  margin: 6% auto;
  padding: 2% 2.5%;
  text-align: left;
  line-height: 1.7;
}
.att_item + .att_item {
  margin-top: 30px;
}
.att_item_ttl {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
  border-left: solid 8px #ff7f2e;
  padding-left: 0.4em;
}
.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_item_img img {
  margin: auto;
}
.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_small-unit {
  margin: 5px auto 10px;
}
.att_small-unit dt {
  font-weight: bold;
  text-indent: 0;
}
.att_small-unit dd {
  margin-left: 1em;
}
.att_item_note {
  font-size: 12px;
  color: #909090;
}
.att_item_em {
  color: #ff0505;
}
.att_square-box {
  border: 1px solid #ff0505;
  padding: 10px 15px;
  margin: 5px auto;
  color: #ff0505;
}
.att_square-box dd ol {
  padding-left: 2.1em;
  text-indent: -2.5em;
}
/* =================SNS================== */
.sec-boxsns {
  width: 90%;
  max-width: 850px;
  box-sizing: border-box;
  margin: 5px auto 0;
  text-align: center;
  padding: 5px 4% 25px;
}
.sec-boxsns .sns {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 20px;
  text-align: center;
}
.sec-boxsns .sns .fb {
  margin: -1px 14px 0 0;
}
.sec-boxsns .sns a {
  text-decoration: none;
}
.sns_att {
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 140%;
}
.sec-boxsns .sns img {
  max-width: 100px;
  max-height: 25px;
  width: 100%;
}
a.sns-btn:hover {
  opacity: 0.8;
}
/* =================ボタン================== */
.ly-btn {
  font-size: 0;
  display: block;
}
.ly-btn img {
  margin: auto;
}
.ly-btn a {
  width: 100%;
}
.ly-btn a :hover {
  opacity: 0.8;
}
/* ================= その他 ====================== */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.mT10 {
  margin-top: 10px;
}
.mT20 {
  margin-top: 20px;
}
.mT25 {
  margin-top: 25px;
}
.mT30 {
  margin-top: 30px;
}
/* コンテンツ（PC/TB：768px以上）
========================================================*/
@media (min-width: 768px) {}
/* ============== タブレット調整用=============== */
@media only screen and (min-width:768px) and (max-width:1024px) {}
/* ================= SP ====================== */
@media screen and (max-width: 767px) {
  .display-pc {
    display: none;
  }
  .display-sp {
    display: block;
  }
  #contents {
    line-height: 1.5;
  }
  .sec-box {
    width: 94%;
    padding: 20px 2%;
    margin: 5% auto;
  }
  .line_wallet {
    padding: 20px 3%;
    margin-bottom: 8%;
  }
  .step {
    padding-bottom: 0;
  }
  .end_txt {
    margin-top: 3%;
    font-size: 150%;
    padding: 2%;
  }
  .ly-list-note {
    width: 95%;
  }
  /* ========== MV ============= */
  .mv_img {
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/line202202_19/img/mv_sp.png) top center no-repeat;
	background-size: contain;
    padding-top: 73.16%;
  }
  .mv_term {
    padding: 12px 0;
}
  .mv_term span {
    background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/line202202_19/img/term_sp.png) center no-repeat;
	background-size: contain;
    padding-top: 4.1%;
    display: block;
  }
  .band_att {
    font-size: 13px;
  }
  .step-btn-sp .btn {
    margin-top: 4.5%;
  }
   /* ========= band ========== */
  .band_att_wrap {
  	padding: 25px 10px;
  }
  .band_att {
  	width: 78%;
  }
  .band_att p {
  	border-width: 1px;
  	padding: 9px;
  }
  /* ========= 参加方法 ========== */
  .lead_wrap {
    padding-top: 10px;
    margin-bottom: 5%;
  }
  .lead {
    margin-top: 12%;
    text-align: left;
  }
  .lead_ttl {
    width: 95vw;
    top: -5%;
  }
  .lead_list {
    display: block;
    margin-top: 0;
  }
  .lead_item + .lead_item {
    margin-top: 8%;
  }
  .lead_item_btn {
    margin: 5% 0 8.5%;
    width: 100%;
  }
  .lead_item:nth-of-type(2) .lead_item_btn {
  	margin: 7% 0 5.5%;
  }
  .lead_item {
    width: 100%;
    margin: 0;
  }
  .lead_item_img {
    margin: 0;
  }
  .lead_note {
    margin-top: 3%;
    margin-bottom: 0;
  }
  /* =============STEP================*/
  .step_ttl {
    padding: 8px;
    font-size: 20px;
    margin-bottom: 5%;
  }
  .step_sub-ttl img {
    margin: 0 auto;
  }
  .step_sub-ttl {
    width: 90%;
    margin: auto;
    margin-bottom: 6%;
  }
  /* =============追加方法================*/
  .step.line-wallet {
  	margin-bottom: 16%;
  }
  .line-wallet .sec-box {
    padding: 15px 1%;
    margin-bottom: 8%;
  }
  .line-wallet_list {
    margin: 10px auto 0;
    width: 93%;
    align-items: baseline;
    justify-content: space-between;
  }
  .line-wallet_item {
    width: 47%;
    margin: 0px 1.5% 3.5%;
    border-width: 2px;
    padding-bottom: 0px;
    border-radius: 10px;
  }
  .line-wallet_list li:nth-child(5), .line-wallet_list li:nth-child(6) {
    margin-bottom: 3.5%;
  }
  /* ================= PontaWeb会員登録とは？ ================= */
  .entry .sec-box {
    padding: 15px 2%;
  }
  .entry .step_sub-ttl {
    margin-bottom: 4%;
  }
  .entry_lead {
    font-size: 13px;
    width: 87%;
    margin: 4% auto;
  }
  .entry_list {
    margin-top: 4%;
    display: block;
  }
  .entry_item {
    margin: 0 auto;
    width: 85%;
  }
  .entry_item + .entry_item {
    margin-top: 5%;
  }
  .entry .step_note {
    margin: 3% auto 1%;
  }
  /* ============== att =================== */
  .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;
    padding-top: 29.25%;
    margin: 10px auto;
  }
  .att.sec-box {
    margin: 7% auto;
    padding: 7.5% 4.5% 6%;
  }
  .att_item + .att_item {
    margin-top: 8%;
  }
  .att_item_ttl {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .att_item_inner p, .att_list-style {
    margin-top: 5px;
  }
  /* =================SNS================== */
  .sec-boxsns {
    padding: 5px 0 25px;
  }
  .sec-boxsns .sns {
    padding: 0 2px;
  }
  .sec-boxsns .sns .fb {
    margin: -1px 14px 0 0;
  }
  .sec-boxsns .sns a {
    text-decoration: none;
  }
  .sns_att {
    margin: 6% 0 0;
    font-size: 120%;
  }
  a.sns-btn:hover {
    opacity: 1;
  }
}