@charset "UTF-8";

.main-visual {
  text-align: center;
  margin: 0 auto 70px;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .main-visual {
    margin: 0 0 40px;
  }

  .main-visual img {
    width: 100%;
  }
}
.c-accordionlist .--fs-large{
  font-size: 20px;
  font-weight: 700;
}
.p-disclaimer-wrap{
  margin-top: 80px;
}
.p-disclaimer-wrap .c-list__item{
  font-size: 14px;
}
.p-disclaimer-wrap .-title{
  margin-bottom: 8px;
}
.c-text.-bold,
.-bold {
  font-weight: bold;
}
.c-text.--fs-large,
.--fs-large {
  font-size: 20px;
}
.c-text.--fs-middle,
.--fs-middle{
  font-size: 18px;
}

  .l-gridblock .c-imagebox.--w-70p {
    width: 70%;
    margin: 0 auto;
  }
.p-bnr-area .l-gridblock.\-2col .l-gridblock__item {
  width: calc((100% - 40px) / 2);
  margin-left: 40px;
  margin-top: 0;
}
.p-bnr-area .l-gridblock.\-2col .l-gridblock__item:nth-child(2n+1) {
  margin-left: 0;
}
.l-gridblock.\-2col .l-gridblock__item:nth-child(n+3){
  margin-top: 40px;
}

