@charset "UTF-8";
.section {
  padding: 88px 0;
}
.section:nth-of-type(odd) {
  background: #fff8f8;
}
@media screen and (max-width: 750px) {
  .section {
    padding: 64px 0;
  }
}

.header__navigation--paycas-lp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (max-width: 750px) {
  .header__navigation--paycas-lp {
    display: none;
  }
}
.header__button--paycas-lp:first-child {
  margin-right: 8px;
}
.header__link, .header__link--entryQRcode, .header__link--entryMulti {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 6px 24px;
  border-radius: 5px;
}
.header__link:hover, .header__link--entryQRcode:hover, .header__link--entryMulti:hover {
  text-decoration: none;
}
.header__link:visited, .header__link--entryQRcode:visited, .header__link--entryMulti:visited {
  color: #fff;
}
.header__link--entryMulti {
  background: #2455aa;
  width: 260px;
}
.header__link--entryMulti:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
.header__link--entryQRcode {
  background: #ff954c;
}
.header__link--entryQRcode:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.hamburger {
  position: relative;
  z-index: 999;
}
.hamburger__button {
  position: fixed;
  top: 172px;
  right: 16px;
  max-width: 75px;
  background: #FF0033;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .hamburger__button {
    max-width: 45px;
    top: 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483640;
}
.navigation::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0.5);
}
.navigation__container {
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 10vw);
  max-width: 700px;
  max-height: calc(100% - 100px);
  padding: 24px;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .navigation__container {
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.navigation__close {
  position: absolute;
  top: 8px;
  right: 8px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: #383838;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1;
  cursor: pointer;
}
.navigation__close::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 4px;
  width: 22px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navigation__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 4px;
  width: 22px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation__list {
  background-color: #fff;
  border: solid 1px #000000;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.navigation__item {
  text-align: center;
}
.navigation__item:not(:last-child) {
  border-bottom: solid 1px #000000;
}
.navigation__link {
  position: relative;
  display: block;
  padding: 16px;
  color: #FF0033;
  font-size: 2rem;
  font-weight: 700;
}
.navigation__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-left: 1px;
  border-top: 2px solid #383838;
  border-right: 2px solid #383838;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.mainVisual {
  min-height: 568px;
  margin: 0 auto;
  background: url("../images/img_mainVisual_bg_01.png") center center/cover repeat;
}
.mainVisual__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 8px 16px;
}
.mainVisual__title {
  color: #242323;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  padding: 16px 0 70px;
}
@media screen and (max-width: 750px) {
  .mainVisual__title {
    font-size: 2.4rem;
  }
}
.mainVisual__text--emphasis, .mainVisual__text--emphasisTitle {
  color: #ff0033;
  padding: 0 0 10px;
  border-bottom: 8px solid #f1be41;
}
@media screen and (max-width: 750px) {
  .mainVisual__text--emphasis, .mainVisual__text--emphasisTitle {
    padding: 0;
  }
}
.mainVisual__text--emphasisTitle {
  border-bottom: none;
}
.mainVisual__text--emphasisNumber {
  position: relative;
  font-size: 4rem;
}
.mainVisual__text--emphasisNumber::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 22px;
  background: url("../images/img_mainVisual_01.png") center/contain no-repeat;
  top: -17px;
  right: 3px;
}
.mainVisual__subText {
  font-size: 4.5rem;
}
@media screen and (max-width: 750px) {
  .mainVisual__subText {
    font-size: 4rem;
  }
}
.mainVisual__image {
  width: 100%;
}

