@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

*, *:before, *:after { box-sizing: border-box }

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  color: #000;
}
body a {
  color: var(--color-primary);
}



.content-section { margin-block: 112px }


.section-title {
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.3;
  font-weight: 900;
}
.section-title .main {
  display: block;
  font-weight: 900;
  font-size: 36px;
}
.section-title .main .number {
  font-size: 48px;
}
.section-title .sub {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: var(--color-primary);
}
@media (max-width: 768px) {
  .section-title .main {
    font-size: 26px;
  }
  .section-title .sub {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.section-title strong {
  color: var(--color-primary);
  font-size: 60px;
  margin: 0 4px;
  font-weight: 900;
}
.section-description {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
  margin-top: -8px;
}

.cta-button {
  display: block;
  position: relative;

  border-radius: 74px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
  padding: 0 51px 2px 37px;
  max-width: 294px;

  background: #8e02bf url(../img/icon-button-arrow.png) no-repeat right 24px center/28px auto;
  color: #fff;

  text-decoration: none;
  line-height: 72px;
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .cta-button {
    font-size: 20px;
    line-height: 56px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1080px;
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.cta-section {
  margin: 0;
  position: relative;
  background: #EAF9ED;
}
.cta-section .cta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .cta-section .cta-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 20px 0;
  }
}
.cta-section .cta-item .cta-contents {
  max-width: 544px;
  margin: auto auto auto 0;
}
@media (max-width: 768px) {
  .cta-section .cta-item .cta-contents {
    margin: 0 auto;
    text-align: center;
  }
}
.cta-section .cta-item .cta-contents .cta-tag {
  background: #CDFBCD;
  border-radius: 5px;
  max-width: 120px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 900;
  color: #48CB69;
  padding: 12px;
}
@media (max-width: 768px) {
  .cta-section .cta-item .cta-contents .cta-tag {
    margin: 0 auto 12px;
  }
}
.cta-section .cta-item .cta-contents .cta-copy {
  margin-bottom: 24px;
}
.cta-section .cta-item .cta-contents .cta-copy .main-copy {
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
}
@media (max-width: 768px) {
  .cta-section .cta-item .cta-contents .cta-copy .main-copy {
    font-size: 20px;
  }
}
.cta-section .cta-item .cta-contents .cta-copy strong {
  color: var(--color-primary);
  font-weight: 900;
}
.cta-section .cta-item .cta-contents .cta-button {
  max-width: 280px;
  text-align: center;
}
@media (max-width: 768px) {
  .cta-section .cta-item .cta-contents .cta-button {
    margin: 0 auto 24px;
  }
}
.cta-section .cta-item .cta-image {
  width: 418px;
  height: 332px;
  margin: 0;
}
@media (max-width: 768px) {
  .cta-section .cta-item .cta-image {
    margin: 0 auto;
    max-width: 420px;
    height: auto;
  }
}
.cta-section .cta-item .cta-image img {
  position: absolute;
  bottom: 0;
  width: 418px;
  height: auto;
}
@media (max-width: 768px) {
  .cta-section .cta-item .cta-image img {
    position: static;
    bottom: auto;
    right: auto;
    max-width: 70%;
    margin: 0 auto;
    display: block;
  }
}

.header {
  position: relative;
}
.header .logo {
  position: absolute;
  left: 40px;
  top: 32px;
  width: 133px;
  z-index: 10;
}
@media (max-width: 768px) {
  .header .logo {
    left: 20px;
    top: 20px;
    width: 88px;
  }
}

.iframe-form {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .iframe-form {
    padding: 40px 0;
  }
}
.iframe-form iframe {
  min-height: 1760px;
}
@media (max-width: 768px) {
  .iframe-form iframe {
    min-height: 2100px;
  }
}

.footer-cta {
  background: #ebf9ee;
  padding: 32px 0 0;
}
.footer-cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .footer-cta .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
    padding-top: 16px;
  }
}
.footer-cta .common-cta {
  text-align: left;
  max-width: 608px;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 768px) {
  .footer-cta .common-cta {
    text-align: center;
    margin: 0 auto;
  }
}
.footer-cta .common-cta .common-cta-copy .sub-copy {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 768px) {
  .footer-cta .common-cta .common-cta-copy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 6px;
  }
  .footer-cta .common-cta .common-cta-copy .sub-copy-time {
    margin: 0 auto 6px;
  }
  .footer-cta .common-cta .common-cta-copy .sub-copy-lable {
    width: 100%;
  }
}
.footer-cta .common-cta .cta-button {
  margin: 8px 0 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-cta .common-cta .cta-button {
    margin: 0 auto 24px;
  }
}
.footer-cta .footer-cta-image {
  max-width: 324px;
  position: absolute;
  right: 0;
  bottom: -1px;
}
@media (max-width: 768px) {
  .footer-cta .footer-cta-image {
    position: static;
    max-width: 216px;
    margin: 0 auto;
  }
  .footer-cta .footer-cta-image img {
    margin-left: -12px;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--color-primary);
  padding: 32px 32px 32px;
}
@media (max-width: 768px) {
  .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .footer .logo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.footer .logo .logo-image {
  width: 90px;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .footer .logo .logo-image {
    margin: 0 auto;
  }
}
.footer .logo .logo-copy {
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .footer .logo .logo-copy {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }
}
.footer .copy {
  margin: 0 0 0 auto;
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .footer .copy {
    width: 100%;
    margin-top: 16px;
    text-align: center;
  }
}

.hero-section {
  position: relative;
  padding: 96px 20px 0;
  background: #f8fef9;
  text-align: center;

  @media (width > 768px) {
    padding-top: 80px;
    text-align: left;

    .container {
      display: flex;
      gap: 20px;
    }
  }
}
/* .hero-contents {} */
.hero-title {
  margin-bottom: 20px;

  @media (width > 768px) { margin-block: 40px 24px }
}
.hero-image {
  > div {
    display: table;
    position: relative;
    margin-inline: auto;
    padding-left: 7%;

  }
  .badge {
    position: absolute;
    left: 0;
    bottom: 3%;
    max-width: 32%;
  }

  @media (width > 768px) {
    flex: 1;
    align-self: flex-end;
  
    > div { margin-right: 0 }
  }
}
.hero-read {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 24px;
  font-size: clamp(22px, 4.4vw - 10px, 38px);
  line-height: 1.5;

  strong {
    display: inline-block;
    vertical-align: middle;

    margin-right: .35em;
    border-radius: 3rem;
    padding: .5em .6em .6em .75em;
    background: var(--color-secondary);
    color: #fff;
    
    font-size: 75%;
    line-height: 1;

    @media (width > 768px) { font-size: 66% }
  }
  span {
    background:linear-gradient(#0000 75%, #FBAD2D 75%);
    font-weight: inherit;
  }
}
.hero-main-copy {
  letter-spacing: -.04em;
  font-weight: 900;
  font-size: max(24px, 6vw);
  line-height: 1.3;

  strong {
    font-weight: 900;
    color: var(--color-primary);
  }
  span {
    font-size: 87.5%;
    font-weight: 900;
  }

  @media (width > 768px) { font-size: min(4.8vw - 8px, 46px) }
}
.hero-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  opacity: 0.7;
  margin-bottom: 30px;

  @media (max-width: 768px) {
    font-size: 16px;
  
    br { display: none }
  }
}
.hero-cta {
  text-align: center;
  max-width: 352px;
  margin-bottom: 64px;

  @media (max-width: 768px) {
    margin-bottom: 40px;
    max-width: 100%;

    .cta-button { margin: 0 auto }
  }
}
.hero-cta-copy {
  max-width: 290px;
  margin: 0 auto 8px;
}

.problem-section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .problem-section {
    padding: 40px 20px;
  }
}
.problem-section .problem-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .problem-section .problem-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.problem-section .problem-item {
  max-width: 290px;
  margin: 20px;
}
@media (max-width: 768px) {
  .problem-section .problem-item {
    width: 45%;
    margin: 0 auto 16px;
  }
}
.problem-section .problem-image {
  max-width: 240px;
  margin: 0 auto 8px;
  text-align: center;
}
@media (max-width: 768px) {
  .problem-section .problem-image {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  }
}
.problem-section .problem-arrow {
  text-align: center;
  margin: 32px 0 0;
}
.problem-section .problem-arrow img {
  max-width: 107px;
}
@media (max-width: 768px) {
  .problem-section .problem-arrow {
    margin: 32px 0 0;
  }
  .problem-section .problem-arrow img {
    max-width: 80px;
  }
}

