@charset "EUC-JP";

/* CSS Document */

.app-list__lead {
  font-size: 14px;
  text-align: center;
}

.app-list__lead a {
  color: #203d95;
  text-decoration: underline;
}

.app-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 40px 0 0;
}

.app-list.v-point-app-list {
  margin-top: 0;
}

.app-sec-header .color_bl {
  color: black !important;
}

@media screen and (min-width: 768px) {
  .app-sec-header h2 {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
    text-align: center;
  }

  .app-sec-header h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
    text-align: center;
  }

  .app-sec-header p.text-bold {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
  }

  .app-sec-header p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .app-sec-header h2 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
    text-align: center;
  }

  .app-sec-header h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #003f98;
    text-align: center;
  }

  .app-sec-header p.text-bold {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
  }

  .app-sec-header p {
    margin: 20px 0;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
  }
}

.app-item {
  display: flex;
  width: calc((100% - 30px) / 2);
  padding: 20px;
  margin-top: 30px;
  border-radius: 5px;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.mobile-app-list .app-item:nth-child(even),
.v-point-app-list .app-item:nth-child(odd) {
  margin-right: 30px;
}

.app-item__logo {
  width: 87px;
}

.app-item__content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 87px);
  padding-left: 20px;
}

.app-item__name {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.app-item__text {
  margin: 0 0 20px;
  font-size: 14px;
}

.app-item__download {
  display: flex;
  margin: auto 0 25px;
}

.app-item__download img {
  width: initial;
  max-height: 51px;
}

.app-item__download__appstore {
  margin-right: 10px;
}

.app-item__download__default {
  display: none;
}

.app-item__note {
  display: flex;
  align-items: center;
}

.app-item__note--label {
  width: 140px;
  padding: 2px 0 0;
  margin-right: 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  color: #003f98;
  text-align: center;
  border: 2px solid #003f98;
  border-radius: 99px;
}

.app-item__note--text {
  font-size: 14px;
}

.app-item__note--label + .app-item__note--text {
  width: calc(100% - 140px);
}

.app-item__note--text a {
  color: #203d95;
  text-decoration: underline;
}

.app-item__note--text img {
  width: 12px;
  margin: 0 0 2px 5px;
  vertical-align: middle;
}

.mobile-app-list .app-item:nth-of-type(1) {
  display: flex;
  width: 100%;
  padding: 0;
  margin-top: 0;
}

.mobile-app-list .app-item:nth-of-type(1) .app-item__logo {
  border-radius: 5px 0 0 5px;
}

.mobile-app-list .app-item:nth-of-type(1) .app-item__logo,
.mobile-app-list .app-item:nth-of-type(1) .app-item__content {
  width: 50%;
}

.mobile-app-list .app-item:nth-of-type(1) .app-item__content {
  padding: 30px;
}

.app-list__note {
  margin-top: 20px;
}

.app-list__note p {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .mobile-app-list .app-item:nth-of-type(1) {
    height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .app-sec-header {
    text-align: center;
  }

  .app-sec-header p {
    text-align: center;
  }

  .app-list__lead {
    font-size: 12px;
  }

  .app-item {
    width: 100%;
    min-height: 240px;
    margin-top: 15px;
  }

  .mobile-app-list .app-item:nth-child(even),
  .v-point-app-list .app-item:nth-child(odd) {
    margin-right: initial;
  }

  .app-item__download {
    position: relative;
    left: -107px;
    width: calc(100% + 107px);
    margin: auto 0 15px;
  }

  .app-item__download__appstore {
    display: none;
  }

  .app-item__download__googleplay {
    display: none;
  }

  .app-item__download__default {
    display: block;
    width: 100%;
  }

  .app-item__download__default a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background: #003f98;
    border-radius: 99px;
  }

  .app-item__note {
    position: relative;
    left: -107px;
    width: calc(100% + 107px);
  }

  .app-item__note--text {
    font-size: 12px;
  }

  /*  */
  .mobile-app-list .app-item:nth-of-type(1) {
    display: block;
  }

  .mobile-app-list .app-item:nth-of-type(1) .app-item__logo {
    border-radius: 5px 5px 0 0;
  }

  .mobile-app-list .app-item:nth-of-type(1) .app-item__logo,
  .mobile-app-list .app-item:nth-of-type(1) .app-item__content {
    width: 100%;
  }

  .mobile-app-list .app-item:nth-of-type(1) .app-item__content {
    padding: 20px;
  }

  .mobile-app-list .app-item:nth-of-type(1) .app-item__download {
    left: initial;
    width: 100%;
  }

  .mobile-app-list .app-item:nth-of-type(1) .app-item__note {
    left: initial;
    width: 100%;
  }

  .app-list__note {
    margin-top: 15px;
  }

  .app-list__note p {
    font-size: 12px;
  }
}

.recommend-service {
  display: inline-grid;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .recommend-service {
    margin-right: calc(-1 * var(--bp-padding-sm));
    margin-left: calc(-1 * var(--bp-padding-sm));
  }

  .recommend-service .slick-list {
    padding-left: calc(var(--bp-padding-sm) - 8px);
  }
}

@media screen and (max-width: 575px) {
  .recommend-service {
    margin-right: calc(-1 * var(--bp-padding-xs));
    margin-left: calc(-1 * var(--bp-padding-xs));
  }

  .recommend-service .slick-list {
    padding-left: calc(var(--bp-padding-xs) - 8px);
  }
}

.recommend-service .slick-prev,
.recommend-service .slick-next {
  position: absolute;
  top: 0;
  width: 14px;
  height: 100%;
  padding: 0 16px;
  font-size: 0;
  line-height: 0;
  color: rgb(0 0 0 / 0%);
  cursor: pointer;
  background-color: #fff;
  border: none;
  outline: none;
}

.recommend-service .slick-prev::before,
.recommend-service .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: block;
  content: "";
  transform: translate(-50%, -50%);
}

.recommend-service .slick-prev {
  left: -28px;
}

.recommend-service .slick-prev::before {
  width: 14px;
  height: 22px;
  background: url("/assets/img/footer/arrow_prev.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.recommend-service .slick-next {
  right: -28px;
}

.recommend-service .slick-next::before {
  width: 14px;
  height: 22px;
  background: url("/assets/img/footer/arrow_next.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.recommend-service-one {
  padding: 8px;
}

.recommend-service-one__inner {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 768px) {
  .recommend-service-one {
    width: 168px;
  }
}

.recommend-service-one__thumbnail {
  width: 100%;
  height: auto;
}

.recommend-service-one__thumbnail__img {
  width: 100%;
  height: auto;
}

.recommend-service-one__contents {
  padding: 16px;
}

.recommend-service-one__contents__title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.recommend-service-one__contents__text {
  margin-top: 12px;
  overflow: hidden;
  font-size: 12px;
  color: #666;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
