@charset "UTF-8";

/*** color ***/

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #111111;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.p-accordion {
  border: 2px #000 solid;
  border-radius: 10px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 1);
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 1);
}

.p-accordion:has(.p-accordion__body.is-open){
  margin-bottom: 27px;
}

.p-accordion:has(.p-accordion__body.is-open):last-child{
  margin-bottom: 0;
}

.p-accordion__btn {
  display: flex;
  height: 46px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.p-accordion__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2508_ponponfes_appdl/img/icon_plus.png") no-repeat center/contain;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.p-accordion__btn img {
  width: auto;
  height: 23px;
}

.p-accordion__btn.is-open::after {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2508_ponponfes_appdl/img/icon_minus.png");
}

.p-accordion__body {
  display: none;
  padding: 5px 18px 18px;
}

.p-accordion__body.is-open {
  display: block;
}

a {
  color: #0099CC;
  text-decoration: underline;
}

.p-content {
  padding: 0 0 20px;
  width: 100%;
  overflow: hidden;
}

.p-inner {
  padding: 0 15px;
}

.p-bg-color {
  background: #1A89E2;
}

.p-title {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}

.p-title img {
  width: auto;
  height: 21px;
}

.p-title.is-small img {
  height: 24px;
}

.p-subTitle {
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}

.p-subTitle3 {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 12px;
}

.p-subTitle3::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background-color: #1A89E2;
}

.p-imgText {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.6;
  align-items: center;
  margin-top: 5px;
}

.p-imgText img {
  width: 70px;
  flex-shrink: 0;
  margin-left: 6px;
}

.p-pointText {
  display: flex;
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.6;
  font-weight: bold;
  align-items: center;
}

.p-pointText img {
  width: 63px;
  flex-shrink: 0;
  margin-left: 15px;
}

.p-box {
  position: relative;
  padding: 18px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 15px;
  border: 2px solid #000;
}

.p-box.cp-summary {
  padding: 18px 13px;
}

.p-box .p-box {
  padding: 15px;
}

.p-box.is-palmtree {
  background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2508_ponponfes_appdl/img/palmtree_left.png") no-repeat left 4px top 4px/35px auto, url("https://pntc.sslcs.cdngc.net/cdn/campaign/2508_ponponfes_appdl/img/palmtree_right.png") no-repeat right 4px top 4px/35px auto;
  background-color: #fff;
}

.p-box.is-palmtree .p-title {
  margin-bottom: 15px;
}

.p-box__label {
  position: relative;
  top: 0;
  display: flex;
  width: 80px;
  height: 24px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #0F5AA6;
  color: #FFF;
  margin-top: -27px;
  margin-bottom: 15px;
}

.p-box__badge {
  position: absolute;
  right: -6.5px;
  bottom: -7px;
  width: 83.52px;
}

.p-box__badge-text {
  width: calc(100% - 65px);
}

.p-btn {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 315px;
}

.p-btn-att{
  margin-top: 7px;
  font-size: 1.2rem;
}

.p-btn-arrow {
  display: flex;
  height: 50px;
  position: relative;
  border-radius: 10px;
  background-color: #1A89E2;
  border: 2px solid #000;
  -webkit-box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 1);
  box-shadow: 0 0.3rem 0 0 rgba(0, 0, 0, 1);
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  width: 100%;
}

.p-btn-arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2508_ponponfes_appdl/img/icon_arrow.png") no-repeat center/contain;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.p-btn-arrow img {
  width: auto;
  height: 20px;
  max-width: 100%;
}

.p-btn-arrow.in-btn-rank {
  padding: 0 63px 0 62px;
}

.p-accordion__body .p-btn-arrow.in-btn-rank {
  padding: 0 52px 0 33px;
}

.p-btn-arrow.in-btn-bp{
  padding: 0 47px 0 22px;
}

.p-accordion__body .p-btn-arrow.in-btn-bp {
  padding: 0 40px 0 13px;
}

