@charset "UTF-8";

/* ===== .mv ===== */
.page__head_inner {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.title--head{
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}
.title--head::before{
  content: "";
  height: 100%;
  width: 2px;
  background-color: #ad0011;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px){

}
@media not screen and (min-width: 768px){
  .title--head{
    padding-left: 16px;
  }
  .page__head_box p, .page__head_noBox p {
    margin-top: 0;
  }
}

/* .points */
.point__title {
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: solid 2px #e0e0e0;
  padding-bottom: 25px;
  line-height: 1.2;
}
.text--red {
  color: #970022;
}
.point {
  color: #fff;
  font-weight: bold;
  left: 0;
  background: #ad0011;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.point span {
  line-height: 1;
}
.point__description {
  font-size: calc((20 / 16 * 1rem));
  margin-top: 50px;
}
@media screen and (min-width: 768px){
  .point__title {
    font-size: calc((44 / 16 * 1rem));
  }
  .point {
    font-size: calc((20 / 16 * 1rem));
    width: 88px;
    height: 104px;
    margin-right: 30px;
  }
  .point span {
    font-size: calc((48 / 16 * 1rem));
  }
}
@media not screen and (min-width: 768px){
  .point__title {
    font-size: calc((22 / 16 * 1rem));
    padding-bottom: 12px;
  }
  .point {
    font-size: calc((16 / 16 * 1rem));
    width: 76px;
    height: 96px;
    margin-right: 14px;
  }
  .point span {
    font-size: calc((40 / 16 * 1rem));
  }
  .point__description {
    font-size: calc((15 / 16 * 1rem));
    margin-top: 10px;
  }
}
.point-item {
  background: #fff;
  border-top: solid 2px #970022;
  padding-top: 45px;
  padding-bottom: 90px;
}
.point-item:first-child {
  border-top: none;
}
@media not screen and (min-width: 768px){
  .point-item {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

/* swiper */
.slide__acampaign .swiper-slide img {
  width: stretch;
  height: auto;
}
.acampaign__swiper-pagination {
  text-align: center;
}
.acampaign__swiper-pagination .swiper-pagination-bullet-active {
  background: #f26462;
}
.acampaign__swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

/* teiki-start */
.visual__button_login,
.app_download,
.visual__button_tempo {
  position: relative;
  justify-self: center;
}
.app_download {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 26px;
  color: #000;
  vertical-align: middle;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  font-feature-settings: 'palt' 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 18px 8px 15px 20px;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}
.app_download::before {
  content: "";
  width: 22px;
  height: 36px;
  background: url(/assets/img/nav/nav_icon27.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.visual__button_tempo::before {
  content: "";
  width: 44px;
  height: 36px;
  background: url(/loan/cmn/img/icn_atm.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.appDownloadBox {
  padding: 0.8rem 1.6rem;
  background-color: #fff;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: row;
  gap: 1.3rem;
  align-items: center;
  justify-content: center;
}
.appDownloadBox__qr {
  flex-shrink: 0;
  width: auto;
  height: auto;
}
.appDownloadBox__badges {
  display: flex;
  flex-direction: row;
  gap: 1.3rem;
  align-items: center;
}
.appDownloadBox__link {
  display: block;
  line-height: 0;
  transition: opacity 0.3s ease;
}
.appDownloadBox__badge {
  width: auto;
  height: auto;
}
.visual__button_tempo a.btnW {
  background-color: transparent;
}
@media screen and (min-width: 768px){
  .visual__button_login,
  .app_download,
  .visual__button_tempo {
    width: 80%;
  }
  .visual__button_tempo a {
    width: 100%;
  }
  .app_download {
    font-size: calc(18 / 16 * 1rem);
    height: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
@media not screen and (min-width: 768px){
  .visual__button_login,
  .app_download,
  .visual__button_tempo {
    width: 100%;
    font-size: calc((13 / 16 * 1rem));
    font-weight: 700;
  }
  .visual__button_tempo a {
    font-size: calc((13 / 16 * 1rem));
  }
  .visual__button_tempo::before {
    width: 39px;
    height: 31px;
    left: 17px;
  }
}
.downloadCta__buttonsSp {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
}
.downloadCta__buttonSpApple {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.downloadCta__buttonSpApple img {
  width: auto;
  height: 4.5rem;
}
.downloadCta__buttonSpGoogle {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.downloadCta__buttonSpGoogle img {
  width: auto;
  height: 4.5rem;
}

/* link */
.link-subtitle {
  font-weight: 600;
}