@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*, *:before, *:after {
    box-sizing: border-box;
}
ol, ul, li {list-style: none;}
a {text-decoration: none;color:#303039;}
a:hover {text-decoration: underline;}
img {max-width: 100%;}

#page_content {margin: 0 auto;}
.pull_left {float: left;}
.pull_right {float: right;}
.text-center {text-align: center;}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.page-campaign {
  font-size: 16px;
  color: #333;
  box-sizing: border-box;}
.banner-container *,
.main-content * {
  font-family: 'Noto Sans JP',-apple-system,BlinkMacSystemFont,SF UI Display,sans-serif;
}
.visible-xs {display: none !important;}
.visible-inline-xs {display: none;}
.page-campaign a {color: #333;}
.page-campaign a:hover,.page-campaign a:focus {text-decoration: none;}
.page-campaign .main-container {background-color: #E0F6FF;}
.fz14 {
  font-size: 14px !important;
}
a {
  text-decoration: none;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;}
.bg-blue {
  background: #EBF8FF;
}
.page-campaign {
  margin: 0;
  padding: 0;}

.container {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;}

.banner-container {
  padding: 40px 0;
  background: #087DC2;
  text-align: center;
  line-height: 0;}
.banner-container .pckv {
  max-width: 736px;
  height: auto;
  margin: 0 auto
}
.banner-container .pspkv {
  max-width: 310px;
  height: auto;
  margin: 0 auto
}
.banner-container .container {
  max-width: 1000px;
  padding: 0;
  line-height: 0;}
.banner-container .point-des {
  background: #fff;
  color: #212121;
  border-radius: 6px;
  padding: 40px;
  margin-top: 24px;
}
.point-des h2 {
  font-size: 28px;
  font-weight: 900;
}
.point-des h2 span {
  color: #F00;
}
.point-des p {
  color: #333;
  font-size: 24px;
  font-weight: 700;
}
.point-des .point-yen {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
}
.point-des .point-yen li {
  font-size: 44px;
  font-weight: 900;
  line-height: 0;
}
.point-des .point-yen li span {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 2;
}
.point-des .point-yen li span font {
  font-size: 32px;
}

.banner-container .title-banner {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  padding: 12px 0;}
.main-content {
  display: inline-block;
  width: 100%;}

.intro-atpoint, .loyalty-program, .increase-points, .app-download {
    margin: 48px 0;
}
.intro-atpoint .img {
  text-align: center;
}
.intro-atpoint h3,
.question-answer-content h3 {
  font-size: 40px;
  color: #006BA9;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin: 0 0 48px;
}
.intro-atpoint h3 img,
.question-answer-content h3 img {
  display: block;
  margin: 0 auto 24px;
}
/* .intro-atpoint .content-wrap {
  padding: 0 0 40px 0;
} */
.content-wrap h4 {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  background: #087DC2;
  padding: 10px;
  border-radius: 6px 6px 0 0
}
.content-wrap h4 font {
  color: #FFF673;
  line-height: 30px;
}
.content-wrap h4 span:first-child {
  height: 38px;
  width: 38px;
}
.content-wrap h4 span:last-child {
  width: auto;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
}
.content-detail {
  background: #fff;
  padding: 40px;
  border-radius: 0 0 6px 6px;
}
.intro-atpoint .content-detail {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.intro-atpoint .content-detail div.pic {
  width: 228px
}
.intro-atpoint .content-detail div.service-list {
  width: 560px;
  margin-bottom:16px;
}
.intro-atpoint .content-detail div.service-list p {
  font-size: 14px;
  font-weight: 900;
  background: #CAE8F9;
  border-radius: 4px;
  margin-bottom: 5px;
  text-align: center;
  color: #006BA9;
  line-height: 30px;
}
.intro-atpoint .content-detail div.service-list ul {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.intro-atpoint .content-detail div.service-list ul li {
  border-radius: 4px;
  background: #F8F6ED;
  padding: 8px 10px;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  width: calc(25% - 4px)
}
.intro-atpoint .content-detail div.service-list ul li:nth-child(1),
.intro-atpoint .content-detail div.service-list ul li:nth-child(2),
.intro-atpoint .content-detail div.service-list ul li:nth-child(3) {
  width: calc(33% - 2px)
}
.intro-atpoint .content-detail div.service-list ul li img {
  display: block;
  margin: 0 auto 8px;
}
.content-detail a {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  color: #1565c0;
  background: url(/campaign/images/point/arrow_r.svg) no-repeat left center;
}
.intro-atpoint .content-detail a {
  width: 328px;
}
.loyalty-program .content-detail a {
  width: 446px;
}
.loyalty-program .content-detail {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.loyalty-program .content-detail .pic {
  width: 500px;
}
.loyalty-program .content-detail .info {
  font-size: 20px;
}

.increase-points .content-detail {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.increase-points  .content-detail .pic {
  width: 400px;
  max-width: 100%;
}
.increase-points  .content-detail .info {
  font-size: 20px;
  width: 460px;
  max-width: 100%;
}
.app-download {
  margin-top: 160px;
}
.app-download .content-wrap {
  position: relative;
  border-radius: 16px;
  padding: 24px;
  background: #FFEAC2;
}
.app-download .content-wrap h3 {
  text-align: center;
  background: url(/campaign/images/point/bird.png) no-repeat;
  background-size: 222px;
  background-position: center;
  height: 160px;
  padding-top: 124px;
  margin-top: -164px;
}
.app-download .content-wrap h3 span {
  display: block;
  margin: 0 auto;
  background: #E85810;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  padding: 8px 12px;
  width: 328px;
  max-width: 100%;
  border-radius: 24px;
}
.app-download .content-wrap .content-detail {
    background: transparent;
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 20px;
    font-weight: 900;
    align-items: center;
    padding: 0;
}
.app-download .content-wrap .content-detail .pic {
  width: 100px;
  height: auto;
}
.question-answer-content {
  margin-top: 40px; 
  padding-top: 40px;
  background: #fff;}
.question-answer-content .title-question {
  margin: 0 0 27px;
  font-size: 22px;
  text-align: center;
}

.question-answer-content li {
  position: relative;
  background: #F2F7FD;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;}
.question-answer-content li:last-child {
  margin-bottom: 0;
}

.question-answer-body {
  padding: 0;}

.question-answer-body .answer {
  display: none;
  padding: 16px;
  background: #fdfdfd;
  margin: 16px -16px -16px;
  border-radius: 0 0 8px 8px;
  font-size: 20px;
}

.question-answer-body .question {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  color: #14518E;
  font-size: 20px;}

.question-answer-body .question::after {
  content: '';
  top: 14px;
  right: 12px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #14518E;
  border-right: 5px solid transparent;
  }

.question-answer-body .in .question::after {
  border-left: 5px solid transparent;
  border-bottom: 5px solid #14518E;
  border-top: none;
  border-right: 5px solid transparent;
}
.question-answer-body a {
  color: #1565C0;
}
.b_banner {
  text-align: center;
  padding: 48px 0;
  background: #fff;
}
.b_banner img {
  width: 350px;
  height: auto;
  max-width: 100%;
}
.floatingbanner {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 16px;
  background: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  z-index: 1000;
}
.floatingbanner.show {
  display: block !important;
}
.floatingbanner a {
    color: #1565C0;
}
.floatingbanner a.btn {
  display: block;
  margin: 0 auto 12px;
  width: 327px;
  height: 44px;
}
.breadcrum-content {
  background: #e0e0e0;
  padding: 8px;
  font-size: 11px;
  line-height: 1;
}

.breadcrum-content a {
  color: #1565c0;
  text-decoration: none;}

.page-campaign .footer {
  text-align: center;
  background: #121E31 !important;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 16px;}

@media screen and (max-width: 767px) {
  .visible-xs {display: block !important;}
  .hidden-xs {display: none !important;}
  .intro-atpoint, .loyalty-program, .increase-points, .app-download {
    margin: 40px 0;
  }
  .spkv {
    width: 310px;
    max-width: 100%;
    margin: 0 auto;
  }
  .banner-container .point-des {
    margin: 0 12px;
    padding: 16px 12px;
  }
  .point-des h2 {
    font-size: 22px;
  }
  .point-des .point-yen {
    margin: 16px auto;
    width: 300px;
    max-width: 100%;
  }
  .point-des p {
    font-size: 14px;
    text-align: left;
    font-weight: normal;
  }
  .intro-atpoint h3, .question-answer-content h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .intro-atpoint h3 img, .question-answer-content h3 img {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }
  .intro-atpoint .content-detail div.service-list ul li {
    width: calc(33% - 3px) !important;
    padding: 8px 2px;
        font-size: 11px;
  }
  .intro-atpoint .content-detail div.service-list ul li:nth-child(1), 
  .intro-atpoint .content-detail div.service-list ul li:nth-child(8) {
    width: 100% !important;
  }
  .content-detail {
    padding: 24px 12px;
  }
  .intro-atpoint .content-detail {
    gap: 8px;
  }
  .content-wrap h4 {
    gap: 10px;
    justify-content: left;
    align-items: center;
  }
  .content-wrap h4 span:first-child {
    width: 30px;
    height: 30px;
  }
  .content-wrap h4 span:last-child {
    line-height: 30px;
    font-size: 20px;
    width: 90%;
  }
  .intro-atpoint .content-detail div.pic {
    width: 180px;
  }
  .content-detail a {
    font-size: 14px;
    width: auto !important;
    max-width: 100%;
    padding-left: 20px;
    background: url(/campaign/images/point/arrow_r.svg) no-repeat left center;
    background-size: 18px;
  }

  .loyalty-program .content-detail,
  .increase-points .content-detail {
    gap: 24px;
  }
  .loyalty-program .content-detail .info {
    font-size: 14px;
  }

  .increase-points .content-detail .pic {
    width: 247px;
    margin: 0 auto;
    order: 1;
  }
  .increase-points .content-detail .info {
    font-size: 14px;
    width: auto;
    order: 2;
  }
  .app-download  {
    margin-top: 94px;
  }

  .app-download .content-wrap .info {
    font-size: 16px;
    padding-top: 8px;
  }
  .app-download .content-wrap .content-detail .pic {
    width: 80px;
  }
  .app-download .content-wrap h3 {
    text-align: center;
    background: url(/campaign/images/point/bird.png) no-repeat;
    background-size: 120px;
    background-position: center;
    height: 120px;
    padding-top: 84px;
    margin-top: -124px;
  }
  .app-download .content-wrap h3 span {
    display: block;
    margin: 0 auto;
    background: #E85810;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    padding: 8px 12px;
    width: 260px;
    max-width: 100%;
    border-radius: 24px;
  }
  .app-btn {
    margin-top: 24px;
  }
  .app-btn p {
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 8px;
  }
  .app-btn ul {
    display: flex;
    flex-direction: row;
    gap: 12px;
  }
  .app-btn ul li {
    width: 50%;
  }
  .b_banner {
    padding: 40px 0;
  }
  .banner-container .container {position: relative;}

  .question-answer-body .question {
    font-size: 14px;
  }
  .question-answer-content li {
    padding: 12px 24px 12px 12px;
  }
  .question-answer-body .question::after {
    top: 8px;
    right: -8px;
  }
  .question-answer-body .answer {
    font-size: 14px;
  }

}

@media screen and (max-width: 390px) {
  .user-flow-body .list-usage .body-step.step3 img {
     margin-bottom: 30px;
  }
  .body-step p.bold {
    font-size: 16px;
  }
}