@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');

section.l-content .l-content-inner{
    max-width: 1040px;
    width: 90%;
    margin: auto;
    padding: 0;
}
section.l-products {
    margin: 0px;
    padding: 0;
    background-color: #fff;
}
.l-contents-gap-product {
    padding-top: 140px;
    background-color: #fff;
}
/* breadcrumbs */
.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:.625rem;
    margin-left:17px;
    width:0.3125rem;
}
@media only screen and (max-width: 768px) {
    .breadcrumbs{
        display: none;
    }
}
.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: 20px 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: 16px 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);
}
.mf_point::before {
  content: none;
}

#etrust_kv {
  margin: auto;
  max-width: 1440px;
}

.l-content-kv img {
  width: 100%;
}



.l-content-selection {
  display: flex;
  padding: 80px 0 120px 0;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  background-color: #ffffff;
}

#campaign-intro-footer .l-content-inner {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #campaign-intro-footer .l-content-inner {
    width: 90%;
  }
}

.selection-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-bottom: 8px;
}

.selection-title {
  color: #00AF17;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.28px;
  margin: 0 0 8px 0;
}

.selection-subtitle {
  align-self: stretch;
  color: #1A1A1A;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.96px;
  margin: 0;
}

.selection-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  /* margin-top: 80px; */
}

.selection-card {
  display: flex;
  width: 296px;
  padding: 16px 0 8px 0;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  margin-right: 32px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.selection-card:last-child {
  margin-right: 0;
}

.card-arrow img {
  width: 28px;
  height: 22px;
}

.selection-card.card-orange:hover {
  background: linear-gradient(0deg, rgba(240, 119, 13, 0.05) 0%, rgba(240, 119, 13, 0.05) 100%), #FFF;
}

.selection-card.card-green:hover {
  background: linear-gradient(0deg, rgba(0, 175, 23, 0.05) 0%, rgba(0, 175, 23, 0.05) 100%), #FFF;
}

.card-orange {
  border: 2px solid #F0770D;
}

.card-green {
  border: 2px solid #00AF17;
}

.card-illust {
  height: 154px;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.card-illust img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.card-info-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.card-label {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.28px;
  margin: 0 0 4px 0;
}

.card-orange .card-label { color: #F0770D; }
.card-green .card-label { color: #00AF17; }

.jump-anchor {
  display: block;
  position: relative;
  top: -35px; 
  height: 0;
  visibility: hidden;
}

#introduction-details {
  background: #FFF9EC;
}

#introduction-details-referee {
  background: #F5FFED;
}

.l-details-introduction {
  display: flex;
  padding: 96px 0 64px 0;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  position: relative;
}

.details-anchor-heading {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
  z-index: 10;
}

.heading-image {
  width: 314px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.l-details-introduction .l-content-inner {
  display: flex;
  width: 1040px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
}

.details-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  margin-bottom: 56px;
}

.details-block:last-child {
  margin-bottom: 0;
}

.block-title-wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .block-title-wrap {
    margin-bottom: 8px;
  }
}

.block-title-wrap .slash-img {
  width: 22px;
  height: 38px;
  object-fit: contain;
}

.block-title {
  color: #F0770D;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.28px;
  margin: 0 8px;
}

#introduction-details-referee .block-title {
  color: #00AF17;
}

.condition-detail-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}

.condition-text-content {
  flex-direction: column;
  align-items: flex-start;
  /* margin-right: 116px; */
}

.condition-main-text {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.8px;
  margin: 0 0 8px 0;
}

