@charset "UTF-8";
body, div, header, main, footer, p, h1, h2, h3, h4, h5, h6, ul, li, a, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #2F2A28;
  font-family: "Noto Sans JP", sans-serif;
}

body,
img {
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, li {
  list-style: none;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.c-bge {
  color: #F0E8DE;
}

.c-pnk {
  color: #F05B9E;
}

.c-pkl {
  color: #ed90c3;
}

.c-lime {
  color: #8DC21F;
}

.c-grn {
  color: #00969B;
}

.c-blue {
  color: #3F99D5;
}

.ta-r {
  text-align: right;
}

.td-ul {
  text-decoration: underline;
}

/* pc sp
--------------------------------- */
.dp-pc {
  display: block;
}

.dp-sp {
  display: none;
}

.dp-pc-ib {
  display: inline-block;
}

.dp-pc-im {
  display: block !important;
}

.dp-sp-im {
  display: none !important;
}

@media (max-width: 767px) {
  .dp-pc {
    display: none;
  }
  .dp-pc-ib {
    display: none;
  }
  .dp-sp {
    display: block;
  }
  .dp-pc-im {
    display: none !important;
  }
  .dp-sp-im {
    display: block !important;
  }
}
.dp-n {
  display: none;
}

.dp-n-im {
  display: none !important;
}

/*-----------------------------------
 フェードインアニメ
-----------------------------------*/
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

main {
  position: relative;
  padding-top: 8.8rem;
  background-color: #F2EBDE;
}
main .left-index {
  position: fixed;
  top: 22rem;
  left: 50%;
  transform: translateX(calc(-50% - 48.5rem));
}
main .left-index ul {
  padding: 2.6rem 1.8rem 2.6rem 3.8rem;
  background-color: #fff;
  list-style-type: none;
}
main .left-index ul li {
  font-size: 1.8rem;
  line-height: 2.2;
  color: #BBB8B5;
}
main .left-index ul li a {
  position: relative;
}
main .left-index ul li a.active {
  color: #2F2A28;
  font-weight: 500;
}
main .left-index ul li a.active::before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 55%;
  left: -2rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #AE842B;
}
main .right-logo {
  position: fixed;
  top: 30rem;
  right: 50%;
  transform: translateX(calc(50% + 48.5rem));
  width: 23rem;
}
main .container {
  width: 50rem;
  margin: 0 auto;
  background-color: #FAF6ED;
  filter: drop-shadow(0 0 0.6rem rgba(0, 0, 0, 0.1));
}

/*-----------------------------------
 パーツ
-----------------------------------*/
/* CTAのボタン --------------------------------- */
.cta-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 43rem;
  height: 6rem;
  margin: 0 auto;
  background-color: #F05B9E;
  border-radius: 6rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.cta-btn span.p-rarrow {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 2.5rem;
}
.cta-btn.cta-btn-org {
  background-color: #EF8200;
}
.cta-btn.cta-btn-grn {
  background-color: #00969B;
}
.cta-btn > img {
  width: fit-content;
  height: 2rem;
  margin-right: 0.8rem;
}
.cta-btn .remark-symbol {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
.cta-btn .external-link {
  position: absolute;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.8rem;
}
.cta-btn .external-link img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: auto;
}

.td-u {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

/* 右矢印 --------------------------------- */
span.p-rarrow {
  background-image: url("../img/parts/parts-arrow-wh.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 画面サイズ --------------------------------- */
.panel-a {
  overflow: hidden;
  width: 39rem;
  margin: 0 auto 2.8rem;
  border-radius: 0.6rem;
}
.panel-a h3 {
  padding: 1.1rem 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  background-color: #00969B;
}
.panel-a h3 span {
  font-size: 2.6rem;
}
.panel-a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem;
  background-color: #fff;
}
.panel-a > div > span {
  width: 9rem;
  margin-right: 1.3rem;
}
.panel-a > div > span img {
  width: 100%;
  height: auto;
}
.panel-a > div .rate-emphasis p:nth-of-type(1) {
  display: flex;
  align-items: baseline;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  color: #E60012;
}
.panel-a > div .rate-emphasis p:nth-of-type(1) span {
  font-size: 8rem;
}
.panel-a > div .rate-emphasis p:nth-of-type(2) {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #E60012;
}

/*-----------------------------------
 header
-----------------------------------*/
header {
  z-index: 9999;
  position: fixed;
  top: 0;
  transition: transform 0.25s ease;
  transform: translateY(0);
  width: 100%;
  height: 8.8rem;
  background-color: #fff;
}
header div.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 2.4rem;
}
header div.header-content img {
  width: fit-content;
  height: 4.2rem;
}
header div.header-content .header-hamburger {
  display: none;
}
header.is-hide {
  transform: translateY(-100%);
}

@media (max-width: 767px) {
  header div.header-content img {
    width: auto;
  }
  header div.header-content .header-hamburger {
    z-index: 10001;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 0.1rem solid #0095B2;
    background-color: #0095B2;
    transition: all 0.3s ease;
  }
  header div.header-content .header-hamburger span {
    display: block;
    width: 2.6rem;
    height: 0.1rem;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease;
  }
  header div.header-content .header-hamburger span::before, header div.header-content .header-hamburger span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 2.6rem;
    height: 0.1rem;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  header div.header-content .header-hamburger span::before {
    top: -0.7rem;
  }
  header div.header-content .header-hamburger span::after {
    bottom: -0.7rem;
  }
  header div.header-content .header-hamburger.active span {
    background-color: transparent;
  }
  header div.header-content .header-hamburger.active span::before {
    top: 0;
    transform: rotate(45deg);
  }
  header div.header-content .header-hamburger.active span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
}
/*-----------------------------------
 hamburger
-----------------------------------*/
.hamburger {
  display: none;
}

@media (max-width: 767px) {
  .hamburger {
    overflow-y: scroll;
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    display: block;
    width: 100%;
    height: 100svh;
    padding: 15rem 4rem 2rem;
    background-color: #fff;
    transition: transform 0.3s ease;
  }
  .hamburger ul {
    height: fit-content;
    min-height: 450px;
  }
  .hamburger ul li {
    margin-bottom: 5rem;
  }
  .hamburger ul li a {
    position: relative;
    display: block;
    padding: 0.5rem 0;
    font-size: 1.6rem;
  }
  .hamburger ul li a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    width: 1rem;
    height: 1rem;
    border-right: 0.25rem solid #00969B;
    border-bottom: 0.25rem solid #00969B;
  }
  .hamburger.active {
    transform: translateX(0);
  }
  .hamburger .hamburger-close {
    position: absolute;
    top: 1.9rem;
    right: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #0095B2;
  }
  .hamburger .hamburger-close span {
    display: block;
    width: 2.6rem;
    height: 0.1rem;
    position: relative;
  }
  .hamburger .hamburger-close span::before, .hamburger .hamburger-close span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 2.6rem;
    height: 0.1rem;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .hamburger .hamburger-close span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger .hamburger-close span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
}
/*-----------------------------------
 footer
-----------------------------------*/
.bottom-cta.cta-btns {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  column-gap: 1rem;
  width: 100%;
  height: 12rem;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.6666666667);
}
.bottom-cta.cta-btns a {
  margin: 0;
}
.bottom-cta.cta-btns a .external-link {
  position: absolute;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.8rem;
}
.bottom-cta.cta-btns a .external-link img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: auto;
}
.bottom-cta.cta-btns em {
  font-style: normal;
}

