@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  color: #1b1b1b;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  word-wrap: break-word;
}
body.is-fixed {
  overflow-y: scroll; /* 縦スクロールバーを常に表示 */
  position: fixed;
  width: 100%;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
address {
  margin: 0;
  padding: 0;
}

ul,
li,
dl,
dt,
dd {
  list-style-type: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button {
  appearance: none;
  background-color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc_only {
    display: none;
  }
}
.mb10 {
  margin-bottom: 10px;
}
@media screen and (min-width: 431px) {
  main {
    padding-top: 36px;
  }
  #wrapper {
    font-family: "Noto Sans", "Noto Sans JP", Helvetica, Arial, "Hiragino Kaku Gothic", "ヒラギノ角ゴ ProN W3", sans-serif;
    position: relative;
  }
  #wrapper:before {
    background: url(/promotion/pop_nyukai/tsumitate2505/assets/images/bg_kv.svg) center/cover no-repeat;
    content: "";
    height: 100lvh;
    left: 50%;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    width: 1920px;
    z-index: -1;
  }
}.main-area {
  background-color: #fff;
  box-shadow: 0px -13px 60px 0px rgba(0, 52, 87, 0.35);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-height: 1500px;
}
@media screen and (min-width: 431px) {
  .main-area {
    border-radius: 30px 30px 0 0;
    width: 375px;
  }
}
@media screen and (min-width: 1080px) {
  .main-area {
    left: 220px;
  }
}.entry-area__btnLink {
  align-items: center;
  background-color: #1b1b1b;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  min-height: 72px;
  padding: 4px 10%;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
  border-radius: 36px;
  background-color: #fff;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  font-weight: 700;
  background-color: #fac75e;
  border-width: 2px;
  box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.25);
}
.entry-area__btnLink:hover {
  opacity: 0.6;
}

.conditions__btnLink {
  align-items: center;
  background-color: #008eed;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  min-height: 52px;
  padding: 4px 10%;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
  border-radius: 26px;
  background-color: #fff;
  border: 1px solid #008eed;
  color: #008eed;
  font-weight: 700;
  border-width: 2px;
  margin-bottom: 20px;
}
.conditions__btnLink:hover {
  opacity: 0.6;
}
.conditions__btnLink.disabled {
  pointer-events: none;
  border-color: #ccc;
  color: #ccc;
}

.join__btnLink {
  align-items: center;
  background-color: #1b1b1b;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  min-height: 56px;
  padding: 4px 10%;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
  border-radius: 28px;
  background-color: #fff;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  font-weight: 700;
  background-color: #fac75e;
  border-width: 2px;
  box-shadow: 2px 4px 0px 0px rgba(119, 119, 119, 0.25);
  margin: 30px 0 20px;
}
.join__btnLink:hover {
  opacity: 0.6;
}

.contact__btnLink {
  align-items: center;
  background-color: #008eed;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  min-height: 52px;
  padding: 4px 10%;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
  border-radius: 26px;
}
.contact__btnLink:hover {
  opacity: 0.6;
}

.btnLink-icon {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.btnLink-icon svg {
  height: 20px;
  width: 20px;
}.entry-area {
  display: none;
}

@media screen and (min-width: 1080px) {
  .entry-area {
    display: flex;
    flex-direction: column;
    gap: 30px;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(calc(-100% - 100px), -50%);
    width: 430px;
  }
  .entry-area .entry-area__ttl {
    color: #008eed;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
}
@media screen and (min-width: 1240px) {
  .entry-area {
    transform: translate(calc(-100% - 110px), -50%);
  }
}.header__closeBtn {
  align-items: center;
  border: 1px solid #1b1b1b;
  display: flex;
  font-size: 1.2rem;
  height: 34px;
  justify-content: center;
  width: 85px;
}
.header__closeBtn span {
  font-size: 2.4rem;
  font-weight: 400;
  margin-left: 5px;
}
.header__closeBtn:hover {
  opacity: 0.6;
}.header {
  height: 50px;
}
.header .header__logo {
  left: 46px;
  position: absolute;
  top: 15px;
}
.header .header__logo img {
  width: 46px;
}
.header .header__closeBtn {
  position: absolute;
  right: 20px;
  top: 15px;
}.footer {
  position: relative;
  z-index: 10;
  background: #333;
  letter-spacing: 0;
}

.footer__inner {
  position: relative;
  margin: 0 auto;
  padding: 24px 20px;
}

.footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0;
  padding-left: 0;
  padding-right: 24px;
}

.footer__item {
  line-height: 1;
  margin-bottom: 8px;
}

.footer__item a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}
.footer__item a:hover {
  opacity: 0.5;
}
.footer__item a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.542 10.504'%3E%3Cpath d='M8871.653-10926.148h-.061l.061-8v7.992l9.943.008Zm2.478-2.5v-7h9v7Z' transform='translate(-8871.089 10936.152)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 6px;
}

