@charset "utf-8";

.lp-cashless {
  font-family: 'Hiragino Kaku Gothic Pro', 'Noto Sans JP', sans-serif;
  line-height: 1.5;
}

.lp-cashless-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 48px;
}

@media (min-width: 820px) {
  .lp-cashless-top {
    padding: 48px 0 64px;
  }
}

.lp-cashless-top-title {
  padding: 0 24px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #00357F;
  word-break: keep-all;
}

@media (min-width: 820px) {
  .lp-cashless-top-title {
    font-size: 30px;
  }
}

.lp-cashless-top-image-area {
  position: relative;
  width: 100%;
  height: 117px;
  margin-top: 91px;
  background-color: #00347C;
}

@media (min-width: 820px) {
  .lp-cashless-top-image-area {
    margin-top: 126px;
  }
}

.lp-cashless-top-image {
  width: 354px;
  position: absolute;
  bottom: 0;
  left: calc(50% + 28px);
  transform: translateX(-50%);
}

@media (min-width: 820px) {
  .lp-cashless-top-image {
    width: 370px;
  }
}

.lp-cashless-top-sub {
  padding: 48px 24px 0;
}

@media (min-width: 820px) {
  .lp-cashless-top-sub {
    padding: 64px 0 0;
    text-align: center;
  }
}

.lp-cashless-image {
  display: block;
  width: 100%;
  height: auto;
}

.lp-cashless-lead {
  font-size: 16px;
  color: #1B1B1B;
}

@media (min-width: 820px) {
  .lp-cashless-lead {
    text-align: center;
    font-size: 20px;
  }
}

.lp-cashless-content {
  position: relative;
  margin-top: 20px;
  padding: 28px 24px;
  background-color: #E6F1FE82;
}

.lp-cashless-content::before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #E6F1FE82;
  border-radius: 50% 50% 0 0;
}

@media (min-width: 820px) {
  .lp-cashless-content {
    padding: 44px 0;
  }
}

.lp-cashless-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 912px;
  margin: 0 auto;
}

@media (min-width: 820px) {
  .lp-cashless-inner {
    gap: 48px;
  }
}

.lp-cashless-title {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #0068DE;
  word-break: keep-all;
}

@media (min-width: 820px) {
  .lp-cashless-title {
    font-size: 30px;
  }
}

.lp-cashless-list {
  display: flex;
  justify-content: center;
  gap: 21px;
}

@media (min-width: 820px) {
  .lp-cashless-list {
    gap: 36px;
  }
}

.lp-cashless-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

@media (min-width: 820px) {
  .lp-cashless-list-item {
    gap: 44px;
  }
}

.lp-cashless-list-image {
  flex-shrink: 0;
  width: 80px;
}

@media (min-width: 820px) {
  .lp-cashless-list-image {
    width: 240px;
  }
}

.lp-cashless-list-note {
  text-align: center;
  font-size: 14px;
  color: #1B1B1B;
  word-break: keep-all;
}

@media (min-width: 820px) {
  .lp-cashless-list-note {
    font-size: 20px;
  }
}

.lp-cashless-divider {
  max-width: 890px;
  height: 1px;
  margin: 48px auto;
  background-color: #D4D4D4;
  border: 0;
}

@media (min-width: 820px) {
  .lp-cashless-divider {
    margin: 64px auto;
  }
}

.lp-cashless-guidance {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media (min-width: 820px) {
  .lp-cashless-guidance {
    gap: 128px;
  }
}

.lp-cashless-guidance-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #0068DE;
  word-break: keep-all;
}

@media (min-width: 820px) {
  .lp-cashless-guidance-title {
    font-size: 30px;
  }
}

.lp-cashless-guidance-image {
  width: 100%;
  max-width: 590px;
  height: auto;
  margin: 0 auto;
}

.lp-cashless-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 56px;
  margin: 0 auto;
  background-color: #0068DE;
  border-radius: 56px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
}