.text-red {
  color: var(--module-text-red, #E60000);
}

.condition-notes p {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.56px;
}

.condition-notes p.note-single {
  padding-left: 1em;
  text-indent: -1em;
}

.condition-notes p.note-double {
  padding-left: 1.6em;
  text-indent: -1.6em;
}

.condition-sub-title {
  color: #F0770D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  margin: 24px 0 16px 0;
}

.condition-desc {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.8px;
  margin: 0;
}

.condition-illust-content {
  height: 273px;
  flex: 1 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.condition-illust-content img {
  height: 273px;
}

@media only screen and (max-width: 768px) {
  .condition-illust-content img {
    height: 104px;
    align-self: stretch;
  }
}

.summary-lead {
  color: #1A1A1A;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.8px;
  margin: 0 0 16px 0;
}

.summary-lead .text-marker {
  background: linear-gradient(transparent calc(100% - 2px), rgba(230, 0, 0, 0.3) 0);
  display: inline;
  font-weight: 700;
}

.summary-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.benefit-card-img {
  width: 100%;
  height: 100%;
  margin-bottom: 8px;
}

.benefit-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.summary-arrow {
  width: 56px;
  height: 29px;
  margin-bottom: 8px;
}

.summary-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gift-banner-img {
  width: 1040px;
  height: 150px;
}

.gift-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.entry-lead {
  color: #1A1A1A;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.8px;
}

.entry-lead-note {
  color: #1A1A1A;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.56px;

  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 768px) {
  .entry-lead-note {
    text-align: left;
  }
}


.entry-step-container {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}

.entry-step-card {
  display: flex;
  padding: 32px 24px 24px 24px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 8px;
  background: #FFF;
  position: relative;
  overflow: hidden;
}

.entry-step-card.card-01 {
  justify-content: center;
}


.step-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 55px;
  z-index: 10;
}

.step-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.card-02 .step-content,
.card-03 .step-content,
.card-04 .step-content {
  flex: 1;
}

.step-text {
  color: #1A1A1A;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.64px;
  align-self: stretch;
  margin-bottom: 8px;
}

.card-02 .step-text,
.card-03 .step-text,
.card-04 .step-text {
  flex: 1;
}

.step-note-wrap {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-align: left;
  align-self: stretch;
}

.step-note {
  padding-left: 1em;
  text-indent: -1em;
}

.step-note-sub {
  padding-left: 1em;
}

.step-guide-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.step-guide-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.step-arrow {
  width: 21px;
  height: 29px;
  flex-shrink: 0;
  z-index: 2;
  margin: 0 -4px;
}

.step-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.entry-btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 8px;
}

.entry-btn {
  display: flex;
  padding: 16px 20px;
  min-width: 200px;
  max-width: 100%;
  box-sizing: border-box;
  
  justify-content: center;
  align-items: center;
  white-space: nowrap; 

  border-radius: 40px;
  background: #E60000;
  box-shadow: 4px 6px 14px 0px rgba(0, 0, 0, 0.14);
  
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.entry-btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .l-content-selection {
    padding: 64px 16px 80px 16px;
  }
  .l-content-selection .l-content-inner {
    width: 100%;
  }
  .selection-title { font-size: 24px; letter-spacing: 0.96px; margin-bottom: 8px; }
  .selection-subtitle { font-size: 18px; letter-spacing: 0.72px; }
  .selection-container {
    margin-top: 6px;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px; 
  }
  .selection-card {
    flex: 1;
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    padding: 8px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  }
  .selection-card:last-child { margin-bottom: 0; }
  .card-illust { width: 64px; height: 64px; margin: 0 auto 8px auto; }
  .card-label { font-size: 18px; letter-spacing: 0.72px; }

  .l-details-introduction {
    padding: 0;
  }

  .l-details-introduction .l-content-inner {
    width: 90%;
    padding-top: 72px;
    padding-bottom: 56px;
  }
  .l-campaign-footer-wrap .l-content-inner {
    width: 90%;
  }
  

  .heading-image {
    width: 180px;
    height: 56px;
  }

  .details-block {
    padding-bottom: 56px;
    margin-bottom: 0;
  }
  .caution-block {
    padding-bottom: 0;
  }

  .block-title {
    font-size: 28px;
    letter-spacing: 1.12px;
    line-height: 150%;
  }

  .condition-detail-container {
    flex-direction: column;
    align-items: center;
  }

  .condition-text-content {
    margin-right: 0;
    align-self: stretch;
  }

  #introduction-details .condition-item:first-child {
    display: flex;
    padding-bottom: 32px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
  }

  .condition-main-text {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.72px;
    text-align: center;
    align-self: stretch;
    margin-bottom: 8px;
  }

  .condition-notes p {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.56px;
    text-align: left;
  }

  .condition-sub-title {
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.96px;
    text-align: center;
    margin: 0 0 8px 0;
  }

  .condition-desc {
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.72px;
    text-align: center;
    align-self: stretch;
  }

  .condition-illust-content {
    height: 104px;
    margin-top: 8px;
  }

  .summary-lead {
    font-size: 18px;
    letter-spacing: 0.72px;
    line-height: 170%;
    margin-bottom: 16px;
  }

  .benefit-card-img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
  }

  .summary-arrow {
    width: 40px;
    height: 20px;
    margin-bottom: 16px;
  }

  .gift-banner-img {
    width: 100%;
    height: auto;
  }

  .entry-lead {
    font-size: 18px;
    letter-spacing: 0.72px;
    line-height: 170%;
    margin-bottom: 16px;
  }

  .entry-step-container {
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
  }

  .entry-step-card {
    display: flex;
    width: 100%;
    padding: 32px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    height: auto;
    flex: none;
    overflow: hidden;
  }

  .entry-step-card .step-badge {
    position: absolute;
    width: 62px;
    height: 55px;
  }

  .entry-btn {
    padding: 16px 40px;
  }

  .step-text {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 170%;
    text-align: center;
    width: 100%;
  }

  .step-note {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.56px;
    text-align: left;
    width: 100%;
  }

  .step-arrow {
    width: 21px;
    height: 29px;
    transform: rotate(90deg);
  }

  .card-arrow img {
    width: 16px;
    height: 13px;
  }
}

