@charset "UTF-8";

/* clear-fix */
.clear-fix:after {
  display: block;
  clear: both;
  content: "";
}

/* pc/sp */
.pc-only {}

.sp-only {
  display: none !important;
}

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

  .sp-only {
    display: block !important;
  }
}

/* t-xxxxx */
.t-red{
  color: #B70000;
}

.t-blue{
  color: #1e2187;
}

.t-white{
  color: #ffffff;
}

.t-black{
  color: #2f2f2f;
}

/* text-align */
.ta-L {
  text-align: left !important;
}

.ta-C {
  text-align: center !important;
}

.ta-R {
  text-align: right !important;
}

@media print, screen and (min-width: 900px) {
  .ta-L-pc {
    text-align: left !important;
  }

  .ta-C-pc {
    text-align: center !important;
  }

  .ta-R-pc {
    text-align: right !important;
  }
}

@media screen and (max-width: 899px) {
  .ta-L-sp {
    text-align: left !important;
  }

  .ta-C-sp {
    text-align: center !important;
  }

  .ta-R-sp {
    text-align: right !important;
  }
}

/* vertical-align */
.va-T {
  vertical-align: top !important;
}

.va-M {
  vertical-align: middle !important;
}

.va-B {
  vertical-align: bottom !important;
}

.va-BL {
  vertical-align: baseline !important;
}

/* indent */
.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-18 {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}

.indent-25 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

/* font-weight */
.fw-N {
  font-weight: 500 !important;
}

.fw-B {
  font-weight: 700 !important;
}

/* font-size */
.fs-70 {
  font-size: 70% !important;
}

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

.fs-80 {
  font-size: 80% !important;
}

.fs-85 {
  font-size: 85% !important;
}

.fs-90 {
  font-size: 90% !important;
}

.fs-95 {
  font-size: 95% !important;
}

.fs-100 {
  font-size: 100% !important;
}

.fs-105 {
  font-size: 105% !important;
}

.fs-110 {
  font-size: 110% !important;
}

.fs-115 {
  font-size: 115% !important;
}

.fs-120 {
  font-size: 120% !important;
}

.fs-125 {
  font-size: 125% !important;
}

@media print, screen and (min-width: 900px) {
  .fs-70pc {
    font-size: 70% !important;
  }

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

  .fs-80pc {
    font-size: 80% !important;
  }

  .fs-85pc {
    font-size: 85% !important;
  }

  .fs-90pc {
    font-size: 90% !important;
  }

  .fs-95pc {
    font-size: 95% !important;
  }

  .fs-100pc {
    font-size: 100% !important;
  }

  .fs-105pc {
    font-size: 105% !important;
  }

  .fs-110pc {
    font-size: 110% !important;
  }

  .fs-115pc {
    font-size: 115% !important;
  }

  .fs-120pc {
    font-size: 120% !important;
  }

  .fs-125pc {
    font-size: 125% !important;
  }
}

@media screen and (max-width: 899px) {
  .fs-70sp {
    font-size: 70% !important;
  }

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

  .fs-80sp {
    font-size: 80% !important;
  }

  .fs-85sp {
    font-size: 85% !important;
  }

  .fs-90sp {
    font-size: 90% !important;
  }

  .fs-95sp {
    font-size: 95% !important;
  }

  .fs-100sp {
    font-size: 100% !important;
  }

  .fs-105sp {
    font-size: 105% !important;
  }

  .fs-110sp {
    font-size: 110% !important;
  }

  .fs-115sp {
    font-size: 115% !important;
  }

  .fs-120sp {
    font-size: 120% !important;
  }

  .fs-125sp {
    font-size: 125% !important;
  }
}

/* width */
.w-50 {
  width: 50px !important;
}

.w-55 {
  width: 55px !important;
}

.w-60 {
  width: 60px !important;
}

.w-65 {
  width: 65px !important;
}

