@charset "UTF-8";
@media only screen and (max-width: 767px) {
  .forPc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .forSp {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .forSma {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .forSma {
    display: none !important;
  }
}

* {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.4;
}


img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  body.shadow-lay {
    overflow-y: hidden;
  }
}

#wrapper {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0);
    z-index: -1;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper.panelactive::before {
    z-index: 999;
    background: rgba(51, 51, 51, 0.9);
  }
}

#main {
  position: relative;
  min-width: 1200px;
}

@media only screen and (max-width: 767px) {
  #main {
    min-width: initial;
  }
}

h2 {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  h2 {
    width: 89.33333vw;
    font-size: 6.93333vw;
    text-align: center;
  }
}

h2::before {
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  color: #F48300;
  font-weight: bold;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  h2::before {
    top: -1.6vw;
    font-size: 3.73333vw;
  }
}

@media only screen and (max-width: 767px) {
  .header.panelactive::before {
    background-color: #fff !important;
  }
}

.header {
  position: fixed;
  top: 0;
  padding: 0 20px;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E5EDF7;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 0 20px;
    min-width: initial;
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .header::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E5EDF7;
    z-index: -1;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
  }
}

.header__tit {
  width: 140px;
  height: 41px;
}

@media only screen and (max-width: 767px) {
  .header__tit {
    width: 140px;
    height: 41px;
  }
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media only screen and (max-width: 767px) {
  .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header-list__item {
  margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header-list__item {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-list__item {
    margin-top: 5.33333vw;
    margin-right: 0;
    font-size: 4.26667vw;
  }
}

.header-list__item a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header-list__item a {
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-list__item a {
    font-size: 4.26667vw;
    width: auto;
  }
}

.header-list__item a:hover {
  color: #0053B4;
}

@media only screen and (max-width: 767px) {
  .header-list .first-item {
    margin-top: 14.4vw;
  }
}

.header-list .last-item {
  margin-right: 20px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header-list .last-item {
    margin-right: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .header-list .last-item {
    margin-right: 0;
  }
}

.header-list__btn, .header-list__btn--blue {
  position: relative;
  margin-right: 20px;
  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;
  width: 130px;
  height: 40px;
  color: #0053B4;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #0053B4;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header-list__btn, .header-list__btn--blue {
    margin-right: 14px;
    width: 104px;
    height: 32px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-list__btn, .header-list__btn--blue {
    margin-right: 0;
    margin-top: 13.6vw;
    width: 58.66667vw;
    height: 13.33333vw;
    font-size: 4.26667vw;
    border-radius: 8vw;
    -webkit-box-shadow: 0 1.06667vw 1.06667vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 1.06667vw 1.06667vw rgba(0, 0, 0, 0.16);
  }
}

.header-list__btn::before, .header-list__btn--blue::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px !important;
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
  width: 12px !important;
  height: 12px !important;
  background: url("/promotion/corporate/jcb-invoice/cashmap/images/icon_ex.svg") no-repeat center/contain !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header-list__btn::before, .header-list__btn--blue::before {
    width: 9px !important;
    height: 9px !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-list__btn::before, .header-list__btn--blue::before {
    right: 4.26667vw !important;
    width: 4.26667vw !important;
    height: 4.26667vw !important;
  }
}

.header-list__btn--blue {
  margin-right: 0;
  width: 220px;
  color: #fff;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#0053B4), to(#54B9EF));
  background: linear-gradient(to right, #0053B4, #54B9EF);
}

@media only screen and (max-width: 767px) {
  .header-list__btn--blue {
    margin-top: 5.33333vw;
    width: 58.66667vw;
  }
}

.header-list__btn--blue::before {
  background: url("/promotion/corporate/jcb-invoice/cashmap/images/icon_ex_white.svg") no-repeat center/contain !important;
}

@media only screen and (max-width: 767px) {
  .header #g-nav {
    padding-top: 18.66667vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95vw;
    -webkit-transform: translate(0, -120%);
            transform: translate(0, -120%);
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
    background-color: #E5EDF7;
    border-radius: 0 0 5.33333vw 5.33333vw;
    z-index: -2;
  }
}

@media only screen and (max-width: 767px) {
  .header #g-nav.panelactive {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    background-color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .header .menubtn {
    width: 22px;
    height: 16px;
    background: url("/promotion/corporate/jcb-invoice/cashmap/images/icon_menu.svg") no-repeat center/contain;
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .header .menubtn.panelactive {
    width: 16px;
    height: 16px;
    background: url("/promotion/corporate/jcb-invoice/cashmap/images/icon_close.svg") no-repeat center/contain;
  }
}

.fixbtn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: inline-block;
  width: 160px;
  filter: drop-shadow(0px 6px 5px #00000029);

  color: #0053B4;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .fixbtn {
    padding-top: 25px;
    bottom: 8vw;
    right: 5.33333vw;
    width: 110px;
    height: 110px;
    font-size: 10px;
  }
}

.fixbtn span {
  display: inline;
  color: #333;
}

.btn-bottom {
  position: absolute;
  bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .btn-bottom {
    position: fixed;
    bottom: 8vw;
    opacity: 0;
    z-index: -100;
  }
}

.kv {
  padding: 86px 0 80px;
  background-color: #E5EDF7;
}

@media only screen and (max-width: 767px) {
  .kv {
    padding: 20.8vw 0 0 0;
  }
}

.kv-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .kv-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.kv-txtBox {
  width: 495px;
}

@media only screen and (max-width: 767px) {
  .kv-txtBox {
    width: 100%;
  }
}

.kv h1 {
  position: relative;
  margin: 0;
  font-size: 55px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .kv h1 {
    font-size: 8.26667vw;
    text-align: center;
  }
}

.kv h1 span {
  color: #F48300;
  text-align: center;
}

.kv h1::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 82px;
  width: 267px;
  height: 13px;
  background: -webkit-gradient(linear, left top, right top, from(#FFD800), to(#FFF4A2));
  background: linear-gradient(to right, #FFD800, #FFF4A2);
  opacity: 0.8;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .kv h1::before {
    bottom: 0;
    left: 5.06667vw;
    width: 40vw;
    height: 1.86667vw;
  }
}

.kv__lead {
  margin: 24px 0 29px;
  color: #0053B4;
  font-weight: 500;
  font-size: 27px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .kv__lead {
    margin: 5.33333vw 0 30.66667vw;
    font-size: 4.53333vw;
    text-align: center;
  }
}

.kv__mainImg {
  margin-top: -111px;
  width: 341px;
}

@media only screen and (max-width: 767px) {
  .kv__mainImg {
    margin: auto;
    margin-top: -20.34667vw;
    width: 58.66667vw;
  }
}

.kv-box {
  position: relative;
  margin-top: 150px;
  margin-left: 26px;
  padding: 0 75px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 630px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 83, 180, 0.16);
          box-shadow: 0 0 20px rgba(0, 83, 180, 0.16);
}

@media only screen and (max-width: 767px) {
  .kv-box {
    margin-top: 0;
    margin-left: 0;
    padding: 0 5.33333vw 8vw;
    width: 100%;
    height: auto;
    border-radius: 5.33333vw 5.33333vw 0 0;
    -webkit-box-shadow: 0 0 5.33333vw rgba(0, 83, 180, 0.16);
            box-shadow: 0 0 5.33333vw rgba(0, 83, 180, 0.16);
    align-items: flex-start;
  }
}

.kv-box ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .kv-box ul {
    margin-top: 5.2vw;
  }
}

.kv-box ul li {
  margin-right: 10px;
  padding: 18px 0;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF9CC;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .kv-box ul li {
    padding: 4.26667vw 0;
    width: 28vw;
    height: 40.8vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 2.13333vw;
  }
}

.kv-box ul li:first-of-type p {
  margin-top: 16px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .kv-box ul li:first-of-type p {
    margin-top: 1.6vw;
    font-size: 3.2vw;
    line-height: 1.2;
  }
}

.kv-box ul li:nth-of-type(2) {
  padding-bottom: 16px;
}

.kv-box ul li:nth-of-type(2) p {
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .kv-box ul li:nth-of-type(2) p {
    font-size: 2.66667vw;
  }
}

.kv-box ul li:last-of-type {
  margin-right: 0;
  font-size: 17px;
}

.kv-box ul li:last-of-type p {
  margin-top: 18px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .kv-box ul li:last-of-type p {
    margin-top: 2.66667vw;
    line-height: 1.4;
  }
}

.kv-box ul li img {
  width: 64px;
}

@media only screen and (max-width: 767px) {
  .kv-box ul li img {
    margin-bottom: 2.66667vw;
    width: 12vw;
  }
}

.kv-box ul p {
  font-size: 18px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .kv-box ul p {
    font-size: 3.73333vw;
  }
}

.kv-box ul p span {
  color: #0053B4;
  font-size: 35px;
  font-weight: 600;
}


@media only screen and (max-width: 767px) {
  .kv-box ul p span {
    font-size: 5.86667vw;
  }
}

.kv-box ul p .num {
  font-size: 39px;
}

@media only screen and (max-width: 767px) {
  .kv-box ul p .num {
    font-size: 7.46667vw;
    line-height: 1;
  }
}

.kv-box ul p .cancel {
  position: relative;
}

.kv-box ul p .cancel::after {
  content: '';
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 65px;
  height: 14px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .kv-box ul p .cancel::after {
    width: 12.8vw;
    height: 2.933vw;
  }
}

.kv-box ul p .safe {
  font-size: 29px;
}

@media only screen and (max-width: 767px) {
  .kv-box ul p .safe {
    font-size: 5.33333vw;
  }
}

.kv__btn {
  margin: 50px auto 0;
  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;
  width: 400px;
  height: 70px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  border-radius: 38px;
  background: -webkit-gradient(linear, left top, right top, from(#0053B4), to(#54B9EF));
  background: linear-gradient(to right, #0053B4, #54B9EF);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
  .kv__btn {
    margin-top: 8.13333vw;
    width: 80vw;
    height: 13.86667vw;
    font-size: 5.86667vw;
    border-radius: 10.13333vw;
    -webkit-box-shadow: 0 1.06667vw 1.06667vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 1.06667vw 1.06667vw rgba(0, 0, 0, 0.16);
  }
}

.kv__btn::before {
  position: absolute;
  right: 21px !important;
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
  width: 13px !important;
  height: 13px !important;
  background: url("/promotion/corporate/jcb-invoice/cashmap/images/icon_ex_white.svg") no-repeat center/contain !important;
}

@media only screen and (max-width: 767px) {
  .kv__btn::before {
    right: 4vw !important;
    width: 3.46667vw !important;
    height: 3.46667vw !important;
  }
}

.kv__balloon {
  position: absolute;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 97%;
  left: 30%;
  transform: translate(-32%, -50%);
  -webkit-transform: translate(-32%, -50%);
  -ms-transform: translate(-32%, -50%);
  z-index: 1;
  padding: 0px 20px 4px;
  background-color: #FA0000;
  color: #fff;
  font-size: 19px;
  border-radius: 9px;
}

@media only screen and (max-width: 767px) {
  .kv__balloon {
    position: inherit;
    top: auto;
    left: auto;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    padding: 0 2.667vw 1.067vw;
    margin-top: -1.6vw;
    font-size: 3.2vw;
  }
}

.kv__balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 100px;
  top: -12px;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #FA0000;
}

@media only screen and (max-width: 767px) {
  .kv__balloon::after{
    left: 12.267vw;
    top: -3.2vw;
    border-right: 4.533vw solid transparent;
    border-bottom: 4vw solid #FA0000;
  }
}

.kv__balloon span {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin: 0 10px 0 20px;
}

@media only screen and (max-width: 767px) {
  .kv__balloon span {
    font-size: 3.733vw;
    margin: 0 1.333vw;
  }
}

.kv__balloon strong {
  font-size: 16px;
  color: #FFEB00;
}

@media only screen and (max-width: 767px) {
  .kv__balloon strong {
    font-size: 3.2vw;
  }
}

.kv__balloon strong span {
  color: #FFEB00;
  margin: 0;
  font-size: 41px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .kv__balloon strong span {
    font-size: 6.933vw;
  }
}

.campaign {
  margin-top: -20px;
  padding: 115px 0 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 83, 180, 0.16);
          box-shadow: 0 0 20px rgba(0, 83, 180, 0.16);
}

@media only screen and (max-width: 767px) {
  .campaign {
    position: relative;
    margin-top: -5.33333vw;
    padding: 24vw 0 13.33333vw;
    height: auto;
    border-radius: 5.33333vw 5.33333vw 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 10;
  }
}

.campaign__inner {
  position: relative;
  padding: 40px 0 56px;
  margin-top: 20px;
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background-color: #FEF07F;
  outline: 3px solid #fff;
  outline-offset: -10px;
}

@media only screen and (max-width: 767px) {
  .campaign__inner {
    width: 89.33333vw;
    border-radius: 5.33333vw;
    outline: 0.8vw solid #fff;
    outline-offset: -2.667vw;
  }
}

.campaign__inner img {
  margin-top: 18px;
  width: 480px;
}

@media only screen and (max-width: 767px) {
  .campaign__inner img {
    margin-top: 5.33333vw;
    width: 73.33333vw;
  }
}


.campaign__tit {
  color: #0053B4;
}

.campaign__tit::before {
  content: "CAMPAIGN";
}

.campaign__lead {
  text-align: center;
}
.campaign_lead_attention{
  font-size: 16px;
  text-align: center;
}
.campaign_lead_attention1{
  font-size: 16px;
  text-align: center;
  line-height: 2.5;
}

@media only screen and (max-width: 767px) {
  .campaign_lead_attention{
    font-size: 14px;
    text-align: center;
    margin-top: 6px;
    display: inline-block;
    width: 80%;
    overflow-wrap: normal;
}


  .campaign_lead_attention1{
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
    line-height: 1.5;
    width: 80%;
    overflow-wrap: normal;

  }
}


.campaign_lead_attention > b{
  color: #f90100;
}

.campaign__periodTxt {
  font-weight: 600;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", sans;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .campaign__periodTxt {
    font-size: 16px;
    text-align: center;
    line-height: 1.7em;
    display: inline-block;
    width: 80%;
    overflow-wrap: normal;

  }
}

.campaign__period {
  color: #0053B4;
  font-weight: 600;
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic ProN", sans;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .campaign__period {
    margin-top: 1.06667vw;
    font-size: 4.8vw;
    text-align: center;
  }
}

.campaign__note {
  font-size: 12px;
  text-align: left;
}
.campaign__note li span{
  display: block;
  min-width: 8em;
}
.campaign__note li{
  display: flex;
}

@media only screen and (max-width: 767px) {
  .campaign__note {
    font-size: 3.2vw;
  }
}

.campaign__list {
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .campaign__list {
    display: block;
    margin-top: 5.867vw;
  }
}

.campaign__item {
  position: relative;
}

.campaign__item > img {
  position: relative;
  margin-top: 0;
  width: 310px;

  border-radius: 26px;
}

@media only screen and (max-width: 767px) {
  .campaign__item > img {
    margin-top: 0;
    width: 73.333vw;
    border-radius: 6.933vw;
  }
}

.campaign__attention {
  margin-top: 40px;
  padding: 0 18px;
  width: 980px;
  font-size: 14px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .campaign__attention {
    margin-top: 8vw;
    padding: 0;
    width: 89.33333vw;
    font-size: 3.73333vw;
  }
}
.campaign__attention .js-exIconnone {
    color: #0053B4;
    font-size: 14px;
    text-decoration: underline;
}
.campaign__attention .js-exIcon {
  color: #0053B4;
  font-size: 14px;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .campaign__attention .js-exIconnone {
    color: #0053B4;
    font-size: 14px;
    text-decoration: underline;
}
.campaign__attention .js-exIcon {
  color: #0053B4;
  font-size: 14px;
  text-decoration: underline;
}


}



.campaign__attentionLead {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .campaign__attentionLead {
    margin-bottom: 4.267vw;
    font-weight: 600;
    font-size: 5.333vw;
  }
}

.campaign__attentionTxt {
  margin: 30px 0 20px;
  font-size: 18px;
  font-weight: bold;

}
.campaign__attentiontext{
  line-height: 1.5;
  font-size: 14px;
}


@media only screen and (max-width: 767px) {
  .campaign__attentionTxt {
    margin: 7.2vw 0 2.667vw;
    font-size: 4.267vw;
    font-weight: bold;
  }
}

.problem {
  padding: 83px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#0053B4), to(#54B9EF));
  background: linear-gradient(#0053B4, #54B9EF);
}

@media only screen and (max-width: 767px) {
  .problem {
    padding: 19.46667vw 0 0;
    height: auto;
  }
}

.problem__tit {
  color: #fff;
}

.problem__tit::before {
  content: "PROBLEM";
}

.problem__cap {
  position: relative;
  margin-top: 11px;
  color: #fff;
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .problem__cap {
    margin-top: 0;
    font-size: 6.93333vw;
  }
}

.problem__cap::before {
  position: absolute;
  content: "";
  left: 48%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 407px;
  height: 5px;
  opacity: 0.8;
  background-color: #FFE200;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .problem__cap::before {
    bottom: 0;
    width: 75.2vw;
    height: 1.33333vw;
  }
}

.problem__txt {
  margin-top: 32px;
  max-width: 980px;
  color: #fff;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN", sans;
  line-height: 1.8;
  text-align: left;
}
.problem__txt.mgn {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .problem__txt {
    margin-top: 6.50667vw;
    width: 89.33333vw;
    font-size: 3.73333vw;
  }
  .problem__txt.mgn {
    margin: 4vw 0;
  }
}

.problem .balloon-img {
  margin-top: 38px;
  width: 780px;
}

@media only screen and (max-width: 767px) {
  .problem .balloon-img {
    margin-top: 7.46667vw;
    width: 89.33333vw;
  }
}

.problem .txt-img {
  margin-top: 30px;
  width: 407px;
}

@media only screen and (max-width: 767px) {
  .problem .txt-img {
    margin-top: 8vw;
    width: 73.06667vw;
  }
}

.problem .graph-img {
  margin-top: 34px;
  width: 980px;
  -webkit-box-shadow: 0 0 20px rgba(0, 83, 180, 0.16);
          box-shadow: 0 0 20px rgba(0, 83, 180, 0.16);
}

@media only screen and (max-width: 767px) {
  .problem .graph-img {
    margin-top: 6.50667vw;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#43A5E2), to(#fff));
    background: linear-gradient(#43A5E2, #fff);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .problem .graph-img img {
    border-radius: 5.33333vw;
    -webkit-box-shadow: 0 0 5.33333vw rgba(0, 83, 180, 0.16);
            box-shadow: 0 0 5.33333vw rgba(0, 83, 180, 0.16);
  }
}

.point {
  padding: 83px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .point {
    margin-top: -5.33333vw;
    padding: 27.2vw 0 13.33333vw;
  }
}

.point__tit {
  color: #0053B4;
}

.point__tit::before {
  content: "POINT";
}

.point-list {
  margin-top: 40px;
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .point-list {
    margin-top: 8vw;
    width: 89.33333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.point-list__item {
  padding: 30px 0 0;
  width: 300px;
  height: 286px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background-color: #FFF9CC;
}

@media only screen and (max-width: 767px) {
  .point-list__item {
    margin-top: 4vw;
    padding: 5.33333vw 0.53333vw;
    width: 100%;
    height: auto;
    border-radius: 2.66667vw;
  }
  .point-list__item:first-of-type {
    margin-top: 0;
  }
}

.point-list__img {
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .point-list__img {
    width: 29.33333vw;
  }
}

.point-list__img:nth-of-type(2) {
  width: 100px;
}

@media only screen and (max-width: 767px) {
  .point-list__img:nth-of-type(2) {
    width: 26.66667vw;
  }
}

.point-list__cap {
  position: relative;
  margin-top: 10px;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .point-list__cap {
    margin-top: 1.6vw;
    font-size: 5.86667vw;
  }
}

.point-list__cap::before {
  position: absolute;
  content: "";
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#FFD800), to(#FFF4A2));
  background: linear-gradient(to right, #FFD800, #FFF4A2);
  opacity: 80%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .point-list__cap::before {
    height: 1.33333vw;
  }
}

.point-list__cap--first {
  line-height: 1.2;
}

.point-list__cap--first::before {
  top: 21px;
  left: 0;
  width: 220px;
}

@media only screen and (max-width: 767px) {
  .point-list__cap--first::before {
    top: 9.6vw;
    left: 0.26667vw;
    width: 58.66667vw;
  }
}

.point-list__cap--second {
  margin-top: 0;
}

.point-list__cap--second::before {
  bottom: 2px;
  left: 44px;
  width: 125px;
}

@media only screen and (max-width: 767px) {
  .point-list__cap--second::before {
    bottom: 0.53333vw;
    left: 11.73333vw;
    width: 33.33333vw;
  }
}

.point-list__cap--last::before {
  top: 24px;
  left: 0;
  width: 88px;
}

@media only screen and (max-width: 767px) {
  .point-list__cap--last::before {
    top: auto;
    bottom: 1.06667vw;
    width: 23.46667vw;
  }
}

.point-list__cap span {
  color: #F48300;
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .point-list__cap span {
    font-size: 8vw;
  }
}

.point-list__cap .point-num {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  .point-list__cap .point-num {
    padding-left: 0.53333vw;
    font-size: 9.6vw;
  }
}

.point-list__cap .point-percent {
  color: #333;
  font-size: 22px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .point-list__cap .point-percent {
    font-size: 5.86667vw;
  }
}

@media only screen and (max-width: 767px) {
  .point-list__cap .point-free {
    padding-left: 1.06667vw;
  }
}

.point-list__txt {
  margin-top: 8px;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", sans;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .point-list__txt {
    margin-top: 2.13333vw;
    font-size: 3.73333vw;
  }
}

.point__sub {
  margin-top: 40px;
  color: #0053B4;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .point__sub {
    margin-top: 8vw;
    font-size: 5.86667vw;
    line-height: 1.4;
    text-align: center;
  }
}

.point__sub span {
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .point__sub span {
    font-size: 3.2vw;
  }
}

.point__link {
  margin-top: 21px;
  display: block;
  color: #0053B4;
  font-size: 14px;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .point__link {
    margin-top: 4vw;
    font-size: 3.73333vw;
  }
}

.point__img {
  margin-top: 60px;
  width: 980px;
}

@media only screen and (max-width: 767px) {
  .point__img {
    margin-top: 5.33333vw;
    width: 89.33333vw;
  }
}

.point__attention {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .point__attention {
    margin-top: 5.33333vw;
    width: 89.33333vw;
    font-size: 3.73333vw;
  }
}

.case {
  padding: 83px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#0053B4), to(#54B9EF));
  background: linear-gradient(#0053B4, #54B9EF);
}

@media only screen and (max-width: 767px) {
  .case {
    padding: 19.46667vw 0 16vw;
    height: auto;
  }
}

.case__tit {
  color: #fff;
}

.case__tit::before {
  content: "USE CASE";
}

.case-list {
  margin-top: 40px;
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .case-list {
    margin-top: 8vw;
    width: 89.33333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.case-list__item {
  margin-right: 40px;
  padding: 30px 0 0;
  width: 300px;
  height: 236px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .case-list__item {
    position: relative;
    margin-top: 4vw;
    margin-right: 0;
    padding: 3.73333vw 5.33333vw 2.66667vw 24vw;
    width: 100%;
    height: 26.4vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .case-list__item:first-of-type {
    margin-top: 0;
  }
}

.case-list__item:nth-of-type(3) {
  margin-right: 0;
}

.case-list__item:nth-of-type(4) {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .case-list__item:nth-of-type(4) {
    margin-top: 4vw;
    height: 21.33333vw;
  }
}

.case-list__item:nth-of-type(5) {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .case-list__item:nth-of-type(5) {
    margin-top: 4vw;
    height: 26.4vw;
  }
}

.case-list__img {
  width: 90px;
  height: 90px;
}

@media only screen and (max-width: 767px) {
  .case-list__img {
    position: absolute;
    top: 50%;
    left: 5.33333vw;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 16vw;
    height: 16vw;
  }
}

.case-list__cap {
  margin-top: 16px;
  color: #F48300;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .case-list__cap {
    margin-top: 0;
    font-size: 4.8vw;
  }
}

.case-list__txt {
  margin-top: 6px;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", sans;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .case-list__txt {
    margin-top: 1.6vw;
    font-size: 3.73333vw;
    text-align: left;
  }
}

.faq {
  padding: 83px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
}

@media only screen and (max-width: 767px) {
  .faq {
    padding: 18.93333vw 0 13.33333vw;
  }
}

.faq__tit {
  color: #0053B4;
}

.faq__tit::before {
  content: "FAQ";
}

.faq .open {
  -webkit-box-shadow: 0 0 16px rgba(0, 83, 180, 0.16);
          box-shadow: 0 0 16px rgba(0, 83, 180, 0.16);
}

.faq .open::after {
  background: url("/promotion/corporate/jcb-invoice/cashmap/images/icon_ac_close.svg") no-repeat center/contain !important;
}

.faq .ac {
  margin-top: 40px;
  width: 980px;
}

@media only screen and (max-width: 767px) {
  .faq .ac {
    margin-top: 8vw;
    width: 89.33333vw;
  }
}

.faq .ac-parent {
  position: relative;
  margin-bottom: 15px;
  padding-left: 59px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .faq .ac-parent {
    margin-bottom: 4vw;
    padding: 3.2vw 13.33333vw 3.2vw 14.4vw;
    font-size: 4.8vw;
    height: auto;
    border-radius: 2.66667vw;
  }
}

.faq .ac-parent::before {
  position: absolute;
  content: "Q.";
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  color: #F48300;
  font-weight: 600;
  font-size: 34px;
}

@media only screen and (max-width: 767px) {
  .faq .ac-parent::before {
    top: 0;
    -webkit-transform: none;
            transform: none;
    left: 4vw;
    font-size: 8vw;
  }
}

.faq .ac-parent::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background: url("/promotion/corporate/jcb-invoice/cashmap/images/icon_ac_open.svg") no-repeat center/contain;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .faq .ac-parent::after {
    right: 2.66667vw;
    width: 8vw;
    height: 8vw;
  }
}

.faq .ac-child {
  position: relative;
  margin-bottom: 30px;
  padding: 5px 0 0 59px;
  font-size: 14px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .faq .ac-child {
    margin-bottom: 3.84vw;
    padding: 0 5.33333vw 0 14.4vw;
    font-size: 3.73333vw;
  }
}

.faq .ac-child::before {
  position: absolute;
  content: "A.";
  top: 0;
  left: 18px;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
  font-weight: 600;
  font-size: 34px;
}

@media only screen and (max-width: 767px) {
  .faq .ac-child::before {
    left: 3.46667vw;
    font-size: 8vw;
  }
}

.faq .ac-child a {
  color: #0053B4;
  font-size: 14px;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .faq .ac-child a {
    font-size: 3.73333vw;
  }
}

.faq__link {
  margin-top: 20px;
  display: block;
  color: #0053B4;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", sans;
  line-height: 1;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .faq__link {
    margin-top: 2.66667vw;
    font-size: 3.73333vw;
  }
}

.inquiry {
  padding: 60px 0 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .inquiry {
    padding: 13.33333vw 0 17.17333vw;
  }
}

.inquiry__tit {
  margin-top: 40px;
  padding-top: 40px;
  width: 980px;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .inquiry__tit {
    margin-top: 10.66667vw;
    padding-top: 8vw;
    width: 89.33333vw;
    font-size: 5.86667vw;
  }
}

.inquiry .address {
  margin-top: 20px;
  padding-bottom: 39px;
  width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #CCC;
}

.inquiry .address-head {
  margin-top: 20px;
  padding-left: 10px;
  width: 980px;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0053B4;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  border-radius: 10px;
  background-color: #E5EDF7;
}

.inquiry .address__num {
  margin-right: 30px;
  color: #0053B4;
  font-weight: 600;
  font-size: 32px;
}

.inquiry .address__txt {
  margin-right: 20px;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", sans;
}

.inquiry__btn {
  position: relative;
  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;
  width: 300px;
  height: 76px;
  color: #0053B4;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  border-radius: 38px;
  border: 2px solid #0053B4;
}

@media only screen and (max-width: 767px) {
  .inquiry__btn {
    width: 80vw;
    height: 20.26667vw;
    font-size: 4.26667vw;
    border-radius: 10.13333vw;
  }
}

.inquiry__btn::before {
  position: absolute;
  right: 14px !important;
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
  width: 13px !important;
  height: 13px !important;
  background: url("/promotion/corporate/jcb-invoice/cashmap/images/icon_ex.svg") no-repeat center/contain !important;
}

@media only screen and (max-width: 767px) {
  .inquiry__btn::before {
    right: 4vw !important;
    width: 3.46667vw !important;
    height: 3.46667vw !important;
  }
}

.inquiry-list {
  margin-top: 15px;
  width: 980px;
}

@media only screen and (max-width: 767px) {
  .inquiry-list {
    margin-top: 4.26667vw;
    width: 89.33333vw;
  }
}

.inquiry-list__item {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", sans;
  line-height: 1.8;
}

.inquiry-list__item::before {
  position: absolute;
  content: "※";
  left: 0;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", sans;
}

.footer {
  position: relative;
  padding: 42px 0 50px 40px;
  font-family: "Hiragino Kaku Gothic ProN", sans;
  background-color: #000;
  width: 100%;
  min-width: 1200px;
  overflow: visible;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 24px 16px 20px 20px;
    min-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-list {
  margin-top: 0;
  margin-bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .footer-list {
    margin-bottom: 24px;
    padding-bottom: 8px;
    max-width: 335px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
  }
}

.footer-list__item {
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .footer-list__item {
    margin-right: 0;
    margin-bottom: 12px;
    display: inline-block;
    width: 50%;
  }
}

.footer-list__item a {
  color: #fff;
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .footer-list__item a {
    font-size: 12px;
    letter-spacing: -0.01em;
  }
}

.footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-col img {
  width: 175px;
}

@media only screen and (max-width: 767px) {
  .footer-col img {
    width: 115px;
  }
}

.footer-col small {
  margin-left: 28px;
  color: #fff;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .footer-col small {
    margin-top: 12px;
    margin-left: 0;
    font-size: 10px;
  }
}

.footer .topbtn {
  position: absolute;
  top: 40px;
  right: 40px;
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url("/promotion/corporate/jcb-invoice/cashmap/images/icon_topbtn.svg") no-repeat center/contain;
}

.topbtn:hover {
  border-radius: 100%;
  border: 1px #FFFFFF solid;
  animation: border-swirl 0.2s forwards;
}

@keyframes border-swirl {
  0% {
    border-width: 0;
    opacity: 0;
  }
  25% {
    border-width: 0.3px;
    opacity: 0.3;
  }
  50% {
    border-width: 0.5px;
    opacity: 0.5;
  }
  100% {
    border-width: 1px;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .footer .topbtn {
    top: auto;
    bottom: 40px;
    right: 5.33333vw;
    width: 36px;
    height: 36px;
  }
}

.js-exIcon {
  position: relative;
}

.js-exIcon::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -4px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 12px;
  height: 12px;
  background: url("/promotion/corporate/jcb-invoice/cashmap/images/icon_ex.svg") no-repeat center/contain;
}

@media only screen and (max-width: 767px) {
  .js-exIcon::before {
    right: -1.06667vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}

.js-footerIcon {
  position: relative;
}

.js-footerIcon::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -4px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 12px;
  height: 12px;
  background: url("/promotion/corporate/jcb-invoice/cashmap/images/icon_link_white.svg") no-repeat center/contain !important;
}

@media only screen and (max-width: 767px) {
  .js-footerIcon::before {
    top: calc(50% + 1px) !important;
    right: -4px !important;
    width: 12px !important;
    height: 12px !important;
  }
}

.js-footerIcon--ex::before {
  background: url("/promotion/corporate/jcb-invoice/cashmap/images/icon_ex_white.svg") no-repeat center/contain !important;
}

@media only screen and (max-width: 767px) {
  .js-footerIcon--ex::before {
    top: calc(50% + 1px) !important;
    width: 10px !important;
    height: 10px !important;
  }
}

.ex-hidden::before {
  display: none;
}

.is-mt1{
  margin-top: 1em;
}

.linkhover:hover{
  opacity: 0.7;
}