.type__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .type__container {
    max-width: 360px;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 10px;
    margin: 0 auto;
  }
}
.type__inner {
  width: calc((100% - 40px) / 2);
  max-width: 380px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  margin: 0 auto;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 750px) {
  .type__inner {
    width: 50%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    padding: 8px;
  }
}
@media screen and (max-width: 750px) {
  .type__inner:first-of-type {
    border-right: solid 1px #606060;
    border-radius: 0;
  }
}
.type__inner:first-of-type::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 150px;
  height: 59px;
  background: url("../images/img_mainVisual_02.png") center/contain no-repeat;
  top: -50px;
  left: -40px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .type__inner:first-of-type::before {
    width: 80px;
    height: 32px;
    top: -80px;
    left: -5px;
  }
}
.type__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 130px;
}
@media screen and (max-width: 750px) {
  .type__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
}
.type__image, .type__image--QRcode, .type__image--multi {
  max-height: 131px;
  margin-right: 16px;
}
@media screen and (max-width: 750px) {
  .type__image, .type__image--QRcode, .type__image--multi {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.type__image--multi {
  width: 110px;
}
.type__image--QRcode {
  width: 95px;
}
.type__image--multi > .type__photo {
  -o-object-position: 0 -8px;
     object-position: 0 -8px;
}
.type__lead {
  width: 70%;
}
@media screen and (max-width: 750px) {
  .type__lead {
    width: auto;
    margin-top: 24px;
  }
}
.type__baloon, .type__baloon--QRcode, .type__baloon--multi {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .type__baloon, .type__baloon--QRcode, .type__baloon--multi {
    top: -65px;
    margin: 0 auto;
  }
}
.type__title, .type__title--QRcode, .type__title--multi {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 750px) {
  .type__title, .type__title--QRcode, .type__title--multi {
    width: 165px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
  }
}
.type__title::before, .type__title--QRcode::before, .type__title--multi::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.type__title--multi {
  background: #2455aa;
  padding: 12px 32px;
  border: 2px solid #2455aa;
}
@media screen and (max-width: 750px) {
  .type__title--multi {
    padding: 8px 0;
  }
}
.type__title--multi::before {
  border-color: #2455aa transparent transparent transparent;
}
.type__title--QRcode {
  background: #ff954c;
  padding: 12px 20px;
  border: 2px solid #ff954c;
}
@media screen and (max-width: 750px) {
  .type__title--QRcode {
    padding: 8px 0;
  }
}
.type__title--QRcode::before {
  border-color: #ff954c transparent transparent transparent;
}
.type__text {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .type__text {
    font-size: 1.2rem;
  }
}
.type__text--multi {
  color: #2455aa;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .type__text--multi {
    font-size: 1.4rem;
  }
}
.type__text--QRcode {
  color: #ff954c;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .type__text--QRcode {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .type__btnGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.type__button {
  margin: 0 auto;
  padding-top: 32px;
}
@media screen and (max-width: 750px) {
  .type__button {
    padding-top: 0;
  }
}
.type__btnGroup > .type__buttonLink {
  width: calc((100% - 16px) / 2);
}
.type__buttonLead {
  color: #ff0033;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .type__buttonLead {
    font-size: 2rem;
    margin: 0 auto;
    padding-top: 16px;
  }
}
.type__buttonEntry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  height: 70px;
  color: #ffffff !important;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 8px auto 0;
  border-radius: 8px;
  padding: 0 48px;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .type__buttonEntry {
    height: 55px;
    max-width: 350px;
    font-size: 2.4rem;
    padding: 0 18px;
    width: 100%;
  }
}
.type__buttonEntry--image {
  width: 16px;
  height: 28px;
  margin-right: 16px;
}
@media screen and (max-width: 750px) {
  .type__buttonEntry--image {
    margin-right: 8px;
  }
}
.type__buttonEntry.multi {
  background: #2455aa;
  -webkit-box-shadow: 0 3px 0 #4a6086;
          box-shadow: 0 3px 0 #4a6086;
}
.type__buttonEntry.multi:hover {
  text-decoration: none;
  background: #366ac4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.type__buttonEntry.multi {
  background: #2455aa;
  -webkit-box-shadow: 0 3px 0 #4a6086;
          box-shadow: 0 3px 0 #4a6086;
}
.type__buttonEntry.multi:hover {
  text-decoration: none;
  background: #366ac4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.type__buttonEntry.QRcode {
  background: #ff954c;
  -webkit-box-shadow: 0 3px 0 #b57549;
          box-shadow: 0 3px 0 #b57549;
}
.type__buttonEntry.QRcode:hover {
  text-decoration: none;
  background: #faa266;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .type__buttonEntry {
    height: 80px;
    width: 100%;
    max-width: 160px;
    font-size: 1.6rem;
    padding: 0 18px;
  }
}

.campaignBanner {
  background: rgba(242, 242, 242, 0.37);
  padding: 0 16px;
}
.campaignBanner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 966px;
  margin: 0 auto;
  padding: 24px 0;
}
@media screen and (max-width: 750px) {
  .campaignBanner__list {
    display: block;
  }
}
.campaignBanner__item {
  width: 327px;
  max-width: 327px;
  padding: 0 8px;
}
@media screen and (max-width: 750px) {
  .campaignBanner__item {
    width: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
  .campaignBanner__item:not(:first-of-type) {
    padding: 16px 8px 0;
  }
}
.campaignBanner__link {
  border: solid 2px #D0D0D0;
  display: inline-block;
  color: #3793fe;
}
.campaignBanner__link:visited {
  color: #3793fe;
}
.campaignBanner__link:hover {
  border: solid 2px #3793fe;
}

.comparison__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.comparison__container > .comparison__title {
  color: #ff0033;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .comparison__container > .comparison__title {
    font-size: 2.4rem;
  }
}
.comparison__contents {
  margin-top: 24px;
  padding: 32px;
}
@media screen and (max-width: 750px) {
  .comparison__contents {
    padding: 16px;
  }
}

