@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-appInfo__img {
  width: 166px;
  margin-left: 15px;
  flex-shrink: 0;
}

.p-appInfo__title {
  width: 186px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.p-appInfo__spLink {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.p-appInfo__spLink a {
  text-align: center;
  height: 60px;
}

.p-appInfo__spLink a img {
  width: auto;
  height: 100%;
}

.p-appInfo__links {
  display: flex;
  margin-top: 20px;
}

.p-appInfo__links img {
  width: auto;
}

.p-appInfo__links > a {
  display: block;
  margin-left: 10px;
}

.p-appInfo__links > a:first-child {
  margin-left: 0;
}

.p-appInfo__qr {
  width: 68px;
  margin-left: 20px;
}

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

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

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

.p-box__full {
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
}

.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: #000000;
  color: #FFF;
  margin-top: -27px;
  margin-bottom: 12px;
}

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

.p-content {
  width: 100%;
  overflow: hidden;
}

.p-wrapper {
  padding: 0 0 70px;
  max-width: 2500px;
  margin: 0 auto;
}

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

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

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

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

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

.p-title.is-entry {
  margin-bottom: 10px;
}

.p-title.is-entry img {
  height: 30px;
}

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

.p-subTitle2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.3888888889;
  padding-bottom: 10px;
  color: #DB0240;
  border-bottom: 2px solid #DB0240;
}

.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: #DB0240;
}

.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: 6px;
}

.p-kv {
  position: relative;
  text-align: center;
  background-color: #fff;
}

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

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

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

.p-annotation.is-asterisk {
  color: #999999;
}

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

.p-annotation.is-asterisk .p-annotation {
  margin-top: 6px;
}

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

.p-appInfo__spLink {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

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

.p-centering {
  display: flex;
  justify-content: center;
}

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

.p-description .p-annotation {
  font-size: 1.4rem;
}

.p-howto {
  display: flex;
}

.p-howto__qr {
  flex-shrink: 0;
  padding-left: 29px;
  border-left: 1px solid #DDDDDD;
  margin-left: 25px;
  text-align: center;
}

.p-howto__qr img {
  width: auto;
}

.p-howto__qr-title {
  margin-bottom: 5px;
}

.p-tab {
  margin-top: 10px;
}

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

.p-tab__head-item {
  position: relative;
  background-color: #A0E1FF;
  border-radius: 10px 10px 0 0;
  width: calc(50% - 2.5px);
  height: 50px;
  cursor: pointer;
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  flex-shrink: 1;
  align-items: center;
  justify-content: center;
  text-align: 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 #000000;
  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: #A0E1FF;
}

.p-tab__body {
  background-color: #A0E1FF;
  padding: 20px 14px 14px;
  border: 1px solid #000000;
  border-radius: 0 0 10px 10px;
}

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

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

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

.u-red {
  color: #FF0000 !important;
}

.u-black {
  color: #111111 !important;
}

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

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

.u-width-auto {
  width: auto !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) {
  .p-appInfo {
    border: 1px solid #DDDDDD;
    display: flex;
    padding: 30px;
  }

  .p-appInfo__title {
  width: 252px;
  margin: 0 0 10px;
}

  .p-box {
    margin-top: 20px;
    padding: 28px 97px;
  }

  .benefits-box.p-box.is-palmtree{
    padding: 28px 68px;
  }

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

  .p-tab__body-item + .p-tab__body-item .p-box{
    margin-top: 27px;
    padding: 27px 30px 30px;
}

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

  .p-box.is-palmtree:first-child{
    padding: 28px 88px;
  }

  .p-box__full {
    width: calc(100% + 200px);
    left: -100px;
  }

  .p-box__label {
    margin-top: -39px;
    margin-bottom: 15px;
  }

  .p-box__small {
    width: 443px;
    margin: 0 auto;
  }

  a:hover {
    text-decoration: none;
  }

  .p-inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .p-kv {
    width: 2500px;
    left: calc((2500px - 100%) * -0.5);
  }

  .p-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .p-title img {
    height: 28px;
  }

  .p-img-fix {
    max-width: 830px;
  }

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

  .p-tab__head-item {
    height: 55px;
    font-size: 1.6rem;
  }

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

  .p-tab__body {
    padding: 20px;
  }

  .img_cp{
    max-width: 630px;
    margin: 0 auto;
  }

  .p-icon-plus {
  width: 97px;
  margin: 25px auto 20px;
  line-height: 0;
}

  .u-pc-fz-16 {
    font-size: 1.6rem !important;
  }

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

  .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 (min-width: 768px) and (max-width: 795px) {
  .p-appInfo__img {
  width: 135px;
}
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }

  .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .p-wrapper {
    padding: 0 0 20px;
  }

  .entry-box.p-box.is-palmtree{
    padding: 18px 12px;
  }

  .entry-box.p-box.is-palmtree h2 + p.u-bold.u-pc-fz-16{
    margin-left: 6px;
  }

  .p-tab__body-item + .p-tab__body-item .p-box{
    margin-top: 27px;
}

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

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

  .p-icon-plus + p.u-bold.u-ta-c.u-pc-fz-16{
    font-size: 1.33rem;
  }

  .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;
  }
}