.w-70 {
  width: 70px !important;
}

.w-75 {
  width: 75px !important;
}

.w-80 {
  width: 80px !important;
}

.w-85 {
  width: 85px !important;
}

.w-90 {
  width: 90px !important;
}

.w-95 {
  width: 95px !important;
}

.w-100 {
  width: 100px !important;
}

.w-105 {
  width: 105px !important;
}

.w-110 {
  width: 110px !important;
}

.w-115 {
  width: 115px !important;
}

.w-120 {
  width: 120px !important;
}

.w-125 {
  width: 125px !important;
}

.w-130 {
  width: 130px !important;
}

.w-135 {
  width: 135px !important;
}

.w-140 {
  width: 140px !important;
}

.w-145 {
  width: 145px !important;
}

.w-150 {
  width: 150px !important;
}

.w-200 {
  width: 200px !important;
}

.w-250 {
  width: 250px !important;
}

.w-300 {
  width: 300px !important;
}

.w-350 {
  width: 350px !important;
}

.w-400 {
  width: 400px !important;
}

.w-450 {
  width: 450px !important;
}

.w-500 {
  width: 500px !important;
}

.w-550 {
  width: 550px !important;
}

.w-600 {
  width: 600px !important;
}

.w-650 {
  width: 650px !important;
}

.w-700 {
  width: 700px !important;
}

.w-50P {
  width: 50% !important;
}

.w-100P {
  width: 100% !important;
}

@media print, screen and (min-width: 900px) {
  .w-50pc {
    width: 50px !important;
  }

  .w-55pc {
    width: 55px !important;
  }

  .w-60pc {
    width: 60px !important;
  }

  .w-65pc {
    width: 65px !important;
  }

  .w-70pc {
    width: 70px !important;
  }

  .w-75pc {
    width: 75px !important;
  }

  .w-80pc {
    width: 80px !important;
  }

  .w-85pc {
    width: 85px !important;
  }

  .w-90pc {
    width: 90px !important;
  }

  .w-95pc {
    width: 95px !important;
  }

  .w-100pc {
    width: 100px !important;
  }

  .w-105pc {
    width: 105px !important;
  }

  .w-110pc {
    width: 110px !important;
  }

  .w-115pc {
    width: 115px !important;
  }

  .w-120pc {
    width: 120px !important;
  }

  .w-125pc {
    width: 125px !important;
  }

  .w-130pc {
    width: 130px !important;
  }

  .w-135pc {
    width: 135px !important;
  }

  .w-140pc {
    width: 140px !important;
  }

  .w-145pc {
    width: 145px !important;
  }

  .w-150pc {
    width: 150px !important;
  }

  .w-200pc {
    width: 200px !important;
  }

  .w-250pc {
    width: 250px !important;
  }

  .w-300pc {
    width: 300px !important;
  }

  .w-350pc {
    width: 350px !important;
  }

  .w-400pc {
    width: 400px !important;
  }

  .w-450pc {
    width: 450px !important;
  }

  .w-500pc {
    width: 500px !important;
  }

  .w-550pc {
    width: 550px !important;
  }

  .w-600pc {
    width: 600px !important;
  }

  .w-650pc {
    width: 650px !important;
  }

  .w-700pc {
    width: 700px !important;
  }

  .w-50Ppc {
    width: 50% !important;
  }

  .w-100Ppc {
    width: 100% !important;
  }
}

