@charset "utf-8";

/* --- 共通ベース --- */
main .app-teiki .c-002,
main .app-tsumikin .c-002 {
  all: initial;
  display: block;
  font-size: 1.625rem;
  font-weight: bold;
  padding: 10px 1em;
  position: relative;
  overflow: hidden;
  margin: 100px 0 40px;
  background-color: #ff54a4;
  color: #fff;
}

main .app-tsumikin .c-002 {
  background-color: #0898ff;
}

main .app-teiki .c-002::after,
main .app-tsumikin .c-002::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 500px;
  bottom: -250px;
  right: -250px;
  background: #fff;
  opacity: 0.3;
}

.br-sp {
  display: none;
}

.overview-link-underline {
  text-decoration: underline; font-weight: bold;
}
.point-container .c-100.mt0 {
  margin-top: 0;
}

.app-teiki-container .app-teiki-catchcopy .c-026 .title.catch {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.app-tsumikin .app-teiki-catchcopy {
  text-align: center;
}

.point-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 20px 0;
}
.point-icon {
  background: #e08a08;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 10px;
  border-radius: 40px;
}
.point-text {
  font-size: 1.1rem;
  font-weight: bold;
}

.rate-up {
   color: #e90275e5;
}
.rate-value {
  font-size: 1.8rem; font-weight: 600;
}

span[rate$="-additional"] {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e90275e5;
}

/* Swiper */
.swiper {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.swiper-pagination {
  margin: 20px 0;
  text-align: center;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #2277d1;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-weight: bold;
  font-size: 16px !important;
  color: #fff !important;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

.swiper-slide._sp-clear {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0 60px;
}

.swiper-slide._sp-clear > div:first-child {
  flex-shrink: 0;
}

.swiper-slide._sp-clear img {
  display: block;
  max-width: 300px;
  height: auto;
  display: block;
}

.swiper-slide._sp-clear div:nth-child(2) {
  flex: 1;
}

.swiper-slide._sp-clear h4 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  color: #2277d1;
  text-align: left;
}

.swiper-slide._sp-clear p {
  font-size: 1.1rem;
  margin: 0.25rem 0;
  line-height: 1.5;
  color: #333;
  text-align: left;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  min-height: 300px;
  box-sizing: border-box;
}

#teiki-app-swiper .swiper-pagination,
#teitsumi-app-swiper .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#teiki-app-swiper .swiper,
#teitsumi-app-swiper .swiper {
  position: relative;
  overflow: hidden;
}

.slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  text-align: left;
}

.slide-image img {
  max-width: 300px;
  height: auto;
  padding-left: 20px;
}

.slide-text {
  max-width: 400px;
}

.step-label {
  background-color: #53b4ff;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 30px;
  padding: 2px 40px;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: bold;
}

.download-heading-wrap {
  width: 100%;
  background-color: #2277d1;
  border-radius: 8px 8px 0 0;
}

.download-heading {
  margin: 0;
  padding: 10px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.download-container {
  background-color: #f2f2f2;
  border-radius: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.app-teiki-text {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.app-teiki-text p {
  margin: -15px 0 30px;
}

.download_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

.app-btn-wrap {
  margin: 0 10px;
}

.app-btn-bg {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-btn-text {
  width: 120px;
  line-height: 24px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #2277d1;
  border: 2px solid #2277d1;
  border-radius: 32px;
  margin-bottom: 20px;
}

.app-btn-bg img {
  max-height: 60px;
}

.app-logo {
  max-width: 170px;
  height: auto;
  vertical-align: sub;
}


/* レスポンシブ */
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }

  .c-026 {
    margin: 30px 0 30px !important;
  }

  .c-002 .title {
    font-size: 1.25rem;
  }

  .point-text {
    line-height: 1.65;
  }

  .swiper-slide._sp-clear {
    flex-direction: column;
    text-align: center;
  }

  .swiper-slide._sp-clear h4,
  .swiper-slide._sp-clear p {
    text-align: center;
    font-size: 1.1rem;
  }
  
  .download-heading {
    font-size: 1.1rem;
  }

  .download_btn {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
  }

  .app-teiki-container .app-teiki-catchcopy .c-026 .title.catch {
    font-size: 1.15rem;
  }

  .app-btn-wrap {
    flex: 1 1 0;
    max-width: 80%;
    box-sizing: border-box;
    margin: 0;
  }

  .app-btn-bg {
    width: 100%;
    padding: 10px;
  }

  .slide-image img {
    max-width: 300px;
    height: auto;
    padding: 0 30px;
  }

  #teiki-app-swiper .swiper-pagination,
  #teitsumi-app-swiper .swiper-pagination {
    display: none;
  }

  .app-logo {
    max-width: 150px;
  }

  .app-teiki .c-003,
  .app-tsumikin .c-003 {
    font-size: 1.5rem !important;
  }

  .app-teiki-text {
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: bold;
  }
}