.paymentType__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.paymentType__container > .paymentType__title {
  color: #ff0033;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .paymentType__container > .paymentType__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 750px) {
  .paymentType__container {
    padding: 0;
  }
}
.paymentType__wrap {
  margin-top: 24px;
  padding: 32px;
}
@media screen and (max-width: 750px) {
  .paymentType__wrap {
    padding: 16px;
  }
}
.paymentType__headerGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .paymentType__headerGroup {
    position: relative;
    display: block;
  }
}
.paymentType__photo {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .paymentType__photo {
    width: 100%;
  }
}
.paymentType__textGroup {
  width: 60%;
  padding: 32px;
}
@media screen and (max-width: 750px) {
  .paymentType__textGroup {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    width: 100%;
    padding: 16px;
  }
}
.paymentType__lead {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .paymentType__lead {
    font-size: 1.2rem;
  }
}
.paymentType__shopInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  margin-top: 32px;
}
@media screen and (max-width: 750px) {
  .paymentType__shopInfo {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
.paymentType__name {
  margin-right: 8px;
}

.tab__list {
  margin-bottom: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tab__title {
  display: inline;
  position: relative;
  line-height: 1.8;
  margin-right: 8px;
}
@media screen and (max-width: 750px) {
  .tab__title {
    line-height: 1;
    font-size: 1.6rem;
  }
}
.tab__item, .tab__item.QRcode, .tab__item.multi {
  display: inline-block;
  width: 50%;
  margin-top: 0;
  padding: 12px 20px;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 750px) {
  .tab__item, .tab__item.QRcode, .tab__item.multi {
    padding: 8px;
  }
}
.tab__item.multi {
  margin-right: 16px;
  background: #c3cfe5;
}
@media screen and (max-width: 750px) {
  .tab__item.multi {
    margin-right: 3px;
  }
}
.tab__item.multi::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 28px;
  background: url("../images/ico_paycas-lp_arrow_01.png") center/contain no-repeat;
}
.tab__item.QRcode {
  background: #f6d9c6;
}
.tab__item.QRcode::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 28px;
  background: url("../images/ico_paycas-lp_arrow_01.png") center/contain no-repeat;
}
.tab__item.active.multi {
  font-weight: bold;
  cursor: auto;
  color: #fff;
  background: #2455aa;
}
.tab__item.active.QRcode {
  font-weight: bold;
  cursor: auto;
  color: #fff;
  background: #ff954c;
}
.tab__inner {
  display: none;
}
.tab__inner.active {
  display: block;
}

.multiPayment__container, .QRcodePayment__container {
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 0 24px 24px;
}
@media screen and (max-width: 750px) {
  .multiPayment__container, .QRcodePayment__container {
    padding: 0;
  }
}
.multiPayment .notification {
  padding: 16px;
}
.multiPayment .notification__container {
  max-width: 950px;
  margin: 0 auto;
}
.multiPayment .notification__contents {
  margin-top: 16px;
  padding: 8px;
  background: #fffaee;
  border: 1px solid #e6d600;
  border-radius: 4px;
  color: #ff0033;
}
.multiPayment .notification__title {
  font-weight: bold;
}
.multiPayment .notification__title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/ico_warn_01.png") no-repeat top center/cover;
  margin: 0 4px 4px 0;
  vertical-align: middle;
}
.multiPayment .notification__list {
  margin-top: 4px;
}
.multiPayment .notification__item {
  font-size: 1.4rem;
}
.multiPayment .notification__item + .multiPayment .notification__item {
  margin-top: 4px;
}
.multiPayment .notification__link {
  color: #3793fe;
}
.multiPayment .notification__link:hover {
  text-decoration: underline;
}
.multiPayment .notification__link:visited {
  color: #3793fe;
}
.multiPayment .howto__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.multiPayment .howto__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 16px;
}
@media screen and (max-width: 750px) {
  .multiPayment .howto__contents {
    display: block;
    padding: 16px 0;
  }
}
.multiPayment .howto__image {
  padding: 16px;
}
@media screen and (max-width: 750px) {
  .multiPayment .howto__image {
    padding: 0;
    width: 33.3333333333%;
    margin: 24px 0;
  }
}
@media screen and (max-width: 750px) {
  .multiPayment .howto__entryGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.multiPayment .howto__textGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .multiPayment .howto__textGroup {
    display: block;
  }
}
.multiPayment .howto__photo--multi {
  width: 227px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .multiPayment .howto__photo--multi {
    width: 128px;
  }
}
.multiPayment .howto__photo--QRcode {
  width: 159px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .multiPayment .howto__photo--QRcode {
    width: 128px;
  }
}
.multiPayment .howto__button {
  margin: 0 auto;
}
.multiPayment .howto__buttonLead {
  color: #ff0033;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
.multiPayment .howto__buttonEntry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  height: 70px;
  color: #ffffff !important;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 8px auto 0;
  border-radius: 8px;
  padding: 0 48px;
}
@media screen and (max-width: 750px) {
  .multiPayment .howto__buttonEntry {
    height: 55px;
    max-width: 350px;
    font-size: 2.4rem;
    padding: 0 18px;
    width: 100%;
  }
}
.multiPayment .howto__buttonEntry--image {
  width: 16px;
  height: 28px;
  margin-right: 16px;
}
@media screen and (max-width: 750px) {
  .multiPayment .howto__buttonEntry--image {
    margin-right: 8px;
  }
}
.multiPayment .howto__buttonEntry.multi {
  background: #2455aa;
  -webkit-box-shadow: 0 3px 0 #4a6086;
          box-shadow: 0 3px 0 #4a6086;
}
.multiPayment .howto__buttonEntry.multi:hover {
  text-decoration: none;
  background: #366ac4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.multiPayment .howto__buttonEntry.multi {
  background: #2455aa;
  -webkit-box-shadow: 0 3px 0 #4a6086;
          box-shadow: 0 3px 0 #4a6086;
}
.multiPayment .howto__buttonEntry.multi:hover {
  text-decoration: none;
  background: #366ac4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.multiPayment .howto__buttonEntry.QRcode {
  background: #ff954c;
  -webkit-box-shadow: 0 3px 0 #b57549;
          box-shadow: 0 3px 0 #b57549;
}
.multiPayment .howto__buttonEntry.QRcode:hover {
  text-decoration: none;
  background: #faa266;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.multiPayment .howto__text, .multiPayment .howto__text--emphasis, .multiPayment .QRcodePayment .howto__text--QRcodeEmphasis, .QRcodePayment .multiPayment .howto__text--QRcodeEmphasis {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .multiPayment .howto__text, .multiPayment .howto__text--emphasis, .multiPayment .QRcodePayment .howto__text--QRcodeEmphasis, .QRcodePayment .multiPayment .howto__text--QRcodeEmphasis {
    width: 100%;
  }
}
.multiPayment .howto__text--emphasis, .multiPayment .QRcodePayment .howto__text--QRcodeEmphasis, .QRcodePayment .multiPayment .howto__text--QRcodeEmphasis {
  font-size: 1.8rem;
  font-weight: 700;
}
.multiPayment .service {
  padding: 40px 40px 24px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .multiPayment .service {
    padding: 24px 8px;
  }
}
.multiPayment .service__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
  padding: 0;
}
.multiPayment .service__text {
  margin-top: 16px;
}
.multiPayment .service__text--annotation {
  padding-left: 1em;
  text-indent: -0.7em;
  text-align: left;
  line-height: 1;
}
.multiPayment .service__text--annotation:not(:first-child) {
  margin-top: 4px;
}
.multiPayment .service__annotation, .multiPayment .service__annotation--small {
  color: #606060;
  font-size: 1.2rem;
}
.multiPayment .service__annotation--small {
  text-align: right;
}
.multiPayment .service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 24px 0;
}
@media screen and (max-width: 750px) {
  .multiPayment .service__list {
    display: block;
  }
}
.multiPayment .service__image {
  padding: 8px;
}
.multiPayment .flow {
  padding-top: 64px;
}
.multiPayment .flow__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.multiPayment .flow__title {
  color: #2455aa;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  border-bottom: 3px solid #2455aa;
}
@media screen and (max-width: 750px) {
  .multiPayment .flow__title {
    font-size: 2.4rem;
  }
}
.multiPayment .flow__title--space {
  display: inline-block;
  padding: 16px 0;
}
.multiPayment .flow__lead {
  position: relative;
  padding: 16px 0;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .multiPayment .flow__lead {
    font-size: 1.6rem;
  }
}
.multiPayment .flow__lead--ico {
  margin: 0 8px;
}
.multiPayment .flow__lead--ico::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 47px;
  top: 0;
  bottom: 0;
  margin: auto -30px;
  background: url("../images/ico_paycas-lp_left_01.png") center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .multiPayment .flow__lead--ico::before {
    width: 10px;
    height: 29px;
    margin: auto -20px;
  }
}
.multiPayment .flow__lead--ico::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 47px;
  top: 0;
  bottom: 0;
  margin: auto 20px;
  background: url("../images/ico_paycas-lp_right_01.png") center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .multiPayment .flow__lead--ico::after {
    width: 10px;
    height: 29px;
    margin: auto 40px;
  }
}
.multiPayment .flow__inner {
  background: #ffffff;
  margin: 40px auto 0;
}
.multiPayment .flow__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.multiPayment .flow__list:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .multiPayment .flow__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.multiPayment .flow__item {
  width: calc((100% - 96px) / 4);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .multiPayment .flow__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding-bottom: 40px;
    width: 300px;
  }
}
.multiPayment .flow__number, .multiPayment .flow__number--emphasis {
  font-size: 1.4rem;
  color: #606060;
  font-weight: 700;
}
.multiPayment .flow__number--emphasis {
  font-size: 2.4rem;
}
.multiPayment .flow__photo, .multiPayment .flow__photo--last {
  max-width: 150px;
  margin: 0 auto 8px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .multiPayment .flow__photo, .multiPayment .flow__photo--last {
    margin: 0 8px 8px;
  }
}
.multiPayment .flow__photo::after, .multiPayment .flow__photo--last::after {
  content: "";
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 14px solid #2455aa;
  position: absolute;
  top: 50%;
  right: -43px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .multiPayment .flow__photo::after, .multiPayment .flow__photo--last::after {
    content: none;
  }
}
.multiPayment .flow__photo--last::after {
  content: none;
}
.multiPayment .flow__heading, .multiPayment .QRcodePayment .flow__heading--bottomSpace, .QRcodePayment .multiPayment .flow__heading--bottomSpace {
  font-weight: 700;
  color: #2455aa;
  min-height: 45px;
}
@media screen and (max-width: 750px) {
  .multiPayment .flow__subtextGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.multiPayment .flow__subText {
  display: inline-block;
  margin: 8px auto;
  padding: 4px 16px;
  border: solid 2px #2455aa;
  font-size: 1.4rem;
  color: #2455aa;
}
@media screen and (max-width: 750px) {
  .multiPayment .flow__subText {
    width: 120px;
    text-align: center;
  }
}
.multiPayment .flow__text--annotation {
  color: #606060;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .multiPayment .flow__text {
    font-size: 1.4rem;
  }
}