@media (max-width: 767px) {
  .bottom-cta.cta-btns {
    column-gap: 1.2rem;
    height: 10rem;
    padding: 2rem 1.6rem;
  }
  .bottom-cta.cta-btns a {
    font-size: 1.66rem;
  }
  .bottom-cta.cta-btns em {
    display: none;
  }
  .bottom-cta.cta-btns span {
    display: none;
  }
  .bottom-cta.cta-btns img {
    width: 2.5rem;
    margin-right: 0.8rem;
  }
}
/*-----------------------------------
 footer
-----------------------------------*/
footer .footer-content {
  margin-bottom: 12rem;
  padding: 5rem 2rem 3rem;
  text-align: center;
  background-color: #006680;
}
footer .footer-content .top {
  display: flex;
  justify-content: center;
  align-items: baseline;
  column-gap: 3rem;
  margin-bottom: 2rem;
}
footer .footer-content .top p {
  font-size: 2rem;
  color: #fff;
}
footer .footer-content .top small {
  font-size: 1.4rem;
  color: #fff;
}
footer .footer-content .bottom p {
  font-size: 1.5rem;
  color: #fff;
}
footer .footer-content .bottom p:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  footer .footer-content {
    margin-bottom: 10rem;
    padding: 3rem 2rem 3rem;
  }
  footer .footer-content .top {
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    margin-bottom: 2rem;
  }
  footer .footer-content .top p {
    font-size: 2rem;
  }
  footer .footer-content .top small {
    font-size: 1.4rem;
  }
  footer .footer-content .bottom p {
    font-size: 1.35rem;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/-/media/tb/personal/blind/lp/point/assets/fonts/noto-sans-jp/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/-/media/tb/personal/blind/lp/point/assets/fonts/noto-sans-jp/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/-/media/tb/personal/blind/lp/point/assets/fonts/noto-sans-jp/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/-/media/tb/personal/blind/lp/point/assets/fonts/poppins/Poppins-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/-/media/tb/personal/blind/lp/point/assets/fonts/Poppins-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/-/media/tb/personal/blind/lp/point/assets/fonts/Poppins-Regular.woff2") format("woff2");
}
@media (max-width: 767px) {
  html {
    font-size: 2vw;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 10px;
  }
}

