.mod-body .cfh-bnr1 {
  background: #f5f5f0;
}
.mod-body .cfh-bnr1.floatbnr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 999;
}
.mod-body .cfh-bnr1.floatbnr.is-hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}
.mod-body .cfh-bnr1-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-bnr1-in {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1024px), print {
  .mod-body .cfh-bnr1-in {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding: 10px 50px;
  }
}
@media screen and (min-width: 1367px), print {
  .mod-body .cfh-bnr1-in {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 90px;
  }
}
.mod-body .cfh-bnr1-ttl {
  font-size: min(20px, 3.2vw);
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-bnr1-ttl {
    font-size: min(20px, 2vw);
  }
}
.mod-body .cfh-bnr1-ttl.pc {
  display: none;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-bnr1-ttl.pc {
    display: block;
  }
}
.mod-body .cfh-bnr1-ttl.sp {
  display: block;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-bnr1-ttl.sp {
    display: none;
  }
}
.mod-body .cfh-bnr1-ttl .large {
  font-size: 1.2em;
}
.mod-body .cfh-bnr1-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2.6666666667vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 1024px), print {
  .mod-body .cfh-bnr1-btn-wrap {
    width: 40vw;
  }
}
.mod-body .cfh-bnr1-btn-wrap .btn.xxl {
  font-size: min(26px, 4.8vw) !important;
  padding: 9px;
  padding: 2.4vw;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px), print {
  .mod-body .cfh-bnr1-btn-wrap .btn.xxl {
    padding: 9px 18px;
  }
}
@media screen and (min-width: 1024px), print {
  .mod-body .cfh-bnr1-btn-wrap .btn.xxl {
    font-size: min(33px, 2.8vw) !important;
  }
}

.support-outro {
  background: #f5f5f0;
}
.support-outro-txt {
  font-size: 18px;
}
@media screen and (min-width: 768px), print {
  .support-outro-txt {
    font-size: 24px;
  }
}
.support-outro-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  gap: 30px;
  margin: 30px 0 0 !important;
}
@media screen and (min-width: 768px), print {
  .support-outro-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 64px;
    margin-top: 64px !important;
  }
}
.support-outro-item dl {
  margin: 0;
  padding: 0;
}
.support-outro-item dt,
.support-outro-item dd {
  margin: 0;
  display: inline;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 768px), print {
  .support-outro-item dt,
  .support-outro-item dd {
    font-size: 20px;
  }
}
@media screen and (min-width: 1367px), print {
  .support-outro-item dt,
  .support-outro-item dd {
    font-size: 24px;
  }
}