.QRcodePayment .howto__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.QRcodePayment .howto__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 16px;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .howto__contents {
    display: block;
    padding: 16px 0;
  }
}
.QRcodePayment .howto__image {
  padding: 16px;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .howto__image {
    padding: 0;
    margin: 24px 8px;
  }
}
@media screen and (max-width: 750px) {
  .QRcodePayment .howto__entryGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .QRcodePayment .howto__entryGroup--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.QRcodePayment .howto__textGroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .howto__textGroup {
    display: block;
  }
}
.QRcodePayment .howto__photo--multi {
  width: 227px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .howto__photo--multi {
    width: 128px;
  }
}
.QRcodePayment .howto__photo--QRcode {
  width: 159px;
  height: auto;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .howto__photo--QRcode {
    width: 60px;
    margin-right: 16px;
  }
}
.QRcodePayment .howto__photo--rate {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .howto__photo--rate {
    max-width: 240px;
  }
}
.QRcodePayment .howto__button {
  margin: 0 auto;
}
.QRcodePayment .howto__buttonLead {
  color: #ff0033;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
.QRcodePayment .howto__buttonEntry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  height: 70px;
  color: #ffffff !important;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 8px auto 0;
  border-radius: 8px;
  padding: 0 48px;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .howto__buttonEntry {
    height: 55px;
    max-width: 350px;
    font-size: 2.4rem;
    padding: 0 18px;
    width: 100%;
  }
}
.QRcodePayment .howto__buttonEntry--image {
  width: 16px;
  height: 28px;
  margin-right: 16px;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .howto__buttonEntry--image {
    margin-right: 8px;
  }
}
.QRcodePayment .howto__buttonEntry.multi {
  background: #2455aa;
  -webkit-box-shadow: 0 3px 0 #4a6086;
          box-shadow: 0 3px 0 #4a6086;
}
.QRcodePayment .howto__buttonEntry.multi:hover {
  text-decoration: none;
  background: #366ac4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.QRcodePayment .howto__buttonEntry.multi {
  background: #2455aa;
  -webkit-box-shadow: 0 3px 0 #4a6086;
          box-shadow: 0 3px 0 #4a6086;
}
.QRcodePayment .howto__buttonEntry.multi:hover {
  text-decoration: none;
  background: #366ac4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.QRcodePayment .howto__buttonEntry.QRcode {
  background: #ff954c;
  -webkit-box-shadow: 0 3px 0 #b57549;
          box-shadow: 0 3px 0 #b57549;
}
.QRcodePayment .howto__buttonEntry.QRcode:hover {
  text-decoration: none;
  background: #faa266;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.QRcodePayment .howto__text, .QRcodePayment .howto__text--emphasis, .QRcodePayment .howto__text--QRcodeEmphasis {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .howto__text, .QRcodePayment .howto__text--emphasis, .QRcodePayment .howto__text--QRcodeEmphasis {
    width: 100%;
  }
}
.QRcodePayment .howto__text--emphasis, .QRcodePayment .howto__text--QRcodeEmphasis {
  font-size: 1.8rem;
  font-weight: 700;
}
.QRcodePayment .howto__text--QRcodeEmphasis {
  width: 280px;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .howto__text--QRcodeEmphasis {
    width: 100%;
  }
}
.QRcodePayment .howto__text--emphasisColor {
  color: #ff0033;
}
.QRcodePayment .howto__text--sup {
  position: relative;
  font-size: 1.2rem;
  vertical-align: top;
  top: 0.1em;
}
.QRcodePayment .howto__text--QRcodeIntro {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
}
.QRcodePayment .flow {
  padding-top: 64px;
}
.QRcodePayment .flow__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.QRcodePayment .flow__title {
  color: #ff954c;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  border-bottom: 3px solid #ff954c;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .flow__title {
    font-size: 2.4rem;
  }
}
.QRcodePayment .flow__title--space {
  display: inline-block;
  padding: 16px 0;
}
.QRcodePayment .flow__lead {
  position: relative;
  padding: 16px 0;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .flow__lead {
    font-size: 1.6rem;
  }
}
.QRcodePayment .flow__lead--ico::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 47px;
  top: 0;
  bottom: 0;
  margin: auto -30px;
  background: url("../images/ico_paycas-lp_left_01.png") center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .flow__lead--ico::before {
    width: 14px;
    height: 41px;
    margin: auto -20px;
  }
}
.QRcodePayment .flow__lead--ico::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 47px;
  top: 0;
  bottom: 0;
  margin: auto 20px;
  background: url("../images/ico_paycas-lp_right_01.png") center/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .flow__lead--ico::after {
    width: 14px;
    height: 43px;
    margin: auto 60px;
  }
}
.QRcodePayment .flow__inner {
  background: #ffffff;
  margin: 40px auto 0;
}
.QRcodePayment .flow__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.QRcodePayment .flow__list:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .flow__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.QRcodePayment .flow__item {
  width: calc((100% - 96px) / 4);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .flow__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding-bottom: 40px;
    width: 300px;
  }
}
.QRcodePayment .flow__number, .QRcodePayment .flow__number--emphasis {
  font-size: 1.4rem;
  color: #606060;
  font-weight: 700;
}
.QRcodePayment .flow__number--emphasis {
  font-size: 2.4rem;
}
.QRcodePayment .flow__photo, .QRcodePayment .flow__photo--last {
  max-width: 150px;
  margin: 0 auto 8px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .flow__photo, .QRcodePayment .flow__photo--last {
    margin: 0 8px 8px;
  }
}
.QRcodePayment .flow__photo::after, .QRcodePayment .flow__photo--last::after {
  content: "";
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 14px solid #2455aa;
  position: absolute;
  top: 50%;
  right: -43px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .QRcodePayment .flow__photo::after, .QRcodePayment .flow__photo--last::after {
    content: none;
  }
}
.QRcodePayment .flow__photo--last::after {
  content: none;
}
.QRcodePayment .flow__heading, .QRcodePayment .flow__heading--bottomSpace {
  font-weight: 700;
  color: #ff0033;
  min-height: 45px;
  display: block;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .flow__heading, .QRcodePayment .flow__heading--bottomSpace {
    min-height: 0;
  }
}
.QRcodePayment .flow__heading--bottomSpace {
  min-height: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .flow__heading--bottomSpace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .QRcodePayment .flow__subtextGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.QRcodePayment .flow__subText {
  display: inline-block;
  margin: 8px auto;
  padding: 4px 16px;
  border: solid 2px #ff954c;
  font-size: 1.4rem;
  color: #ff954c;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .flow__subText {
    text-align: center;
    width: 120px;
  }
}
.QRcodePayment .flow__text--annotation {
  color: #606060;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .QRcodePayment .flow__text {
    font-size: 1.4rem;
  }
}
.QRcodePayment .flow__link {
  color: #3793fe;
}
.QRcodePayment .flow__link:hover {
  text-decoration: underline;
}
.QRcodePayment .flow__link:visited {
  color: #3793fe;
}