.footer__info {
  align-items: center;
  display: flex;
  line-height: 1;
  padding: 0;
}

.footer__logo img {
  height: 16px;
  width: 59px;
}

.footer__copy {
  color: #fff;
  font-size: 13px;
  margin-left: 16px;
}

.footer__pagetop {
  position: absolute;
  right: 12px;
  top: 18px;
}
.footer__pagetop:after {
  clear: both;
  content: "";
  display: block;
}
.footer__pagetop a {
  text-indent: -9999px;
}
.footer__pagetop span {
  background: url("/promotion/pop_nyukai/tsumitate2505/assets/images//ico_pagetop.png") no-repeat 50% 50%;
  background-size: 24px 24px;
  display: block;
  height: 24px;
  width: 24px;
}
.footer__pagetop:hover span {
  opacity: 0.5;
}

.footer__closeBtn {
  align-items: center;
  appearance: none;
  background-color: #333;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  gap: 3px;
  justify-content: center;
  margin: 20px auto;
  padding: 5px 0;
  transition: 0.1s;
  width: 295px;
}
.footer__closeBtn span {
  font-size: 2.2rem;
}
.footer__closeBtn:hover {
  background-color: #fff;
  color: #191919;
  transition: 0.1s;
}
.noteList {
  margin-top: 20px;
}
.noteList li {
  color: #848484;
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 1.56rem;
  position: relative;
}
.noteList li:before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}
.noteList li:not(:last-child) {
  margin-bottom: 10px;
}
.noteList + .sec__txt {
  margin-top: 10px;
}

.kv__noteList li {
  color: #1b1b1b;
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 1.56rem;
  position: relative;
}
.kv__noteList li:before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

.cashback__image-noteList {
  margin-top: 5px;
}
.cashback__image-noteList li {
  color: #848484;
  font-size: 1.2rem;
  line-height: 1.6;
  padding-left: 1.56rem;
  position: relative;
}
.cashback__image-noteList li:before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}.kv img {
  width: 100%;
}
.kv .kv__period {
  padding: 20px;
}
.kv .kv__period-ttl {
  background-color: #33a1eb;
  border-radius: 6px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 3px 15px;
  text-align: center;
}
.kv .kv__period-txt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 5px 0 15px;
  text-align: center;
}
.kv .kv__period-txt strong {
  font-size: 2.2rem;
  font-weight: 500;
}section .inner {
  padding: 50px 20px;
}
section.period .inner {
  padding: 40px 20px;
}
section.period .noteList {
  margin-top: 20px;
}
section.conditions {
  background-color: #7acaff;
  margin-bottom: 50px;
  position: relative;
}
section.conditions:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 187.5px 0 187.5px;
  border-color: #7acaff transparent transparent transparent;
  bottom: -50px;
  content: "";
  left: 0;
  position: absolute;
}
section.conditions .inner {
  padding-bottom: 30px;
}
section.conditions .conditions__lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 10px;
}
section.join {
  background-color: #52baff;
}
section.cashback .cashback__arrow {
  margin: 20px auto;
  text-align: center;
}
section.contact .inner {
  padding-top: 0;
}.h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 30px;
  text-align: center;
}
.h2.conditions__h2 {
  color: #008eed;
  font-size: 2.2rem;
  padding-bottom: 15px;
  position: relative;
}
.h2.conditions__h2:after {
  background-color: #bde5ff;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 120px;
}
.h2.cashback__h2 {
  color: #008eed;
  font-size: 2.6rem;
}
.h2.join__h2 {
  color: #fff;
  font-size: 2.6rem;
  text-shadow: 0px 0px 4px #2facff;
}
.h2.notes__h2, .h2.contact__h2 {
  font-size: 2.6rem;
}h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.1px;
  margin-bottom: 20px;
  text-align: center;
}
h3.h3--small {
  font-size: 1.6rem;
}
h3.h3--left {
  text-align: left;
}h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}