@media screen and (max-width: 899px) {
  .w-50sp {
    width: 50px !important;
  }

  .w-55sp {
    width: 55px !important;
  }

  .w-60sp {
    width: 60px !important;
  }

  .w-65sp {
    width: 65px !important;
  }

  .w-70sp {
    width: 70px !important;
  }

  .w-75sp {
    width: 75px !important;
  }

  .w-80sp {
    width: 80px !important;
  }

  .w-85sp {
    width: 85px !important;
  }

  .w-90sp {
    width: 90px !important;
  }

  .w-95sp {
    width: 95px !important;
  }

  .w-100sp {
    width: 100px !important;
  }

  .w-105sp {
    width: 105px !important;
  }

  .w-110sp {
    width: 110px !important;
  }

  .w-115sp {
    width: 115px !important;
  }

  .w-120sp {
    width: 120px !important;
  }

  .w-125sp {
    width: 125px !important;
  }

  .w-130sp {
    width: 130px !important;
  }

  .w-135sp {
    width: 135px !important;
  }

  .w-140sp {
    width: 140px !important;
  }

  .w-145sp {
    width: 145px !important;
  }

  .w-150sp {
    width: 150px !important;
  }

  .w-200sp {
    width: 200px !important;
  }

  .w-250sp {
    width: 250px !important;
  }

  .w-300sp {
    width: 300px !important;
  }

  .w-350sp {
    width: 350px !important;
  }

  .w-400sp {
    width: 400px !important;
  }

  .w-450sp {
    width: 450px !important;
  }

  .w-500sp {
    width: 500px !important;
  }

  .w-550sp {
    width: 550px !important;
  }

  .w-600sp {
    width: 600px !important;
  }

  .w-650sp {
    width: 650px !important;
  }

  .w-700sp {
    width: 700px !important;
  }

  .w-50Psp {
    width: 50% !important;
  }

  .w-100Psp {
    width: 100% !important;
  }
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

/* padding */
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

@media print, screen and (min-width: 900px) {

  /* margin */
  .mt-0pc {
    margin-top: 0 !important;
  }

  .mt-5pc {
    margin-top: 5px !important;
  }

  .mt-10pc {
    margin-top: 10px !important;
  }

  .mt-15pc {
    margin-top: 15px !important;
  }

  .mt-20pc {
    margin-top: 20px !important;
  }

  .mt-25pc {
    margin-top: 25px !important;
  }

  .mt-30pc {
    margin-top: 30px !important;
  }

  .mt-35pc {
    margin-top: 35px !important;
  }

  .mt-40pc {
    margin-top: 40px !important;
  }

  .mt-45pc {
    margin-top: 45px !important;
  }

  .mt-50pc {
    margin-top: 50px !important;
  }

  .mt-55pc {
    margin-top: 55px !important;
  }

  .mt-60pc {
    margin-top: 60px !important;
  }

  .mr-0pc {
    margin-right: 0 !important;
  }

  .mr-5pc {
    margin-right: 5px !important;
  }

  .mr-10pc {
    margin-right: 10px !important;
  }

  .mr-15pc {
    margin-right: 15px !important;
  }

  .mr-20pc {
    margin-right: 20px !important;
  }

  .mr-25pc {
    margin-right: 25px !important;
  }

  .mr-30pc {
    margin-right: 30px !important;
  }

  .mr-35pc {
    margin-right: 35px !important;
  }

  .mr-40pc {
    margin-right: 40px !important;
  }

  .mr-45pc {
    margin-right: 45px !important;
  }

  .mr-50pc {
    margin-right: 50px !important;
  }

  .mr-55pc {
    margin-right: 55px !important;
  }

  .mr-60pc {
    margin-right: 60px !important;
  }

  .mb-0pc {
    margin-bottom: 0 !important;
  }

  .mb-5pc {
    margin-bottom: 5px !important;
  }

  .mb-10pc {
    margin-bottom: 10px !important;
  }

  .mb-15pc {
    margin-bottom: 15px !important;
  }

  .mb-20pc {
    margin-bottom: 20px !important;
  }

  .mb-25pc {
    margin-bottom: 25px !important;
  }

  .mb-30pc {
    margin-bottom: 30px !important;
  }

  .mb-35pc {
    margin-bottom: 35px !important;
  }

  .mb-40pc {
    margin-bottom: 40px !important;
  }

  .mb-45pc {
    margin-bottom: 45px !important;
  }

  .mb-50pc {
    margin-bottom: 50px !important;
  }

  .mb-55pc {
    margin-bottom: 55px !important;
  }

  .mb-60pc {
    margin-bottom: 60px !important;
  }

  .ml-0pc {
    margin-left: 0 !important;
  }

  .ml-5pc {
    margin-left: 5px !important;
  }

  .ml-10pc {
    margin-left: 10px !important;
  }

  .ml-15pc {
    margin-left: 15px !important;
  }

  .ml-20pc {
    margin-left: 20px !important;
  }

  .ml-25pc {
    margin-left: 25px !important;
  }

  .ml-30pc {
    margin-left: 30px !important;
  }

  .ml-35pc {
    margin-left: 35px !important;
  }

  .ml-40pc {
    margin-left: 40px !important;
  }

  .ml-45pc {
    margin-left: 45px !important;
  }

  .ml-50pc {
    margin-left: 50px !important;
  }

  .ml-55pc {
    margin-left: 55px !important;
  }

  .ml-60pc {
    margin-left: 60px !important;
  }

  /* padding */
  .pt-0pc {
    padding-top: 0 !important;
  }

  .pt-5pc {
    padding-top: 5px !important;
  }

  .pt-10pc {
    padding-top: 10px !important;
  }

  .pt-15pc {
    padding-top: 15px !important;
  }

  .pt-20pc {
    padding-top: 20px !important;
  }

  .pt-25pc {
    padding-top: 25px !important;
  }

  .pt-30pc {
    padding-top: 30px !important;
  }

  .pt-35pc {
    padding-top: 35px !important;
  }

  .pt-40pc {
    padding-top: 40px !important;
  }

  .pt-45pc {
    padding-top: 45px !important;
  }

  .pt-50pc {
    padding-top: 50px !important;
  }

  .pt-55pc {
    padding-top: 55px !important;
  }

  .pt-60pc {
    padding-top: 60px !important;
  }

  .pr-0pc {
    padding-right: 0 !important;
  }

  .pr-5pc {
    padding-right: 5px !important;
  }

  .pr-10pc {
    padding-right: 10px !important;
  }

  .pr-15pc {
    padding-right: 15px !important;
  }

  .pr-20pc {
    padding-right: 20px !important;
  }

  .pr-25pc {
    padding-right: 25px !important;
  }

  .pr-30pc {
    padding-right: 30px !important;
  }

  .pr-35pc {
    padding-right: 35px !important;
  }

  .pr-40pc {
    padding-right: 40px !important;
  }

  .pr-45pc {
    padding-right: 45px !important;
  }

  .pr-50pc {
    padding-right: 50px !important;
  }

  .pr-55pc {
    padding-right: 55px !important;
  }

  .pr-60pc {
    padding-right: 60px !important;
  }

  .pb-0pc {
    padding-bottom: 0 !important;
  }

  .pb-5pc {
    padding-bottom: 5px !important;
  }

  .pb-10pc {
    padding-bottom: 10px !important;
  }

  .pb-15pc {
    padding-bottom: 15px !important;
  }

  .pb-20pc {
    padding-bottom: 20px !important;
  }

  .pb-25pc {
    padding-bottom: 25px !important;
  }

  .pb-30pc {
    padding-bottom: 30px !important;
  }

  .pb-35pc {
    padding-bottom: 35px !important;
  }

  .pb-40pc {
    padding-bottom: 40px !important;
  }

  .pb-45pc {
    padding-bottom: 45px !important;
  }

  .pb-50pc {
    padding-bottom: 50px !important;
  }

  .pb-55pc {
    padding-bottom: 55px !important;
  }

  .pb-60pc {
    padding-bottom: 60px !important;
  }

  .pl-0pc {
    padding-left: 0 !important;
  }

  .pl-5pc {
    padding-left: 5px !important;
  }

  .pl-10pc {
    padding-left: 10px !important;
  }

  .pl-15pc {
    padding-left: 15px !important;
  }

  .pl-20pc {
    padding-left: 20px !important;
  }

  .pl-25pc {
    padding-left: 25px !important;
  }

  .pl-30pc {
    padding-left: 30px !important;
  }

  .pl-35pc {
    padding-left: 35px !important;
  }

  .pl-40pc {
    padding-left: 40px !important;
  }

  .pl-45pc {
    padding-left: 45px !important;
  }

  .pl-50pc {
    padding-left: 50px !important;
  }

  .pl-55pc {
    padding-left: 55px !important;
  }

  .pl-60pc {
    padding-left: 60px !important;
  }
}

@media screen and (max-width: 899px) {

  /* margin */
  .mt-0sp {
    margin-top: 0 !important;
  }

  .mt-5sp {
    margin-top: 5px !important;
  }

  .mt-10sp {
    margin-top: 10px !important;
  }

  .mt-15sp {
    margin-top: 15px !important;
  }

  .mt-20sp {
    margin-top: 20px !important;
  }

  .mt-25sp {
    margin-top: 25px !important;
  }

  .mt-30sp {
    margin-top: 30px !important;
  }

  .mt-35sp {
    margin-top: 35px !important;
  }

  .mt-40sp {
    margin-top: 40px !important;
  }

  .mt-45sp {
    margin-top: 45px !important;
  }

  .mt-50sp {
    margin-top: 50px !important;
  }

  .mt-55sp {
    margin-top: 55px !important;
  }

  .mt-60sp {
    margin-top: 60px !important;
  }

  .mr-0sp {
    margin-right: 0 !important;
  }

  .mr-5sp {
    margin-right: 5px !important;
  }

  .mr-10sp {
    margin-right: 10px !important;
  }

  .mr-15sp {
    margin-right: 15px !important;
  }

  .mr-20sp {
    margin-right: 20px !important;
  }

  .mr-25sp {
    margin-right: 25px !important;
  }

  .mr-30sp {
    margin-right: 30px !important;
  }

  .mr-35sp {
    margin-right: 35px !important;
  }

  .mr-40sp {
    margin-right: 40px !important;
  }

  .mr-45sp {
    margin-right: 45px !important;
  }

  .mr-50sp {
    margin-right: 50px !important;
  }

  .mr-55sp {
    margin-right: 55px !important;
  }

  .mr-60sp {
    margin-right: 60px !important;
  }

  .mb-0sp {
    margin-bottom: 0 !important;
  }

  .mb-5sp {
    margin-bottom: 5px !important;
  }

  .mb-10sp {
    margin-bottom: 10px !important;
  }

  .mb-15sp {
    margin-bottom: 15px !important;
  }

  .mb-20sp {
    margin-bottom: 20px !important;
  }

  .mb-25sp {
    margin-bottom: 25px !important;
  }

  .mb-30sp {
    margin-bottom: 30px !important;
  }

  .mb-35sp {
    margin-bottom: 35px !important;
  }

  .mb-40sp {
    margin-bottom: 40px !important;
  }

  .mb-45sp {
    margin-bottom: 45px !important;
  }

  .mb-50sp {
    margin-bottom: 50px !important;
  }

  .mb-55sp {
    margin-bottom: 55px !important;
  }

  .mb-60sp {
    margin-bottom: 60px !important;
  }

  .ml-0sp {
    margin-left: 0 !important;
  }

  .ml-5sp {
    margin-left: 5px !important;
  }

  .ml-10sp {
    margin-left: 10px !important;
  }

  .ml-15sp {
    margin-left: 15px !important;
  }

  .ml-20sp {
    margin-left: 20px !important;
  }

  .ml-25sp {
    margin-left: 25px !important;
  }

  .ml-30sp {
    margin-left: 30px !important;
  }

  .ml-35sp {
    margin-left: 35px !important;
  }

  .ml-40sp {
    margin-left: 40px !important;
  }

  .ml-45sp {
    margin-left: 45px !important;
  }

  .ml-50sp {
    margin-left: 50px !important;
  }

  .ml-55sp {
    margin-left: 55px !important;
  }

  .ml-60sp {
    margin-left: 60px !important;
  }

  /* padding */
  .pt-0sp {
    padding-top: 0 !important;
  }

  .pt-5sp {
    padding-top: 5px !important;
  }

  .pt-10sp {
    padding-top: 10px !important;
  }

  .pt-15sp {
    padding-top: 15px !important;
  }

  .pt-20sp {
    padding-top: 20px !important;
  }

  .pt-25sp {
    padding-top: 25px !important;
  }

  .pt-30sp {
    padding-top: 30px !important;
  }

  .pt-35sp {
    padding-top: 35px !important;
  }

  .pt-40sp {
    padding-top: 40px !important;
  }

  .pt-45sp {
    padding-top: 45px !important;
  }

  .pt-50sp {
    padding-top: 50px !important;
  }

  .pt-55sp {
    padding-top: 55px !important;
  }

  .pt-60sp {
    padding-top: 60px !important;
  }

  .pr-0sp {
    padding-right: 0 !important;
  }

  .pr-5sp {
    padding-right: 5px !important;
  }

  .pr-10sp {
    padding-right: 10px !important;
  }

  .pr-15sp {
    padding-right: 15px !important;
  }

  .pr-20sp {
    padding-right: 20px !important;
  }

  .pr-25sp {
    padding-right: 25px !important;
  }

  .pr-30sp {
    padding-right: 30px !important;
  }

  .pr-35sp {
    padding-right: 35px !important;
  }

  .pr-40sp {
    padding-right: 40px !important;
  }

  .pr-45sp {
    padding-right: 45px !important;
  }

  .pr-50sp {
    padding-right: 50px !important;
  }

  .pr-55sp {
    padding-right: 55px !important;
  }

  .pr-60sp {
    padding-right: 60px !important;
  }

  .pb-0sp {
    padding-bottom: 0 !important;
  }

  .pb-5sp {
    padding-bottom: 5px !important;
  }

  .pb-10sp {
    padding-bottom: 10px !important;
  }

  .pb-15sp {
    padding-bottom: 15px !important;
  }

  .pb-20sp {
    padding-bottom: 20px !important;
  }

  .pb-25sp {
    padding-bottom: 25px !important;
  }

  .pb-30sp {
    padding-bottom: 30px !important;
  }

  .pb-35sp {
    padding-bottom: 35px !important;
  }

  .pb-40sp {
    padding-bottom: 40px !important;
  }

  .pb-45sp {
    padding-bottom: 45px !important;
  }

  .pb-50sp {
    padding-bottom: 50px !important;
  }

  .pb-55sp {
    padding-bottom: 55px !important;
  }

  .pb-60sp {
    padding-bottom: 60px !important;
  }

  .pl-0sp {
    padding-left: 0 !important;
  }

  .pl-5sp {
    padding-left: 5px !important;
  }

  .pl-10sp {
    padding-left: 10px !important;
  }

  .pl-15sp {
    padding-left: 15px !important;
  }

  .pl-20sp {
    padding-left: 20px !important;
  }

  .pl-25sp {
    padding-left: 25px !important;
  }

  .pl-30sp {
    padding-left: 30px !important;
  }

  .pl-35sp {
    padding-left: 35px !important;
  }

  .pl-40sp {
    padding-left: 40px !important;
  }

  .pl-45sp {
    padding-left: 45px !important;
  }

  .pl-50sp {
    padding-left: 50px !important;
  }

  .pl-55sp {
    padding-left: 55px !important;
  }

  .pl-60sp {
    padding-left: 60px !important;
  }
}
