@charset "shift_jis";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
.mf_point {
  display: flex;
  width: 100%;
  padding: var(--xl, 64px) var(--lg, 40px) 40px;
  flex-direction: column;
  align-items: center;
  gap: var(--md, 32px);
  background-color: #F8F8F8;
  position: relative;
  border-radius: var(--lg, 40px);
  background: var(--surface-surface-default, #F8F8F8);
}

@media only screen and (max-width: 768px) {
  .mf_point {
    padding: 32px 15px;
    gap: 40px;
    border-radius: 10px;
  }
}
.mf_point::before {
  position: absolute;
  content: "";
  bottom: 90%;
  right: 40px;
  width: 75px;
  height: 125px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/tameru/monefit/assets/img/mf_image/bg4.png);
}

@media only screen and (max-width: 768px) {
  .mf_point::before {
    content: none;
  }
}
.mf_point_cta_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sm, 4px);
  align-self: stretch;
  margin-bottom: 40px;
}

.mf_point_cta_title > img {
  width: 240px;
}

.mf_point_cta_title h3 {
  color: var(--text-text-primary, #1A1A1A);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
}

@media only screen and (max-width: 768px) {
  .mf_point_cta_title {
    gap: 24px;
  }
  .mf_point_cta_title h3 {
    color: var(--text-text-primary, #1A1A1A);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}
.mf_point_cta_title h3 > span {
  color: var(--text-text-primary, #1A1A1A);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

.mf_point_cta_textarea {
  display: flex;
  align-items: flex-end;
  gap: var(--lg, 40px);
}

@media only screen and (max-width: 768px) {
  .mf_point_cta_title h3 > span {
    display: inline-block;
    margin-bottom: 8px;
  }
  .mf_point_cta_textarea {
    flex-flow: column;
    align-items: center;
  }
}
.mf_point_cv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sm, 24px);
  align-self: stretch;
  justify-content: flex-end;
}

.mf_point_cv_ac {
  display: flex;
  padding: 20px var(--lg, 40px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 60px;
  background: var(--surface-surface-cta--btn, #E60000);
  box-shadow: 4px 6px 14px 0px rgba(0, 0, 0, 0.14);
  color: var(--text-text-contrast, #FFF);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.72px;
}

.mf_point_cv_ac:hover {
  background: #B80000;
}

.mf_point_cv_ac span {
  color: var(--text-text-critical, #E60000);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: 0.56px;
  padding: 0px var(--xxs, 8px) 2px var(--xxs, 8px);
  border-radius: var(--xxxs, 4px);
  background: var(--surface-surface-subtle, #FAEDED);
}

.mf_point_cv_ac:hover span {
  color: #B80000;
  background: var(--surface-surface-subtle, #FAEDED);
}

.mf_point_cv_login {
  display: flex;
  padding: var(--xs, 16px) var(--sm, 24px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 70px;
  border: 2px solid var(--text-text-critical, #E60000);
  background: var(--color-white-100, #FFF);
  color: var(--text-text-critical, #E60000);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.72px;
}

.mf_point_cv_login:hover {
  background: var(--surface-surface-subtle, #FAEDED);
}

.mf_point_cta_text {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.mf_point_cta_text .cta_text_phone {
  color: var(--text-text-secondary, #5A5A5A);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}

@media only screen and (max-width: 768px) {
  .mf_point_cta_text .cta_text_phone {
    text-align: center;
  }
}
.mf_point_cta_text .cta_text_number {
  color: var(--text-text-secondary, #5A5A5A);
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin: 7px 0;
}

@media only screen and (max-width: 768px) {
  .mf_point_cta_text .cta_text_number {
    font-size: 32px;
    text-align: center;
  }
}
.mf_point_cta_text .cta_text_number::before {
  display: inline-block;
  vertical-align: baseline;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(/tameru/monefit/assets/img/mf_image/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.mf_point_cta_text .cta_text_time {
  color: var(--text-text-secondary, #5A5A5A);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .mf_point_cta_text .cta_text_time {
    word-break: keep-all;
    overflow-wrap: break-word;
    text-align: center;
  }
}
.cta_text_link {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: var(--text-text-secondary, #5A5A5A);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.64px;
  padding: var(--xxs, 8px) var(--sm, 24px);
  border-radius: 70px;
  border: 1px solid var(--text-text-secondary, #5A5A5A);
}

.cta_text_link:hover {
  background: #FAEDED;
}

@media only screen and (max-width: 768px) {
  .cta_text_link {
    margin: auto;
  }
}
.mf_point_notes {
  padding: var(--xs, 16px) var(--sm, 24px) 40px var(--sm, 24px);
  border-radius: var(--xxxs, 4px);
  background: #FFF;
  font-size: 8px;
}

@media only screen and (max-width: 768px) {
  .mf_point_notes {
    padding: var(--xs, 16px) var(--sm, 15px);
    border-radius: unset;
    background: #FFF;
  }
}
.mf_point_notes p {
  color: var(--text-text-secondary, #5A5A5A);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media only screen and (max-width: 768px) {
  .mf_point_notes p {
    color: var(--text-text-secondary, #5A5A5A);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
  }
}
.mf_point_notes p span {
  color: var(--text-text-secondary, #5A5A5A);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
}

@media only screen and (max-width: 768px) {
  .mf_point_notes p span {
    color: var(--text-text-secondary, #5A5A5A);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 23.8px */
  }
}
.mf_point_notes .mf_point_notes_title {
  color: var(--text-text-secondary, #5A5A5A);
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  margin-bottom: 14px;
}

@media only screen and (max-width: 768px) {
  .mf_point_notes .mf_point_notes_title {
    color: var(--text-text-secondary, #5A5A5A);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
  }
}
.mf_point_notes a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: var(--text-text-link, #E60000);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.64px;
}

@media only screen and (max-width: 768px) {
  .mf_point_notes a {
    margin: auto;
  }
}
.mf_point_notes a:hover {
  opacity: 0.7;
}

.mf_point_notes a::before {
  display: inline-block;
  vertical-align: bottom;
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(/tameru/monefit/assets/img/mf_image/txt-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* 登録 */
.l-products-quest-btn_b_cp.pc {
  display: flex;
  padding: 40px 20px 0 !important;
  margin: 0 !important;
  justify-content: space-between;
  align-items: center;
  background-color: #fff !important;
}

.l-products-quest-btn_b_cp.sp {
  display: none;
}

.l-products-quest-btn_b_cp .l-content-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px 40px !important;
  width: 100% !important;
  max-width: unset !important;
}

@media only screen and (max-width: 768px) {
  .l-products-quest-btn_b_cp.sp {
    display: flex;
    padding: 30px 20px 0 !important;
    margin: 0 !important;
    justify-content: space-between;
    align-items: center;
    background-color: transparent !important;
  }
}
@media only screen and (max-width: 768px) {
  .l-products-quest-btn_b_cp .l-content-inner {
    gap: 20px 10px !important;
  }
}
.l-contents .button_area-inner_a {
  width: unset;
  padding-left: unset;
  float: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.l-contents .button_area-inner_text {
  color: var(---, #1A1A1A);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* エスコン/エスコン_PC_詳細 */
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 66.667% */
}

@media only screen and (max-width: 768px) {
  .l-contents .button_area-inner_text {
    color: var(---, #1A1A1A);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    /* クエスト/詳細 */
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 120% */
  }
}
.l-contents .button_area-inner_a .mf_point_cv_ac {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(---, #FFF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* エスコン/エスコン_PC_強調 */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  padding: 19px 60px;
  gap: 12px;
  border-radius: 60px;
  background: #E60000;
  box-shadow: 4px 6px 14px 0px rgba(0, 0, 0, 0.14);
  align-self: stretch;
}

.l-contents .button_area-inner_a .mf_point_cv_ac span {
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(---, #FFF);
  color: var(---, #E60000);
  leading-trim: both;
  text-edge: cap;
  /* エスコン/エスコン_PC_アンカー */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 70% */
}

@media only screen and (max-width: 768px) {
  .l-contents .button_area-inner_a .mf_point_cv_ac {
    color: var(---, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    /* クエスト/本文_太字 */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;
    display: flex;
    padding: 14px 18px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 25px;
    background: var(---, #E60000);
  }
  .l-contents .button_area-inner_a .mf_point_cv_ac span {
    display: flex;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--surface-surface-subtle, #FAEDED);
    color: var(---, #E60000);
    leading-trim: both;
    text-edge: cap;
    /* クエスト/アンカー */
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
    letter-spacing: -0.24px;
  }
}
.l-contents .button_area-inner_a .mf_point_cv_ac:hover {
  background: #B80000;
}

.l-contents .button_area-inner_a .mf_point_cv_ac:hover span {
  color: #B80000;
  background: var(--surface-surface-subtle, #FAEDED);
}

.mf_point_cv_ac:visited, .mf_point_cv_ac:link {
  color: #FFF;
}

.l-contents .button_area-inner_b {
  width: unset;
  float: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.l-contents .button_area-inner_b .mf_point_cv_login {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 70px;
  border: 2px solid var(--text-text-critical, #E60000);
  padding: var(--xs, 18px) var(--sm, 60px);
  color: var(---, #E60000);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* エスコン/エスコン_PC_強調 */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}

.l-contents .button_area-inner_b .mf_point_cv_login > img {
  width: 24px;
  height: 28px;
}

@media only screen and (max-width: 768px) {
  .l-contents .button_area-inner_b .mf_point_cv_login {
    display: flex;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 25px;
    border: 2px solid var(---, #E60000);
    background: var(---, #FFF);
    color: var(---, #E60000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    /* クエスト/本文_太字 */
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.28px;
  }
  .l-contents .button_area-inner_b .mf_point_cv_login > img {
    width: 13px;
    height: 15px;
  }
}
.button_area-inner_c {
  width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.button_area-inner_c > a {
  color: var(---, #E60000);
  leading-trim: both;
  text-edge: cap;
  /* エスコン/エスコン_PC_アンカー */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 70% */
  display: flex;
  align-items: center;
}

.button_area-inner_c > a::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(/tameru/monefit/assets/img/mf_image/txt-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.5em;
}

@media only screen and (max-width: 768px) {
  .button_area-inner_c > a {
    color: var(---, #E60000);
    leading-trim: both;
    text-edge: cap;
    /* クエスト/アンカー */
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 116.667% */
    letter-spacing: -0.24px;
  }
  .button_area-inner_c > a::before {
    width: 1.5em;
    height: 1.5em;
  }
}
.button_area-inner_c > a:hover {
  opacity: 0.7;
  color: var(---, #E60000);
}

/* 登録 */
.breadcrumbs .breadcrumbs-inner {
  margin: auto;
  max-width: 1200px;
  padding: 13px 0 1em;
  width: 90%;
}

.breadcrumbs .breadcrumbs-inner ol {
  display: flex;
  overflow: hidden;
  zoom: 1;
}

.breadcrumbs .breadcrumbs-inner ol li,
.breadcrumbs-inner ol li a {
  color: #838383;
  font-family: "Noto Sans JP";
  font-size: 1em;
  line-height: 150%;
}

.breadcrumbs-inner ol li a:hover,
.breadcrumbs-inner ol li a:visited {
  color: #838383;
  opacity: 0.7;
}

.breadcrumbs .breadcrumbs-inner ol li a {
  margin-right: 17px;
  position: relative;
}

.breadcrumbs .breadcrumbs-inner ol li a::after {
  background-image: url(/tameru/monefit/assets/img/products/arrow_pkz.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 0.625rem;
  margin-left: 17px;
  width: 0.3125rem;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
picture img {
  height: auto;
  aspect-ratio: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.kvarea #etrust_kv > div picture img {
  width: 100%;
}

.contentbg {
  padding: 0 0 64px;
  background: url(/tameru/monefit/assets/img/campaign/esmart2603/pc/contents_dot_pc.png) top/100% repeat-y, radial-gradient(65.14% 50% at 50% 50%, #E60000 0%, #6E0000 100%);
}
@media screen and (max-width: 768px) {
  .contentbg {
    padding: 0 0 40px;
    background: url(/tameru/monefit/assets/img/campaign/esmart2603/sp/contents_dot_sp.png) top/100% repeat-y, radial-gradient(65.14% 50% at 50% 50%, #E60000 0%, #6E0000 100%);
  }
}
.contentbg .l-products-quest-btn_b_cp.pc {
  padding: 64px 20px 0 !important;
  background-color: unset !important;
}
.contentbg .l-products-quest-btn_b_cp.sp {
  padding: 24px 20px 0 !important;
}
.contentbg .button_area-inner_c > a {
  color: #FFF;
}
.contentbg .button_area-inner_c > a::before {
  background-image: url(/tameru/monefit/assets/img/campaign/esmart2603/link_w.svg);
}

#content {
  position: relative;
  margin: 64px 0 0;
}
#content a:hover {
  opacity: 0.7;
}
#content > h2 picture {
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #content > h2 picture {
    top: -20px;
  }
}
#content > h2 picture img {
  width: 494px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #content > h2 picture img {
    width: 266px;
    max-width: 100%;
  }
}
#content > .l-content-inner {
  display: flex;
  max-width: 1040px;
  gap: 56px;
  padding: 56px 40px 56px 40px;
  margin: auto;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 16px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner {
    padding: 56px 16px;
  }
}
#content > .l-content-inner > * {
  width: 100%;
}
#content > .l-content-inner > .content1 {
  display: flex;
  flex-flow: column;
  gap: 8px;
  align-items: center;
  margin: auto;
}
#content > .l-content-inner > .content1 p {
  color: var(--module-text-normal, #1A1A1A);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.72px;
}
#content > .l-content-inner > .content1 picture img {
  width: 100%;
}
#content > .l-content-inner > .content1 ul li {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content1 ul li {
    justify-content: flex-start;
  }
}
#content > .l-content-inner > .content1 ul li span {
  color: var(--module-text-normal, #1A1A1A);
  /* module/text/pc sp注釈 */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
}
#content > .l-content-inner > .content1 ul li::before {
  content: "※";
  color: var(--module-text-normal, #1A1A1A);
  /* module/text/pc sp注釈 */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
}
#content > .l-content-inner > .content2 h3 {
  text-align: center;
  color: #960000;
  font-feature-settings: "pwid" on;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 48px */
  letter-spacing: 1.28px;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content2 h3 {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
}
#content > .l-content-inner > .content2 > div {
  display: flex;
  flex-flow: column;
  gap: 32px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content2 > div {
    gap: 40px;
  }
}
#content > .l-content-inner > .content2 > div .text p {
  color: var(--module-text-normal, #1A1A1A);
  text-align: center;
  /* module/text/pc本文 */
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 0.72px;
}
#content > .l-content-inner > .content2 > div .cardarea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
#content > .l-content-inner > .content2 > div .cardarea .card {
  position: relative;
  display: flex;
  padding: 72px 0 32px 0;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #F2B149;
  background: #FFFAEF;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content2 > div .cardarea .card {
    padding: 40px 16px 32px 16px;
  }
}
#content > .l-content-inner > .content2 > div .cardarea .card > picture {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content2 > div .cardarea .card > picture {
    top: -30px;
  }
}
#content > .l-content-inner > .content2 > div .cardarea .card > picture img {
  margin: auto;
  width: 320px;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content2 > div .cardarea .card > picture img {
    width: 294px;
    max-width: 100%;
  }
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .text p {
  color: var(--module-text-normal, #1A1A1A);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content2 > div .cardarea .card > div .text p {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .text p span {
  color: var(--module-text-red, #E60000);
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .text ul {
  margin-top: 8px;
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .text ul li {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  color: var(--module-text-normal, #1A1A1A);
  /* module/text/pc sp注釈 */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .text ul li::before {
  content: "※";
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea {
  margin-top: 24px;
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea {
    flex-flow: column;
    justify-content: flex-start;
  }
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea a {
  display: flex;
  width: 351px;
  height: 67px;
  padding: 18px 0;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  box-shadow: 4px 6px 14px 0 rgba(0, 0, 0, 0.14);
  color: var(---, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea a {
    width: 100%;
    height: auto;
    line-height: 120%;
  }
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea ul {
  margin-top: 8px;
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea ul li {
  display: flex;
  justify-content: center;
  color: var(--module-text-normal, #1A1A1A);
  /* module/text/pc sp注釈 */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea ul li::before {
  content: "※";
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea .button1 a {
  background: var(--module-border-btn-border-primary, #E60000);
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea .button2 a {
  background: #A67900;
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea .button2 a span::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-image: url(/tameru/monefit/assets/img/campaign/esmart2603/icon_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea__card {
  display: flex;
  margin-top: 32px;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea__card {
    padding: 24px 16px;
  }
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea__card p {
  color: var(--module-text-red, #E60000);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea__card p {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea__card a {
  display: flex;
  margin-top: 24px;
  padding: 18px 60px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: var(--module-border-btn-border-primary, #E60000);
  box-shadow: 4px 6px 14px 0 rgba(0, 0, 0, 0.14);
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea__card a span {
  color: var(---, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea__card a span::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: middle;
  background-image: url(/tameru/monefit/assets/img/campaign/esmart2603/icon_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea__card a {
    max-width: 247px;
    width: 100%;
    padding: 18px 16px;
  }
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea__card ul {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea__card ul li {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--module-text-normal, #1A1A1A);
  /* module/text/pc sp注釈 */
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
}
#content > .l-content-inner > .content2 > div .cardarea .card > div .buttonarea__card ul li::before {
  content: "※";
}
#content > .l-content-inner > .content2 > div .bnr p {
  opacity: 0.9;
  text-align: center;
  color: var(--module-text-normal, #1A1A1A);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.8px;
}
#content > .l-content-inner > .content2 > div .bnr p + p {
  margin-top: 8px;
}
#content > .l-content-inner > .content2 > div .bnr p span {
  color: var(--module-text-red, #E60000);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content2 > div .bnr p span {
    font-size: 22px;
  }
}
#content > .l-content-inner > .content2 > div .bnr p.slash {
  display: flex;
  margin: auto;
  gap: 8px;
  justify-content: center;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  color: #8E0000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: 0.96px;
}
#content > .l-content-inner > .content2 > div .bnr p.slash::before {
  width: 2px;
  height: 20px;
  content: "";
  background-color: #8E0000;
  transform: rotate(-20deg);
}
#content > .l-content-inner > .content2 > div .bnr p.slash::after {
  width: 2px;
  height: 20px;
  content: "";
  background-color: #8E0000;
  transform: rotate(20deg);
}
#content > .l-content-inner > .content2 > div .bnr a {
  display: block;
  margin: 16px 0 20px;
}
#content > .l-content-inner > .content2 > div .bnr a picture img {
  width: 100%;
}
#content > .l-content-inner > .content2 > div .bnr ul {
  margin-top: 8px;
}
#content > .l-content-inner > .content2 > div .bnr ul li {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: var(--module-text-normal, #1A1A1A);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
}
#content > .l-content-inner > .content2 > div .bnr ul li::before {
  content: "※";
}
#content > .l-content-inner > .content3 h3 {
  text-align: center;
  color: #960000;
  font-feature-settings: "pwid" on;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 48px */
  letter-spacing: 1.28px;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content3 h3 {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
}
#content > .l-content-inner > .content3 p {
  text-align: center;
  margin-top: 8px;
  color: var(--module-text-normal, #1A1A1A);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content3 p {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}
#content > .l-content-inner > .content4 h3 {
  text-align: center;
  color: #960000;
  font-feature-settings: "pwid" on;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 48px */
  letter-spacing: 1.28px;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content4 h3 {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
}
#content > .l-content-inner > .content4 p {
  margin-top: 8px;
  text-align: center;
  color: var(--module-text-normal, #1A1A1A);
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content4 p {
    font-feature-settings: "palt" on;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.72px;
  }
}
#content > .l-content-inner > .content5 h3 {
  text-align: center;
  color: #960000;
  font-feature-settings: "pwid" on;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 48px */
  letter-spacing: 1.28px;
}
@media screen and (max-width: 768px) {
  #content > .l-content-inner > .content5 h3 {
    font-size: 28px;
    letter-spacing: 1.12px;
  }
}
#content > .l-content-inner > .content5 ul {
  margin-top: 8px;
}
#content > .l-content-inner > .content5 ul li {
  display: flex;
  color: #1A1A1A;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 26.4px */
  letter-spacing: 0.96px;
}
#content > .l-content-inner > .content5 ul li::before {
  content: "・";
}
#content > .l-content-inner > .content5 ul li span {
  color: var(--module-text-normal, #1A1A1A);
  font-feature-settings: "pwid" on;
  /* module/text/pc中テキスト */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 27.2px */
  letter-spacing: 0.64px;
}
#content > .l-content-inner > .content5 ul li span a {
  color: var(--module-text-red, #E60000);
  font-feature-settings: "pwid" on;
  /* module/text/pc中テキスト */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.64px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#content > .l-content-inner > .content5 ul li + li {
  margin-top: 8px;
}

.mf_point {
  margin: 64px 0 100px;
}
@media screen and (max-width: 768px) {
  .mf_point {
    margin: 56px 0 20px;
  }
}

.mf_point::before {
  content: none;
}

.floating-button {
  position: fixed;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 16px 0;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 -4px 20px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 768px) {
  .floating-button {
    padding: 8px 0;
  }
}
.floating-button.is_fix {
  opacity: 1;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
}
.floating-button a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 12px 16px;
  border-radius: 40px;
  background: var(---, #E60000);
  /* アカウント登録_DS */
  box-shadow: 4px 6px 14px 0 rgba(0, 0, 0, 0.14);
}
.floating-button a span {
  display: flex;
  gap: 8px;
  color: var(---, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .floating-button a span {
    color: var(---, #FFF);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
  }
}
.floating-button a span::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/tameru/monefit/assets/img/campaign/esmart2603/icon_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.floating-button a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .floating-button a {
    font-size: 12px;
  }
}
.floating-button ul {
  margin-top: 4px;
}
.floating-button ul li {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: auto;
  color: var(--module-text-normal, #1A1A1A);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .floating-button ul li {
    color: var(--module-text-normal, #1A1A1A);
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 16px */
    letter-spacing: 0.4px;
  }
}
.floating-button ul li::before {
  content: "※";
}

footer.l-footer {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  footer.l-footer {
    margin-bottom: 75px;
  }
}/*# sourceMappingURL=esmart2603.css.map */