.ppbk {
  padding-top: 88px;
}
.ppbk__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .ppbk__container {
    padding-bottom: 16px;
  }
}
.ppbk__title {
  color: #606060;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 750px) {
  .ppbk__title {
    font-size: 2rem;
  }
}
.ppbk__title--emphasis {
  color: #ff0033;
  font-size: 3.6rem;
}
@media screen and (max-width: 750px) {
  .ppbk__title--emphasis {
    font-size: 2.4rem;
  }
}
.ppbk__canvas {
  margin-top: 24px;
}
.ppbk__text {
  text-align: right;
}
.ppbk__annotation {
  color: #606060;
  font-size: 1.2rem;
}
.ppbk__banner {
  max-width: 350px;
  margin: 24px auto 0;
}

.plan {
  padding-top: 64px;
}
.plan__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .plan__container {
    padding: 0 8px;
  }
}
.plan__button {
  position: relative;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  border: solid 2px #242323;
  padding: 10px 35px 10px 10px;
  cursor: pointer;
}
.plan__button::before, .plan__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 15px;
  height: 3px;
  background: #242323;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.plan__button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.plan__MultiTitle {
  color: #2455aa;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  padding-top: 16px;
  border-bottom: 3px solid #2455aa;
}
@media screen and (max-width: 750px) {
  .plan__MultiTitle {
    font-size: 2.4rem;
  }
}
.plan__MultiTitle--space {
  display: inline-block;
  padding: 16px 0;
}
.plan__QRcodeTitle {
  color: #ff954c;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  border-bottom: 3px solid #ff954c;
}
@media screen and (max-width: 750px) {
  .plan__QRcodeTitle {
    font-size: 2.4rem;
  }
}
.plan__QRcodeTitle--space {
  display: inline-block;
  padding: 16px 0;
}
.plan__annotation {
  color: #606060;
  font-size: 1.2rem;
  padding: 8px 0;
}
@media screen and (max-width: 750px) {
  .plan__annotation {
    padding-left: 1em;
    text-indent: -0.8em;
    text-align: left;
    line-height: 1;
  }
}
.plan__annotation--right {
  text-align: right;
}