.usage-section {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .usage-section {
    padding: 80px 20px 40px;
  }
}
.usage-section .section-title {
  line-height: 1.6;
}
.usage-section .section-title .sub {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .usage-section .section-title .sub {
    margin-left: 0;
  }
}
.usage-section .usage-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .usage-section .usage-items {
    margin: 0 auto 64px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.usage-section .usage-items .usage-item {
  width: 25%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .usage-section .usage-items .usage-item {
    width: 45%;
    margin: 10px auto;
  }
}
.usage-section .usage-items .usage-item:first-child {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 768px) {
  .usage-section .usage-items .usage-item:first-child {
    margin-left: auto;
  }
}
.usage-section .usage-items .usage-item:last-child {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .usage-section .usage-items .usage-item:last-child {
    margin-right: auto;
  }
}
.usage-section .usage-items .usage-image {
  max-width: 100%;
  text-align: center;
  margin: 16px auto;
}
@media (max-width: 768px) {
  .usage-section .usage-items .usage-image {
    margin: 0 auto;
  }
}
.usage-section .usage-items .usage-title {
  text-align: center;
}
.usage-section .usage-items .usage-title .main {
  margin-bottom: 11px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .usage-section .usage-items .usage-title .main {
    margin: 11px;
    font-size: 18px;
  }
}
.usage-section .usage-items .usage-description {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.usage-section .usage-items .usage-description .caption {
  margin-top: 6px;
  color: #686868;
  font-size: 12px;
}
@media (max-width: 768px) {
  .usage-section .usage-items .usage-description {
    margin-bottom: 11px;
    font-size: 14px;
  }
  .usage-section .usage-items .usage-description .caption br {
    display: none;
  }
}

/* -- social-insurance */
.social-insurance-section {
  background-color: #33C858;
  padding: 32px 0;
}

@media (max-width: 768px) {
  .social-insurance-section {
    padding: 16px 16px 0 16px;
  }
}

.social-insurance-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .social-insurance-wrapper {
    flex-direction: column;
  }
}

.social-insurance-text-wrapper {
  margin-right: 32px;
}

@media (max-width: 768px) {
  .social-insurance-text-wrapper {
    margin-right: 0;
    text-align: center;
  }
}

.social-insurance-title {
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .social-insurance-title {
    font-size: 38px;
  }
}

.social-insurance-title--main {
  color: #FFE68E;
  font-weight: 900;
  font-size: 50px;
  line-height: 130%;
}

@media (max-width: 768px) {
  .social-insurance-title--main {
    font-size: 48px;
  }
}

.social-insurance-title--sub {
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  line-height: 130%;
}

@media (max-width: 768px) {
  .social-insurance-title--sub {
    font-size: 48px;
  }
}

.social-insurance-annotation {
  color: #fff;
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 768px) {
  .social-insurance-annotation {
    margin-bottom: 16px;
  }
}

.social-insurance-image-wrapper {
  margin-bottom: -32px;
}

@media (max-width: 768px) {
  .social-insurance-image-wrapper {
    margin-bottom: 0;
  }
}

/* -- Voices */
.voice-section {
  --voice-section-pt: 64px;
  --voice-section-pb: 96px; /* NOTE: 子要素のスクロールバー回避のため子要素で適用 */

  padding-top: var(--voice-section-pt);
  background: var(--color-tertiary);
  
  .section-title { margin-bottom: 0 }

  @media (width >= 1024px) {
    --voice-section-pt: 112px;
    --voice-section-pb: 152px;
  }
}


/* -- Feature */
.feature-section {
  padding: 120px 0 120px;
  background: url(../img/feature-bg.png) repeat;
  background-position: top center;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .feature-section {
    padding: 40px 20px 80px;
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .feature-section .feature-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
}
.feature-section .feature-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
.feature-section .feature-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .feature-section .feature-item {
    margin: 0 auto 60px;
    max-width: 100%;
    text-align: center;
  }
}
.feature-section .feature-item.reverse .feature-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: auto 0 auto auto;
  width: 47.2%;
}
@media (max-width: 768px) {
  .feature-section .feature-item.reverse .feature-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto;
    width: 100%;
  }
}
.feature-section .feature-item.reverse .feature-contents {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: auto auto auto 0;
  width: 50%;
}
@media (max-width: 768px) {
  .feature-section .feature-item.reverse .feature-contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    width: 100%;
  }
}
.feature-section .feature-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 47.2%;
  margin: auto auto auto 0;
}
@media (max-width: 768px) {
  .feature-section .feature-image {
    margin: 0 auto;
    width: 100%;
  }
}
.feature-section .feature-contents {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
          width: 50%;
  margin: auto 0 auto auto;
}
@media (max-width: 768px) {
  .feature-section .feature-contents {
    margin: 0 auto;
    width: 100%;
  }
}
.feature-section .feature-contents .feature-title {
  margin-bottom: 8px;
  font-weight: 900;
  font-size: 21px;
  line-height: 1.3;
}
.feature-section .feature-contents .feature-title .feature-number {
  display: block;
  font-weight: 900;
  font-size: 64px;
  line-height: 130%;
  color: rgba(117, 224, 144, 0.5);

  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .feature-section .feature-contents .feature-title .feature-number {
    font-size: 30px;
  }
}
.feature-section .feature-contents .feature-title .sub {
  display: block;
  font-weight: 900;
  font-size: 20px;
  line-height: 130%;
  color: #686868;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .feature-section .feature-contents .feature-title .sub {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.feature-section .feature-contents .feature-title .main {
  display: block;
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  color: #000;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .feature-section .feature-contents .feature-title .main {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
.feature-section .feature-contents .feature-title .main strong {
  font-weight: 900;
  color: var(--color-primary);
}
.feature-section .feature-contents .feature-title .main .number {
  font-weight: 900;
  font-size: 40px;
}
@media (max-width: 768px) {
  .feature-section .feature-contents .feature-title .main .number {
    font-size: 24px;
  }
}
.feature-section .feature-contents .feature-title .main .caution {
  font-size: 12px;
  color: #7B7B7B;
}
.feature-section .feature-contents .feature-description {
  font-size: 16px;
  line-height: 1.6;
  color: #686868;
}
@media (max-width: 768px) {
  .feature-section .feature-contents .feature-description {
    font-size: 14px;
    text-align: left;
  }
  .feature-section .feature-contents .feature-description br {
    display: none;
  }
}
.feature-section .feature-contents .feature-description .caption {
  font-size: 14px;
  margin-top: 12px;
}

.flow-section {
  padding: 120px 0 120px;
}
@media (max-width: 768px) {
  .flow-section {
    padding: 80px 20px 40px;
  }
}
.flow-section .flow-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .flow-section .flow-items {
    margin: 0 auto 64px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flow-section .flow-items .flow-item {
  max-width: 300px;
}
@media (max-width: 768px) {
  .flow-section .flow-items .flow-item {
    width: 100%;
    margin: 0 auto;
  }
}
.flow-section .flow-items .flow-item:first-child {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 768px) {
  .flow-section .flow-items .flow-item:first-child {
    margin-left: auto;
  }
}
.flow-section .flow-items .flow-item:last-child {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .flow-section .flow-items .flow-item:last-child {
    margin-right: auto;
  }
}
.flow-section .flow-items .flow-item-arrow {
  margin: 80px 20px 0;
}
@media (max-width: 768px) {
  .flow-section .flow-items .flow-item-arrow {
    margin: 0 auto 0;
    width: 100%;
  }
}
.flow-section .flow-items .flow-item-arrow img {
  width: 30px;
}
@media (max-width: 768px) {
  .flow-section .flow-items .flow-item-arrow img {
    margin: 16px auto 16px;
    width: 26px;
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.flow-section .flow-items .flow-image {
  max-width: 100%;
  margin: 0 auto 16px;
}
@media (max-width: 768px) {
  .flow-section .flow-items .flow-image {
    margin: 0 auto;
  }
}
.flow-section .flow-items .flow-title {
  text-align: center;
}
.flow-section .flow-items .flow-title .number {
  font-weight: 900;
  font-size: 24px;
  line-height: 130%;
  color: var(--color-secondary);
  margin-bottom: 11px;
}
.flow-section .flow-items .flow-title .main {
  font-weight: 900;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 11px;
}
.flow-section .flow-items .flow-description {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  color: #686868;
}


.p-top-qa {
  padding: 120px 0 120px;
  background: #FAFAFA;
}
@media (max-width: 768px) {
  .p-top-qa {
    padding: 80px 20px 80px;
  }
}

.p-top-qa__box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 49px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .p-top-qa__box {
    width: 100%;
    margin-top: 8px;
  }
}

.p-top-qa__item {
  border-radius: 8px;
  background-color: #fff;
  padding: 27px 25px;
  width: 100%;
  text-align: left;
}

.p-top-qa__item {
  padding: 32px 24px 32px 32px;
  width: calc(50% - 12px);
  max-width: 528px;
  margin-bottom: 24px;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
@media (max-width: 768px) {
  .p-top-qa__item {
    width: 100%;
    max-width: 100%;
  }
}

.p-top-qa__question {
  position: relative;
  margin: 0;
  padding-left: 45px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.p-top-qa__question::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -2px;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ddd;
  width: 28px;
  height: 28px;
  color: #686868;
  line-height: 1;
  content: "Q";
}

.p-top-qa__answer {
  position: relative;
  margin: 20px 0 0;
  padding-left: 45px;
  font-size: 14px;
  line-height: 1.5;
}

.p-top-qa__answer::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 13px;
  border-radius: 50%;
  background-color: var(--color-primary);
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  content: "A";
}

.company-detail {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.company-detail dt:nth-child(4n + 1),
.company-detail dt:nth-child(4n + 1) + dd {
  background-color: #f5fcf6;
}
.company-detail dt {
  width: 25%;
  font-weight: normal;
  padding: 16px 40px 16px;
}
.company-detail dd {
  width: 75%;
  padding: 16px 40px 16px;
}
@media (max-width: 1023px) {
  .company-detail {
    font-size: 12px;
  }
  .company-detail dt {
    width: 30%;
    padding-right: 10px;
    padding-left: 20px;
  }
  .company-detail dd {
    width: 70%;
    padding-right: 20px;
    padding-left: 10px;
  }
}

.button.-showSmall {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  text-decoration: none;
  border: solid 2px var(--color-primary);
  border-radius: 30px;
  padding: 0 40px;
  height: 59px;
  font-size: 18px;
  color: var(--color-primary);
  font-size: 16px;
}

.l-footer__top {
  background-color: var(--color-primary);
  padding-top: 51px;
}
@media (max-width: 768px) {
  .l-footer__top {
    padding-bottom: 51px;
  }
}

.l-footer__topInner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__topInner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer__image {
  margin: 0 10px 0 -10px;
  width: auto;
}
@media (max-width: 768px) {
  .l-footer__image {
    width: 100%;
    margin: 0 auto 16px;
  }
}

.l-footer__recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-footer__topText {
  margin: 0 0 0 24px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .l-footer__topText {
    width: 100%;
    margin: 0 auto 16px;
    padding: 0 0;
    font-size: 20px;
  }
}

.l-footer__topButton {
  margin: 0 0 0 24px;
}
@media (max-width: 768px) {
  .l-footer__topButton {
    width: 100%;
    margin: 0 auto 16px;
  }
}
.l-footer__topButton .cta-button {
  font-size: 18px;
  text-align: center;
  display: block;
  padding: 0 48px;
}
@media (max-width: 768px) {
  .l-footer__topButton .cta-button {
    width: 100%;
    margin: 0 auto 16px;
    padding: 0 16px;
    display: block;
  }
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  text-decoration: none;
}

.commission-due-date {
  color:#F8495E;
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .commission-due-date {
    font-size: 16px;
  }
}

.pay-CommissionCampaignCards-butom {
  padding-bottom: 93px;
}