.lp-cashless-button:hover {
  background-color: #0059BD;
  color: #FFFFFF;
  text-decoration: none;
}

.lp-cashless-button:visited,
.lp-cashless-button:active {
  background-color: #00428D;
  color: #FFFFFF;
}

@media (min-width: 820px) {
  .lp-cashless-button {
    width: 350px;
  }
}

.lp-cashless-image-list {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  padding: 0 8px;
}

@media (min-width: 820px) {
  .lp-cashless-image-list {
    gap: 18px;
  }
}

.lp-cashless-image-list-item {
  width: 100%;
}

.lp-cashless-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
}

@media (min-width: 820px) {
  .lp-cashless-box {
    gap: 20px;
    padding: 20px 30px;
  }
}

.lp-cashless-box-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

@media (min-width: 820px) {
  .lp-cashless-box-head {
    gap: 8px;
  }
}

.lp-cashless-box-icon {
  display: block;
  width: 12px;
}

@media (min-width: 820px) {
  .lp-cashless-box-icon {
    width: 20px;
  }
}

.lp-cashless-box-lead {
  font-size: 13px;
  font-weight: 500;
  color: #6E6E6E;
}

@media (min-width: 820px) {
  .lp-cashless-box-lead {
    font-size: 20px;
  }
}

.lp-cashless-box-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 286px;
}

@media (min-width: 820px) {
  .lp-cashless-box-list {
    width: 442px;
  }
}

.lp-cashless-box-list-mc {
  width: 46px;
  height: 46px;
  margin-right: 8px;
}

@media (min-width: 820px) {
  .lp-cashless-box-list-mc {
    width: 72px;
    height: 72px;
    margin-right: 12px;
  }
}

.lp-cashless-box-list-gp {
  width: 62px;
  height: 59px;
  margin-right: 4px;
}

@media (min-width: 820px) {
  .lp-cashless-box-list-gp {
    width: 96px;
    height: 91px;
    margin-right: 5px;
  }
}

.lp-cashless-box-list-ap {
  width: 62px;
  height: 59px;
  margin-right: 12px;
}

@media (min-width: 820px) {
  .lp-cashless-box-list-ap {
    width: 96px;
    height: 91px;
    margin-right: 17px;
  }
}

.lp-cashless-box-list-id {
  width: 38px;
  height: 25px;
}

@media (min-width: 820px) {
  .lp-cashless-box-list-id {
    width: 58px;
    height: 38px;
  }
}

.lp-cashless-note {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  color: #575757;
}

.lp-cashless-note::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 820px) {
  .lp-cashless-line-break-sp {
    display: none;
  }
}

@media (max-width: 819px) {
  .lp-cashless-line-break-pc {
    display: none;
  }
}

.lp-cashless-card {
  padding: 48px 24px;
}

@media (min-width: 820px) {
  .lp-cashless-card {
    padding: 64px 0;
  }
}

.lp-cashless-card-inner {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

@media (min-width: 820px) {
  .lp-cashless-card-inner {
    align-items: center;
  }
}

.lp-cashless-card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1B1B1B;
  word-break: keep-all;
}

@media (min-width: 820px) {
  .lp-cashless-card-title {
    font-size: 32px;
  }
}

.lp-cashless-card-list {
  display: flex;
  gap: 20px;
  width: calc(100% + 48px);
  margin: 0 -24px;
  padding: 0 24px;
  overflow-x: auto;
}

@media (min-width: 820px) {
  .lp-cashless-card-list {
    width: 872px;
    margin: 0 auto;
    padding: 0;
    gap: 18px;
  }
}

.lp-cashless-card-list-item {
  flex-shrink: 0;
  width: 303px;
}

@media (min-width: 820px) {
  .lp-cashless-card-list-item {
    flex-shrink: 1;
    width: 100%;
  }
}

.lp-cashless-annotation {
  padding: 48px 24px;
  background-color: #F5F5F5;
}

@media (min-width: 820px) {
  .lp-cashless-annotation {
    padding: 64px 0;
  }
}