/* AccordionCustom */
.c-accordionbox__button:hover, 
.c-accordionbox__button.-open:hover {
  background: transparent !important;
}
.c-accordionbox__button {
  padding: 0;
  border: none;
  background: transparent;
}
.c-accordionbox__button.-open {
  border: none;
  background: transparent;
}
.c-accordionbox__content {
  border: none;
}
/* toggle image switch */
.c-accordionbox__button .openImage {
  display: block;
}
.c-accordionbox__button.-open .openImage {
  display: none;
}
.c-accordionbox__button .closeImage {
  display: none;
}
.c-accordionbox__button.-open .closeImage {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-accordionlist {
    margin-right: auto;
    margin-left: auto;
  }
  .c-accordionlist .c-accordionbox__button .tglImage img {
    margin: auto;
  }
  .accordionText {
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .c-accordionbox__content {
    padding: 20px 0 0;
  }
  .accordionText {
    text-align: left;
    line-height: 1.7;
    font-size: 20px;
    font-weight: normal;
  }
  .c-accordionbox__content .c-textbox {
    padding: 0;
  }
}

/* PCのみテキスト中央寄せ */
@media screen and (min-width: 768px) {
  .TxtC__pc {
    text-align: center;
  }
}

/* ボックスレイアウト調整 */
@media screen and (max-width: 767px) {
  .l-gridblock__inner {
    padding: 0 4%;
  }
}

/* ご利用方法箇所 */
@media screen and (max-width: 767px) {
  /* 画像余白調整 */
  .c-imagebox img:last-child {
      margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .lead-text{
    text-align: center;
  }
}
.c-table__th {
    background: #D4ECF3;
}
.c-table__td .c-text{
  font-size: 14px;
}
.c-table__td .c-text.-strong{
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .l-gridblock.\-3col .l-gridblock__item:nth-child(3n+1) {
    width: 250px;
  }
  .l-gridblock.\-3col .l-gridblock__item:nth-child(3n+2) {
    width: 300px;
  }
  .l-gridblock.\-3col .l-gridblock__item:nth-child(3n+3) {
    width: 240px;
  }
}
.c-stepflow .c-stepflow--colbox .c-stepflow--colbox__item::after {
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 9.5px 12px;
    border-color: transparent transparent transparent #8E377B;
}
.u-fs__24{
  font-size: 24px !important;
}

.p-entry-block .c-accordionbox__button,
.p-parco-touchpayment .c-accordionbox__button{
  max-width: 800px;
  margin: 0 auto;
  background-color: #5E0055;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 32px;
  text-align: center;
  padding: 14px 52px 15px 52px;
  position: relative;
}
.p-entry-block .c-accordionbox__button::before,
.p-parco-touchpayment .c-accordionbox__button::before{
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(/campaign/26spring/assets/img/icon_accordion_close.png) no-repeat center / cover;
    transition: 0.35s;
    margin-top: -16px;
}
.p-entry-block .c-accordionbox__button.-open::before,
.p-parco-touchpayment .c-accordionbox__button.-open::before{
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(/campaign/26spring/assets/img/icon_accordion_open.png) no-repeat center / cover;
    transition: 0.35s;
    margin-top: -16px;
}
.p-entry-block .c-accordionbox__button:hover,
.p-entry-block .c-accordionbox__button.-open:hover,
.p-parco-touchpayment .c-accordionbox__button:hover,
.p-parco-touchpayment .c-accordionbox__button.-open:hover {
    background: #5E0055 !important;
    opacity: 0.7;
}
.p-entry-block .c-accordionbox__content{
  background-color: #FFF9FE;
  max-width: 960px;
  margin-top: 40px;
  padding: 60px 30px;
}

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

  .p-entry-block .c-accordionlist {
    padding: 0;
  }
  .p-entry-block .c-accordionbox__button{
    max-width: 87.2%;
    padding: 20px 54px 20px 37px;
  }
  .p-parco-touchpayment .c-accordionbox__button{
    max-width: 94.7%;
    border-radius: 68px;
    padding: 16px 54px 12px 24px;
    line-height: 1.5;
  }
  .p-entry-block .c-accordionbox__content{
    padding: 40px 4%;
  }
  .p-entry-block .c-accordionbox__button::before,
  .p-parco-touchpayment .c-accordionbox__button::before {
    right: 16px;;
  }
}
.c-anchor{
  padding: 0;
  border-top: #8E377B 2px dotted;
  border-bottom: #8E377B 2px dotted;
  margin-bottom: 40px;
}
.c-anchor .c-anchor__inner .c-anchor__list{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item{
  width: 280px;
}
.c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a{
  border-bottom: none;
  font-size: 16px;
  line-height: 1em;
  padding: 31px 0;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a span.-num__icon{
  background: #8E377B;
  width: 26px;
  height: 26px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 1.6;
  margin-right: 8px;
  color: #fff;
}
.c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a::before{
  content: none;
}
.c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a::after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #8E377B transparent transparent transparent;
  background: none;
  top: 42px;
  right: -8px;
}
@media screen and (max-width: 767px) {

  .c-anchor .c-anchor__inner .c-anchor__list{
    padding: 5% 1px 2%;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item{
    border-top: none;
    border-left: none;
    margin-bottom: 14px;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item:first-of-type{
    width: 100%;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item:nth-of-type(2){
    width: 100%;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item:last-of-type{
    width: 100%;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a{
    border-bottom: none;
    font-size: 4.3vw;
    padding: 0;
    justify-content: initial;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a span{
    padding-bottom: 0;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a span::before{
    content: none;
  }
  .c-anchor .c-anchor__inner .c-anchor__list .c-anchor__list__item a::after{
    top: 11px;
    right: -8px;
    left: 97%;
  }
}
.c-entryprocedure__inner-01, .c-entryprocedure__inner-02, .c-entryprocedure__inner-03{
  position: relative;
}
.c-entryprocedure__title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 21px;
  margin-left: 38px;
  line-height: 1.5;
}
.c-entryprocedure__title .-num__icon.-big{
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  left: 0;
  margin-left: 0;
  background: #8E377B;
  border-radius: 20px;
  line-height: 1.6;
  margin-right: 8px;
  color: #fff;
}
.c-entryprocedure__subtitle{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
.p-caution-cc{
  color: #CCCCCC !important;
  font-size: 13px !important;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.c-shop__imagecut{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 28px;
}
.c-shop__imagecut .c-shop__imagecut__image{
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border: none;
  padding: 30px 30px 21px;
  border-radius: 4px;
  width: 472px;
  align-items: flex-start;
}
.c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 26px - 83px);
}
.c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem a img{
  margin-bottom: 8.5px;
  width: auto;
  height: auto;
}
.c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem .c-shop__applinks__device{
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 8px;
}
.c-shop__imagecut .c-shop__imagecut__text{
  width: 388px;
}
.c-shop__imagecut .c-shop__imagecut__text .c-entryprocedure__subtitle{
  margin-bottom: 17px;
  letter-spacing: 0.16em;
}
.c-shop__imagecut .c-shop__imagecut__text .c-entryprocedure__text{
  margin-bottom: 16px;
  letter-spacing: 00.08em;
}
.c-shop__imagecut .c-shop__imagecut__text a::before{
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.c-shop__imagecut .c-shop__imagecut__text a::after{
  content: '';
  position: absolute;
  left: 12px;
  bottom: 1px;
  display: inline-block;
  width: 112px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px){

  .c-shop__imagecut{
    flex-direction: column;
  }
  .c-shop__imagecut .c-shop__imagecut__image{
    padding: 4.5vw;
    width: 100%;
    margin-bottom: 5%;
  }
  .c-shop__imagecut .c-shop__imagecut__image > img{
    width: 34%;
  }
  .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks{
    flex-direction: column;
    width: 58%;
  }
  .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem{
    display: flex;
    flex-direction: column-reverse;
  }
  .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem:first-of-type{
    margin-bottom: 5%;
  }
  .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem a img{
    margin-bottom: 0;
  }
  .c-shop__imagecut .c-shop__imagecut__image .c-shop__applinks .c-shop__applinkitem .c-shop__applinks__device{
    font-size: 3.7vw;
    text-align: left;
    margin-bottom: 8px;
  }
  .c-shop__imagecut .c-shop__imagecut__text{
    width: 100%;
  }
  .c-shop__imagecut .c-shop__imagecut__text .c-entryprocedure__subtitle{
    margin-bottom: 5%;
    font-size: 5.3vw;
  }
  .c-shop__imagecut .c-shop__imagecut__text .c-entryprocedure__text{
    margin-bottom: 5%;
    line-height: 1.5;
    font-size: 3.7vw;
  }
  .c-shop__imagecut .c-shop__imagecut__text a{
    font-size: 3.7vw;
  }
  .c-shop__imagecut .c-shop__imagecut__text a::after{
    left: 12px;
    bottom: 1px;
    width: 95%;
  }
}
.c-stepflow .c-stepflow--colbox .c-stepflow--colbox__item{
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  min-width: 0;
}
.c-stepflow .c-stepflow--colbox .c-stepflow--colbox__item::after{
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 12px;
  border-color: transparent transparent transparent #8E377B;
}
.c-stepflow .c-stepflow--colbox .c-stepflow--colbox__item:nth-child(3)::after{
  content: none;
}
.c-stepflow .c-stepflow--colitem__number {
  color: #000000;
}
.c-stepflow .c-stepflow--colbox .c-stepflow--colbox__item .c-stepflow--colitem{
  padding: 16px 17px 24px;
  text-align: center;
  border: none;
}
.p-shop__entryflow__item .p-shop__entryflow__img{
  margin: 0 auto 24px;
  width: 76%;
}
.p-shop__entryflow__item .c-stepflow--colitem__text{
  letter-spacing: 0.08em;
}
.p-parco-touchpayment .c-button.-single{
  width: 600px;
  font-size: 20px;
}
.c-stepflow--colitem__text .-caution{
  color: #656565;
}