.p-accordion__body .p-btn-arrow.in-btn-bp img {
  width: auto;
  height: 18px;
  max-width: 100%;
}

.p-btn-arrow.in-btn-douga{
  padding: 0 60px 0;
}

.p-accordion__body .p-btn-arrow.in-btn-douga {
  padding: 0 50px 0 30px;
}

.p-annotation {
  padding-left: 1em;
  line-height: 1.6;
  margin-top: 10px;
}

.p-annotation li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}

.p-annotation.is-asterisk li {
  font-size: 1.2rem;
}

.p-annotation.is-asterisk li::before {
  content: "※";
}

.p-annotation.is-enum {
  padding-left: 1.4em;
}

.p-annotation.is-enum li::before {
  content: normal;
}

.p-annotation.is-enum li span {
  display: inline-block;
  margin-left: -1.4em;
}

.p-logo {
  margin-top: 15px;
}

.p-logo#anc_bp,
.p-logo#anc_douga {
  margin-top: 20px;
}

.p-icon-plus {
  width: 85px;
  margin: 15px auto;
  line-height: 1;
}

.img_wp {
  display: block;
  width: 93.3%;
  margin: 15px auto 0;
}

.p-icon-bottom {
  width: 27px;
  height: 24px;
  margin: 10px auto 15px auto;
  background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2508_ponponfes_appdl/img/arrow_bottom.png") no-repeat center/contain;
}

.p-textLink::after {
  content: ">";
  position: relative;
  display: inline;
  vertical-align: top;
  letter-spacing: 0.2em;
  top: -0.1em;
}

.js-stickyItem {
  display: none;
}

.js-stickyItem.is-show {
  display: block;
  z-index: 10;
}

.p-stickyItem {
  background-color: #fff;
  padding: 10px 13px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 34px);
  margin: 0 auto;
}

.p-description {
  padding-left: 15px;
}

.p-description__title {
  margin-bottom: 10px;
  font-weight: bold;
}

.p-description__title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #FFDB3D;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: -1px;
  margin-left: -15px;
}

.p-description + .p-description {
  margin-top: 20px;
}

.p-description .p-annotation {
  margin-top: 0;
}

.p-description .p-annotation.is-asterisk {
  color: #999999;
  margin-top: 10px;
}

.p-description .p-annotation + p {
  margin-top: 10px;
}

.p-itemList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.p-itemList__item {
  width: calc(50% - 7.5px);
  text-decoration: none;
}

.p-itemList__item:nth-child(2n) {
  margin-left: 15px;
}

.p-itemList__item:nth-child(n+3) {
  margin-top: 20px;
}

.p-itemList__item-name {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #111;
}

.p-itemList__item-point {
  font-weight: bold;
  font-size: 1.116rem;
  margin-top: 5px;
  color: #FF0000;
}

.p-itemList__item-point::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 14px;
  letter-spacing: -0.4em;
  margin-right: 6px;
  margin-top: -2px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/campaign/2508_ponponfes_appdl/img/icon_ponta.png") no-repeat center/contain;
}

.p-tab {
  margin-top: 10px;
  position: relative;
  left: -5px;
  width: calc(100% + 10px);
}

.p-tab__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.p-tab__head-item {
  position: relative;
  background-color: #EDF6FF;
  border-radius: 10px 10px 0 0;
  width: calc(50% - 2.5px);
  height: 51px;
  cursor: pointer;
  color: #0F5AA6;
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  flex-shrink: 1;
  align-items: center;
  justify-content: center;
}

.p-tab__head-item img {
  width: 30px;
  height: auto;
  flex-shrink: 1;
}

.p-tab__head-item p {
  flex-shrink: 0;
}

.p-tab__head-item:nth-child(n+2) {
  margin-left: 5px;
}

.p-tab__head-item.is-active {
  border: 1px solid #0F5AA6;
  border-bottom: none;
}

.p-tab__head-item.is-active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #EDF6FF;
}