.notes .h4 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}.conditions__step-ttl {
  align-items: center;
  background-color: #008eed;
  border: 4px solid #1b1b1b;
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-family: Montserrat;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 2px;
  left: 50%;
  padding: 4px 16px;
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  width: fit-content;
}
.conditions__step-ttl .strong {
  font-size: 2.4rem;
}.conditions__frame {
  background-color: #fff;
  border: 4px solid #1b1b1b;
  border-radius: 10px;
  padding: 40px 18px;
  position: relative;
}
.conditions__frame + .conditions__frame {
  margin-top: 46px;
}

.conditions__step-frame {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px 10px;
}
.conditions__step-frame .conditions__frame-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.conditions__step-frame .conditions__step-frame-list li {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 5px;
  padding-left: 1.1em;
  position: relative;
}
.conditions__step-frame .conditions__step-frame-list li:before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  height: 4px;
  display: inline-block;
  left: 5px;
  position: absolute;
  top: calc(1.28rem - 2px);
  width: 4px;
}

.join__frame {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
}

.cashback__image-frame1 {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
}

.cashback__image-frame2 {
  border: 3px solid #33a1eb;
  border-radius: 5px;
  padding: 15px;
}.conditions__list li, .conditions__step-list li {
  color: #1b1b1b;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 1.8rem;
  position: relative;
}
.conditions__list li:before, .conditions__step-list li:before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  height: 10px;
  display: inline-block;
  left: 5px;
  position: absolute;
  top: calc((2.1rem - 10px) / 2);
  width: 10px;
}
.conditions__list li + li, .conditions__step-list li + li {
  margin-top: 10px;
}

.conditions__step-list li {
  font-size: 1.6rem;
}
.conditions__step-list li:before {
  height: 3px;
  top: calc(1.28rem - 1.5px);
  width: 3px;
}
.conditions__step-list li + li {
  margin-top: 5px;
}

.conditions__num-list {
  counter-reset: caution 0;
}
.conditions__num-list li {
  color: #1b1b1b;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 2.1rem;
  position: relative;
}
.conditions__num-list li:before {
  content: "(" counter(caution) ")";
  counter-increment: caution 1;
  left: 0;
  position: absolute;
  top: 0;
  background-color: inherit;
  height: auto;
  width: auto;
}
.conditions__num-list li + li {
  margin-top: 10px;
}

.notes__list li {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 1.1em;
  position: relative;
}
.notes__list li:before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  height: 3px;
  display: inline-block;
  left: 5px;
  position: absolute;
  top: calc((2.24rem - 3px) / 2);
  width: 3px;
}
.notes__list li + li {
  margin-top: 10px;
}

