body, h2, h3 {
  font-weight: 300;
}

.p-pc--none {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-pc--none {
    display: block;
  }
  .p-sp--none {
    display: none;
  }
}

#main {
  margin-top: 0;
  margin-bottom: 0;
}

#main > .row {
  max-width: none;
}

#primary.column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-point-program h2 {
  margin-bottom: 32px;
  padding-top: 0;
  border-top: none;
  color: #898a8d;
  font-size: 20px;
}

.p-point-program h3 {
  padding-top: 0;
  border-top: none;
  font-size: 20px;
  text-align: center;
}

.p-point-program .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.p-point-program .p-txt {
  font-size: 16px;
  line-height: 2em;
}

.p-point-program .p-note {
  padding: 0;
  font-size: 12px;
}

.p-point-program p.p-note, .p-point-program .p-note li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-point-program .p-link {
  text-decoration: underline;
}

.p-point-program .p-link:hover {
  text-decoration: none;
}

.p-point-program .p-main {
  padding-top: 98px;
  padding-bottom: 80px;
  border-bottom: 1px solid #d6d9d9;
  text-align: center;
}

.p-point-program .p-main h1 {
  margin-bottom: 45px;
  color: #898a8d;
  font-size: 24px;
}

.p-point-program .p-main--img {
  margin-top: 114px;
}

.p-point-program .p-main--img img {
  width: 100%;
}

.p-point-program .p-section {
  padding-top: 38px;
  padding-bottom: 110px;
  border-bottom: 1px solid #d6d9d9;
}

.p-point-program .p-section h3 {
  padding-top: 40px;
  border-top: none;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.p-point-program .p-section .p-list {
  margin-top: 20px;
  padding: 0;
}

.p-point-program .p-section .p-list li {
  margin-bottom: 4px;
}

.p-point-program .p-section .p-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 5px;
  background-color: #000;
  display: inline-block;
  vertical-align: 2px;
}

.p-point-program .p-bonus {
  padding-top: 38px;
  padding-bottom: 60px;
}

.p-point-program .p-bonus--list {
  display: flex;
  justify-content: space-between;
}

.p-point-program .p-bonus--list--item {
  width: calc((100% - 180px) / 3);
  padding: 52px 20px 20px;
  background: #f4f5f7;
}

.p-point-program .p-bonus--list--img {
  min-height: 46px;
  margin: 0 auto 15px;
}

.p-point-program .p-bonus--list--item:nth-child(1) .p-bonus--list--img {
  width: 40px;
}

.p-point-program .p-bonus--list--item:nth-child(2) .p-bonus--list--img {
  width: 38px;
  margin-top: 4px;
}

.p-point-program .p-bonus--list--item:nth-child(3) .p-bonus--list--img {
  width: 37px;
}

.p-point-program .p-bonus--list--item:nth-child(4) .p-bonus--list--img {
  width: 29px;
}

.p-point-program .p-bonus h3 {
  line-height: 1.5em;
}

.p-point-program .p-bonus--list--box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #d6d9d9;
}

.p-point-program .p-bonus--list--new {
  margin: 20px 0 35px;
  padding: 20px 0;
  background: #e9ebef;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.p-point-program .p-bonus--list--note {
  padding: 0;
  font-size: 12px;
}

.p-point-program .p-bonus--list--note > li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-point-program .p-bonus .p-txt {
  margin: 70px auto 0;
  text-align: center;
}

.p-point-program .p-bonus--btn {
  margin: 50px auto 0;
}

.p-point-program .p-faq {
  padding-bottom: 160px;
}

.p-point-program .c-accordion_detail {
  height: 0px;
  overflow: hidden;
  transition-duration: 0.3s;
  -webkit-transition-duration: .3s;
}

.p-point-program .c-accordion_detail .inner {
  padding: 2px 0 5px;
}

.p-point-program .c-accordion_btn {
  font-size: 16px;
  margin-top: 22px;
  padding: 16px 0;
  padding-right: 20px !important;
  border-top: 1px solid #d6d9d9;
  position: relative;
  display: flex;
  align-items: center;
  transition: opacity 0.4s;
  cursor: pointer;
}

.p-point-program .c-accordion_btn:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #353737;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}

.p-point-program .c-accordion_btn:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background-color: #353737;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-point-program .c-accordion_btn.active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.p-point-program .f-list_notice {
  margin-top: 20px;
  padding: 0;
  font-size: 12px;
}

.p-point-program .f-list_notice li {
  margin-bottom: 2px;
  padding-left: 1em;
  text-indent: -1em;
}

.p-point-program .p-notice {
  padding: 0;
  font-size: 14px;
}

.p-point-program .p-notice li {
  margin-bottom: 2px;
  padding-left: 1em;
  text-indent: -1em;
}

.p-point-program .p-faq--txt1 {
  margin: 28px 0;
}

.p-point-program .p-faq--txt2 {
  margin: 22px 0 26px;
}

.p-point-program .p-faq--btn {
  margin: 50px auto 0;
}

@media screen and (max-width: 767px) {
  .p-point-program h2 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.7em;
  }
  .p-point-program h3 {
    font-size: 18px;
  }
  .p-point-program .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-point-program .p-txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .p-point-program .button {
    max-width: 295px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-program .p-main {
    padding-top: 43px;
    padding-bottom: 50px;
  }
  .p-point-program .p-main h1 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .p-point-program .p-main--img {
    margin-top: 44px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-program .p-section {
    padding-top: 22px;
    padding-bottom: 66px;
  }
  .p-point-program .p-section h3 {
    padding-top: 30px;
    font-size: 14px;
  }
  .p-point-program .p-section .p-list li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-point-program .p-bonus {
    padding-top: 38px;
    padding-bottom: 80px;
  }
  .p-point-program .p-bonus .inner {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .p-point-program .slick-track {
    display: flex;
    height: 100%;
  }
  .p-point-program .p-bonus--list--item {
    margin: 0 20px;
    padding: 40px 10px 20px;
  }
  .p-point-program .p-bonus--list--img {
    height: 42px;
    margin: 0 auto 20px;
    text-align: center;
  }
  .p-point-program .p-bonus--list--img > img {
    height: 100%;
  }
  .p-point-program .p-bonus--list--box {
    margin-top: 25px;
    padding-top: 10px;
    border-top: 1px solid #d6d9d9;
  }
  .p-point-program .p-bonus--list--new {
    font-size: 14px;
  }
  .p-point-program .p-bonus--list--note {
    margin-top: 20px;
  }
  .p-point-program .p-bonus--list--note > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-point-program .p-bonus .p-txt {
    margin: 40px auto 0;
    font-size: 13px;
  }
  .p-point-program .p-bonus--btn {
    margin: 44px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-point-program .p-faq {
    padding-bottom: 80px;
  }
  .p-point-program .c-accordion_detail .inner {
    padding: 0 0 25px;
  }
  .p-point-program .c-accordion_detail .inner p {
    margin: 0;
    line-height: 1.8em;
  }
  .p-point-program .c-accordion_btn {
    font-size: 14px;
    margin-top: 0;
    padding: 20px 0;
  }
  .p-point-program .f-list_notice {
    margin-bottom: 0;
  }
  .p-point-program .c-accordion_detail .inner .p-faq--txt1 {
    margin: 23px 0;
  }
  .p-point-program .c-accordion_detail .inner .p-faq--txt2 {
    margin: 20px 0 23px;
  }
  .p-point-program .p-faq--btn {
    margin: 45px auto 0;
  }
}