/*-----------------------------------
 メインビジュアル
-----------------------------------*/
.kv {
  position: relative;
  width: 100%;
}
.kv .kv-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.kv .kv-contets {
  z-index: 1;
  position: relative;
  padding: 1.6rem 1.6rem 2rem;
  text-align: center;
}
.kv .kv-contets .docomo-logo {
  width: 6.1rem;
  height: 6.1rem;
  margin-bottom: 1.6rem;
}
.kv .kv-contets .docomo-logo img {
  width: 100%;
  height: 100%;
}
.kv .kv-contets h1 {
  margin-bottom: 2rem;
}
.kv .kv-contets h1 p {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.3rem;
  font-weight: 700;
  color: #fff;
}
.kv .kv-contets h1 p::before, .kv .kv-contets h1 p::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 0.25rem;
  height: 2rem;
  background-color: #fff;
}
.kv .kv-contets h1 p::before {
  left: -1.4rem;
  transform: translateY(-50%) rotate(-25deg);
}
.kv .kv-contets h1 p::after {
  right: -1.4rem;
  transform: translateY(-50%) rotate(25deg);
}
.kv .kv-contets h1 img {
  height: 7.2rem;
}
.kv .kv-contets .kv-illusts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 1.3rem;
}
.kv .kv-contets .kv-illusts img {
  width: 47%;
}

/*-----------------------------------
 キャンペーン期間
-----------------------------------*/
.campaign-summary {
  margin-bottom: 3.5rem;
}
.campaign-summary .campaign-summary__period {
  position: relative;
  margin-bottom: 6rem;
  padding: 3.2rem 2rem;
  background-color: #AE842B;
}
.campaign-summary .campaign-summary__period::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 95%);
  width: 3.6rem;
  height: 2.9rem;
  background-color: #AE842B;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.campaign-summary .campaign-summary__period h4 {
  position: relative;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}
.campaign-summary .campaign-summary__period h4::after {
  z-index: 1;
  position: absolute;
  content: "";
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.15rem;
  background-color: #fff;
}
.campaign-summary .campaign-summary__period h4 img {
  width: 1.8rem;
  margin-right: 0.4rem;
}
.campaign-summary .campaign-summary__period p {
  z-index: 1;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}