.p-tab__body {
  background-color: #EDF6FF;
  padding: 17px 14px 14px;
  border: 1px solid #0F5AA6;
  border-radius: 0 0 10px 10px;
}

.p-tab__body-item {
  display: none;
}

.p-tab__body-item.is-active {
  display: block;
}

.anchor-box{
  margin: 20px 0 17px;
}

.anchor-box p{
  max-width: 342px;
  margin: 0 auto;
}

.anchor-box ul{
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.anchor-box ul li:nth-child(2){
  margin: 0 5px;
}

.u-bold {
  font-weight: bold !important;
}

.u-text-red{
  color:#F50028;
}

.u-fz-1105 {
  font-size: 1.15rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }

  .u-pc-none {
    display: none !important;
  }

  .u-pc-mt-0 {
    margin-top: 0px !important;
  }

  .u-pc-mb-0 {
    margin-bottom: 0px !important;
  }

  .u-pc-mt-5 {
    margin-top: 5px !important;
  }

  .u-pc-mb-5 {
    margin-bottom: 5px !important;
  }

  .u-pc-mt-10 {
    margin-top: 10px !important;
  }

  .u-pc-mb-10 {
    margin-bottom: 10px !important;
  }

  .u-pc-mt-15 {
    margin-top: 15px !important;
  }

  .u-pc-mb-15 {
    margin-bottom: 15px !important;
  }

  .u-pc-mt-20 {
    margin-top: 20px !important;
  }

  .u-pc-mb-20 {
    margin-bottom: 20px !important;
  }

  .u-pc-mt-25 {
    margin-top: 25px !important;
  }

  .u-pc-mb-25 {
    margin-bottom: 25px !important;
  }

  .u-pc-mt-30 {
    margin-top: 30px !important;
  }

  .u-pc-mb-30 {
    margin-bottom: 30px !important;
  }

  .u-pc-mt-35 {
    margin-top: 35px !important;
  }

  .u-pc-mb-35 {
    margin-bottom: 35px !important;
  }

  .u-pc-mt-40 {
    margin-top: 40px !important;
  }

  .u-pc-mb-40 {
    margin-bottom: 40px !important;
  }

  .u-pc-mt-45 {
    margin-top: 45px !important;
  }

  .u-pc-mb-45 {
    margin-bottom: 45px !important;
  }

  .u-pc-mt-50 {
    margin-top: 50px !important;
  }

  .u-pc-mb-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {

  .u-sp-none {
    display: none !important;
  }

  .u-sp-mt-0 {
    margin-top: 0px !important;
  }

  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }

  .u-sp-mt-5 {
    margin-top: 5px !important;
  }

  .u-sp-mb-5 {
    margin-bottom: 5px !important;
  }

  .u-sp-mt-10 {
    margin-top: 10px !important;
  }

  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }

  .u-sp-mt-15 {
    margin-top: 15px !important;
  }

  .u-sp-mb-15 {
    margin-bottom: 15px !important;
  }

  .u-sp-mt-20 {
    margin-top: 20px !important;
  }

  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }

  .u-sp-mt-25 {
    margin-top: 25px !important;
  }

  .u-sp-mb-25 {
    margin-bottom: 25px !important;
  }

  .u-sp-mt-30 {
    margin-top: 30px !important;
  }

  .u-sp-mb-30 {
    margin-bottom: 30px !important;
  }

  .u-sp-mt-35 {
    margin-top: 35px !important;
  }

  .u-sp-mb-35 {
    margin-bottom: 35px !important;
  }

  .u-sp-mt-40 {
    margin-top: 40px !important;
  }

  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }

  .u-sp-mt-45 {
    margin-top: 45px !important;
  }

  .u-sp-mb-45 {
    margin-bottom: 45px !important;
  }

  .u-sp-mt-50 {
    margin-top: 50px !important;
  }

  .u-sp-mb-50 {
    margin-bottom: 50px !important;
  }
}