.cashback__image-list {
  margin-top: 5px;
}
.cashback__image-list li {
  font-size: 1.4rem;
  line-height: 1.6;
  padding-left: 1.1em;
  position: relative;
}
.cashback__image-list li:before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  height: 3px;
  display: inline-block;
  left: 5px;
  position: absolute;
  top: calc((2.24rem - 3px) / 2);
  width: 3px;
}.externalLink {
  color: #008eed;
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
  text-decoration: underline;
}
.externalLink:after {
  background: url(/promotion/pop_nyukai/tsumitate2505/assets/images/icon_external.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.2rem;
  margin-left: 4px;
  right: 0;
  position: relative;
  top: 0.18rem;
  width: 1.2rem;
}
.externalLink:hover {
  text-decoration: none;
}

.externalLink--middle {
  color: #008eed;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  text-decoration: underline;
}
.externalLink--middle:after {
  background: url(/promotion/pop_nyukai/tsumitate2505/assets/images/icon_external.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.4rem;
  margin-left: 4px;
  right: 0;
  position: relative;
  top: 0.21rem;
  width: 1.4rem;
}
.externalLink--middle:hover {
  text-decoration: none;
}.conditions__flexWrap {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
}
.conditions__flexWrap a {
  transition: opacity 0.3s ease;
}
.conditions__flexWrap a:hover {
  opacity: 0.6;
}.cashback__table {
  margin-bottom: 30px;
}
.cashback__table th {
  background-color: #008eed;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px;
  text-align: left;
}
.cashback__table th:not(:first-child) {
  border-left: 1px solid #000;
}
.cashback__table td {
  border-top: 1px solid #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
.cashback__table td:not(:first-child) {
  border-left: 1px solid #000;
}.cashback__table-scrollable {
  margin-bottom: 30px;
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.cashback__table-scrollable:after {
  background: url(/promotion/pop_nyukai/tsumitate2505/assets/images/img_scroll.png) 0 0/contain no-repeat;
  content: "";
  height: 138px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 236px;
}
.cashback__table-scrollable.scrolled:after {
  content: none;
}
.cashback__table-scrollable .cashback__table {
  margin: 0;
  width: 560px;
}
.cashback__table-scrollable th {
  background-color: #008eed;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px;
  text-align: left;
}
.cashback__table-scrollable th:not(:first-child) {
  border-left: 1px solid #000;
}
.cashback__table-scrollable td {
  border-top: 1px solid #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
.cashback__table-scrollable td:not(:first-child) {
  border-left: 1px solid #000;
}
.cashback__example-card {
  align-items: center;
  border: 2px solid #008eed;
  border-radius: 10px;
  display: flex;
  gap: 15px;
  justify-content: space-around;
  padding: 15px 20px;
}
.cashback__example-card .cashback__example-card__img {
  flex-shrink: 0;
}
.cashback__example-card .cashback__example-card__table {
  font-size: 1.4rem;
}
.cashback__example-card .cashback__example-card__table th {
  font-weight: 500;
  padding: 5px 0;
  text-align: left;
}
.cashback__example-card .cashback__example-card__table td {
  font-weight: 500;
  padding: 5px 0;
  position: relative;
  text-align: left;
}
.cashback__example-card .cashback__example-card__table td:before {
  content: "：";
}.sec__txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
.sec__txt--center {
  text-align: center;
}
.sec__txt + .sec__txt {
  margin-top: 10px;
}.conditions__wrapper,
.cashback__wrapper {
  margin-bottom: 30px;
}

.notes__wrapper {
  margin-bottom: 40px;
}

.notes__txt-wrapper {
  margin: 10px 0 20px;
}.cashback__image {
  display: flex;
  gap: 48px;
  justify-content: space-between;
  position: relative;
}
.cashback__image:not(:last-child) {
  margin-bottom: 20px;
}
.cashback__image:not(:last-child):before {
  background-color: #33a1eb;
  content: "";
  height: calc(100% + 30px);
  left: 28px;
  position: absolute;
  top: 0;
  width: 8px;
}
.cashback__image .cashback__image-date {
  align-items: center;
  background-color: #fff;
  border: 3px solid #33a1eb;
  border-radius: 50%;
  color: #33a1eb;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  flex-direction: column;
  flex-shrink: 0;
  gap: 2px;
  height: 64px;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 64px;
}
.cashback__image .cashback__image-date:after {
  background-color: #33a1eb;
  content: "";
  height: 2px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}
.cashback__image .cashback__image-date span {
  font-size: 1.2rem;
}
.cashback__image .cashback__image-date--2 {
  background-color: #33a1eb;
  color: #fff;
}
.cashback__image .cashback__image-date--3 {
  background-color: #5a5a5a;
  border-color: #5a5a5a;
  color: #fff;
}
.cashback__image .cashback__image-date--3:after {
  background-color: #5a5a5a;
}
.cashback__image .cashback__image-cont {
  align-self: center;
  width: 100%;
}
.cashback__image .cashback__image-txt {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 10px;
}
.cashback__image .cashback__image-ttl {
  color: #33a1eb;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.cashback__image .cashback__image-ttl + .cashback__image-ttl2 {
  margin-top: 10px;
}
.cashback__image .cashback__image-ttl2 {
  color: #1b1b1b;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
.cashback__image .cashback__image-frame2 .cashback__image-ttl {
  margin-bottom: 5px;
  text-align: center;
}
.cashback__image .cashback__image-frame2 .cashback__image-lead {
  background-color: #33a1eb;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 5px 15px;
  text-align: center;
}
.cashback__image:last-child .cashback__image-date {
  position: absolute;
}
.cashback__image:last-child .cashback__image-date::after {
  content: none;
}
.cashback__image:last-child .cashback__image-cont {
  margin: 15px 0 0 30px;
  width: 100%;
}
.cashback__image:last-child .cashback__image-frame2 {
  padding: 5px 20px 15px 55px;
}
.cashback__image:last-child .cashback__image-ttl {
  background-color: inherit;
  color: #1b1b1b;
  font-size: 1.6rem;
  padding: 0;
  text-align: left;
  width: fit-content;
}
.cashback__image:last-child .cashback__image-ttl span {
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 5px;
  text-decoration-color: #fac75e;
  text-underline-offset: -4px;
  text-decoration-skip-ink: none;
}
.cashback__image:last-child .cashback__image-ttl strong {
  font-size: 2.2rem;
}

/* 251001公開 */

.main__title--end {
  padding: 15px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  background: #fff;
}