.campaign-summary .campaign-summary__period p::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  width: 102%;
  height: 1.5rem;
  background-color: #89600B;
}
.campaign-summary .cta-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.6rem;
  margin-bottom: 1.6rem;
}
.campaign-summary .campaign-summary__note {
  margin: 0 auto 0;
  line-height: 1.8;
}
.campaign-summary .campaign-summary__note > span {
  display: block;
  width: 38rem;
  margin: 0 auto 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 0.45rem;
  text-decoration-color: #AE842B;
  color: #89600B;
}
.campaign-summary .campaign-summary__note small {
  display: block;
  width: 38rem;
  margin: 0 auto 2.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.campaign-summary .campaign-summary__note small a {
  color: #3F99D5;
  text-decoration: underline;
}
.campaign-summary .campaign-summary__note > div {
  width: 44rem;
  margin: 0 auto;
  padding: 2rem 0.5rem 1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  background-color: #fff;
}
.campaign-summary .campaign-summary__note > div span.emphasis {
  padding: 0.2rem 0.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #89600B;
  background-color: #EBDFC6;
}
.campaign-summary .campaign-summary__note > div span.clr-or {
  color: #ef8201;
}
.campaign-summary .campaign-summary__note > div span.bgc-or {
  background-color: #fce5cc;
}
.campaign-summary .campaign-summary__condition {
  width: 44rem;
  margin: 0 auto 3rem;
  padding: 2rem 2rem;
  background-color: #fff;
}
.campaign-summary .campaign-summary__condition h4 {
  position: relative;
  width: fit-content;
  margin: 0 auto 2rem;
}
.campaign-summary .campaign-summary__condition h4::after {
  z-index: 1;
  position: absolute;
  content: "";
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 0.15rem;
  background-color: #2F2A28;
}
.campaign-summary .campaign-summary__condition h4 img {
  width: auto;
  height: 2.1rem;
  margin-right: 0.8rem;
}
.campaign-summary .campaign-summary__condition h4 span {
  font-size: 1.8rem;
}
.campaign-summary .campaign-summary__condition p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.campaign-summary .campaign-summary__panel-1,
.campaign-summary .campaign-summary__panel-2,
.campaign-summary .campaign-summary__panel-3 {
  width: 44rem;
  background-color: #00969B;
  border: 0.3rem solid #00969B;
}
.campaign-summary .campaign-summary__panel-1 h3,
.campaign-summary .campaign-summary__panel-2 h3,
.campaign-summary .campaign-summary__panel-3 h3 {
  font-size: 2.2rem;
  text-align: center;
}
.campaign-summary .campaign-summary__panel-1 > div,
.campaign-summary .campaign-summary__panel-2 > div,
.campaign-summary .campaign-summary__panel-3 > div {
  padding: 1.4rem 1rem;
}
.campaign-summary .campaign-summary__panel-1 > div .rate-emphasis p,
.campaign-summary .campaign-summary__panel-2 > div .rate-emphasis p,
.campaign-summary .campaign-summary__panel-3 > div .rate-emphasis p {
  text-align: center;
}
.campaign-summary .campaign-summary__panel-1 > div > span,
.campaign-summary .campaign-summary__panel-2 > div > span,
.campaign-summary .campaign-summary__panel-3 > div > span {
  width: 12.8rem;
  margin-right: 0;
  margin-left: 2rem;
}
.campaign-summary .campaign-summary__panel-3 {
  width: 46.8rem;
  border: 0.4rem solid #3F99D5;
}
.campaign-summary .campaign-summary__panel-3 h3 {
  font-size: 2.6rem;
  background-color: #3F99D5;
}
.campaign-summary .campaign-summary__panel-3 > div .rate-emphasis h4 {
  margin-top: 0.6rem;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  text-align: center;
}
.campaign-summary .campaign-summary__panel-3 > div .rate-emphasis h4 span {
  font-size: 1.4rem;
}
.campaign-summary .campaign-summary__panel-3 > div .rate-emphasis p {
  justify-content: center;
}
.campaign-summary .campaign-summary__panel-3 > div .rate-emphasis .sub-txt {
  margin-top: 1.2rem;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.9;
  color: #2F2A28;
}
.campaign-summary .campaign-summary__remark {
  width: 46.8rem;
  margin: 0 auto 3rem;
  font-weight: 500;
  border-radius: 0.6rem;
}
.campaign-summary .campaign-summary__remark small {
  font-size: 1.35rem;
  line-height: 1.8;
}
.campaign-summary .campaign-summary__remark small span {
  color: #e60011;
}
.campaign-summary .campaign-summary__remark ul {
  margin-top: 1.2rem;
  padding-left: 2rem;
}
.campaign-summary .campaign-summary__remark ul li {
  position: relative;
  font-size: 1.35rem;
  line-height: 1.8;
  list-style-type: disc;
}
.campaign-summary .campaign-summary__remark ul li a {
  color: #3F99D5;
  text-decoration: underline;
}

/*-----------------------------------
 ポイントプレゼント
-----------------------------------*/
.point-present {
  width: 46.8rem;
  margin: 0 auto 4rem;
}
.point-present .inner-blk {
  padding: 1.8rem 2rem 2rem;
  background-color: #fff;
  border-radius: 1rem;
  filter: drop-shadow(0 0.4rem 0.8rem rgba(0, 0, 0, 0.1));
}
.point-present .inner-blk .present-illust-1 {
  margin-bottom: 2.8rem;
}
.point-present .inner-blk .point-present__text {
  margin-bottom: 2.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.point-present .inner-blk .point-present__text .red-big {
  margin-right: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #E60012;
}
.point-present .inner-blk .point-present__text > span:nth-of-type(2) {
  position: relative;
  display: block;
  width: fit-content;
  margin: 1.6rem auto 1.2rem;
  font-size: 1.85rem;
  font-weight: 700;
  text-align: center;
}
.point-present .inner-blk .point-present__text > span:nth-of-type(2)::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  height: 0.2rem;
  background-color: #333;
}
.point-present .inner-blk .point-present__text > span:nth-of-type(2) img {
  width: auto;
  height: 2.4rem;
  margin-right: 0.8rem;
  margin-bottom: 0.3rem;
}
.point-present .inner-blk .point-present__text > small {
  display: block;
  width: 85%;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: left;
}
.point-present .inner-blk .point-present__text > small:nth-of-type(1) {
  margin-bottom: 1rem;
}
.point-present .inner-blk .point-present__text > small:nth-of-type(2) {
  font-size: 1.4rem;
}
.point-present .inner-blk .point-present__limit {
  width: 100%;
  margin: 0 auto 2.8rem;
  padding: 1.4rem 1rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-color: #E60012;
  color: #fff;
  border-radius: 5rem;
}

/*-----------------------------------
 アプリダウンロード
-----------------------------------*/
.app-dl .inner-blk {
  padding: 3rem 1.6rem 4rem;
  background-color: #fff;
}
.app-dl .inner-blk .app-dl__heading {
  padding: 1.4rem 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #00969B;
}
.app-dl .inner-blk .app-dl__blk-1 {
  position: relative;
  margin-bottom: 10rem;
}
.app-dl .inner-blk .app-dl__blk-1::after {
  position: absolute;
  content: "";
  bottom: -2.5rem;
  left: 50%;
  transform: translate(-50%, 95%);
  width: 28rem;
  height: 5.2rem;
  background-color: #00969B;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.app-dl .inner-blk .app-dl__blk-1 h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 2.5rem;
  font-size: 2.6rem;
  font-weight: 700;
  color: #00969B;
}
.app-dl .inner-blk .app-dl__blk-1 h2::before, .app-dl .inner-blk .app-dl__blk-1 h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0.2rem;
  height: 2.2rem;
  background-color: #00969B;
}
.app-dl .inner-blk .app-dl__blk-1 h2::before {
  left: -1.4rem;
  transform: rotate(-25deg);
}
.app-dl .inner-blk .app-dl__blk-1 h2::after {
  right: -1.4rem;
  transform: rotate(25deg);
}
.app-dl .inner-blk .app-dl__blk-1 h3 {
  margin-bottom: 3rem;
}
.app-dl .inner-blk .app-dl__blk-1 > p {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
.app-dl .inner-blk .app-dl__blk-1 .app-dl__smart-life-designer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 3.6rem;
  row-gap: 2rem;
  margin-bottom: 2rem;
}
.app-dl .inner-blk .app-dl__blk-1 .app-dl__smart-life-designer > img:nth-of-type(1) {
  width: 30%;
  margin: 0 10rem;
}
.app-dl .inner-blk .app-dl__blk-1 .app-dl__smart-life-designer > div {
  width: 32%;
}
.app-dl .inner-blk .app-dl__blk-1 .app-dl__smart-life-designer > div a {
  display: block;
  margin-bottom: 1.6rem;
}
.app-dl .inner-blk .app-dl__blk-1 > small {
  display: block;
  margin-bottom: 3.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.app-dl .inner-blk .app-dl__blk-1 > small a {
  color: #3F99D5;
  text-decoration: underline;
}
.app-dl .inner-blk .app-dl__blk-1 .register-steps {
  padding: 2.8rem 3.6rem;
  background-color: #EBF7F7;
  border-radius: 0.4rem;
}
.app-dl .inner-blk .app-dl__blk-1 .register-steps h4 {
  margin-bottom: 2rem;
  font-size: 2rem;
  text-align: center;
  text-decoration: underline;
}
.app-dl .inner-blk .app-dl__blk-1 .register-steps ul li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.app-dl .inner-blk .app-dl__blk-2 {
  margin-bottom: 2.5rem;
}
.app-dl .inner-blk .app-dl__blk-2 > h3 {
  margin-bottom: 2.5rem;
}
.app-dl .inner-blk .app-dl__blk-2 > p {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.app-dl .inner-blk .app-dl__blk-2 > img {
  display: block;
  width: 40rem;
  margin: 0 auto 2.5rem;
}
.app-dl .inner-blk .app-dl__blk-2 > small {
  display: block;
  width: 40rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
.app-dl .inner-blk .app-dl__blk-2 > small a {
  color: #3F99D5;
  text-decoration: underline;
}
.app-dl .inner-blk .app-dl__blk-3 h3 {
  margin-bottom: 2.5rem;
}
.app-dl .inner-blk .app-dl__blk-3 > p {
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.app-dl .inner-blk .app-dl__blk-3 > img {
  display: block;
  width: 44.8rem;
  margin: 0 auto 3.5rem;
}
.app-dl .inner-blk .app-dl__blk-3 .cta-btn {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #00969B;
  border: 0.3rem solid #64BACA;
}
.app-dl .inner-blk .app-dl__blk-3 .cta-btn img {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 3rem;
  height: auto;
}
.app-dl .inner-blk .app-dl__blk-3 > small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 767px) {
  .app-dl .inner-blk .app-dl__blk-1 .app-dl__smart-life-designer > div > img {
    display: none;
  }
}
/*-----------------------------------
 新規口座開設
-----------------------------------*/
.open-account {
  background-color: #F6FAED;
}
.open-account .inner-blk {
  padding-top: 2.5rem;
}
.open-account .inner-blk .open-account__info {
  width: 45rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  line-height: 1.8;
}
.open-account .inner-blk .open-account__info h3 {
  margin-bottom: 2.6rem;
  font-size: 2.6rem;
  font-weight: 700;
}
.open-account .inner-blk .open-account__info p {
  margin-bottom: 2.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.open-account .inner-blk .open-account__info p a {
  color: #3F99D5;
  text-decoration: underline;
}
.open-account .inner-blk .open-account__what-prepare {
  position: relative;
}
.open-account .inner-blk .open-account__what-prepare .link-1 {
  position: absolute;
  top: 21.4rem;
  left: 2.1rem;
  width: 4.5rem;
  height: 2rem;
}
.open-account .inner-blk .open-account__what-prepare .link-1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.open-account .inner-blk .open-account__what-prepare .link-4 {
  position: absolute;
  bottom: 6.6rem;
  right: 4.2rem;
  width: 10.5rem;
  height: 10.5rem;
  border-radius: 50%;
}
.open-account .inner-blk .open-account__what-prepare .link-4 a {
  display: block;
  width: 100%;
  height: 100%;
}

/*-----------------------------------
 CTA2
-----------------------------------*/
.cta-2nd {
  background-color: #F6FAED;
}
.cta-2nd .inner-blk {
  padding-bottom: 2.5rem;
}
.cta-2nd .inner-blk .cta-img {
  width: 36rem;
  margin: 0 auto 1.6rem;
}
.cta-2nd .inner-blk .cta-btns {
  margin-bottom: 1.6rem;
}
.cta-2nd .inner-blk .cta-btns .cta-btn-org {
  margin-bottom: 1.6rem;
}
.cta-2nd .inner-blk .cta-txt {
  width: 40rem;
  margin: 0 auto;
}
.cta-2nd .inner-blk .cta-txt > span {
  display: block;
  width: 38rem;
  margin: 0 auto 2rem;
  font-size: 1.6rem;
  line-height: 2.2;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
  text-decoration-thickness: 0.6rem;
  text-decoration-color: #AE842B;
  color: #89600B;
}
.cta-2nd .inner-blk .cta-txt small {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.cta-2nd .inner-blk .cta-txt br {
  line-height: 2;
}
.cta-2nd .inner-blk .cta-txt a {
  color: #3F99D5;
  text-decoration: underline;
}

/*-----------------------------------
 remarks
-----------------------------------*/
.remarks {
  padding: 4rem 0 4rem;
  background-color: #ECF5FB;
}
.remarks .inner-blk {
  width: 46.8rem;
  margin: 0 auto;
}
.remarks .inner-blk > ul > li {
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1));
}
.remarks .inner-blk > ul > li:not(:first-child) {
  margin-top: 1.6rem;
}
.remarks .inner-blk > ul > li h3 {
  position: relative;
  display: flex;
  align-items: center;
  height: 4rem;
  padding: 0.1rem 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #00969B;
  border-radius: 0.3rem;
}
.remarks .inner-blk > ul > li h3::before, .remarks .inner-blk > ul > li h3::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 0.3rem;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.remarks .inner-blk > ul > li h3::after {
  transform: translateY(-50%) rotate(-90deg);
}
.remarks .inner-blk > ul > li h3.open::after {
  transform: translateY(-50%) rotate(0deg);
}
.remarks .inner-blk > ul > li ul {
  display: none;
  padding: 1.6rem 1.2rem 2.2rem 1.8rem;
  background-color: #fff;
}
.remarks .inner-blk > ul > li ul li {
  position: relative;
  margin-bottom: 0.2rem;
  padding-left: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.remarks .inner-blk > ul > li ul li::before {
  content: "●";
  position: absolute;
  top: 1.26em;
  left: 0;
  font-size: 0.8rem;
  line-height: 1;
}
.remarks .inner-blk > ul > li ul li a {
  color: #3F99D5;
  text-decoration: underline;
}
.remarks .inner-blk > ul > li ul .no-indent {
  padding-left: 0;
}
.remarks .inner-blk > ul > li ul .no-indent::before {
  display: none;
}

/*-----------------------------------
 協業
-----------------------------------*/
.collaborate {
  padding: 4rem 0 4rem;
  background-color: #D4EBFA;
}
.collaborate .inner-blk {
  width: 46.8rem;
  margin: 0 auto;
}
.collaborate .inner-blk h3 {
  margin-bottom: 2.6rem;
  font-size: 2.6rem;
  text-align: center;
}
.collaborate .inner-blk .cta-btn {
  margin-bottom: 2.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #00969B;
  border: 0.2rem solid #fff;
}
.collaborate .inner-blk .cta-btn img {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  width: 3rem;
  height: auto;
}
.collaborate .inner-blk .contact-tel {
  margin-bottom: 2.36rem;
  padding: 2rem 1rem;
  font-size: 1.6rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.4rem;
}
.collaborate .inner-blk .contact-tel h4 {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
}
.collaborate .inner-blk .contact-tel a {
  display: block;
  margin-bottom: 1rem;
  font-size: 3.6rem;
  font-weight: 700;
}
.collaborate .inner-blk .contact-tel p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
}
.collaborate .inner-blk small {
  display: block;
  margin-bottom: 3rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.collaborate .inner-blk > p {
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.collaborate .inner-blk > p span {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../img/icon/icon-external-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.collaborate .inner-blk > p a {
  display: inline-flex;
  align-items: center;
  color: #3F99D5;
  text-decoration: underline;
}