.combination-table-wrap {
  display: flex;
  align-items: stretch;
  gap: 1px;
  align-self: stretch;
  background-color: #D9D9D9;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  border: 1px solid #C6C6C6;
  overflow: hidden;
}

.combination-col {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  flex: 1;
}

 .combination-col-label {
  flex: 0 0 auto;
  position: sticky;
  left: 0;
  z-index: 10;
}

.combination-header {
  height: 57px;
  display: flex;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.72px;
  box-sizing: border-box;
}

#introduction-details .combination-col-label .combination-header {
  background: linear-gradient(0deg, rgba(240, 119, 13, 0.60) 0%, rgba(240, 119, 13, 0.60) 100%), #FFF;
}

#introduction-details .combination-header {
  background: #F0770D;
}

@media only screen and (max-width: 768px) {
  #introduction-details .combination-header {
    height: auto;
  }
}

#introduction-details-referee .combination-col-label .combination-header {
  background: linear-gradient(0deg, rgba(0, 175, 23, 0.60) 0%, rgba(0, 175, 23, 0.60) 100%), #FFF;
}

#introduction-details-referee .combination-header {
  background: #00AF17;
}

@media only screen and (max-width: 768px) {
  #introduction-details-referee .combination-header {
    height: auto;
  }
}

.combination-header a {
  color: #FFF;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.combination-header a:hover {
  opacity: 0.7;
}

.combination-row-label {
  display: flex;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  background: #FFF;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.058px;
  text-align: center;
  white-space: nowrap;
}

.combination-cell {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
  background: #FFF;
  box-sizing: border-box;
  flex-direction: column;
}

.combination-cell img {
  width: 64px;
  height: 64px;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.status-text.text-red {
  color: #E60000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.88px;
}

.table-note-wrap {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-align: left;
  align-self: stretch;
}

.table-note {
  padding-left: 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 768px) {
  .combination-table-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    align-self: stretch;
    min-width: 100%;
    overflow-x: hidden;
  }

  .combination-col-label {
    flex-direction: row;
    width: 100%;
    flex: none;
    min-width: 100%;
    position: static;
  }

  .combination-col-label .combination-header {
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-bottom: none;
  }

  .combination-row-label {
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    min-height: 41px;
    height: 41px;
    color: #1A1A1A;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.058px;
  }

  .combination-col {
    flex-direction: row;
    width: 100%;
    min-width: 100%;
  }

  .combination-header {
    width: 114px;
    padding: 16px 0;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-bottom: none;

    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.64px;
  }

  .combination-header a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
  }

  .combination-header span {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.64px;
  }

  .combination-cell {
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    min-height: auto;
  }

  .combination-cell img {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }

  .status-text.text-red {
    font-size: 18px;
  }

  .table-note {
    color: #1A1A1A;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.56px;
  }
}

.caution-text {
  opacity: 0.9;
  color: #1A1A1A;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.8px;
}

.caution-link {
  color: #E60000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-underline-position: from-font;
}

.caution-link:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .caution-text {
    font-size: 18px;
    letter-spacing: 0.72px;
  }

  .caution-link {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

.condition-list-item {
  position: relative;
  padding-left: 1.2em;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.condition-list-item::before {
  content: "\30fb";
  font-family: "Noto Sans JP";
  position: absolute;
  left: 0;
  color: #1A1A1A;
}

@media only screen and (max-width: 768px) {
  .condition-list-item {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

.condition-sup {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0;
  position: relative;
}

.summary-extra-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
  width: 100%;
}

.extra-badge {
  width: 136px;
  height: 53px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  .extra-badge {
    width: 106px;
    height: 36px;
  }
}

.extra-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.extra-lead-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}

.extra-slash {
  width: 50px;
  height: 56px;
}

.extra-slash img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.extra-lead {
  color: #1A1A1A;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.8px;
}


.extra-banner {
  width: 100%;
  height: 100%;
}

.extra-banner img {
  width: 100%;
  height: 100%;
}

.extra-banner a {
  display: block;
}

.extra-banner a:hover {
  opacity: 0.7;
}


@media only screen and (max-width: 768px) {
  .summary-extra-wrap {
    margin-top: 31px;
  }
  .extra-lead {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

#introduction-details .entry-lead {
  margin-bottom: 8px;
}

#introduction-details-referee .entry-lead {
  margin-bottom: 8px;
}

#campaign-intro-footer {
  background-color: #FFF;
}

.l-campaign-footer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  position: relative;
  padding-bottom: 56px;
}