.cost {
  padding: 16px 0;
}
.cost__image {
  padding: 8px 0;
}
.cost__text {
  margin: 16px 0;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .cost__text {
    font-size: 1.6rem;
  }
}
.cost__text--annotation {
  text-align: left;
  line-height: 1;
}
.cost__text--annotation:not(:first-child) {
  margin-top: 4px;
}
.cost__annotation, .plan__annotation--right {
  color: #606060;
  font-size: 1.2rem;
}
.cost__link {
  color: #3793fe;
}
.cost__link:hover {
  text-decoration: underline;
}
.cost__link:visited {
  color: #3793fe;
}
.cost__button {
  margin: 0 auto;
  padding-top: 32px;
}
.cost__button--chart > .cost__link {
  position: relative;
  display: block;
  max-width: 330px;
  color: #3895ff;
  background: #ffffff;
  border: solid 2px #3895ff;
  text-align: center;
  font-weight: bold;
  margin: 40px auto 32px;
  padding: 16px 0;
  border-radius: 8px;
  cursor: pointer;
}
.cost__button--chart > .cost__link:hover {
  text-decoration: underline;
}
.cost__button--chart > .cost__link:visited {
  color: #3895ff;
}
.cost__button--chart > .cost__link:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/ico_modal_01.png) top left/contain no-repeat;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cost__buttonLead {
  color: #ff0033;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
.cost__buttonEntry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  height: 70px;
  color: #ffffff !important;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 8px auto 0;
  border-radius: 8px;
  padding: 0 48px;
}
@media screen and (max-width: 750px) {
  .cost__buttonEntry {
    height: 55px;
    max-width: 350px;
    font-size: 2.4rem;
    padding: 0 18px;
    width: 100%;
  }
}
.cost__buttonEntry--image {
  width: 16px;
  height: 28px;
  margin-right: 16px;
}
@media screen and (max-width: 750px) {
  .cost__buttonEntry--image {
    margin-right: 8px;
  }
}
.cost__buttonEntry.multi {
  background: #2455aa;
  -webkit-box-shadow: 0 3px 0 #4a6086;
          box-shadow: 0 3px 0 #4a6086;
}
.cost__buttonEntry.multi:hover {
  text-decoration: none;
  background: #366ac4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cost__buttonEntry.multi {
  background: #2455aa;
  -webkit-box-shadow: 0 3px 0 #4a6086;
          box-shadow: 0 3px 0 #4a6086;
}
.cost__buttonEntry.multi:hover {
  text-decoration: none;
  background: #366ac4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cost__buttonEntry.QRcode {
  background: #ff954c;
  -webkit-box-shadow: 0 3px 0 #b57549;
          box-shadow: 0 3px 0 #b57549;
}
.cost__buttonEntry.QRcode:hover {
  text-decoration: none;
  background: #faa266;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cost__caution {
  margin-top: 96px;
  border-top: 1px solid #EEEEEE;
}
.cost__caution + .cost__caution {
  margin: 0 0 32px;
  border-bottom: 1px solid #EEEEEE;
}
.cost__heading {
  position: relative;
  padding: 24px 0;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.cost__heading::after {
  content: "";
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ff5c5c;
  border-right: 3px solid #ff5c5c;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}
.cost__heading.js-cautionListShow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cost__detail {
  display: none;
  margin: 0 0 40px;
  padding: 16px;
}
.cost__detail--title {
  font-weight: 700;
}
.cost__detail--title:nth-of-type(2) {
  margin-top: 16px;
}
.cost__list {
  counter-reset: listsum;
  list-style: none;
}
.cost__item, .cost__item--num {
  margin-top: 4px;
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.cost__item::before, .cost__item--num::before {
  content: "・";
}
.cost__item--num::before {
  counter-increment: listsum;
  content: counter(listsum) ".";
}

.entry__button {
  margin: 0 auto;
  padding-top: 32px;
}
.entry__buttonLead {
  color: #ff0033;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
.entry__buttonEntry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  height: 70px;
  color: #ffffff !important;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 8px auto 0;
  border-radius: 8px;
  padding: 0 48px;
}
@media screen and (max-width: 750px) {
  .entry__buttonEntry {
    height: 55px;
    max-width: 350px;
    font-size: 2.4rem;
    padding: 0 18px;
    width: 100%;
  }
}
.entry__buttonEntry--image {
  width: 16px;
  height: 28px;
  margin-right: 16px;
}
@media screen and (max-width: 750px) {
  .entry__buttonEntry--image {
    margin-right: 8px;
  }
}
.entry__buttonEntry.multi {
  background: #2455aa;
  -webkit-box-shadow: 0 3px 0 #4a6086;
          box-shadow: 0 3px 0 #4a6086;
}
.entry__buttonEntry.multi:hover {
  text-decoration: none;
  background: #366ac4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry__buttonEntry.multi {
  background: #2455aa;
  -webkit-box-shadow: 0 3px 0 #4a6086;
          box-shadow: 0 3px 0 #4a6086;
}
.entry__buttonEntry.multi:hover {
  text-decoration: none;
  background: #366ac4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry__buttonEntry.QRcode {
  background: #ff954c;
  -webkit-box-shadow: 0 3px 0 #b57549;
          box-shadow: 0 3px 0 #b57549;
}
.entry__buttonEntry.QRcode:hover {
  text-decoration: none;
  background: #faa266;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stickyCoupon {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: rgba(51, 50, 50, 0.9);
  opacity: 0.95;
}
.stickyCoupon__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 8px 8px 0;
}
.stickyCoupon__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__list {
    display: block;
  }
}
.stickyCoupon__item {
  width: calc((100% - 75px) / 2);
  padding: 0 0 8px;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__item {
    width: 100%;
  }
  .stickyCoupon__item + .stickyCoupon__item {
    margin-top: 5px;
  }
}
.stickyCoupon__item:first-child {
  margin-right: 8px;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__item:first-child {
    margin-right: 0;
  }
}
.stickyCoupon__link--multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
  color: #ffffff;
  background: #2455aa;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__link--multi {
    height: 60px;
  }
}
.stickyCoupon__link--multi:visited {
  color: #ffffff;
}
.stickyCoupon__link--multi:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .stickyCoupon__link--multi:hover {
    opacity: 0.8;
  }
}
.stickyCoupon__link--multi [class*=__textGroup] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.stickyCoupon__link--multi [class*=__lead] {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__link--multi [class*=__lead] {
    font-size: 1.2rem;
  }
}
.stickyCoupon__link--multi [class*=__main] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2px;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__link--multi [class*=__main] {
    margin-top: 0;
  }
}
.stickyCoupon__link--QRcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
  color: #ffffff;
  background: #2455aa;
  border-radius: 8px;
  background: #ff954c;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__link--QRcode {
    height: 60px;
  }
}
.stickyCoupon__link--QRcode:visited {
  color: #ffffff;
}
.stickyCoupon__link--QRcode:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .stickyCoupon__link--QRcode:hover {
    opacity: 0.8;
  }
}
.stickyCoupon__link--QRcode [class*=__textGroup] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.stickyCoupon__link--QRcode [class*=__lead] {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__link--QRcode [class*=__lead] {
    font-size: 1.2rem;
  }
}
.stickyCoupon__link--QRcode [class*=__main] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2px;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__link--QRcode [class*=__main] {
    margin-top: 0;
  }
}
.stickyCoupon__text--annotation {
  color: #606060;
  font-size: 1.2rem;
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
  padding: 5px 0 10px;
}

