@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1039px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1040px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  --aupay: #EB5505;
  --dbarai: #CC0033;
  --paypay: #FE0032;
}

:root {
  font-size: min(16px, 1.5640273705vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

body {
  min-width: 320px;
  padding: 0;
  color: #000;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #DE0010;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* contents */
/**************************************************/
.l-page-container {
  position: relative;
  overflow: hidden;
}

.l-page-contents {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 40px;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .l-page-contents {
    padding: 0 20px;
  }
}

/**************************************************/
/* structure 構造を定義 */
/**************************************************/
.l-header,
.l-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 1.3125rem 0 1.0625rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-header,
  .l-footer {
    padding: 0.875rem 0 0.625rem;
  }
}
.l-header__logo,
.l-footer__logo {
  display: block;
  max-width: 100%;
  width: 12.6875rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header__logo,
  .l-footer__logo {
    width: 8.75rem;
  }
}

.l-mainvisual {
  background: url(../../images/bg-mainvisual.png) no-repeat center bottom/cover;
  padding: 0 0 0.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-mainvisual {
    background: url(../../images/bg-mainvisual_sp.png) no-repeat center top/100% auto;
    padding: 0.5rem 0.3125rem 0 0.5625rem;
  }
}
.l-mainvisual::before {
  position: absolute;
  content: "";
  width: 18.4375rem;
  height: 6.125rem;
  left: -3.625rem;
  top: 30.9375rem;
  background: url(../../images/deco-mainvisual.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .l-mainvisual::before {
    display: none;
  }
}
.l-mainvisual__img {
  margin: 0 auto;
  max-width: 64.5rem;
  position: relative;
  z-index: 2;
}
.l-mainvisual__img picture {
  display: block;
}
.l-mainvisual.-before {
  padding-top: 3.75rem;
  padding-bottom: 11.25rem;
}
.l-mainvisual.-before .l-mainvisual__lead {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 48rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-mainvisual.-before {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-link {
  color: inherit;
  text-decoration: none;
}

.c-text-a {
  line-height: 1.8;
  margin: 0.25rem 0 0 0;
}
.c-text-a em {
  color: #13257C;
  font-weight: bold;
}
.c-text-a.-mt {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-text-a {
    font-size: 0.875rem;
  }
}

.c-notes {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  margin: 0.25rem 0 0 0;
  line-height: 1.8;
  font-size: 0.9375rem;
}
.c-notes::before {
  content: "※";
  color: #E71F10;
}
.c-notes.-black::before {
  color: #000;
}
.c-notes.-red {
  color: #E71F10;
}
@media (max-width: 767px) {
  .c-notes {
    font-size: 0.8125rem;
  }
}

.c-star {
  color: #13AE67;
  font-weight: bold;
  padding-left: 1.3rem;
  line-height: 1.8;
  position: relative;
  margin: 0.125rem 0 0 0;
}
.c-star::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  left: 0;
  top: 0.4em;
  background: url(../img/icon-star.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .c-star {
    font-size: 0.875rem;
  }
}

.c-label {
  display: inline-block;
  font-weight: bold;
  color: white;
  text-align: center;
  width: 5.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.0625rem 0.0625rem 0.125rem;
  border-radius: 0.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-label.-aupay {
  background-color: var(--aupay);
}
.c-label.-dbarai {
  background-color: var(--dbarai);
}
.c-label.-paypay {
  background-color: var(--paypay);
}
@media (max-width: 767px) {
  .c-label {
    font-size: 0.8125rem;
    width: 3.25rem;
    padding: 0.1875rem 0 0.25rem;
  }
}

.c-numlist-a {
  margin: 0;
  padding: 0 0 0 1em;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-numlist-a {
    font-size: 0.875rem;
  }
}

.c-list-a {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
}
.c-list-a > li {
  line-height: 2;
  padding-left: 1em;
  position: relative;
}
.c-list-a > li::before {
  position: absolute;
  content: "";
  top: 0.75em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 6.25rem;
  background: #13257C;
}
.-aupay .c-list-a > li::before {
  background-color: var(--aupay);
}
.-dbarai .c-list-a > li::before {
  background-color: var(--dbarai);
}
.-paypay .c-list-a > li::before {
  background-color: var(--paypay);
}
.c-list-a > li + li {
  margin-top: 0.3125rem;
}
@media (max-width: 767px) {
  .c-list-a {
    font-size: 0.875rem;
  }
}

.c-list-b {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
}
.c-list-b > li {
  line-height: 2;
  padding-left: 1em;
  position: relative;
}
.c-list-b > li::before {
  position: absolute;
  content: "";
  top: calc(1em - 0.0625rem);
  left: 0;
  width: 0.625rem;
  height: 0.125rem;
  border-radius: 0.125rem;
}
.-aupay .c-list-b > li::before {
  background-color: var(--aupay);
}
.-dbarai .c-list-b > li::before {
  background-color: var(--dbarai);
}
.-paypay .c-list-b > li::before {
  background-color: var(--paypay);
}
@media (max-width: 767px) {
  .c-list-b {
    font-size: 0.875rem;
  }
}

.c-list-c {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list-c > li {
  padding-left: 1em;
  line-height: 2;
  position: relative;
}
.c-list-c > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .c-list-c {
    font-size: 0.875rem;
  }
  .c-list-c > li {
    line-height: 1.8;
  }
}

.c-indent3 {
  margin-top: 1em;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.c-indent3 > li {
  padding-left: 3em;
  text-indent: -3em;
}
.c-indent3 > li + li {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .c-indent3 {
    font-size: 0.875rem;
  }
}

[data-trigger].-invisible {
  opacity: 0;
}
[data-trigger].-visible {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in;
  transition: opacity 0.8s ease-in;
}

[data-trigger=fadeIn].-invisible {
  opacity: 0;
}
[data-trigger=fadeIn].-invisible :where(.c-heading-d, .c-heading-e) > .txt {
  background-size: 0 30%;
}
[data-trigger=fadeIn].-visible {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in;
  transition: opacity 0.8s ease-in;
}

[data-trigger=fadeInUp].-invisible {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
[data-trigger=fadeInUp].-visible {
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-trigger=fadeInLeft].-invisible {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
[data-trigger=fadeInLeft].-visible {
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.box[data-trigger=custom].-invisible {
  opacity: 1;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.box[data-trigger=custom].-visible {
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* pages */
/**************************************************/
.l-campaign {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(45rem, transparent), to(transparent)), url(../../images/bg-main.png) repeat top center/8.8125rem 8.375rem;
  background: linear-gradient(180deg, white 0%, transparent 45rem, transparent 100%), url(../../images/bg-main.png) repeat top center/8.8125rem 8.375rem;
  padding: 0 0 8.75rem;
}
@media (max-width: 767px) {
  .l-campaign {
    padding: 0 0 4.375rem;
  }
}
.l-campaign .campaign-zyogen {
  max-width: 1152px;
  display: block;
  margin: 0 auto;
  padding: 0 0.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-campaign .campaign-zyogen {
    margin-top: 0.875rem;
    padding: 0;
  }
}
.l-campaign .campaignBlock {
  background: white;
  border: solid 8px #13257C;
  border-radius: 1rem;
  padding: 3.375rem 2.5rem 1.25rem;
  position: relative;
  margin-top: 5rem !important;
}
@media (max-width: 767px) {
  .l-campaign .campaignBlock {
    padding: 2.5rem 1.25rem 1.25rem;
    border-width: 4px;
    margin-top: 3.75rem !important;
  }
}
.l-campaign .campaignBlock__title {
  max-width: 25rem;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  left: -8px;
  top: -2.5rem;
  position: absolute;
  z-index: 2;
  background: #13257C;
  color: white;
  font-weight: bold;
  font-size: 1.5625rem;
  padding: 1.125rem 2.5rem;
  border-radius: 1.5rem 6.25rem 6.25rem 0;
}
.l-campaign .campaignBlock__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -0.5rem;
  background: url(../../images/deco-cp-title.png) no-repeat center bottom/contain;
  width: 5.5rem;
  height: 3.75rem;
}
@media (max-width: 767px) {
  .l-campaign .campaignBlock__title {
    padding: 0.9375rem 1.875rem;
    left: -4px;
    font-size: 1.25rem;
    top: -2.125rem;
  }
  .l-campaign .campaignBlock__title::after {
    width: 3.75rem;
    right: -0.25rem;
  }
}
.l-campaign .campaignBlock__text {
  font-weight: bold;
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-campaign .campaignBlock__text {
    font-size: 1.125rem;
  }
}
.l-campaign .campaignBlock__text2 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-campaign .campaignBlock__text2 {
    font-size: 1rem;
  }
}
.l-campaign .detailTable table {
  border-collapse: separate;
  border-spacing: 0.125rem 0;
  width: 100%;
}
.l-campaign .detailTable table th, .l-campaign .detailTable table td {
  border-bottom: dotted 0.125rem #13257C;
  vertical-align: top;
  text-align: left;
  padding: 1.25rem 0;
}
.l-campaign .detailTable table th > *:first-child, .l-campaign .detailTable table td > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-campaign .detailTable table th, .l-campaign .detailTable table td {
    display: block;
    width: 100% !important;
  }
}
.l-campaign .detailTable table th {
  line-height: 1.7;
}
@media (max-width: 767px) {
  .l-campaign .detailTable table th {
    padding-bottom: 0;
    line-height: 1.5;
    border-bottom: none;
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .l-campaign .detailTable table td {
    padding-top: 0.375rem;
  }
}
.l-campaign .detailTable table tr:last-child th, .l-campaign .detailTable table tr:last-child td {
  border-bottom: none !important;
}
.l-campaign .detail-poster {
  margin: 1rem 0;
  max-width: 32.8125rem;
}
.l-campaign .detaillist-heading {
  color: #13257C;
  font-weight: bold;
  margin: 1.5rem 0 0 0;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .l-campaign .detaillist-heading {
    font-size: 0.875rem;
  }
}
.l-campaign .detaillist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-campaign .detaillist__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem 0.5rem;
  margin-top: 1rem;
}
.l-campaign .conditions-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #13257C;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 2.5rem 0 0 0;
  position: relative;
  max-width: 32.8125rem;
}
.l-campaign .conditions-title::before {
  width: 100%;
  height: 0.125rem;
  background: #13257C;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-campaign .conditions-title > span {
  display: block;
  padding: 0 0.75rem;
  background: white;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .l-campaign .conditions-title {
    margin-top: 1.875rem;
    font-size: 1.125rem;
  }
}
.l-campaign .conditions {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin: 1.25rem 0 0 0;
  padding: 0;
  max-width: 32.8125rem;
}
@media (max-width: 767px) {
  .l-campaign .conditions {
    margin-top: 1rem;
    gap: 1.875rem;
  }
}
.l-campaign .conditions__title {
  background: #13257C;
  color: white;
  border-radius: 6.25rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0.625rem;
}
.l-campaign .conditions__title.-aupay {
  background: var(--aupay);
}
.l-campaign .conditions__title.-dbarai {
  background: var(--dbarai);
}
.l-campaign .conditions__title.-paypay {
  background: var(--paypay);
}
@media (max-width: 767px) {
  .l-campaign .conditions__title {
    font-size: 0.875rem;
    padding: 0.375rem 0;
  }
}
.l-campaign .conditions__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9375rem;
}
@media (max-width: 767px) {
  .l-campaign .conditions__wrap {
    margin-top: 0.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-campaign .conditions__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 767px) {
  .l-campaign .conditions__item {
    margin: 0 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .l-campaign .conditions__item:first-child {
    padding-right: 2.25rem;
    border-right: dashed 1px #707070;
    margin-right: 2.25rem;
  }
}
@media (max-width: 767px) {
  .l-campaign .conditions__item:first-child {
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
    border-bottom: dashed 1px #707070;
  }
}
.l-campaign .conditions__heading {
  font-weight: bold;
  margin: 0;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .l-campaign .conditions__heading {
    font-size: 0.8125rem;
  }
}
.l-campaign .conditions__point {
  margin: 0;
  color: #FF0000;
  font-weight: bold;
  font-size: 2rem;
}
.l-campaign .conditions__point em {
  font-size: 3.125rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-campaign .conditions__point {
    font-size: 1.25rem;
  }
  .l-campaign .conditions__point em {
    font-size: 2rem;
  }
}
.l-campaign .conditions__indent {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-campaign .conditions__indent > li {
  margin-top: 0.125rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .l-campaign .conditions__indent > li {
    font-size: 0.875rem;
  }
}
.l-campaign .conditions__indent > li.-sm {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .l-campaign .conditions__indent > li.-sm {
    font-size: 0.8125rem;
  }
}
.l-campaign .campaign-naBox {
  background: white;
  border-radius: 1rem;
  border: solid 8px #13257C;
  padding: 3rem 2.5rem;
  margin-top: 3.125rem;
}
.l-campaign .campaign-naBox > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-campaign .campaign-naBox {
    border-width: 4px;
    margin-top: 2rem;
    padding: 1.5rem 1.25rem;
  }
}
.l-campaign .campaign-naBox__title {
  color: #13257C;
  font-weight: bold;
  font-size: 1.1875rem;
  padding-bottom: 1.5rem;
  padding-left: 1.875rem;
  position: relative;
  margin: 2rem 0 1rem;
  background: url(../../images/line.png) repeat-x left bottom/auto 0.625rem;
}
.l-campaign .campaign-naBox__title::before {
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  content: "";
  left: 0;
  top: 0.2em;
  background: url(../img/icon-heading-a.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .l-campaign .campaign-naBox__title {
    font-size: 1.125rem;
    padding-bottom: 1rem;
    background-size: auto 0.375rem;
  }
}
.l-campaign .grant-text {
  margin: 5.625rem auto 2.5rem;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 55.125rem;
}
@media (max-width: 767px) {
  .l-campaign .grant-text {
    margin-top: 2.5rem;
  }
}
.l-campaign .payment-notesBox {
  margin-top: 3.5rem;
  position: relative;
  border-radius: 1rem;
  background-size: auto auto;
  background-color: #13257C;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgb(255, 255, 255) 10px, rgb(255, 255, 255) 20px);
  padding: 0.5rem;
  -webkit-box-shadow: 0 0.1875rem 1rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 0.1875rem 1rem rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  .l-campaign .payment-notesBox {
    margin-top: 2rem;
    padding: 0.3125rem;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 0.4375rem, rgb(255, 255, 255) 0.4375rem, rgb(255, 255, 255) 0.875rem);
  }
}
.l-campaign .payment-notesBox__title {
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0 2rem;
}
.l-campaign .payment-notesBox__title img {
  margin: 0 auto;
  width: auto;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.l-campaign .payment-notesBox__title .toggle {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 6.25rem;
  width: 2rem;
  height: 2rem;
  background: #13257C;
}
.l-campaign .payment-notesBox__title .toggle::before, .l-campaign .payment-notesBox__title .toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 0.25rem;
  background: white;
}
.l-campaign .payment-notesBox__title .toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.l-campaign .payment-notesBox__title.-active .toggle::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .l-campaign .payment-notesBox__title {
    padding: 0 2rem 0 0;
  }
  .l-campaign .payment-notesBox__title img {
    height: 1.6875rem;
  }
  .l-campaign .payment-notesBox__title .toggle {
    right: 0;
  }
}
.l-campaign .payment-notesBox .ac-body {
  padding-top: 1.25rem;
}
.l-campaign .payment-notesBox__body {
  background: white;
  border-radius: 0.5rem;
  padding: 2.5rem 2rem;
}
@media (max-width: 767px) {
  .l-campaign .payment-notesBox__body {
    padding: 1.25rem;
  }
}
.l-campaign .payment-notesBox__attention {
  margin: 1.25rem 0 0 0;
  padding: 1.25rem 0 0 2.5rem;
  position: relative;
  border-top: dotted 0.125rem black;
}
.l-campaign .payment-notesBox__attention::before {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 1.75rem;
  height: 1.5625rem;
  content: "";
  background: url(../img/icon-notes.svg) no-repeat center center/contain;
}
.l-campaign .payment-notesBox__attention-text {
  margin: 0;
  line-height: 2;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .l-campaign .payment-notesBox__attention {
    padding-left: 1.875rem;
  }
  .l-campaign .payment-notesBox__attention::before {
    width: 1.5rem;
  }
  .l-campaign .payment-notesBox__attention-text {
    font-size: 0.875rem;
  }
}
.l-campaign .payment-notesBox__link {
  margin-top: 1.875rem;
  text-align: center;
}
.l-campaign .payment-notesBox__link > a {
  text-decoration: none;
  display: inline;
  border-bottom: dotted 0.1875rem black;
  font-size: 1.125rem;
  font-weight: bold;
  color: inherit;
  line-height: 1.8;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 767px) {
  .l-campaign .payment-notesBox__link {
    margin-top: 1.5rem;
  }
  .l-campaign .payment-notesBox__link > a {
    font-size: 1rem;
  }
}
.l-campaign .payment-notesBox.-aupay {
  background-color: var(--aupay);
}
.l-campaign .payment-notesBox.-aupay .payment-notesBox__title .toggle {
  background: var(--aupay);
}
.l-campaign .payment-notesBox.-aupay .payment-notesBox__link > a {
  border-color: var(--aupay);
  color: var(--aupay);
}
.l-campaign .payment-notesBox.-dbarai {
  background-color: var(--dbarai);
}
.l-campaign .payment-notesBox.-dbarai .payment-notesBox__title .toggle {
  background: var(--dbarai);
}
.l-campaign .payment-notesBox.-dbarai .payment-notesBox__link > a {
  border-color: var(--dbarai);
  color: var(--dbarai);
}
.l-campaign .payment-notesBox.-paypay {
  background-color: var(--paypay);
}
.l-campaign .payment-notesBox.-paypay .payment-notesBox__title .toggle {
  background: var(--paypay);
}
.l-campaign .payment-notesBox.-paypay .payment-notesBox__link > a {
  border-color: var(--paypay);
  color: var(--paypay);
}

.l-callcenter {
  z-index: 5;
  position: relative;
  background: url(../../images/bg-callcenter.png) no-repeat top center/100% auto;
  padding: min(14.6875rem, 18%) 0 5.875rem;
  margin-top: -6.5rem;
}
@media (max-width: 767px) {
  .l-callcenter {
    margin-top: -2.5rem;
    padding: 4.375rem 0 2.5rem;
  }
}
.l-callcenter.-info {
  margin-top: -2.5rem;
}
@media (min-width: 1520px) {
  .l-callcenter.-info {
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}

.l-callcenter-box .callcenter__title {
  margin: 0 auto;
  max-width: 57.5rem;
  position: relative;
}
.l-callcenter-box .callcenter__title img {
  display: block;
}
@media (max-width: 767px) {
  .l-callcenter-box .callcenter__title {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.l-callcenter-box .callcenter__title::before {
  position: absolute;
  content: "";
  width: 14.0625rem;
  height: 3.25rem;
  right: 62%;
  top: -2.875rem;
  background: url(../../images/deco-callcenter01.png) no-repeat center bottom/contain;
}
@media (max-width: 767px) {
  .l-callcenter-box .callcenter__title::before {
    width: 6.25rem;
  }
}
.l-callcenter-box .callcenter__info {
  position: relative;
}
.l-callcenter-box .callcenter__info::before {
  position: absolute;
  content: "";
  width: 16rem;
  height: 7.125rem;
  left: -4.25rem;
  bottom: -2.25rem;
  background: url(../../images/deco-callcenter02.png) no-repeat center right/contain;
}
@media (max-width: 767px) {
  .l-callcenter-box .callcenter__info::before {
    width: 7.1875rem;
  }
}
.l-callcenter-box .callcenter__info::after {
  position: absolute;
  content: "";
  width: 17.625rem;
  height: 11.375rem;
  right: -5.75rem;
  top: -2.25rem;
  background: url(../../images/deco-callcenter03.png) no-repeat center left/contain;
}
@media (max-width: 767px) {
  .l-callcenter-box .callcenter__info::after {
    width: 8.125rem;
  }
}
.l-callcenter-box .callcenter__num {
  display: block;
  margin: 1.125rem auto 0;
  max-width: 32rem;
  width: 76%;
  position: relative;
  z-index: 3;
}
.l-callcenter-box .callcenter__time {
  position: relative;
  z-index: 3;
  margin: 0.875rem 0 0 0;
  font-weight: bold;
  text-align: center;
  color: #13257C;
  font-size: 1.0625rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .callcenter__time {
    font-size: 0.8125rem;
  }
}
.l-callcenter-box .payinfo-box {
  background: white;
  margin-top: 1rem;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
  padding: 2.5rem 5rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .payinfo-box {
    padding: 1.5rem 0.9375rem;
  }
}
.l-callcenter-box .payinfo-box__title {
  text-align: center;
  margin: 0;
  font-weight: bold;
  font-size: 1.4375rem;
}
.l-callcenter-box .payinfo-box__title > span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FEE05D));
  background: linear-gradient(transparent 70%, #FEE05D 70%);
}
@media (max-width: 767px) {
  .l-callcenter-box .payinfo-box__title {
    font-size: 1.125rem;
  }
}
.l-callcenter-box .paylist {
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist {
    margin-top: 1.5rem;
  }
}
.l-callcenter-box .paylist__item {
  padding: 0.9375rem 0;
  gap: 0 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__item {
    gap: 0.125rem;
  }
}
.l-callcenter-box .paylist__item:last-child {
  padding-bottom: 0 !important;
}
.l-callcenter-box .paylist__item:not(:last-child) {
  border-bottom: dotted 0.125rem black;
}
.l-callcenter-box .paylist__logo {
  width: 7.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__logo {
    width: 5.375rem;
  }
}
.l-callcenter-box .paylist__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-callcenter-box .paylist__content > *:first-child {
  margin-top: 0 !important;
}
.l-callcenter-box .paylist__title {
  font-weight: 500;
  font-size: 0.9375rem;
  margin: 0;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__title {
    font-size: 0.875rem;
  }
}
.l-callcenter-box .paylist__title2 {
  color: #13257C;
  font-weight: bold;
  font-size: 0.8125rem;
  padding-left: 0.5rem;
  position: relative;
  margin: 0.625rem 0 0.125rem 0;
}
.l-callcenter-box .paylist__title2::before {
  position: absolute;
  left: 0;
  top: calc(0.75em - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 6.25rem;
  background: #13257C;
  content: "";
}
.l-callcenter-box .paylist__text {
  margin: 0;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__text {
    font-size: 0.875rem;
  }
}
.l-callcenter-box .paylist__text.-mt10 {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .l-callcenter-box .paylist__text br.-pchidden {
    display: none;
  }
}
.l-callcenter-box .paylist__tel {
  font-weight: bold;
  font-size: 1.4375rem;
  display: inline-block;
  text-align: center;
  color: inherit;
  text-decoration: none;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__tel {
    font-size: 1.25rem;
  }
}
.l-callcenter-box .paylist__tel.-pl10 {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__tel.-pl10 {
    padding-left: 0;
  }
}
.l-callcenter-box .paylist__notes {
  display: inline-block;
  margin: 0;
  font-size: 0.75rem;
}
.l-callcenter-box .paylist__time {
  display: inline-block;
  font-weight: bold;
  font-size: 0.875rem;
  margin-top: 0.125rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__time {
    font-size: 0.8125rem;
  }
}
.l-callcenter-box .paylist__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  gap: 0.25rem 1rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-callcenter-box .paylist__qr {
  display: block;
  max-width: 6.625rem;
}
@media (max-width: 767px) {
  .l-callcenter-box .paylist__qr {
    max-width: 4.375rem;
  }
}

.l-consultation {
  padding: 5rem 0;
  background: url(../../images/bg-consultation-l.png) no-repeat top left/11.25rem auto, url(../../images/bg-consultation-r.png) no-repeat top right/11.25rem auto, url(../../images/bg-consultation.png) repeat-y top center/100% auto;
}
@media (max-width: 767px) {
  .l-consultation {
    padding: 2.5rem 0;
    background-size: 5rem auto, 5rem auto, 200% auto;
  }
}
.l-consultation .consultation__title {
  margin: 0 auto;
  max-width: 56.25rem;
}
.l-consultation .consultation__title img {
  display: block;
}
.l-consultation .consultation__leadWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .l-consultation .consultation__leadWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-consultation .consultation__lead {
  max-width: 33.75rem;
  margin: 0;
}
.l-consultation .consultation__lead img {
  display: block;
}
.l-consultation .consultation__lead2 {
  max-width: 21.6875rem;
  margin: 0;
}
.l-consultation .consultation__lead2 img {
  display: block;
}
@media (max-width: 767px) {
  .l-consultation .consultation__lead2 {
    max-width: 70%;
  }
}
.l-consultation .consultation__lead3 {
  max-width: 52rem;
  margin: 1.5rem auto 0;
}
.l-consultation .consultation__lead3 img {
  display: block;
}
.l-consultation .consultationBox {
  border-radius: 0.5rem;
  margin-top: 2.5rem;
  margin-right: 12.5rem;
  border: solid 0.25rem #6DAD1A;
  padding: 1.875rem 1.625rem;
  background: white;
  position: relative;
}
@media (max-width: 767px) {
  .l-consultation .consultationBox {
    padding: 0.9375rem;
    margin-right: 0;
    margin-top: 2rem;
    margin-bottom: 1.875rem;
  }
}
.l-consultation .consultationBox::after {
  position: absolute;
  content: "";
  width: 12.8125rem;
  height: 10.1875rem;
  right: -15.375rem;
  bottom: 1.125rem;
  background: url(../../images/deco-consultation.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .l-consultation .consultationBox::after {
    width: 6.25rem;
    height: 5rem;
    right: -0.625rem;
    bottom: -3.75rem;
  }
}
.l-consultation .consultationBox__lead {
  font-weight: 500;
  margin: 0.25rem 0 0 0;
  font-size: 1.625rem;
  font-weight: bold;
  color: #22AC38;
  line-height: 1.8;
}
.l-consultation .consultationBox__lead .bg {
  line-height: 1.5;
  display: inline-block;
  background: #22AC38;
  border-radius: 0.25rem;
  color: white;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  margin-right: 0.1875rem;
}
@media (max-width: 1023px) {
  .l-consultation .consultationBox__lead .bg {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .l-consultation .consultationBox__lead {
    font-size: 1rem;
    text-align: left;
  }
  .l-consultation .consultationBox__lead .bg {
    padding: 0.25rem 0.625rem;
    font-size: 1.25rem;
  }
}
.l-consultation .consultationBox__date {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.l-consultation .consultationBox__date > *:first-child {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .l-consultation .consultationBox__date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-consultation .consultationBox__date-label {
  display: inline-block;
  font-weight: bold;
  font-size: 0.9375rem;
  border: solid 0.125rem #22AC38;
  border-radius: 0.25rem;
  padding: 0.0625rem 0.375rem 0.125rem;
  margin-left: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-consultation .consultationBox__date-label {
    width: 4.375rem;
    margin-left: 0;
    font-size: 0.8125rem;
  }
}
.l-consultation .consultationBox__date-text {
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 767px) {
  .l-consultation .consultationBox__date-text {
    width: calc(100% - 5rem);
    font-size: 0.9375rem;
  }
}
.l-consultation .schedule {
  margin: 1.5rem 0 0 0;
  border: solid 0.25rem #B8D27C;
  border-radius: 0.5rem;
  background: white;
  padding: 1rem 2rem 2.5rem;
}
@media (max-width: 767px) {
  .l-consultation .schedule {
    padding: 0.5rem 1.25rem 1.25rem;
  }
}
.l-consultation .schedule__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-consultation .schedule__item {
  padding: 1.5rem 0;
  border-bottom: solid 1px #B1B1B1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.875rem 40% 4.875rem 1fr;
  grid-template-columns: 4.875rem 40% 4.875rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-consultation .schedule__item {
    -ms-grid-columns: 3.4375rem 1fr;
    grid-template-columns: 3.4375rem 1fr;
    padding: 1rem 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.5rem;
  }
}
.l-consultation .schedule__label {
  display: inline-block;
  font-weight: bold;
  color: white;
  border-radius: 0.25rem;
  background: #6DAD19;
  padding: 0.125rem 1.1875rem 0.25rem;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .l-consultation .schedule__label {
    padding: 0.125rem 0.625rem 0.25rem 0.625rem;
    font-size: 0.8125rem;
  }
}
.l-consultation .schedule__text {
  display: inline-block;
  font-weight: bold;
  margin: 0;
  font-size: 1.25rem;
}
.l-consultation .schedule__text .large {
  font-size: 1.625rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.l-consultation .schedule__text small {
  font-size: 1rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .l-consultation .schedule__text {
    font-size: 1rem;
  }
  .l-consultation .schedule__text .large {
    margin: 0;
    font-size: 1.25rem;
  }
  .l-consultation .schedule__text small {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
}
.l-consultation .schedule__lead {
  margin: 2rem 0 0 0;
}
.l-consultation .schedule__lead em {
  color: #E8380D;
  display: inline-block;
}
@media (max-width: 767px) {
  .l-consultation .schedule__lead {
    font-size: 0.8125rem;
    margin-top: 1.25rem;
  }
}

.l-step {
  --step-color: #F08300;
  padding: 5rem 0;
  background: #FFD372;
}
@media (max-width: 767px) {
  .l-step {
    padding: 2.5rem 0;
  }
}
.l-step .step {
  background: white;
  border-radius: 0.5rem;
  padding: 2.5rem;
}
@media (max-width: 767px) {
  .l-step .step {
    padding: 1.25rem;
  }
}
.l-step .step__title {
  background: var(--step-color);
  border-radius: 0.5rem;
  font-size: 1.75rem;
  font-weight: bold;
  color: white;
  margin: 0;
  text-align: center;
  padding: 0.5rem;
  gap: 0.125rem;
}
.l-step .step__title em {
  font-size: 2.25rem;
  display: inline-block;
  margin: 0 0.125rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-step .step__title {
    font-size: 1.0625rem;
    padding: 0.625rem 0.5rem;
  }
  .l-step .step__title em {
    font-size: 1.875rem;
  }
}
.l-step .step__list {
  list-style: none;
  margin: 2.25rem 0 0 0;
  padding: 0 2.5rem;
  display: -ms-grid;
  display: grid;
  gap: 0 4.125rem;
  -ms-grid-columns: 1fr 4.125rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0 auto;
      grid-template-areas: "step1 step1" "step2 step3";
}
@media (max-width: 767px) {
  .l-step .step__list {
    margin-top: 1.5rem;
    padding: 0;
    display: block;
  }
}
.l-step .step__item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: step1;
}
.l-step .step__item:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: step2;
}
.l-step .step__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.6875rem;
  height: 1.875rem;
  background: #F8A656;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 767px) {
  .l-step .step__item:nth-child(2)::before {
    width: 3.75rem;
    height: 1.25rem;
  }
}
.l-step .step__item:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: step3;
}
.l-step .step__item:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 4.6875rem;
  height: 1.875rem;
  background: #F8A656;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .l-step .step__item:nth-child(3)::before {
    top: 56%;
    left: -4.0625rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .l-step .step__item:nth-child(3)::before {
    top: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3.75rem;
    height: 1.25rem;
  }
}
.l-step .step__item:not(:first-child) {
  padding-top: 5.375rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-step .step__item:not(:first-child) {
    padding-top: 4.375rem;
  }
}
.l-step .step__numHeading {
  background: var(--step-color);
  color: white;
  font-weight: bold;
  padding: 0.125rem 1.75rem;
  font-size: 1.25rem;
  margin: 0;
  margin-left: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.l-step .step__numHeading > span {
  display: inline-block;
  width: 2.5rem;
  position: absolute;
  bottom: 0;
  left: -1.25rem;
}
@media (max-width: 767px) {
  .l-step .step__numHeading {
    font-size: 1rem;
    padding: 0.125rem 1.25rem;
  }
  .l-step .step__numHeading > span {
    width: 2.125rem;
  }
}
.l-step .step__text {
  margin: 1rem 0 0 0;
  padding-left: 1.25rem;
}
@media (max-width: 767px) {
  .l-step .step__text {
    font-size: 0.875rem;
  }
}
.l-step .step__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
}
.l-step .step__qr > li {
  padding: 0.25rem 2.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .l-step .step__qr > li {
    padding: 0.1875rem 0.3125rem;
  }
}
.l-step .step__qr > li:not(:last-child) {
  border-right: solid 0.125rem #F08300;
}
.l-step .step__qr > li:first-child {
  padding-left: 0;
}
.l-step .step__qr > li:last-child {
  padding-right: 0;
}
.l-step .step__qr > li > a {
  width: 100%;
  display: block;
}
.l-step .step__img {
  text-align: center;
  margin: 1.5rem auto 0;
}
.l-step .step__img img {
  min-height: 9.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .l-step .step__img img {
    min-height: auto;
  }
}
.l-step .step__notes {
  margin: 1.5rem 0 0 0;
  font-size: 0.875rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .l-step .step__notes {
    font-size: 0.8125rem;
  }
}