@charset "UTF-8";
/* 共通 */
._mb00 {
  margin-bottom: 10px !important;
}

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

/* 共通 */
.main_wrap {
  position: relative;
  background: url("../img/bg.png") 0 0 repeat;
  background-position: 0px -1px;
  width: 100%;
  height: 584px;
}
.main_wrap h1 {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 25px 0 40px 15px;
}
.main_wrap:before {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  width: 382px;
  height: 584px;
  background-image: url("../img/main_bg1.png");
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.main_wrap:after {
  display: block;
  position: absolute;
  z-index: 1;
  content: "";
  width: 466px;
  height: 584px;
  background-image: url("../img/main_bg2.png");
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
}

.content_wrap {
  background: url("../img/bg2.png") 0 0 repeat;
  background-position: 5px 0px;
  padding: 80px 0 50px;
}

.cashless_box {
  padding-bottom: 120px;
}

.cashless_h2 {
  position: relative;
  display: block;
  width: 510px;
  height: 120px;
  margin: 0 auto 50px !important;
  left: 0;
  right: 0;
  background-image: url("../img/h2_title_bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 120px;
  color: #fff;
}

.cashless_box01__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cashless_box01__box li {
  position: relative;
  z-index: 1;
  margin-top: -22px;
}
.cashless_box01__box li:first-child:before {
  display: block;
  position: absolute;
  z-index: 3;
  content: "";
  width: 79px;
  height: 60px;
  background-image: url("../img/box01_pic03.png");
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  right: -90px;
  top: 41%;
}

.cashless_box02__box {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.cashless_box02__box li {
  position: relative;
  z-index: 1;
  width: 49%;
  background-color: #fff;
  border-radius: 30px;
}
.cashless_box02__box li h3 {
  margin: 0 !important;
  background-color: #fa7aca;
  border-radius: 30px 30px 0 0;
  color: #fff;
  text-align: center;
  font-size: 28px;
  padding: 21px 0 13px;
}
.cashless_box02__box li h4 {
  display: block;
  width: 100%;
  margin: 0 0 30px !important;
  background-color: #51ccff;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding: 12px 0 9px;
}
.cashless_box02__box li h4 span {
  font-size: 19px;
}
.cashless_box02__box li .box01 {
  padding: 30px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.cashless_box02__box li .box01 img {
  padding-left: 15px;
}
.cashless_box02__box li .box02 {
  padding: 0px 25px;
  text-align: center;
}
.cashless_box02__box li .box03 {
  padding: 40px 30px 10px;
}
.cashless_box02__box li .box03 > div {
  display: flex;
  justify-content: space-between;
  height: 160px;
}
.cashless_box02__box li .box03 > div .text {
  padding-left: 20px;
  box-sizing: border-box;
}
.cashless_box02__box li .box03 > div p {
  font-size: 15px;
}
.cashless_box02__box li .box03 > div .t {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -1.5px;
  word-break: keep-all;
  margin-bottom: 2px;
  padding-top: 5px;
}
.cashless_box02__box li .box03 > div .l_pt {
  padding-top: 55px;
  letter-spacing: -0.5px;
}
.cashless_box02__box li .box04 {
  padding: 0 30px 10px;
}
.cashless_box02__box li .box04 > div {
  position: relative;
  display: block;
  height: 130px;
  margin-top: -10px;
}
.cashless_box02__box li .box04 > div .t1 {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  padding-right: 70px;
}
.cashless_box02__box li .box04 > div .t2 {
  text-align: center;
}
.cashless_box02__box li .box04 > div .t3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.cashless_box02__box li .box04 > div .t4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.cashless_box02__box li .box05 {
  padding: 25px 30px 140px;
}
.cashless_box02__box li .box05 .t1 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: -10px;
}
.cashless_box02__box li .box05 .t1 span {
  font-weight: 400;
}
.cashless_box02__box:before {
  display: block;
  position: absolute;
  z-index: 3;
  content: "";
  width: 645px;
  height: 91px;
  background-image: url("../img/box02_pic03.png");
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
  right: 0;
  left: 0;
  bottom: 25px;
  margin: 0 auto;
}

.cashless_box04 {
  padding-bottom: 50px;
}
.cashless_box04 dl.qaList {
  padding: 35px 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
}
.cashless_box04 dl.qaList dt {
  position: relative;
  padding-left: 50px;
  padding-right: 35px;
  background-image: url("../img/q.png");
  background-size: 30px 30px;
  background-position: top left;
  background-repeat: no-repeat;
  color: #fa7aca;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
  cursor: pointer;
}
.cashless_box04 dl.qaList dt .toggle {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 0px;
  top: 0px;
}
.cashless_box04 dl.qaList dt .toggle::before, .cashless_box04 dl.qaList dt .toggle::after {
  visibility: visible;
  content: "";
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #999;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: 0.2s;
}
.cashless_box04 dl.qaList dt .toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
}
.cashless_box04 dl.qaList dt.open .toggle::before {
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
}
.cashless_box04 dl.qaList dd {
  display: none;
  margin-top: 25px;
  padding-left: 50px;
  padding-right: 60px;
  background-image: url("../img/a.png");
  background-size: 26px 30px;
  background-position: top left;
  background-repeat: no-repeat;
}
.cashless_box04 .btn_bottom {
  margin: 100px auto 70px;
  text-align: center;
}
.cashless_box04 .btn_bottom a {
  display: block;
  background-color: #faf339;
  border: 4px solid #000;
  border-radius: 100px;
  text-decoration: none !important;
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  color: #000;
  line-height: 112px;
  width: 532px;
  height: 122px;
  box-sizing: border-box;
  margin: 0 auto;
  transition: 0.2s;
}
.cashless_box04 .btn_bottom a img {
  display: none;
}
.cashless_box04 .btn_bottom a:hover {
  /*
  background-color: #000;
  color: #faf339;
  */
  opacity: 0.7;
}
.cashless_box04 .tel_box {
  background-color: #fff;
  border-radius: 30px;
  padding: 25px 70px 30px;
  box-sizing: border-box;
}
.cashless_box04 .tel_box__title {
  display: table;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  padding: 0px 0 3px 32px;
  background-image: url("../img/icon_tel.png");
  background-size: 26px 28px;
  background-position: top 10px left;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
}
.cashless_box04 .tel_box__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0;
}
.cashless_box04 .tel_box__list li {
  width: 45.5%;
}
.cashless_box04 .tel_box__list li .t {
  display: block;
  background-color: #fa7aca;
  border-radius: 50px;
  box-sizing: border-box;
  text-decoration: none !important;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  width: 100%;
  padding: 13px 0 9px;
  transition: 0.2s;
}
.cashless_box04 .tel_box__list li .t span {
  display: block;
  font-size: 17px;
  font-weight: 400;
}
.cashless_box04 .tel_box__list li .tel {
  font-size: 41px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-align: center;
  letter-spacing: 2.5px;
  margin: 20px 0 10px;
}
.cashless_box04 .tel_box__list li p {
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .main_wrap {
    position: relative;
    background: url("../img/bg.png") 0 0 repeat;
    background-position: 0px -1px;
    width: 100%;
    height: auto;
  }
  .main_wrap h1 {
    position: absolute;
    z-index: 2;
    width: 92%;
    margin: 0 auto !important;
    padding: 0;
    text-align: center;
    left: 2vw;
    right: 0;
    top: 6vw;
  }
  .main_wrap h1 img {
    width: 100%;
    max-width: inherit;
  }
  .main_wrap:before {
    display: none;
  }
  .main_wrap:after {
    display: none;
  }
  .main_wrap .sp_bg {
    width: 100%;
  }
  .main_wrap .sp_bg img {
    width: 100%;
  }
  .content_wrap {
    padding: 15vw 0 2vw;
  }
  .cashless_box {
    padding-bottom: 13vw;
  }
  .cashless_h2 {
    width: 100%;
    height: 22vw;
    margin: 0 auto 8vw !important;
    font-size: 7.4vw;
    line-height: 21vw;
    background-size: 100% auto;
  }
  .cashless_box01__box {
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .cashless_box01__box li {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-bottom: 8.4vw;
  }
  .cashless_box01__box li:first-child:before {
    transform: rotate(90deg);
    width: 14vw;
    height: 10vw;
    right: 0;
    left: 0;
    top: 98%;
    margin: 0 auto;
  }
  .cashless_box02__box {
    flex-wrap: wrap;
  }
  .cashless_box02__box li {
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 10vw;
  }
  .cashless_box02__box li h3 {
    font-size: 6vw;
    padding: 4vw 0 3vw;
  }
  .cashless_box02__box li h4 {
    width: 100%;
    font-size: 5vw;
    padding: 2.5vw 0 2.2vw;
  }
  .cashless_box02__box li h4 span {
    font-size: 4vw;
  }
  .cashless_box02__box li .box01 {
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 18px;
  }
  .cashless_box02__box li .box01 img {
    padding-left: 0;
    margin-top: 5px;
  }
  .cashless_box02__box li .box02 {
    padding: 0px 5vw;
    text-align: center;
  }
  .cashless_box02__box li .box03 {
    padding: 40px 5vw 30px;
  }
  .cashless_box02__box li .box03 > div {
    height: auto;
    flex-wrap: wrap;
  }
  .cashless_box02__box li .box03 > div .img {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .cashless_box02__box li .box03 > div .img img {
    width: 45%;
  }
  .cashless_box02__box li .box03 > div .text {
    width: 100%;
    padding-left: 0;
  }
  .cashless_box02__box li .box03 > div .t {
    letter-spacing: 0;
    word-break: normal;
    text-align: center;
    line-height: 140%;
  }
  .cashless_box02__box li .box03 > div .l_pt {
    padding-top: 10px;
    letter-spacing: 0;
  }
  .cashless_box02__box li .box04 {
    padding: 0 5vw 10px;
  }
  .cashless_box02__box li .box04 > div {
    height: auto;
    margin-top: -10px;
  }
  .cashless_box02__box li .box04 > div .t1 {
    font-size: 4.4vw;
    text-align: left;
    padding-right: 0;
  }
  .cashless_box02__box li .box04 > div .t2 {
    text-align: center;
  }
  .cashless_box02__box li .box04 > div .t3 {
    font-size: 4.4vw;
    font-weight: 700;
    text-align: center;
  }
  .cashless_box02__box li .box04 > div .t4 {
    font-size: 4.4vw;
    font-weight: 700;
    text-align: center;
  }
  .cashless_box02__box li .box05 {
    padding: 25px 5vw 40px;
  }
  .cashless_box02__box li .box05 .t1 {
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
    margin-top: -10px;
  }
  .cashless_box02__box li .box05 .t1 span {
    font-weight: 400;
  }
  .cashless_box02__box li:before {
    display: block;
    position: absolute;
    z-index: 3;
    content: "";
    width: 92vw;
    height: 13vw;
    background-image: url("../img/box02_pic03.png");
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
    right: 0;
    left: -2.5vw;
    bottom: -4vw;
    margin: 0 auto;
  }
  .cashless_box02__box:before {
    display: none;
  }
  .cashless_box04 dl.qaList {
    padding: 20px 15px;
    margin-top: 0;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .cashless_box04 dl.qaList dt {
    padding-left: 30px;
    padding-right: 30px;
    background-image: url("../img/q.png");
    background-size: 20px 20px;
    background-position: top 2px left;
    font-size: 4.4vw;
  }
  .cashless_box04 dl.qaList dt .toggle {
    width: 20px;
    height: 20px;
  }
  .cashless_box04 dl.qaList dt .toggle::before, .cashless_box04 dl.qaList dt .toggle::after {
    height: 3px;
    border-radius: 3px;
  }
  .cashless_box04 dl.qaList dd {
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 10px;
    background-size: 20px auto;
    background-position: top 2px left;
  }
  .cashless_box04 .btn_bottom {
    margin: 20vw auto 12vw;
  }
  .cashless_box04 .btn_bottom a {
    border: 3px solid #000;
    font-size: 7.4vw;
    line-height: 26vw;
    width: 100%;
    height: auto;
  }
  .cashless_box04 .tel_box {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 15px 20px;
    box-sizing: border-box;
  }
  .cashless_box04 .tel_box__title {
    font-size: 5.4vw;
    font-weight: 700;
    padding: 0px 0 3px 7vw;
    background-image: url("../img/icon_tel.png");
    background-size: 5.6vw auto;
    background-position: top 2.2vw left;
    background-repeat: no-repeat;
    margin: 0 auto 10px;
  }
  .cashless_box04 .tel_box__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cashless_box04 .tel_box__list li {
    width: 100%;
  }
  .cashless_box04 .tel_box__list li:first-child {
    margin-bottom: 20px;
  }
  .cashless_box04 .tel_box__list li .t {
    font-size: 4vw;
    letter-spacing: -0.5px;
    padding: 13px 0 9px;
  }
  .cashless_box04 .tel_box__list li .t span {
    font-size: 3.8vw;
  }
  .cashless_box04 .tel_box__list li .tel {
    font-size: 9vw;
    letter-spacing: 0.5px;
    margin: 20px 0 5px;
  }
}