.dlDocument {
  padding: 88px 0;
  background: #F8F8F8;
}
.dlDocument__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.dlDocument__title {
  color: #242323;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .dlDocument__title {
    font-size: 2.4rem;
  }
}
.dlDocument__text {
  text-align: center;
  margin-top: 8px;
}
.dlDocument__colum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 8px;
}
.dlDocument__canvas {
  width: calc((100% - 16px) / 2);
  max-width: 405px;
}
.dlDocument__button--document {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 285px;
  height: 48px;
  margin: 24px auto 0;
  border-radius: 8px;
  background: #f5a623;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
.dlDocument__button--document:hover {
  text-decoration: none;
  opacity: 0.75;
}
.dlDocument__button--document:visited {
  color: #ffffff;
}

.paycaslpContact {
  padding: 88px 0;
}
.paycaslpContact.active {
  display: block;
}
.paycaslpContact__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
.paycaslpContact__title {
  color: #242323;
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .paycaslpContact__title {
    font-size: 2.4rem;
  }
}
.paycaslpContact__text {
  text-align: center;
  margin-top: 48px;
}
.paycaslpContact .supportTel__list {
  display: block;
  padding: 32px;
  background: #fff8f8;
  max-width: 450px;
  margin: 0 auto;
}
.paycaslpContact .supportTel__item {
  width: 100%;
  text-align: center;
}
.paycaslpContact .supportTel__link {
  color: #ff0033;
  font-size: 4rem;
}
@media screen and (max-width: 750px) {
  .paycaslpContact .supportTel__link {
    font-size: 3rem;
  }
  .paycaslpContact .supportTel__link::before {
    content: none;
  }
}
.paycaslpContact .supportTel__link:visited {
  color: #ff0033;
}
.paycaslpContact .supportTel__text--main:before {
  content: none;
}
@media screen and (max-width: 750px) {
  .paycaslpContact .supportTel__term {
    color: #242323;
  }
}
.paycaslpContact .supportTel__text--annotation {
  font-size: 1.6rem;
  color: #242323;
  line-height: 1.7;
  text-align: center;
}

.paycasTel {
  display: none;
}
.paycasTel.active {
  display: block;
}

.userTel {
  display: none;
}
.userTel.active {
  display: block;
}

.modalContents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483640;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modalContents::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0.5);
}
.modalContents__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.modalContents__title--underline {
  text-decoration: underline;
}
.modalContents.is-modalContentsShow {
  opacity: 1;
  visibility: visible;
}
.modalContents__cost {
  max-width: 580px;
  margin: 16px auto 0;
  text-align: center;
}
.modalContents__cost .modalContents__image {
  max-height: 70vh;
}
.modalContents__inner {
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 10vw);
  max-width: 950px;
  max-height: calc(100% - 100px);
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .modalContents__inner {
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.modalContents__close {
  position: absolute;
  top: 8px;
  right: 8px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1;
  cursor: pointer;
}
.modalContents__close::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 4px;
  width: 26px;
  height: 4px;
  background-color: #909090;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modalContents__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 4px;
  width: 26px;
  height: 4px;
  background-color: #909090;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jsAcc::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-footer__bottom {
  padding-top: 0;
}