@charset "UTF-8";
.gray {
  color: #959595;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

#wrapper {
  position: relative;
  z-index: 1;
}

.container {
  max-width: 1280px;
  margin: auto;
}

@media (max-width: 1580px) {
  .container {
    max-width: 78%;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 95%;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
.container-full {
  max-width: 100%;
}

.container-full {
  padding-right: 0px;
  padding-left: 0px;
}
.container-full .row {
  margin-right: 0px;
  margin-left: 0px;
}

.container-lg {
  max-width: 1280px;
  margin: auto;
}

.container, .container-fluid, .container-lg {
  padding-right: 20px;
  padding-left: 20px;
}
.container [class^="col-"],
.container [class*=' col-'], .container-fluid [class^="col-"],
.container-fluid [class*=' col-'], .container-lg [class^="col-"],
.container-lg [class*=' col-'] {
  padding-right: 20px;
  padding-left: 20px;
}
.container .row, .container-fluid .row, .container-lg .row {
  margin-right: -20px;
  margin-left: -20px;
}

@media (max-width: 767px) {
  .container, .container-fluid, .container-lg {
    padding-right: 16px;
    padding-left: 16px;
  }
  .container [class^="col-"],
  .container [class*=' col-'], .container-fluid [class^="col-"],
  .container-fluid [class*=' col-'], .container-lg [class^="col-"],
  .container-lg [class*=' col-'] {
    padding-right: 16px;
    padding-left: 16px;
  }
  .container .row, .container-fluid .row, .container-lg .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.gtr-0 .row {
  margin-right: -0px;
  margin-left: -0px;
}
.gtr-0 .row [class^="col-"],
.gtr-0 .row [class*=' col-'] {
  padding-right: 0px;
  padding-left: 0px;
}

.gtr-imp-0 .row {
  margin-right: -0px !important;
  margin-left: -0px !important;
}
.gtr-imp-0 .row [class^="col-"],
.gtr-imp-0 .row [class*=' col-'] {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.gtr-1 .row {
  margin-right: -0.5px;
  margin-left: -0.5px;
}
.gtr-1 .row [class^="col-"],
.gtr-1 .row [class*=' col-'] {
  padding-right: 0.5px;
  padding-left: 0.5px;
}

.gtr-imp-1 .row {
  margin-right: -0.5px !important;
  margin-left: -0.5px !important;
}
.gtr-imp-1 .row [class^="col-"],
.gtr-imp-1 .row [class*=' col-'] {
  padding-right: 0.5px !important;
  padding-left: 0.5px !important;
}

.gtr-2 .row {
  margin-right: -1px;
  margin-left: -1px;
}
.gtr-2 .row [class^="col-"],
.gtr-2 .row [class*=' col-'] {
  padding-right: 1px;
  padding-left: 1px;
}

.gtr-imp-2 .row {
  margin-right: -1px !important;
  margin-left: -1px !important;
}
.gtr-imp-2 .row [class^="col-"],
.gtr-imp-2 .row [class*=' col-'] {
  padding-right: 1px !important;
  padding-left: 1px !important;
}

.gtr-3 .row {
  margin-right: -1.5px;
  margin-left: -1.5px;
}
.gtr-3 .row [class^="col-"],
.gtr-3 .row [class*=' col-'] {
  padding-right: 1.5px;
  padding-left: 1.5px;
}

.gtr-imp-3 .row {
  margin-right: -1.5px !important;
  margin-left: -1.5px !important;
}
.gtr-imp-3 .row [class^="col-"],
.gtr-imp-3 .row [class*=' col-'] {
  padding-right: 1.5px !important;
  padding-left: 1.5px !important;
}

.gtr-4 .row {
  margin-right: -2px;
  margin-left: -2px;
}
.gtr-4 .row [class^="col-"],
.gtr-4 .row [class*=' col-'] {
  padding-right: 2px;
  padding-left: 2px;
}

.gtr-imp-4 .row {
  margin-right: -2px !important;
  margin-left: -2px !important;
}
.gtr-imp-4 .row [class^="col-"],
.gtr-imp-4 .row [class*=' col-'] {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.gtr-5 .row {
  margin-right: -2.5px;
  margin-left: -2.5px;
}
.gtr-5 .row [class^="col-"],
.gtr-5 .row [class*=' col-'] {
  padding-right: 2.5px;
  padding-left: 2.5px;
}

.gtr-imp-5 .row {
  margin-right: -2.5px !important;
  margin-left: -2.5px !important;
}
.gtr-imp-5 .row [class^="col-"],
.gtr-imp-5 .row [class*=' col-'] {
  padding-right: 2.5px !important;
  padding-left: 2.5px !important;
}

.gtr-6 .row {
  margin-right: -3px;
  margin-left: -3px;
}
.gtr-6 .row [class^="col-"],
.gtr-6 .row [class*=' col-'] {
  padding-right: 3px;
  padding-left: 3px;
}

.gtr-imp-6 .row {
  margin-right: -3px !important;
  margin-left: -3px !important;
}
.gtr-imp-6 .row [class^="col-"],
.gtr-imp-6 .row [class*=' col-'] {
  padding-right: 3px !important;
  padding-left: 3px !important;
}

.gtr-7 .row {
  margin-right: -3.5px;
  margin-left: -3.5px;
}
.gtr-7 .row [class^="col-"],
.gtr-7 .row [class*=' col-'] {
  padding-right: 3.5px;
  padding-left: 3.5px;
}

.gtr-imp-7 .row {
  margin-right: -3.5px !important;
  margin-left: -3.5px !important;
}
.gtr-imp-7 .row [class^="col-"],
.gtr-imp-7 .row [class*=' col-'] {
  padding-right: 3.5px !important;
  padding-left: 3.5px !important;
}

.gtr-8 .row {
  margin-right: -4px;
  margin-left: -4px;
}
.gtr-8 .row [class^="col-"],
.gtr-8 .row [class*=' col-'] {
  padding-right: 4px;
  padding-left: 4px;
}

.gtr-imp-8 .row {
  margin-right: -4px !important;
  margin-left: -4px !important;
}
.gtr-imp-8 .row [class^="col-"],
.gtr-imp-8 .row [class*=' col-'] {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.gtr-9 .row {
  margin-right: -4.5px;
  margin-left: -4.5px;
}
.gtr-9 .row [class^="col-"],
.gtr-9 .row [class*=' col-'] {
  padding-right: 4.5px;
  padding-left: 4.5px;
}

.gtr-imp-9 .row {
  margin-right: -4.5px !important;
  margin-left: -4.5px !important;
}
.gtr-imp-9 .row [class^="col-"],
.gtr-imp-9 .row [class*=' col-'] {
  padding-right: 4.5px !important;
  padding-left: 4.5px !important;
}

.gtr-10 .row {
  margin-right: -5px;
  margin-left: -5px;
}
.gtr-10 .row [class^="col-"],
.gtr-10 .row [class*=' col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.gtr-imp-10 .row {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.gtr-imp-10 .row [class^="col-"],
.gtr-imp-10 .row [class*=' col-'] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.gtr-11 .row {
  margin-right: -5.5px;
  margin-left: -5.5px;
}
.gtr-11 .row [class^="col-"],
.gtr-11 .row [class*=' col-'] {
  padding-right: 5.5px;
  padding-left: 5.5px;
}

.gtr-imp-11 .row {
  margin-right: -5.5px !important;
  margin-left: -5.5px !important;
}
.gtr-imp-11 .row [class^="col-"],
.gtr-imp-11 .row [class*=' col-'] {
  padding-right: 5.5px !important;
  padding-left: 5.5px !important;
}

.gtr-12 .row {
  margin-right: -6px;
  margin-left: -6px;
}
.gtr-12 .row [class^="col-"],
.gtr-12 .row [class*=' col-'] {
  padding-right: 6px;
  padding-left: 6px;
}

.gtr-imp-12 .row {
  margin-right: -6px !important;
  margin-left: -6px !important;
}
.gtr-imp-12 .row [class^="col-"],
.gtr-imp-12 .row [class*=' col-'] {
  padding-right: 6px !important;
  padding-left: 6px !important;
}

.gtr-13 .row {
  margin-right: -6.5px;
  margin-left: -6.5px;
}
.gtr-13 .row [class^="col-"],
.gtr-13 .row [class*=' col-'] {
  padding-right: 6.5px;
  padding-left: 6.5px;
}

.gtr-imp-13 .row {
  margin-right: -6.5px !important;
  margin-left: -6.5px !important;
}
.gtr-imp-13 .row [class^="col-"],
.gtr-imp-13 .row [class*=' col-'] {
  padding-right: 6.5px !important;
  padding-left: 6.5px !important;
}

.gtr-14 .row {
  margin-right: -7px;
  margin-left: -7px;
}
.gtr-14 .row [class^="col-"],
.gtr-14 .row [class*=' col-'] {
  padding-right: 7px;
  padding-left: 7px;
}

.gtr-imp-14 .row {
  margin-right: -7px !important;
  margin-left: -7px !important;
}
.gtr-imp-14 .row [class^="col-"],
.gtr-imp-14 .row [class*=' col-'] {
  padding-right: 7px !important;
  padding-left: 7px !important;
}

.gtr-15 .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.gtr-15 .row [class^="col-"],
.gtr-15 .row [class*=' col-'] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.gtr-imp-15 .row {
  margin-right: -7.5px !important;
  margin-left: -7.5px !important;
}
.gtr-imp-15 .row [class^="col-"],
.gtr-imp-15 .row [class*=' col-'] {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
}

.gtr-16 .row {
  margin-right: -8px;
  margin-left: -8px;
}
.gtr-16 .row [class^="col-"],
.gtr-16 .row [class*=' col-'] {
  padding-right: 8px;
  padding-left: 8px;
}

.gtr-imp-16 .row {
  margin-right: -8px !important;
  margin-left: -8px !important;
}
.gtr-imp-16 .row [class^="col-"],
.gtr-imp-16 .row [class*=' col-'] {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.gtr-17 .row {
  margin-right: -8.5px;
  margin-left: -8.5px;
}
.gtr-17 .row [class^="col-"],
.gtr-17 .row [class*=' col-'] {
  padding-right: 8.5px;
  padding-left: 8.5px;
}

.gtr-imp-17 .row {
  margin-right: -8.5px !important;
  margin-left: -8.5px !important;
}
.gtr-imp-17 .row [class^="col-"],
.gtr-imp-17 .row [class*=' col-'] {
  padding-right: 8.5px !important;
  padding-left: 8.5px !important;
}

.gtr-18 .row {
  margin-right: -9px;
  margin-left: -9px;
}
.gtr-18 .row [class^="col-"],
.gtr-18 .row [class*=' col-'] {
  padding-right: 9px;
  padding-left: 9px;
}

.gtr-imp-18 .row {
  margin-right: -9px !important;
  margin-left: -9px !important;
}
.gtr-imp-18 .row [class^="col-"],
.gtr-imp-18 .row [class*=' col-'] {
  padding-right: 9px !important;
  padding-left: 9px !important;
}

.gtr-19 .row {
  margin-right: -9.5px;
  margin-left: -9.5px;
}
.gtr-19 .row [class^="col-"],
.gtr-19 .row [class*=' col-'] {
  padding-right: 9.5px;
  padding-left: 9.5px;
}

.gtr-imp-19 .row {
  margin-right: -9.5px !important;
  margin-left: -9.5px !important;
}
.gtr-imp-19 .row [class^="col-"],
.gtr-imp-19 .row [class*=' col-'] {
  padding-right: 9.5px !important;
  padding-left: 9.5px !important;
}

.gtr-20 .row {
  margin-right: -10px;
  margin-left: -10px;
}
.gtr-20 .row [class^="col-"],
.gtr-20 .row [class*=' col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.gtr-imp-20 .row {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.gtr-imp-20 .row [class^="col-"],
.gtr-imp-20 .row [class*=' col-'] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.gtr-21 .row {
  margin-right: -10.5px;
  margin-left: -10.5px;
}
.gtr-21 .row [class^="col-"],
.gtr-21 .row [class*=' col-'] {
  padding-right: 10.5px;
  padding-left: 10.5px;
}

.gtr-imp-21 .row {
  margin-right: -10.5px !important;
  margin-left: -10.5px !important;
}
.gtr-imp-21 .row [class^="col-"],
.gtr-imp-21 .row [class*=' col-'] {
  padding-right: 10.5px !important;
  padding-left: 10.5px !important;
}

.gtr-22 .row {
  margin-right: -11px;
  margin-left: -11px;
}
.gtr-22 .row [class^="col-"],
.gtr-22 .row [class*=' col-'] {
  padding-right: 11px;
  padding-left: 11px;
}

.gtr-imp-22 .row {
  margin-right: -11px !important;
  margin-left: -11px !important;
}
.gtr-imp-22 .row [class^="col-"],
.gtr-imp-22 .row [class*=' col-'] {
  padding-right: 11px !important;
  padding-left: 11px !important;
}

.gtr-23 .row {
  margin-right: -11.5px;
  margin-left: -11.5px;
}
.gtr-23 .row [class^="col-"],
.gtr-23 .row [class*=' col-'] {
  padding-right: 11.5px;
  padding-left: 11.5px;
}

.gtr-imp-23 .row {
  margin-right: -11.5px !important;
  margin-left: -11.5px !important;
}
.gtr-imp-23 .row [class^="col-"],
.gtr-imp-23 .row [class*=' col-'] {
  padding-right: 11.5px !important;
  padding-left: 11.5px !important;
}

.gtr-24 .row {
  margin-right: -12px;
  margin-left: -12px;
}
.gtr-24 .row [class^="col-"],
.gtr-24 .row [class*=' col-'] {
  padding-right: 12px;
  padding-left: 12px;
}

.gtr-imp-24 .row {
  margin-right: -12px !important;
  margin-left: -12px !important;
}
.gtr-imp-24 .row [class^="col-"],
.gtr-imp-24 .row [class*=' col-'] {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.gtr-25 .row {
  margin-right: -12.5px;
  margin-left: -12.5px;
}
.gtr-25 .row [class^="col-"],
.gtr-25 .row [class*=' col-'] {
  padding-right: 12.5px;
  padding-left: 12.5px;
}

.gtr-imp-25 .row {
  margin-right: -12.5px !important;
  margin-left: -12.5px !important;
}
.gtr-imp-25 .row [class^="col-"],
.gtr-imp-25 .row [class*=' col-'] {
  padding-right: 12.5px !important;
  padding-left: 12.5px !important;
}

.gtr-26 .row {
  margin-right: -13px;
  margin-left: -13px;
}
.gtr-26 .row [class^="col-"],
.gtr-26 .row [class*=' col-'] {
  padding-right: 13px;
  padding-left: 13px;
}

.gtr-imp-26 .row {
  margin-right: -13px !important;
  margin-left: -13px !important;
}
.gtr-imp-26 .row [class^="col-"],
.gtr-imp-26 .row [class*=' col-'] {
  padding-right: 13px !important;
  padding-left: 13px !important;
}

.gtr-27 .row {
  margin-right: -13.5px;
  margin-left: -13.5px;
}
.gtr-27 .row [class^="col-"],
.gtr-27 .row [class*=' col-'] {
  padding-right: 13.5px;
  padding-left: 13.5px;
}

.gtr-imp-27 .row {
  margin-right: -13.5px !important;
  margin-left: -13.5px !important;
}
.gtr-imp-27 .row [class^="col-"],
.gtr-imp-27 .row [class*=' col-'] {
  padding-right: 13.5px !important;
  padding-left: 13.5px !important;
}

.gtr-28 .row {
  margin-right: -14px;
  margin-left: -14px;
}
.gtr-28 .row [class^="col-"],
.gtr-28 .row [class*=' col-'] {
  padding-right: 14px;
  padding-left: 14px;
}

.gtr-imp-28 .row {
  margin-right: -14px !important;
  margin-left: -14px !important;
}
.gtr-imp-28 .row [class^="col-"],
.gtr-imp-28 .row [class*=' col-'] {
  padding-right: 14px !important;
  padding-left: 14px !important;
}

.gtr-29 .row {
  margin-right: -14.5px;
  margin-left: -14.5px;
}
.gtr-29 .row [class^="col-"],
.gtr-29 .row [class*=' col-'] {
  padding-right: 14.5px;
  padding-left: 14.5px;
}

.gtr-imp-29 .row {
  margin-right: -14.5px !important;
  margin-left: -14.5px !important;
}
.gtr-imp-29 .row [class^="col-"],
.gtr-imp-29 .row [class*=' col-'] {
  padding-right: 14.5px !important;
  padding-left: 14.5px !important;
}

.gtr-30 .row {
  margin-right: -15px;
  margin-left: -15px;
}
.gtr-30 .row [class^="col-"],
.gtr-30 .row [class*=' col-'] {
  padding-right: 15px;
  padding-left: 15px;
}

.gtr-imp-30 .row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.gtr-imp-30 .row [class^="col-"],
.gtr-imp-30 .row [class*=' col-'] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

@media (max-width: 767px) {
  .gtr-sm-0 .row {
    margin-right: -0px;
    margin-left: -0px;
  }
  .gtr-sm-0 .row [class^="col-"],
  .gtr-sm-0 .row [class*=' col-'] {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-1 .row {
    margin-right: -0.5px;
    margin-left: -0.5px;
  }
  .gtr-sm-1 .row [class^="col-"],
  .gtr-sm-1 .row [class*=' col-'] {
    padding-right: 0.5px;
    padding-left: 0.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-2 .row {
    margin-right: -1px;
    margin-left: -1px;
  }
  .gtr-sm-2 .row [class^="col-"],
  .gtr-sm-2 .row [class*=' col-'] {
    padding-right: 1px;
    padding-left: 1px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-3 .row {
    margin-right: -1.5px;
    margin-left: -1.5px;
  }
  .gtr-sm-3 .row [class^="col-"],
  .gtr-sm-3 .row [class*=' col-'] {
    padding-right: 1.5px;
    padding-left: 1.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-4 .row {
    margin-right: -2px;
    margin-left: -2px;
  }
  .gtr-sm-4 .row [class^="col-"],
  .gtr-sm-4 .row [class*=' col-'] {
    padding-right: 2px;
    padding-left: 2px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-5 .row {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
  .gtr-sm-5 .row [class^="col-"],
  .gtr-sm-5 .row [class*=' col-'] {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-6 .row {
    margin-right: -3px;
    margin-left: -3px;
  }
  .gtr-sm-6 .row [class^="col-"],
  .gtr-sm-6 .row [class*=' col-'] {
    padding-right: 3px;
    padding-left: 3px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-7 .row {
    margin-right: -3.5px;
    margin-left: -3.5px;
  }
  .gtr-sm-7 .row [class^="col-"],
  .gtr-sm-7 .row [class*=' col-'] {
    padding-right: 3.5px;
    padding-left: 3.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-8 .row {
    margin-right: -4px;
    margin-left: -4px;
  }
  .gtr-sm-8 .row [class^="col-"],
  .gtr-sm-8 .row [class*=' col-'] {
    padding-right: 4px;
    padding-left: 4px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-9 .row {
    margin-right: -4.5px;
    margin-left: -4.5px;
  }
  .gtr-sm-9 .row [class^="col-"],
  .gtr-sm-9 .row [class*=' col-'] {
    padding-right: 4.5px;
    padding-left: 4.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-10 .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gtr-sm-10 .row [class^="col-"],
  .gtr-sm-10 .row [class*=' col-'] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-11 .row {
    margin-right: -5.5px;
    margin-left: -5.5px;
  }
  .gtr-sm-11 .row [class^="col-"],
  .gtr-sm-11 .row [class*=' col-'] {
    padding-right: 5.5px;
    padding-left: 5.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-12 .row {
    margin-right: -6px;
    margin-left: -6px;
  }
  .gtr-sm-12 .row [class^="col-"],
  .gtr-sm-12 .row [class*=' col-'] {
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-13 .row {
    margin-right: -6.5px;
    margin-left: -6.5px;
  }
  .gtr-sm-13 .row [class^="col-"],
  .gtr-sm-13 .row [class*=' col-'] {
    padding-right: 6.5px;
    padding-left: 6.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-14 .row {
    margin-right: -7px;
    margin-left: -7px;
  }
  .gtr-sm-14 .row [class^="col-"],
  .gtr-sm-14 .row [class*=' col-'] {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-15 .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .gtr-sm-15 .row [class^="col-"],
  .gtr-sm-15 .row [class*=' col-'] {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-16 .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .gtr-sm-16 .row [class^="col-"],
  .gtr-sm-16 .row [class*=' col-'] {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-17 .row {
    margin-right: -8.5px;
    margin-left: -8.5px;
  }
  .gtr-sm-17 .row [class^="col-"],
  .gtr-sm-17 .row [class*=' col-'] {
    padding-right: 8.5px;
    padding-left: 8.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-18 .row {
    margin-right: -9px;
    margin-left: -9px;
  }
  .gtr-sm-18 .row [class^="col-"],
  .gtr-sm-18 .row [class*=' col-'] {
    padding-right: 9px;
    padding-left: 9px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-19 .row {
    margin-right: -9.5px;
    margin-left: -9.5px;
  }
  .gtr-sm-19 .row [class^="col-"],
  .gtr-sm-19 .row [class*=' col-'] {
    padding-right: 9.5px;
    padding-left: 9.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-20 .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gtr-sm-20 .row [class^="col-"],
  .gtr-sm-20 .row [class*=' col-'] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-21 .row {
    margin-right: -10.5px;
    margin-left: -10.5px;
  }
  .gtr-sm-21 .row [class^="col-"],
  .gtr-sm-21 .row [class*=' col-'] {
    padding-right: 10.5px;
    padding-left: 10.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-22 .row {
    margin-right: -11px;
    margin-left: -11px;
  }
  .gtr-sm-22 .row [class^="col-"],
  .gtr-sm-22 .row [class*=' col-'] {
    padding-right: 11px;
    padding-left: 11px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-23 .row {
    margin-right: -11.5px;
    margin-left: -11.5px;
  }
  .gtr-sm-23 .row [class^="col-"],
  .gtr-sm-23 .row [class*=' col-'] {
    padding-right: 11.5px;
    padding-left: 11.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-24 .row {
    margin-right: -12px;
    margin-left: -12px;
  }
  .gtr-sm-24 .row [class^="col-"],
  .gtr-sm-24 .row [class*=' col-'] {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-25 .row {
    margin-right: -12.5px;
    margin-left: -12.5px;
  }
  .gtr-sm-25 .row [class^="col-"],
  .gtr-sm-25 .row [class*=' col-'] {
    padding-right: 12.5px;
    padding-left: 12.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-26 .row {
    margin-right: -13px;
    margin-left: -13px;
  }
  .gtr-sm-26 .row [class^="col-"],
  .gtr-sm-26 .row [class*=' col-'] {
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-27 .row {
    margin-right: -13.5px;
    margin-left: -13.5px;
  }
  .gtr-sm-27 .row [class^="col-"],
  .gtr-sm-27 .row [class*=' col-'] {
    padding-right: 13.5px;
    padding-left: 13.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-28 .row {
    margin-right: -14px;
    margin-left: -14px;
  }
  .gtr-sm-28 .row [class^="col-"],
  .gtr-sm-28 .row [class*=' col-'] {
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-29 .row {
    margin-right: -14.5px;
    margin-left: -14.5px;
  }
  .gtr-sm-29 .row [class^="col-"],
  .gtr-sm-29 .row [class*=' col-'] {
    padding-right: 14.5px;
    padding-left: 14.5px;
  }
}
@media (max-width: 767px) {
  .gtr-sm-30 .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gtr-sm-30 .row [class^="col-"],
  .gtr-sm-30 .row [class*=' col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col-5-1 {
  float: left;
  width: 20%;
}

.col-5-2 {
  float: left;
  width: 40%;
}

.col-5-3 {
  float: left;
  width: 60%;
}

.col-5-4 {
  float: left;
  width: 80%;
}

.col-5-5 {
  float: left;
  width: 100%;
}

@media (max-width: 1199px) {
  .col-xl-5-1 {
    float: left;
    width: 20%;
  }

  .col-xl-5-2 {
    float: left;
    width: 40%;
  }

  .col-xl-5-3 {
    float: left;
    width: 60%;
  }

  .col-xl-5-4 {
    float: left;
    width: 80%;
  }

  .col-xl-5-5 {
    float: left;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .col-lg-5-1 {
    float: left;
    width: 20%;
  }

  .col-lg-5-2 {
    float: left;
    width: 40%;
  }

  .col-lg-5-3 {
    float: left;
    width: 60%;
  }

  .col-lg-5-4 {
    float: left;
    width: 80%;
  }

  .col-lg-5-5 {
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .col-md-5-1 {
    float: left;
    width: 20%;
  }

  .col-md-5-2 {
    float: left;
    width: 40%;
  }

  .col-md-5-3 {
    float: left;
    width: 60%;
  }

  .col-md-5-4 {
    float: left;
    width: 80%;
  }

  .col-md-5-5 {
    float: left;
    width: 100%;
  }
}
@media (max-width: 543px) {
  .col-sm-5-1 {
    float: left;
    width: 20%;
  }

  .col-sm-5-2 {
    float: left;
    width: 40%;
  }

  .col-sm-5-3 {
    float: left;
    width: 60%;
  }

  .col-sm-5-4 {
    float: left;
    width: 80%;
  }

  .col-sm-5-5 {
    float: left;
    width: 100%;
  }
}
.fr {
  float: right;
}

.fl {
  float: left;
}

.relative {
  position: relative;
  height: auto;
}

.font-ming {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3" !important;
}

.italic {
  font-style: italic;
}

.font-size-70 {
  font-size: 70%!important;
}

.font-size-75 {
  font-size: 75%!important;
}

.font-size-80 {
  font-size: 80%!important;
}

.font-size-85 {
  font-size: 85%!important;
}

.font-size-90 {
  font-size: 90%!important;
}

.font-size-95 {
  font-size: 95%!important;
}

.font-size-100 {
  font-size: 100%!important;
}

.font-size-105 {
  font-size: 105%!important;
}

.font-size-110 {
  font-size: 110%!important;
}

.font-size-115 {
  font-size: 115%!important;
}

.font-size-120 {
  font-size: 120%!important;
}

.font-size-125 {
  font-size: 125%!important;
}

.font-size-130 {
  font-size: 130%!important;
}

.font-size-135 {
  font-size: 135%!important;
}

.font-size-140 {
  font-size: 140%!important;
}

.font-size-145 {
  font-size: 145%!important;
}

.font-size-150 {
  font-size: 150%!important;
}

.font-size-155 {
  font-size: 155%!important;
}

.font-size-160 {
  font-size: 160%!important;
}

.font-size-165 {
  font-size: 165%!important;
}

.font-size-170 {
  font-size: 170%!important;
}

.font-size-175 {
  font-size: 175%!important;
}

.font-size-180 {
  font-size: 180%!important;
}

.font-size-185 {
  font-size: 185%!important;
}

.font-size-190 {
  font-size: 190%!important;
}

.font-size-195 {
  font-size: 195%!important;
}

.font-size-200 {
  font-size: 200%!important;
}

.font-size-205 {
  font-size: 205%!important;
}

.font-size-210 {
  font-size: 210%!important;
}

.font-size-215 {
  font-size: 215%!important;
}

.font-size-220 {
  font-size: 220%!important;
}

.font-size-225 {
  font-size: 225%!important;
}

.font-size-230 {
  font-size: 230%!important;
}

.font-size-235 {
  font-size: 235%!important;
}

.font-size-240 {
  font-size: 240%!important;
}

.font-size-245 {
  font-size: 245%!important;
}

.font-size-250 {
  font-size: 250%!important;
}

@media (min-width: 576px) {
  .font-size-sm-70 {
    font-size: 70%!important;
  }

  .font-size-sm-75 {
    font-size: 75%!important;
  }

  .font-size-sm-80 {
    font-size: 80%!important;
  }

  .font-size-sm-85 {
    font-size: 85%!important;
  }

  .font-size-sm-90 {
    font-size: 90%!important;
  }

  .font-size-sm-95 {
    font-size: 95%!important;
  }

  .font-size-sm-100 {
    font-size: 100%!important;
  }

  .font-size-sm-105 {
    font-size: 105%!important;
  }

  .font-size-sm-110 {
    font-size: 110%!important;
  }

  .font-size-sm-115 {
    font-size: 115%!important;
  }

  .font-size-sm-120 {
    font-size: 120%!important;
  }

  .font-size-sm-125 {
    font-size: 125%!important;
  }

  .font-size-sm-130 {
    font-size: 130%!important;
  }

  .font-size-sm-135 {
    font-size: 135%!important;
  }

  .font-size-sm-140 {
    font-size: 140%!important;
  }

  .font-size-sm-145 {
    font-size: 145%!important;
  }

  .font-size-sm-150 {
    font-size: 150%!important;
  }

  .font-size-sm-155 {
    font-size: 155%!important;
  }

  .font-size-sm-160 {
    font-size: 160%!important;
  }

  .font-size-sm-165 {
    font-size: 165%!important;
  }

  .font-size-sm-170 {
    font-size: 170%!important;
  }

  .font-size-sm-175 {
    font-size: 175%!important;
  }

  .font-size-sm-180 {
    font-size: 180%!important;
  }

  .font-size-sm-185 {
    font-size: 185%!important;
  }

  .font-size-sm-190 {
    font-size: 190%!important;
  }

  .font-size-sm-195 {
    font-size: 195%!important;
  }

  .font-size-sm-200 {
    font-size: 200%!important;
  }

  .font-size-sm-205 {
    font-size: 205%!important;
  }

  .font-size-sm-210 {
    font-size: 210%!important;
  }

  .font-size-sm-215 {
    font-size: 215%!important;
  }

  .font-size-sm-220 {
    font-size: 220%!important;
  }

  .font-size-sm-225 {
    font-size: 225%!important;
  }

  .font-size-sm-230 {
    font-size: 230%!important;
  }

  .font-size-sm-235 {
    font-size: 235%!important;
  }

  .font-size-sm-240 {
    font-size: 240%!important;
  }

  .font-size-sm-245 {
    font-size: 245%!important;
  }

  .font-size-sm-250 {
    font-size: 250%!important;
  }
}
@media (min-width: 768px) {
  .font-size-md-70 {
    font-size: 70%!important;
  }

  .font-size-md-75 {
    font-size: 75%!important;
  }

  .font-size-md-80 {
    font-size: 80%!important;
  }

  .font-size-md-85 {
    font-size: 85%!important;
  }

  .font-size-md-90 {
    font-size: 90%!important;
  }

  .font-size-md-95 {
    font-size: 95%!important;
  }

  .font-size-md-100 {
    font-size: 100%!important;
  }

  .font-size-md-105 {
    font-size: 105%!important;
  }

  .font-size-md-110 {
    font-size: 110%!important;
  }

  .font-size-md-115 {
    font-size: 115%!important;
  }

  .font-size-md-120 {
    font-size: 120%!important;
  }

  .font-size-md-125 {
    font-size: 125%!important;
  }

  .font-size-md-130 {
    font-size: 130%!important;
  }

  .font-size-md-135 {
    font-size: 135%!important;
  }

  .font-size-md-140 {
    font-size: 140%!important;
  }

  .font-size-md-145 {
    font-size: 145%!important;
  }

  .font-size-md-150 {
    font-size: 150%!important;
  }

  .font-size-md-155 {
    font-size: 155%!important;
  }

  .font-size-md-160 {
    font-size: 160%!important;
  }

  .font-size-md-165 {
    font-size: 165%!important;
  }

  .font-size-md-170 {
    font-size: 170%!important;
  }

  .font-size-md-175 {
    font-size: 175%!important;
  }

  .font-size-md-180 {
    font-size: 180%!important;
  }

  .font-size-md-185 {
    font-size: 185%!important;
  }

  .font-size-md-190 {
    font-size: 190%!important;
  }

  .font-size-md-195 {
    font-size: 195%!important;
  }

  .font-size-md-200 {
    font-size: 200%!important;
  }

  .font-size-md-205 {
    font-size: 205%!important;
  }

  .font-size-md-210 {
    font-size: 210%!important;
  }

  .font-size-md-215 {
    font-size: 215%!important;
  }

  .font-size-md-220 {
    font-size: 220%!important;
  }

  .font-size-md-225 {
    font-size: 225%!important;
  }

  .font-size-md-230 {
    font-size: 230%!important;
  }

  .font-size-md-235 {
    font-size: 235%!important;
  }

  .font-size-md-240 {
    font-size: 240%!important;
  }

  .font-size-md-245 {
    font-size: 245%!important;
  }

  .font-size-md-250 {
    font-size: 250%!important;
  }
}
@media (min-width: 992px) {
  .font-size-lg-70 {
    font-size: 70%!important;
  }

  .font-size-lg-75 {
    font-size: 75%!important;
  }

  .font-size-lg-80 {
    font-size: 80%!important;
  }

  .font-size-lg-85 {
    font-size: 85%!important;
  }

  .font-size-lg-90 {
    font-size: 90%!important;
  }

  .font-size-lg-95 {
    font-size: 95%!important;
  }

  .font-size-lg-100 {
    font-size: 100%!important;
  }

  .font-size-lg-105 {
    font-size: 105%!important;
  }

  .font-size-lg-110 {
    font-size: 110%!important;
  }

  .font-size-lg-115 {
    font-size: 115%!important;
  }

  .font-size-lg-120 {
    font-size: 120%!important;
  }

  .font-size-lg-125 {
    font-size: 125%!important;
  }

  .font-size-lg-130 {
    font-size: 130%!important;
  }

  .font-size-lg-135 {
    font-size: 135%!important;
  }

  .font-size-lg-140 {
    font-size: 140%!important;
  }

  .font-size-lg-145 {
    font-size: 145%!important;
  }

  .font-size-lg-150 {
    font-size: 150%!important;
  }

  .font-size-lg-155 {
    font-size: 155%!important;
  }

  .font-size-lg-160 {
    font-size: 160%!important;
  }

  .font-size-lg-165 {
    font-size: 165%!important;
  }

  .font-size-lg-170 {
    font-size: 170%!important;
  }

  .font-size-lg-175 {
    font-size: 175%!important;
  }

  .font-size-lg-180 {
    font-size: 180%!important;
  }

  .font-size-lg-185 {
    font-size: 185%!important;
  }

  .font-size-lg-190 {
    font-size: 190%!important;
  }

  .font-size-lg-195 {
    font-size: 195%!important;
  }

  .font-size-lg-200 {
    font-size: 200%!important;
  }

  .font-size-lg-205 {
    font-size: 205%!important;
  }

  .font-size-lg-210 {
    font-size: 210%!important;
  }

  .font-size-lg-215 {
    font-size: 215%!important;
  }

  .font-size-lg-220 {
    font-size: 220%!important;
  }

  .font-size-lg-225 {
    font-size: 225%!important;
  }

  .font-size-lg-230 {
    font-size: 230%!important;
  }

  .font-size-lg-235 {
    font-size: 235%!important;
  }

  .font-size-lg-240 {
    font-size: 240%!important;
  }

  .font-size-lg-245 {
    font-size: 245%!important;
  }

  .font-size-lg-250 {
    font-size: 250%!important;
  }
}
@media (min-width: 1200px) {
  .font-size-xl-70 {
    font-size: 70%!important;
  }

  .font-size-xl-75 {
    font-size: 75%!important;
  }

  .font-size-xl-80 {
    font-size: 80%!important;
  }

  .font-size-xl-85 {
    font-size: 85%!important;
  }

  .font-size-xl-90 {
    font-size: 90%!important;
  }

  .font-size-xl-95 {
    font-size: 95%!important;
  }

  .font-size-xl-100 {
    font-size: 100%!important;
  }

  .font-size-xl-105 {
    font-size: 105%!important;
  }

  .font-size-xl-110 {
    font-size: 110%!important;
  }

  .font-size-xl-115 {
    font-size: 115%!important;
  }

  .font-size-xl-120 {
    font-size: 120%!important;
  }

  .font-size-xl-125 {
    font-size: 125%!important;
  }

  .font-size-xl-130 {
    font-size: 130%!important;
  }

  .font-size-xl-135 {
    font-size: 135%!important;
  }

  .font-size-xl-140 {
    font-size: 140%!important;
  }

  .font-size-xl-145 {
    font-size: 145%!important;
  }

  .font-size-xl-150 {
    font-size: 150%!important;
  }

  .font-size-xl-155 {
    font-size: 155%!important;
  }

  .font-size-xl-160 {
    font-size: 160%!important;
  }

  .font-size-xl-165 {
    font-size: 165%!important;
  }

  .font-size-xl-170 {
    font-size: 170%!important;
  }

  .font-size-xl-175 {
    font-size: 175%!important;
  }

  .font-size-xl-180 {
    font-size: 180%!important;
  }

  .font-size-xl-185 {
    font-size: 185%!important;
  }

  .font-size-xl-190 {
    font-size: 190%!important;
  }

  .font-size-xl-195 {
    font-size: 195%!important;
  }

  .font-size-xl-200 {
    font-size: 200%!important;
  }

  .font-size-xl-205 {
    font-size: 205%!important;
  }

  .font-size-xl-210 {
    font-size: 210%!important;
  }

  .font-size-xl-215 {
    font-size: 215%!important;
  }

  .font-size-xl-220 {
    font-size: 220%!important;
  }

  .font-size-xl-225 {
    font-size: 225%!important;
  }

  .font-size-xl-230 {
    font-size: 230%!important;
  }

  .font-size-xl-235 {
    font-size: 235%!important;
  }

  .font-size-xl-240 {
    font-size: 240%!important;
  }

  .font-size-xl-245 {
    font-size: 245%!important;
  }

  .font-size-xl-250 {
    font-size: 250%!important;
  }
}
.w-20 {
  width: 20% !important;
}

.w-40 {
  width: 40% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

@media (min-width: 576px) {
  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-25 {
    width: 25% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-75 {
    width: 75% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-20 {
    width: 20% !important;
  }

  .w-md-25 {
    width: 25% !important;
  }

  .w-md-40 {
    width: 40% !important;
  }

  .w-md-50 {
    width: 50% !important;
  }

  .w-md-75 {
    width: 75% !important;
  }

  .w-md-80 {
    width: 80% !important;
  }

  .w-md-90 {
    width: 90% !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .w-md-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .w-lg-20 {
    width: 20% !important;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-40 {
    width: 40% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-80 {
    width: 80% !important;
  }

  .w-lg-90 {
    width: 90% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-auto {
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-20 {
    width: 20% !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-40 {
    width: 40% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-80 {
    width: 80% !important;
  }

  .w-xl-90 {
    width: 90% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !important;
  }
}
.img-ctr {
  text-align: center;
  margin: auto;
}

.text-inline {
  display: inline-block;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.mb-lc-0 > .row > [class^="col-"],
.mb-lc-0 > .row > [class*=' col-'] {
  margin-bottom: 0px !important;
}
.mb-lc-0 > .row > [class^="col-"]:last-child,
.mb-lc-0 > .row > [class*=' col-']:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 543px) {
  .mb-lc-0 > .row > [class^="col-"],
  .mb-lc-0 > .row > [class*=' col-'] {
    margin-bottom: 0px !important;
  }
  .mb-lc-0 > .row > [class^="col-"]:last-child,
  .mb-lc-0 > .row > [class*=' col-']:last-child {
    margin-bottom: 0 !important;
  }
}
.mb-lc-1 > .row > [class^="col-"],
.mb-lc-1 > .row > [class*=' col-'] {
  margin-bottom: 11px !important;
}
.mb-lc-1 > .row > [class^="col-"]:last-child,
.mb-lc-1 > .row > [class*=' col-']:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 543px) {
  .mb-lc-1 > .row > [class^="col-"],
  .mb-lc-1 > .row > [class*=' col-'] {
    margin-bottom: 7px !important;
  }
  .mb-lc-1 > .row > [class^="col-"]:last-child,
  .mb-lc-1 > .row > [class*=' col-']:last-child {
    margin-bottom: 0 !important;
  }
}
.mb-lc-2 > .row > [class^="col-"],
.mb-lc-2 > .row > [class*=' col-'] {
  margin-bottom: 22px !important;
}
.mb-lc-2 > .row > [class^="col-"]:last-child,
.mb-lc-2 > .row > [class*=' col-']:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 543px) {
  .mb-lc-2 > .row > [class^="col-"],
  .mb-lc-2 > .row > [class*=' col-'] {
    margin-bottom: 14px !important;
  }
  .mb-lc-2 > .row > [class^="col-"]:last-child,
  .mb-lc-2 > .row > [class*=' col-']:last-child {
    margin-bottom: 0 !important;
  }
}
.mb-lc-3 > .row > [class^="col-"],
.mb-lc-3 > .row > [class*=' col-'] {
  margin-bottom: 33px !important;
}
.mb-lc-3 > .row > [class^="col-"]:last-child,
.mb-lc-3 > .row > [class*=' col-']:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 543px) {
  .mb-lc-3 > .row > [class^="col-"],
  .mb-lc-3 > .row > [class*=' col-'] {
    margin-bottom: 21px !important;
  }
  .mb-lc-3 > .row > [class^="col-"]:last-child,
  .mb-lc-3 > .row > [class*=' col-']:last-child {
    margin-bottom: 0 !important;
  }
}
.mb-lc-4 > .row > [class^="col-"],
.mb-lc-4 > .row > [class*=' col-'] {
  margin-bottom: 44px !important;
}
.mb-lc-4 > .row > [class^="col-"]:last-child,
.mb-lc-4 > .row > [class*=' col-']:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 543px) {
  .mb-lc-4 > .row > [class^="col-"],
  .mb-lc-4 > .row > [class*=' col-'] {
    margin-bottom: 28px !important;
  }
  .mb-lc-4 > .row > [class^="col-"]:last-child,
  .mb-lc-4 > .row > [class*=' col-']:last-child {
    margin-bottom: 0 !important;
  }
}
.mb-lc-5 > .row > [class^="col-"],
.mb-lc-5 > .row > [class*=' col-'] {
  margin-bottom: 55px !important;
}
.mb-lc-5 > .row > [class^="col-"]:last-child,
.mb-lc-5 > .row > [class*=' col-']:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 543px) {
  .mb-lc-5 > .row > [class^="col-"],
  .mb-lc-5 > .row > [class*=' col-'] {
    margin-bottom: 35px !important;
  }
  .mb-lc-5 > .row > [class^="col-"]:last-child,
  .mb-lc-5 > .row > [class*=' col-']:last-child {
    margin-bottom: 0 !important;
  }
}
.mb-lc-6 > .row > [class^="col-"],
.mb-lc-6 > .row > [class*=' col-'] {
  margin-bottom: 66px !important;
}
.mb-lc-6 > .row > [class^="col-"]:last-child,
.mb-lc-6 > .row > [class*=' col-']:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 543px) {
  .mb-lc-6 > .row > [class^="col-"],
  .mb-lc-6 > .row > [class*=' col-'] {
    margin-bottom: 42px !important;
  }
  .mb-lc-6 > .row > [class^="col-"]:last-child,
  .mb-lc-6 > .row > [class*=' col-']:last-child {
    margin-bottom: 0 !important;
  }
}
.mb-lc-7 > .row > [class^="col-"],
.mb-lc-7 > .row > [class*=' col-'] {
  margin-bottom: 77px !important;
}
.mb-lc-7 > .row > [class^="col-"]:last-child,
.mb-lc-7 > .row > [class*=' col-']:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 543px) {
  .mb-lc-7 > .row > [class^="col-"],
  .mb-lc-7 > .row > [class*=' col-'] {
    margin-bottom: 49px !important;
  }
  .mb-lc-7 > .row > [class^="col-"]:last-child,
  .mb-lc-7 > .row > [class*=' col-']:last-child {
    margin-bottom: 0 !important;
  }
}
.mb-lc-8 > .row > [class^="col-"],
.mb-lc-8 > .row > [class*=' col-'] {
  margin-bottom: 88px !important;
}
.mb-lc-8 > .row > [class^="col-"]:last-child,
.mb-lc-8 > .row > [class*=' col-']:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 543px) {
  .mb-lc-8 > .row > [class^="col-"],
  .mb-lc-8 > .row > [class*=' col-'] {
    margin-bottom: 56px !important;
  }
  .mb-lc-8 > .row > [class^="col-"]:last-child,
  .mb-lc-8 > .row > [class*=' col-']:last-child {
    margin-bottom: 0 !important;
  }
}
.mb-lc-9 > .row > [class^="col-"],
.mb-lc-9 > .row > [class*=' col-'] {
  margin-bottom: 99px !important;
}
.mb-lc-9 > .row > [class^="col-"]:last-child,
.mb-lc-9 > .row > [class*=' col-']:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 543px) {
  .mb-lc-9 > .row > [class^="col-"],
  .mb-lc-9 > .row > [class*=' col-'] {
    margin-bottom: 63px !important;
  }
  .mb-lc-9 > .row > [class^="col-"]:last-child,
  .mb-lc-9 > .row > [class*=' col-']:last-child {
    margin-bottom: 0 !important;
  }
}
.mb-lc-10 > .row > [class^="col-"],
.mb-lc-10 > .row > [class*=' col-'] {
  margin-bottom: 110px !important;
}
.mb-lc-10 > .row > [class^="col-"]:last-child,
.mb-lc-10 > .row > [class*=' col-']:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 543px) {
  .mb-lc-10 > .row > [class^="col-"],
  .mb-lc-10 > .row > [class*=' col-'] {
    margin-bottom: 70px !important;
  }
  .mb-lc-10 > .row > [class^="col-"]:last-child,
  .mb-lc-10 > .row > [class*=' col-']:last-child {
    margin-bottom: 0 !important;
  }
}
html {
  overflow-y: scroll;
  margin-bottom: 1px;
  height: 100%;
}

body {
  color: #444;
  line-height: 1.8;
  background-color: #fff;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  body {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 1rem;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0.7rem 0;
}

h1, .h1 {
  font-size: 1.35rem;
}

h2, .h2 {
  font-size: 1.3rem;
}

h3, .h3 {
  font-size: 1.1rem;
}

h4, .h4 {
  font-size: 1.05rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.95rem;
}

@media (min-width: 768px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0.8rem 0;
  }

  h1, .h1 {
    font-size: 30px;
  }

  h2, .h2 {
    font-size: 26.5px;
  }

  h3, .h3 {
    font-size: 22.5px;
  }

  h4, .h4 {
    font-size: 18px;
  }

  h5, .h5 {
    font-size: 17px;
  }

  h6, .h6 {
    font-size: 15.5px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    margin: 1.2rem 0;
  }

  h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 1rem 0;
  }

  h1, .h1 {
    font-size: 30.5px;
  }

  h2, .h2 {
    font-size: 27.5px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  h4, .h4 {
    font-size: 19.5px;
  }

  h5, .h5 {
    font-size: 17.5px;
  }

  h6, .h6 {
    font-size: 15.5px;
  }
}
p, dl, ul, ol {
  margin: 0.25rem 0 0 0;
}

ul, ol {
  list-style-type: none;
  padding-left: 1rem;
}

.ul {
  margin: 0.25rem 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.ol {
  margin: 0.25rem 0;
  padding-left: 1.5rem;
  list-style-type: decimal;
}

pre {
  margin: 0;
  border-radius: 0;
}

hr {
  margin-top: 0;
  margin-bottom: 0.25rem;
  border: 0;
  border-top: 1px solid #ddd;
}

a {
  color: #0FBBFC;
}
a:hover, a:active, a:focus {
  color: #0FBBFC;
}

a.key-coler {
  color: #00d1ca;
}
a.key-coler:hover, a.key-coler:active, a.key-coler:focus {
  color: #00d1ca;
}

.key-bg_color {
  background-color: #00d1ca;
}

.key-color {
  color: #00d1ca;
}

[id^="i-"], [id*=" i-"] {
  margin-top: -4.5rem;
  padding-top: 4.5rem;
}

[id^="sec-"], [id*=" sec-"] {
  margin-top: -4.5rem;
  padding-top: 4.5rem;
}

[id^="id-"], [id*=" id-"] {
  margin-top: -4.5rem;
  padding-top: 4.5rem;
}

h1.logo, p.logo {
  margin: 0;
  line-height: 0;
}
h1.logo a, p.logo a {
  padding: 18px;
  margin: auto;
  display: block;
  text-align: center;
}
h1.logo img[src$=".svg"], p.logo img[src$=".svg"] {
  margin: auto;
  width: 67%;
}

@media (min-width: 576px) {
  h1.logo a, p.logo a {
    text-align: left;
    padding: 0.8rem 0;
    margin: auto;
  }
  h1.logo img[src$=".svg"], p.logo img[src$=".svg"] {
    max-width: 80%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  h1.logo a, p.logo a {
    padding: 22px 4px;
    display: block;
  }
  h1.logo img[src$=".svg"], p.logo img[src$=".svg"] {
    max-width: 45%;
    margin: auto;
  }
}
.svg-shadow {
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.5));
}

.catch {
  max-width: 110%;
}

.top-menu a, .top-menu a:hover {
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}

.header-pc {
  position: fixed;
  justify-content: space-between;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
.header-pc .header-flex {
  align-items: center;
  display: flex;
}
.header-pc .logo {
  padding: 10px;
  display: inline-block;
}
.header-pc .logo-pc {
  display: inline-block;
  max-width: 245px;
}
.header-pc nav {
  margin: 0 auto;
}
.header-pc nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.header-pc nav ul li {
  margin: 0 auto;
}
.header-pc nav ul li a {
  display: block;
  text-decoration: none;
  color: #4b4b4b;
  padding: 14px 15px;
  font-size: 80%;
}
.header-pc nav ul:hover {
  text-decoration: none;
  color: #555;
}
@media screen and (min-width: 1200px) {
  .header-pc nav ul li a {
    font-size: 16px;
  }
}

.header-sp {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
.header-sp .logo-sp {
  padding: 10px 0;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  max-width: 150px;
}
.header-sp .btn-sp {
  color: #fff;
  background-color: #123d38;
  padding: 24px 12px;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  line-height: 1.5;
  min-width: 132px;
}
@media screen and (min-width: 576px) {
  .header-sp .btn-sp {
    padding: 32px 12px;
  }
  .header-sp .logo-sp {
    padding: 10px 0;
    max-width: 255px;
  }
}
.header-sp nav ul {
  display: flex;
  margin: 0 auto;
  padding: 0;
}
.header-sp nav ul li a {
  padding: 10px;
  text-decoration: none;
  color: #4b4b4b;
}
.header-sp nav ul:hover {
  text-decoration: none;
  color: #555;
  background-color: #f2f2f2;
}

.app_btn {
  color: #fff;
  background-color: #123d38;
  padding: 22px 10px;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  margin-left: 34px;
}
.app_btn:hover {
  color: #fff;
  background-color: #123d38;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .app_btn {
    font-size: 80%;
  }
}
@media screen and (min-width: 992px) {
  .app_btn {
    font-size: 80%;
  }
}
.nav_area .nav_item {
  display: block;
  position: fixed;
  top: 57px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .nav_area .nav_item {
    top: 62px;
  }
}
.nav_area .open .nav_item {
  left: 0;
  opacity: 1;
  z-index: 100;
}
.nav_area .d-nav {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
.nav_area .d-nav a {
  display: block;
  border-radius: 4px;
  padding: 12px 2px;
  color: white;
  text-decoration: none;
}

.gNavi-sp nav {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 0;
  opacity: 0;
}
.gNavi-sp nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gNavi-sp nav ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.gNavi-sp nav ul li a {
  display: block;
  color: #555;
  padding: 0.7rem;
  text-decoration: none;
  transition-duration: 0.2s;
}
.gNavi-sp nav ul li a:hover {
  background: #e4e4e4;
}
.gNavi-sp .inner {
  padding: 1em;
}
.gNavi-sp .open nav {
  right: 0;
  opacity: 1;
  z-index: 100;
}

.toggle_btn {
  display: flex;
  position: relative;
  transition: all .5s;
  cursor: pointer;
  z-index: 21;
  padding: 15px 50px 15px 25px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #123d38;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

#mask {
  display: none;
  transition: all .5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1d4d88;
  opacity: 0.6;
  z-index: 20;
  cursor: pointer;
}

.gNavi-sp nav {
  right: -83.333333%;
}
@media (min-width: 992px) {
  .gNavi-sp nav {
    right: -66.666667%;
  }
}
@media (min-width: 1200px) {
  .gNavi-sp nav {
    right: -50%;
  }
}

.main {
  background-image: url(./assets/img/moving_main_bg_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-02 {
  background: url(./assets/img/sec-02_bg_pc.png);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center center;
}
.sec-02 .sec-02_in {
  background: url(./assets/img/sec-02_bg02_pc.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.sec-02 .info_text {
  font-size: 19px;
  line-height: 2.1;
}

.shape_01 {
  position: relative;
  background-image: linear-gradient(315deg, #00d1ca 20px, transparent 0), linear-gradient(135deg, #00d1ca 20px, transparent 0);
}

.shape_02 {
  position: relative;
  background-image: linear-gradient(315deg, #ffea00 20px, transparent 0), linear-gradient(135deg, #ffea00 20px, transparent 0);
}

.prof {
  border-top: 1px solid #fff;
}

@media screen and (min-width: 576px) {
  .prof {
    border: none;
    border-left: 1px solid #fff;
  }
}
.cv-width {
  max-width: 800px;
}

@media screen and (min-width: 1200px) {
  .cv-width {
    max-width: 1140px;
  }
}
.btn-pagetop {
  opacity: 0.7;
  position: fixed;
  bottom: 32px;
  right: 16px;
  display: inline-block;
  color: #fff;
  width: 68px;
  height: 68px;
  line-height: 68px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  background-color: #123d38;
  /* transition: .4s; */
  font-size: 85%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.btn-pagetop a::before {
  content: '▲';
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media (min-width: 576px) {
  .btn-pagetop {
    bottom: 32px;
    right: 32px;
  }
}
@media (max-width: 576px) {
  .btn-contact {
    opacity: 0.7;
    position: fixed;
    bottom: 16px;
    right: 16px;
    display: inline-block;
    color: #fff;
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    background-color: #03ccdb;
    /* transition: .4s; */
    font-size: 85%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: table-cell;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  }
  .btn-contact a {
    color: #fff;
    text-decoration: none;
  }
  .btn-contact a:hover, .btn-contact a:active, .btn-contact a:focus {
    color: #fff;
    text-decoration: none;
  }
}
.page-ttl {
  margin: 1rem 0 0.5rem;
  padding-bottom: 0.25rem;
  letter-spacing: 2px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.page-ttl:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: '';
  width: 35%;
  height: 1px;
  background: linear-gradient(135deg, #0fbbfc 0%, #e0f3ff 100%);
}

@media (min-width: 992px) {
  .page-ttl {
    margin: 1rem 0 1.5rem;
    padding-bottom: 0.5rem;
  }
}
.single-entrydata ul {
  display: inline-block;
  margin: 0.4rem 0;
}
.single-entrydata ul li {
  display: inline-block;
}
.single-entrydata ul a {
  background-color: #c9eb3b;
  padding: 0.2rem 0.4rem;
  color: #fff;
}

.entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.5rem 0;
}

.box-outer {
  background-color: #f9f9f9;
  padding: 1rem 1.5rem;
}

.btn-outer {
  max-width: 480px;
  margin: auto;
}

.btn {
  font-size: 1rem;
  padding: 0.65rem;
  border-radius: 9px;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.05rem;
  padding: 1.2rem;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 0.9rem;
  padding: 0.35rem;
}

.btn-default {
  border-color: #ddd;
  background-color: #fff;
  color: #666;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  color: #888;
}

.btn-orange {
  color: #FFF;
  border: none;
  background-image: linear-gradient(-90deg, #d00037, #ff9326);
  transition: .5s;
  background-size: 200%;
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  color: #FFF;
  background-position: right center;
}

.btn-green {
  color: #FFF;
  border: none;
  background-image: linear-gradient(-90deg, #708c1e, #c9eb3b);
  transition: .5s;
  background-size: 200%;
}
.btn-green:hover, .btn-green:active, .btn-green:focus {
  color: #FFF;
  background-position: right center;
}

.btn-litblue {
  color: #FFF;
  border: none;
  background-image: linear-gradient(-90deg, #3456ff, #03ccdb);
  transition: .5s;
  background-size: 200%;
}
.btn-litblue:hover, .btn-litblue:active, .btn-litblue:focus {
  color: #FFF;
  background-position: right center;
}

.btn-blue {
  color: #FFF;
  border: none;
  background-image: linear-gradient(-90deg, #2b32b2, #1497cc);
  transition: .5s;
  background-size: 200%;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  color: #FFF;
  background-position: right center;
}

.btn-darkgray {
  color: #FFF;
  border: none;
  background-image: linear-gradient(-90deg, #444444, #555555);
  transition: .5s;
  background-size: 200%;
}
.btn-darkgray:hover, .btn-darkgray:active, .btn-darkgray:focus {
  color: #FFF;
  background-position: right center;
}

.btn-darkgray-clear {
  color: #FFF;
  border: none;
  background-image: linear-gradient(-90deg, rgba(51, 51, 51, 0.8), rgba(68, 68, 68, 0.8));
  transition: .5s;
  background-size: 200%;
}
.btn-darkgray-clear:hover, .btn-darkgray-clear:active, .btn-darkgray-clear:focus {
  color: #FFF;
  background-position: right center;
}

.grad-btn {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ。*/
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  z-index: 10;
}

.grad-btn::before {
  content: "続きを読む";
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 540px;
  /*隠した状態の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, white 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, white 100%);
  content: "";
}

.grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる";
}

.grad-trigger:checked ~ .grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked ~ .grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.stepBar {
  position: relative;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #f9f9f9;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}
.stepBar .step:last-child {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step.current {
  color: #FFF;
  background-image: linear-gradient(-90deg, #3456ff, #03ccdb);
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #00c9da;
}

.stepBar.step2 .step {
  width: 50%;
}

.stepBar.step3 .step {
  width: 33.333%;
}

.stepBar.step4 .step {
  width: 25%;
}

.stepBar.step5 .step {
  width: 20%;
}

.wpcf7c-conf {
  border: none !important;
}

span.wpcf7-not-valid-tip {
  color: #dc3545;
}

.form-control.wpcf7-not-valid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.wpcf7-not-valid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

textarea.form-control.wpcf7-not-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.wpcf7-not-valid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") white no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.wpcf7-not-valid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

.wpcf7 form .wpcf7-response-output {
  background-color: #dc3545;
  border: none;
  color: #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  margin: 0 0 1rem;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background-color: #dc3545;
  border: none;
  color: #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  margin: 0 0 1rem;
}

.form-control {
  color: #444;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #444444 !important;
}

.footer .pagelist a {
  margin-right: 1rem;
}

@media print {
  body {
    font-size: 10px;
    line-height: 1.4;
    -webkit-print-color-adjust: exact;
  }

  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }

  .prt-none {
    display: none;
  }

  .page header {
    display: none;
  }
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.marker {
  background: linear-gradient(transparent 60%, #ffea00 60%);
  display: inline-block;
}

.js-fade, .js-Tfade, .js-Rfade, .js-Bfade, .js-Lfade {
  visility: hidden;
}

.js-Tfade {
  top: -100px;
}

.js-Rfade {
  right: -100px;
}

.js-Bfade {
  bottom: -100px;
}

.js-Lfade {
  left: -100px;
}