.l-campaign-footer-wrap .l-content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.intro-main-copy {
  width: 100%;
  text-align: center;
  display: flex;
  padding-top: 56px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}

.intro-title-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  align-self: stretch;
  margin-bottom: 8px;
}

.intro-title {
  color: #00AF17;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 1.28px;
  margin: 0;
}

.intro-title-wrap .slash-img {
  width: 33px;
  height: 37px;
  object-fit: contain;
  flex-shrink: 0;
}

.intro-lead {
  color: #1A1A1A;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}

.recommend-target-block {
  width: 100%;
  align-self: stretch;
  margin-bottom: 56px;
}

.recommend-target-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.middle-banner-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}

.heading-fukidashi {
  width: 212px;
  height: 53px;
}

.heading-fukidashi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.middle-banner-title {
  color: #00AF17;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 1.28px;
  margin: 0 auto;
  width: 100%;
}

.middle-banner-block {
  margin-bottom: 56px;
  text-align: left;
  width: 100%;
}

.middle-banner-visual {
  width: 100%;
  align-self: stretch;
  margin-bottom: 8px;
  text-align: center;
}

.middle-banner-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.banner-notes {
  display: block;
  text-align: left;
}

.banner-note {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.56px;

  padding-left: 1em;
  text-indent: -1em;
}

.external-link-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
  position: relative;
  top: -4px;
}

.text-link-red {
  color: #E60000;
  text-decoration: none;
  border-bottom: 1px solid #E60000;
}

.text-link-red:hover {
  opacity: 0.7;
}

.campaign-period-block {
  text-align: center;
  margin-bottom: 56px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.period-title {
  color: #00AF17;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.28px;
  margin-bottom: 16px;
  width: 100%;
}

.period-date {
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  width: 100%;
}

.footer-caution-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.caution-title {
  color: #00AF17;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.28px;
  text-align: center;
  width: 100%;
}

.footer-caution-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.footer-caution-list li {
  position: relative;
  padding-left: 1.5em;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.64px;
}

.footer-caution-list li::before {
  content: "\30fb";
  position: absolute;
  left: 0;
  top: -2px;
  color: #1A1A1A;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.96px;
}

.mf_point {
    margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .intro-title {
    color: #00AF17;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 0.96px;
  }

  .intro-title-wrap {
    justify-content: space-between;
  }

  .intro-title-wrap .slash-img {
    width: 33px;
    height: 37px;
  }

  .intro-lead {
    color: #1A1A1A;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.72px;
  }

  .heading-fukidashi {
    width: 182px;
    height: 48.198px;
  }

  .middle-banner-title {
    color: #00AF17;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 0.96px;
  }

  .middle-banner-heading {
    margin-bottom: 16px;
  }

  .period-title {
    color: #00AF17;
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.12px;
    margin-bottom: 8px;
  }

  .period-date {
    color: #1A1A1A;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.72px;
  }

  .caution-title {
    color: #00AF17;
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.12px;
  }

  .footer-caution-list li {
    color: #1A1A1A;
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.64px;
  }

  .footer-caution-list li a.text-link-red {
    color: #E60000;
    font-feature-settings: 'pwid' on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.64px;
  }

  .footer-caution-block {
    gap: 8px;
  }
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 999;
}

.pagetop a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 80px;
  height: 80px;
  border: 2px solid #E60000;
  background: #fff;
  border-radius: 100px;
  color: var(---, #E60000);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}

@media (hover: none) {
  .pagetop a:active {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  .pagetop a:hover {
    opacity: 0.7;
  }
}
.pagetop a img {
  width: 16px;
  height: 8px;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .pagetop {
    right: 11px;
    bottom: 5%;
  }
  .pagetop a {
    font-size: 16px;
    gap: 5px;
    width: 56px;
    height: 56px;
    border-radius: 100px;
    color: var(---, #E60000);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -0.24px;
  }
}

