@charset "utf-8";
/*原則pc表示が先*/
/*===============================

	レシートキャンペーン

================================*/

.ttl-large {
  font-weight: 900;
}

/*===============================

	mainvisual

================================*/

.l-section.mainvisual {
  background-image: url(/biz/assets/solution/images/receipt_mainvisual_bg.webp);
  background-color: #F9F8F8;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-title {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mv-title img {
  display: block;
  margin-bottom: 6px;
}

.mv-title-text {
  font-size: clamp(30px, 17.1429px + 4.0179vw, 48px);
  font-weight: 900;
}

@media (min-width: 769px) {
  .mv-title-text {
    font-size: clamp(39px, 9.2069px + 3.8793vw, 48px);
  }
  .mv-img-inner.u-is-pc {
    width: 45.6%;
    right: -4%;
    aspect-ratio: 593 / 600;
    position: relative;
    order: 2;
  }
  .mv-text-inner {
    margin-top: 2%;
    max-width: 500px;
    width: calc((500 / 1000) * 100%);
    order: 1;
  }
  .mv-title-catch-wrap .text{
    font-size: 18px;
    font-weight: 500;
  }
  .mv-cta-btn {
    margin-top: min(10%,48px);
  }
}

@media all and (max-width: 768px) {
  .mv-title {
    text-align: center;
  }
  .mv-title img{
    width: 46.6%;
    margin: 0 auto 8px;
  }
  .mv-img-inner.u-is-md {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .mv-title-catch-wrap {
    text-align: center;
  }

}/*media*/

/*===============================

	こんなお悩み

================================*/

.section-problem {
  background: var(--color-light-gray);
}

.section-problem .ttl-large {
  font-weight: 700;
}


.section-problem .cardlist .title {
  padding-left:4%;
  padding-right:4%;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  em {
    font-size: inherit;
  }
}

.section-problem .cardlist .post-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column nowrap;
}

@media all and (max-width: 768px) {
  .section-problem .cardlist-inner-item {
    margin-bottom: 4px;
  }
  .section-problem .card-thumbnail img{
    max-width: 300px;
    width: 68%;
    margin-right: auto;
    margin-left: auto;
  }
}


@media (min-width: 769px) {
  .section-problem .cardlist .cardlist-inner {
    gap: min(0.4vw,4px);

  }
  .section-problem .cardlist .cardlist-inner-item {
    width: calc(100% / 4);
  }
}


/*===============================

	Shufoo!レシートキャンペーンとは

================================*/
.section-about .ttl-medium {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media all and (max-width: 768px) {
  .section-about .ttl-medium {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 16px;
  }
  .flow-about .flow-item {
      width: calc((100% - (14px * 2)) / 2);
  }
}

@media all and (min-width: 769px) {
  .section-about .flow-img {
    width: 82%;
  }
}


/*===============================

	選ばれる3つの理由

================================*/
.section-reason .ttl-large{
  margin-bottom: 7%;
}

.section-reason .flex-list-all-half-item:last-child .cont-img {
  width: 48%;
}
@media all and (min-width: 769px) {
  .section-reason .flex-list-all-half-item-inner {
    align-items: center;
    gap: 4.3%;
  }
  .section-reason .flex-list-all-half-item .cont-img{
    width: 47%;
  }
  .section-reason .flex-list-all-half-item .cont-text{
    width: calc(100% - 47% - 4.3%);
  }
  .section-reason .flex-list-all-half-item:first-child .ttl-baloon-wrap {
    transform: translateY(-70%);
  }
}


@media all and (max-width: 768px) {
  .section-reason .flex-list-all-half-item:last-child .cont-img {
    width: 100%;
  }
  .section-reason .btn-group:last-of-type {
    margin-top: 0;
  }
}/*media*/



/*===============================

	よくあるご質問

================================*/

.faq-list {
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 20px;
  border: 3px solid var(--color-font);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.faq-header {
  width: 100%;
  padding: 24px;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq-header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}


@media (hover: hover) {
  .faq-header:where(:hover,:focus) {
    background-color: #f9f8f8;
  }
}

.faq-label {
  font-family: 'Impact', 'Oswald', 'Noto Sans JP', sans-serif;
  flex-shrink: 0;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
}

.faq-question {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  color: var(--color-font);
  list-style: none;
}

.faq-toggle {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color-font);
  transition: transform 0.3s ease;
  background:url(/biz/assets/common/images/icon_toggle_open.svg) no-repeat center;
  background-size: contain;
}

.faq-item[open] .faq-toggle {
  transform: rotate(180deg);
  background:url(/biz/assets/common/images/icon_toggle_close.svg) no-repeat center;

}

.faq-body {
  position: relative;
  padding: 24px;
  background: #fff;
  &::after {
    content: '';
    width: calc(100% - 48px);
    height: 1px;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-light-gray);
  }
}

.faq-answer {
  font-size: 20px;
  line-height: 1.8;
  color: var(--color-font);
}

@supports selector(::details-content) {
  details::details-content {
    opacity: 0;
    height: 0;
    overflow: clip;
    transition: height 0.4s ease,max-height 0.4s ease, opacity 0.4s ease,
      content-visibility 0.4s ease allow-discrete;
    interpolate-size: allow-keywords;
  }
  details[open]::details-content {
    opacity: 1;
    height: calc-size(auto, size);
  }
}

@supports not (height: calc-size(auto, size)) {
  details::details-content {
    max-height: 0;
  }
  details[open]::details-content {
    height: auto;
    max-height: 250px;
  }
}


.faq-answer p {
  margin: 0;
}

.faq-answer p + p {
  margin-top: 1em;
}

@media all and (max-width: 768px) {
  .faq-item {
    margin-bottom: 14px;
    border-radius: 8px;
  }

  .faq-header {
    padding: 16px;
    gap: 8px;
  }
  .faq-question {
    font-size: clamp(16px, 13.1429px + 0.8929vw, 20px);
  }

  .faq-label {
    font-size: 34px;
    margin-top: 0;
  }

  .faq-toggle {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  .faq-body {
    padding: 16px;
  }

  .faq-body {
      &::after {
          width: calc(100% - 24px);
      }
  }

  .faq-answer {
    font-size:clamp(14px, 9.7143px + 1.3393vw, 20px);
    line-height: 1.7;
  }
}


