@charset "UTF-8";
/*  調整クラス
 -------------------------------------------------- */
.c5-nobr {
  display: inline-block;
  white-space: nowrap;
}

.c5-hidden,
.c5-hide {
  display: none !important;
}

.fz-ss {
  font-size: 0.6em !important;
}
.fz-s {
  font-size: 0.85em !important;
}
.fz-l {
  font-size: 1.2em !important;
}
.fz-ll {
  font-size: 1.4em !important;
}
.fz-lll {
  font-size: 1.6em !important;
}

.c5-ta-c {
  text-align: center !important;
}
.c5-ta-r {
  text-align: right !important;
}
.c5-ta-l {
  text-align: left !important;
}
.c5-ta-j {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) {
  .c5-ta-pc-c {
    text-align: center !important;
  }
  .c5-ta-pc-r {
    text-align: right !important;
  }
  .c5-ta-pc-l {
    text-align: left !important;
  }
  .c5-ta-pc-j {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media only screen and (max-width: 767px) {
  .c5-ta-sp-c {
    text-align: center !important;
  }
  .c5-ta-sp-r {
    text-align: right !important;
  }
  .c5-ta-sp-l {
    text-align: left !important;
  }
  .c5-ta-sp-j {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.c5-flx-l {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
}
.c5-flx-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
}
.c5-flx-r {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end !important;
}
@media only screen and (min-width: 768px) {
  .c5-flx-pc-l {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  .c5-flx-pc-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .c5-flx-pc-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-flx-sp-l {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
  .c5-flx-sp-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .c5-flx-sp-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end !important;
  }
}

.c5-dsp-i {
  display: inline !important;
}
.c5-dsp-ib {
  display: inline-block !important;
}
.c5-dsp-b {
  display: block !important;
}
.c5-dsp-f {
  display: flex !important;
}
.c5-dsp-if {
  display: inline-flex !important;
}

.c5-jstc-c {
  justify-content: center !important;
}
.c5-jstc-s {
  justify-content: flex-start !important;
}
.c5-jstc-e {
  justify-content: flex-end !important;
}

.c5-jsts-c {
  justify-self: center !important;
}
.c5-jsts-s {
  justify-self: flex-start !important;
}
.c5-jsts-e {
  justify-self: flex-end !important;
}

.c5-als-c {
  align-self: center !important;
}
.c5-als-s {
  align-self: flex-start !important;
}
.c5-als-e {
  align-self: flex-end !important;
}

.c5-ali-c {
  align-items: center !important;
}
.c5-ali-s {
  align-items: flex-start !important;
}
.c5-ali-e {
  align-items: flex-end !important;
}

.c5-fld-r {
  flex-direction: row !important;
}
.c5-fld-c {
  flex-direction: column !important;
}
.c5-fld-rr {
  flex-direction: row-reverse !important;
}
.c5-fld-cr {
  flex-direction: column-reverse !important;
}

.c5-va-m {
  vertical-align: middle !important;
}
.c5-va-t {
  vertical-align: top !important;
}
.c5-va-b {
  vertical-align: bottom !important;
}
@media only screen and (min-width: 768px) {
  .c5-va-pc-m {
    vertical-align: middle !important;
  }
  .c5-va-pc-t {
    vertical-align: top !important;
  }
  .c5-va-pc-b {
    vertical-align: bottom !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-va-sp-m {
    vertical-align: middle !important;
  }
  .c5-va-sp-t {
    vertical-align: top !important;
  }
  .c5-va-sp-b {
    vertical-align: bottom !important;
  }
}

.c5-mt-auto, .c5-mh-auto, .c5-ma-auto {
  margin-top: auto !important;
}

.c5-mr-auto, .c5-mw-auto, .c5-ma-auto {
  margin-right: auto !important;
}

.c5-mb-auto, .c5-mh-auto, .c5-ma-auto {
  margin-bottom: auto !important;
}

.c5-ml-auto, .c5-mw-auto, .c5-ma-auto {
  margin-left: auto !important;
}

.c5-mt-0, .c5-mh-0, .c5-ma-0 {
  margin-top: 0px !important;
}

.c5-mr-0, .c5-mw-0, .c5-ma-0 {
  margin-right: 0px !important;
}

.c5-mb-0, .c5-mh-0, .c5-ma-0 {
  margin-bottom: 0px !important;
}

.c5-ml-0, .c5-mw-0, .c5-ma-0 {
  margin-left: 0px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-0, .c5-pc-mh-0, .c5-pc-ma-0 {
    margin-top: 0px !important;
  }
  .c5-pc-mr-0, .c5-pc-mw-0, .c5-pc-ma-0 {
    margin-right: 0px !important;
  }
  .c5-pc-mb-0, .c5-pc-mh-0, .c5-pc-ma-0 {
    margin-bottom: 0px !important;
  }
  .c5-pc-ml-0, .c5-pc-mw-0, .c5-pc-ma-0 {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-0, .c5-sp-mh-0, .c5-sp-ma-0 {
    margin-top: 0px !important;
  }
  .c5-sp-mr-0, .c5-sp-mw-0, .c5-sp-ma-0 {
    margin-right: 0px !important;
  }
  .c5-sp-mb-0, .c5-sp-mh-0, .c5-sp-ma-0 {
    margin-bottom: 0px !important;
  }
  .c5-sp-ml-0, .c5-sp-mw-0, .c5-sp-ma-0 {
    margin-left: 0px !important;
  }
}
.c5-pt-0, .c5-ph-0, .c5-pa-0 {
  padding-top: 0px !important;
}

.c5-pr-0, .c5-pw-0, .c5-pa-0 {
  padding-right: 0px !important;
}

.c5-pb-0, .c5-ph-0, .c5-pa-0 {
  padding-bottom: 0px !important;
}

.c5-pl-0, .c5-pw-0, .c5-pa-0 {
  padding-left: 0px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-0, .c5-pc-ph-0, .c5-pc-pa-0 {
    padding-top: 0px !important;
  }
  .c5-pc-pr-0, .c5-pc-pw-0, .c5-pc-pa-0 {
    padding-right: 0px !important;
  }
  .c5-pc-pb-0, .c5-pc-ph-0, .c5-pc-pa-0 {
    padding-bottom: 0px !important;
  }
  .c5-pc-pl-0, .c5-pc-pw-0, .c5-pc-pa-0 {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-0, .c5-sp-ph-0, .c5-sp-pa-0 {
    padding-top: 0px !important;
  }
  .c5-sp-pr-0, .c5-sp-pw-0, .c5-sp-pa-0 {
    padding-right: 0px !important;
  }
  .c5-sp-pb-0, .c5-sp-ph-0, .c5-sp-pa-0 {
    padding-bottom: 0px !important;
  }
  .c5-sp-pl-0, .c5-sp-pw-0, .c5-sp-pa-0 {
    padding-left: 0px !important;
  }
}
.c5-mt-0, .c5-mh-0, .c5-ma-0 {
  margin-top: 0px !important;
}

.c5-mr-0, .c5-mw-0, .c5-ma-0 {
  margin-right: 0px !important;
}

.c5-mb-0, .c5-mh-0, .c5-ma-0 {
  margin-bottom: 0px !important;
}

.c5-ml-0, .c5-mw-0, .c5-ma-0 {
  margin-left: 0px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-0, .c5-pc-mh-0, .c5-pc-ma-0 {
    margin-top: 0px !important;
  }
  .c5-pc-mr-0, .c5-pc-mw-0, .c5-pc-ma-0 {
    margin-right: 0px !important;
  }
  .c5-pc-mb-0, .c5-pc-mh-0, .c5-pc-ma-0 {
    margin-bottom: 0px !important;
  }
  .c5-pc-ml-0, .c5-pc-mw-0, .c5-pc-ma-0 {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-0, .c5-sp-mh-0, .c5-sp-ma-0 {
    margin-top: 0px !important;
  }
  .c5-sp-mr-0, .c5-sp-mw-0, .c5-sp-ma-0 {
    margin-right: 0px !important;
  }
  .c5-sp-mb-0, .c5-sp-mh-0, .c5-sp-ma-0 {
    margin-bottom: 0px !important;
  }
  .c5-sp-ml-0, .c5-sp-mw-0, .c5-sp-ma-0 {
    margin-left: 0px !important;
  }
}
.c5-pt-0, .c5-ph-0, .c5-pa-0 {
  padding-top: 0px !important;
}

.c5-pr-0, .c5-pw-0, .c5-pa-0 {
  padding-right: 0px !important;
}

.c5-pb-0, .c5-ph-0, .c5-pa-0 {
  padding-bottom: 0px !important;
}

.c5-pl-0, .c5-pw-0, .c5-pa-0 {
  padding-left: 0px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-0, .c5-pc-ph-0, .c5-pc-pa-0 {
    padding-top: 0px !important;
  }
  .c5-pc-pr-0, .c5-pc-pw-0, .c5-pc-pa-0 {
    padding-right: 0px !important;
  }
  .c5-pc-pb-0, .c5-pc-ph-0, .c5-pc-pa-0 {
    padding-bottom: 0px !important;
  }
  .c5-pc-pl-0, .c5-pc-pw-0, .c5-pc-pa-0 {
    padding-left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-0, .c5-sp-ph-0, .c5-sp-pa-0 {
    padding-top: 0px !important;
  }
  .c5-sp-pr-0, .c5-sp-pw-0, .c5-sp-pa-0 {
    padding-right: 0px !important;
  }
  .c5-sp-pb-0, .c5-sp-ph-0, .c5-sp-pa-0 {
    padding-bottom: 0px !important;
  }
  .c5-sp-pl-0, .c5-sp-pw-0, .c5-sp-pa-0 {
    padding-left: 0px !important;
  }
}
.c5-mt-0, .c5-mh-0, .c5-ma-0 {
  margin-top: 0sp !important;
}

.c5-mr-0, .c5-mw-0, .c5-ma-0 {
  margin-right: 0sp !important;
}

.c5-mb-0, .c5-mh-0, .c5-ma-0 {
  margin-bottom: 0sp !important;
}

.c5-ml-0, .c5-mw-0, .c5-ma-0 {
  margin-left: 0sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-0, .c5-pc-mh-0, .c5-pc-ma-0 {
    margin-top: 0sp !important;
  }
  .c5-pc-mr-0, .c5-pc-mw-0, .c5-pc-ma-0 {
    margin-right: 0sp !important;
  }
  .c5-pc-mb-0, .c5-pc-mh-0, .c5-pc-ma-0 {
    margin-bottom: 0sp !important;
  }
  .c5-pc-ml-0, .c5-pc-mw-0, .c5-pc-ma-0 {
    margin-left: 0sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-0, .c5-sp-mh-0, .c5-sp-ma-0 {
    margin-top: 0sp !important;
  }
  .c5-sp-mr-0, .c5-sp-mw-0, .c5-sp-ma-0 {
    margin-right: 0sp !important;
  }
  .c5-sp-mb-0, .c5-sp-mh-0, .c5-sp-ma-0 {
    margin-bottom: 0sp !important;
  }
  .c5-sp-ml-0, .c5-sp-mw-0, .c5-sp-ma-0 {
    margin-left: 0sp !important;
  }
}
.c5-pt-0, .c5-ph-0, .c5-pa-0 {
  padding-top: 0sp !important;
}

.c5-pr-0, .c5-pw-0, .c5-pa-0 {
  padding-right: 0sp !important;
}

.c5-pb-0, .c5-ph-0, .c5-pa-0 {
  padding-bottom: 0sp !important;
}

.c5-pl-0, .c5-pw-0, .c5-pa-0 {
  padding-left: 0sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-0, .c5-pc-ph-0, .c5-pc-pa-0 {
    padding-top: 0sp !important;
  }
  .c5-pc-pr-0, .c5-pc-pw-0, .c5-pc-pa-0 {
    padding-right: 0sp !important;
  }
  .c5-pc-pb-0, .c5-pc-ph-0, .c5-pc-pa-0 {
    padding-bottom: 0sp !important;
  }
  .c5-pc-pl-0, .c5-pc-pw-0, .c5-pc-pa-0 {
    padding-left: 0sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-0, .c5-sp-ph-0, .c5-sp-pa-0 {
    padding-top: 0sp !important;
  }
  .c5-sp-pr-0, .c5-sp-pw-0, .c5-sp-pa-0 {
    padding-right: 0sp !important;
  }
  .c5-sp-pb-0, .c5-sp-ph-0, .c5-sp-pa-0 {
    padding-bottom: 0sp !important;
  }
  .c5-sp-pl-0, .c5-sp-pw-0, .c5-sp-pa-0 {
    padding-left: 0sp !important;
  }
}
.c5-mt-6, .c5-mh-6, .c5-ma-6 {
  margin-top: 6px !important;
}

.c5-mr-6, .c5-mw-6, .c5-ma-6 {
  margin-right: 6px !important;
}

.c5-mb-6, .c5-mh-6, .c5-ma-6 {
  margin-bottom: 6px !important;
}

.c5-ml-6, .c5-mw-6, .c5-ma-6 {
  margin-left: 6px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-6, .c5-pc-mh-6, .c5-pc-ma-6 {
    margin-top: 6px !important;
  }
  .c5-pc-mr-6, .c5-pc-mw-6, .c5-pc-ma-6 {
    margin-right: 6px !important;
  }
  .c5-pc-mb-6, .c5-pc-mh-6, .c5-pc-ma-6 {
    margin-bottom: 6px !important;
  }
  .c5-pc-ml-6, .c5-pc-mw-6, .c5-pc-ma-6 {
    margin-left: 6px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-6, .c5-sp-mh-6, .c5-sp-ma-6 {
    margin-top: 6px !important;
  }
  .c5-sp-mr-6, .c5-sp-mw-6, .c5-sp-ma-6 {
    margin-right: 6px !important;
  }
  .c5-sp-mb-6, .c5-sp-mh-6, .c5-sp-ma-6 {
    margin-bottom: 6px !important;
  }
  .c5-sp-ml-6, .c5-sp-mw-6, .c5-sp-ma-6 {
    margin-left: 6px !important;
  }
}
.c5-pt-5, .c5-ph-5, .c5-pa-5 {
  padding-top: 5px !important;
}

.c5-pr-5, .c5-pw-5, .c5-pa-5 {
  padding-right: 5px !important;
}

.c5-pb-5, .c5-ph-5, .c5-pa-5 {
  padding-bottom: 5px !important;
}

.c5-pl-5, .c5-pw-5, .c5-pa-5 {
  padding-left: 5px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-5, .c5-pc-ph-5, .c5-pc-pa-5 {
    padding-top: 5px !important;
  }
  .c5-pc-pr-5, .c5-pc-pw-5, .c5-pc-pa-5 {
    padding-right: 5px !important;
  }
  .c5-pc-pb-5, .c5-pc-ph-5, .c5-pc-pa-5 {
    padding-bottom: 5px !important;
  }
  .c5-pc-pl-5, .c5-pc-pw-5, .c5-pc-pa-5 {
    padding-left: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-5, .c5-sp-ph-5, .c5-sp-pa-5 {
    padding-top: 5px !important;
  }
  .c5-sp-pr-5, .c5-sp-pw-5, .c5-sp-pa-5 {
    padding-right: 5px !important;
  }
  .c5-sp-pb-5, .c5-sp-ph-5, .c5-sp-pa-5 {
    padding-bottom: 5px !important;
  }
  .c5-sp-pl-5, .c5-sp-pw-5, .c5-sp-pa-5 {
    padding-left: 5px !important;
  }
}
.c5-mt-5, .c5-mh-5, .c5-ma-5 {
  margin-top: 5px !important;
}

.c5-mr-5, .c5-mw-5, .c5-ma-5 {
  margin-right: 5px !important;
}

.c5-mb-5, .c5-mh-5, .c5-ma-5 {
  margin-bottom: 5px !important;
}

.c5-ml-5, .c5-mw-5, .c5-ma-5 {
  margin-left: 5px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-5, .c5-pc-mh-5, .c5-pc-ma-5 {
    margin-top: 5px !important;
  }
  .c5-pc-mr-5, .c5-pc-mw-5, .c5-pc-ma-5 {
    margin-right: 5px !important;
  }
  .c5-pc-mb-5, .c5-pc-mh-5, .c5-pc-ma-5 {
    margin-bottom: 5px !important;
  }
  .c5-pc-ml-5, .c5-pc-mw-5, .c5-pc-ma-5 {
    margin-left: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-5, .c5-sp-mh-5, .c5-sp-ma-5 {
    margin-top: 5px !important;
  }
  .c5-sp-mr-5, .c5-sp-mw-5, .c5-sp-ma-5 {
    margin-right: 5px !important;
  }
  .c5-sp-mb-5, .c5-sp-mh-5, .c5-sp-ma-5 {
    margin-bottom: 5px !important;
  }
  .c5-sp-ml-5, .c5-sp-mw-5, .c5-sp-ma-5 {
    margin-left: 5px !important;
  }
}
.c5-pt-5, .c5-ph-5, .c5-pa-5 {
  padding-top: 5px !important;
}

.c5-pr-5, .c5-pw-5, .c5-pa-5 {
  padding-right: 5px !important;
}

.c5-pb-5, .c5-ph-5, .c5-pa-5 {
  padding-bottom: 5px !important;
}

.c5-pl-5, .c5-pw-5, .c5-pa-5 {
  padding-left: 5px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-5, .c5-pc-ph-5, .c5-pc-pa-5 {
    padding-top: 5px !important;
  }
  .c5-pc-pr-5, .c5-pc-pw-5, .c5-pc-pa-5 {
    padding-right: 5px !important;
  }
  .c5-pc-pb-5, .c5-pc-ph-5, .c5-pc-pa-5 {
    padding-bottom: 5px !important;
  }
  .c5-pc-pl-5, .c5-pc-pw-5, .c5-pc-pa-5 {
    padding-left: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-5, .c5-sp-ph-5, .c5-sp-pa-5 {
    padding-top: 5px !important;
  }
  .c5-sp-pr-5, .c5-sp-pw-5, .c5-sp-pa-5 {
    padding-right: 5px !important;
  }
  .c5-sp-pb-5, .c5-sp-ph-5, .c5-sp-pa-5 {
    padding-bottom: 5px !important;
  }
  .c5-sp-pl-5, .c5-sp-pw-5, .c5-sp-pa-5 {
    padding-left: 5px !important;
  }
}
.c5-mt-5, .c5-mh-5, .c5-ma-5 {
  margin-top: 5sp !important;
}

.c5-mr-5, .c5-mw-5, .c5-ma-5 {
  margin-right: 5sp !important;
}

.c5-mb-5, .c5-mh-5, .c5-ma-5 {
  margin-bottom: 5sp !important;
}

.c5-ml-5, .c5-mw-5, .c5-ma-5 {
  margin-left: 5sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-5, .c5-pc-mh-5, .c5-pc-ma-5 {
    margin-top: 5sp !important;
  }
  .c5-pc-mr-5, .c5-pc-mw-5, .c5-pc-ma-5 {
    margin-right: 5sp !important;
  }
  .c5-pc-mb-5, .c5-pc-mh-5, .c5-pc-ma-5 {
    margin-bottom: 5sp !important;
  }
  .c5-pc-ml-5, .c5-pc-mw-5, .c5-pc-ma-5 {
    margin-left: 5sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-5, .c5-sp-mh-5, .c5-sp-ma-5 {
    margin-top: 5sp !important;
  }
  .c5-sp-mr-5, .c5-sp-mw-5, .c5-sp-ma-5 {
    margin-right: 5sp !important;
  }
  .c5-sp-mb-5, .c5-sp-mh-5, .c5-sp-ma-5 {
    margin-bottom: 5sp !important;
  }
  .c5-sp-ml-5, .c5-sp-mw-5, .c5-sp-ma-5 {
    margin-left: 5sp !important;
  }
}
.c5-pt-5, .c5-ph-5, .c5-pa-5 {
  padding-top: 5sp !important;
}

.c5-pr-5, .c5-pw-5, .c5-pa-5 {
  padding-right: 5sp !important;
}

.c5-pb-5, .c5-ph-5, .c5-pa-5 {
  padding-bottom: 5sp !important;
}

.c5-pl-5, .c5-pw-5, .c5-pa-5 {
  padding-left: 5sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-5, .c5-pc-ph-5, .c5-pc-pa-5 {
    padding-top: 5sp !important;
  }
  .c5-pc-pr-5, .c5-pc-pw-5, .c5-pc-pa-5 {
    padding-right: 5sp !important;
  }
  .c5-pc-pb-5, .c5-pc-ph-5, .c5-pc-pa-5 {
    padding-bottom: 5sp !important;
  }
  .c5-pc-pl-5, .c5-pc-pw-5, .c5-pc-pa-5 {
    padding-left: 5sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-5, .c5-sp-ph-5, .c5-sp-pa-5 {
    padding-top: 5sp !important;
  }
  .c5-sp-pr-5, .c5-sp-pw-5, .c5-sp-pa-5 {
    padding-right: 5sp !important;
  }
  .c5-sp-pb-5, .c5-sp-ph-5, .c5-sp-pa-5 {
    padding-bottom: 5sp !important;
  }
  .c5-sp-pl-5, .c5-sp-pw-5, .c5-sp-pa-5 {
    padding-left: 5sp !important;
  }
}
.c5-mt-12, .c5-mh-12, .c5-ma-12 {
  margin-top: 12px !important;
}

.c5-mr-12, .c5-mw-12, .c5-ma-12 {
  margin-right: 12px !important;
}

.c5-mb-12, .c5-mh-12, .c5-ma-12 {
  margin-bottom: 12px !important;
}

.c5-ml-12, .c5-mw-12, .c5-ma-12 {
  margin-left: 12px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-12, .c5-pc-mh-12, .c5-pc-ma-12 {
    margin-top: 12px !important;
  }
  .c5-pc-mr-12, .c5-pc-mw-12, .c5-pc-ma-12 {
    margin-right: 12px !important;
  }
  .c5-pc-mb-12, .c5-pc-mh-12, .c5-pc-ma-12 {
    margin-bottom: 12px !important;
  }
  .c5-pc-ml-12, .c5-pc-mw-12, .c5-pc-ma-12 {
    margin-left: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-12, .c5-sp-mh-12, .c5-sp-ma-12 {
    margin-top: 12px !important;
  }
  .c5-sp-mr-12, .c5-sp-mw-12, .c5-sp-ma-12 {
    margin-right: 12px !important;
  }
  .c5-sp-mb-12, .c5-sp-mh-12, .c5-sp-ma-12 {
    margin-bottom: 12px !important;
  }
  .c5-sp-ml-12, .c5-sp-mw-12, .c5-sp-ma-12 {
    margin-left: 12px !important;
  }
}
.c5-pt-10, .c5-ph-10, .c5-pa-10 {
  padding-top: 10px !important;
}

.c5-pr-10, .c5-pw-10, .c5-pa-10 {
  padding-right: 10px !important;
}

.c5-pb-10, .c5-ph-10, .c5-pa-10 {
  padding-bottom: 10px !important;
}

.c5-pl-10, .c5-pw-10, .c5-pa-10 {
  padding-left: 10px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-10, .c5-pc-ph-10, .c5-pc-pa-10 {
    padding-top: 10px !important;
  }
  .c5-pc-pr-10, .c5-pc-pw-10, .c5-pc-pa-10 {
    padding-right: 10px !important;
  }
  .c5-pc-pb-10, .c5-pc-ph-10, .c5-pc-pa-10 {
    padding-bottom: 10px !important;
  }
  .c5-pc-pl-10, .c5-pc-pw-10, .c5-pc-pa-10 {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-10, .c5-sp-ph-10, .c5-sp-pa-10 {
    padding-top: 10px !important;
  }
  .c5-sp-pr-10, .c5-sp-pw-10, .c5-sp-pa-10 {
    padding-right: 10px !important;
  }
  .c5-sp-pb-10, .c5-sp-ph-10, .c5-sp-pa-10 {
    padding-bottom: 10px !important;
  }
  .c5-sp-pl-10, .c5-sp-pw-10, .c5-sp-pa-10 {
    padding-left: 10px !important;
  }
}
.c5-mt-10, .c5-mh-10, .c5-ma-10 {
  margin-top: 10px !important;
}

.c5-mr-10, .c5-mw-10, .c5-ma-10 {
  margin-right: 10px !important;
}

.c5-mb-10, .c5-mh-10, .c5-ma-10 {
  margin-bottom: 10px !important;
}

.c5-ml-10, .c5-mw-10, .c5-ma-10 {
  margin-left: 10px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-10, .c5-pc-mh-10, .c5-pc-ma-10 {
    margin-top: 10px !important;
  }
  .c5-pc-mr-10, .c5-pc-mw-10, .c5-pc-ma-10 {
    margin-right: 10px !important;
  }
  .c5-pc-mb-10, .c5-pc-mh-10, .c5-pc-ma-10 {
    margin-bottom: 10px !important;
  }
  .c5-pc-ml-10, .c5-pc-mw-10, .c5-pc-ma-10 {
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-10, .c5-sp-mh-10, .c5-sp-ma-10 {
    margin-top: 10px !important;
  }
  .c5-sp-mr-10, .c5-sp-mw-10, .c5-sp-ma-10 {
    margin-right: 10px !important;
  }
  .c5-sp-mb-10, .c5-sp-mh-10, .c5-sp-ma-10 {
    margin-bottom: 10px !important;
  }
  .c5-sp-ml-10, .c5-sp-mw-10, .c5-sp-ma-10 {
    margin-left: 10px !important;
  }
}
.c5-pt-10, .c5-ph-10, .c5-pa-10 {
  padding-top: 10px !important;
}

.c5-pr-10, .c5-pw-10, .c5-pa-10 {
  padding-right: 10px !important;
}

.c5-pb-10, .c5-ph-10, .c5-pa-10 {
  padding-bottom: 10px !important;
}

.c5-pl-10, .c5-pw-10, .c5-pa-10 {
  padding-left: 10px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-10, .c5-pc-ph-10, .c5-pc-pa-10 {
    padding-top: 10px !important;
  }
  .c5-pc-pr-10, .c5-pc-pw-10, .c5-pc-pa-10 {
    padding-right: 10px !important;
  }
  .c5-pc-pb-10, .c5-pc-ph-10, .c5-pc-pa-10 {
    padding-bottom: 10px !important;
  }
  .c5-pc-pl-10, .c5-pc-pw-10, .c5-pc-pa-10 {
    padding-left: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-10, .c5-sp-ph-10, .c5-sp-pa-10 {
    padding-top: 10px !important;
  }
  .c5-sp-pr-10, .c5-sp-pw-10, .c5-sp-pa-10 {
    padding-right: 10px !important;
  }
  .c5-sp-pb-10, .c5-sp-ph-10, .c5-sp-pa-10 {
    padding-bottom: 10px !important;
  }
  .c5-sp-pl-10, .c5-sp-pw-10, .c5-sp-pa-10 {
    padding-left: 10px !important;
  }
}
.c5-mt-10, .c5-mh-10, .c5-ma-10 {
  margin-top: 10sp !important;
}

.c5-mr-10, .c5-mw-10, .c5-ma-10 {
  margin-right: 10sp !important;
}

.c5-mb-10, .c5-mh-10, .c5-ma-10 {
  margin-bottom: 10sp !important;
}

.c5-ml-10, .c5-mw-10, .c5-ma-10 {
  margin-left: 10sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-10, .c5-pc-mh-10, .c5-pc-ma-10 {
    margin-top: 10sp !important;
  }
  .c5-pc-mr-10, .c5-pc-mw-10, .c5-pc-ma-10 {
    margin-right: 10sp !important;
  }
  .c5-pc-mb-10, .c5-pc-mh-10, .c5-pc-ma-10 {
    margin-bottom: 10sp !important;
  }
  .c5-pc-ml-10, .c5-pc-mw-10, .c5-pc-ma-10 {
    margin-left: 10sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-10, .c5-sp-mh-10, .c5-sp-ma-10 {
    margin-top: 10sp !important;
  }
  .c5-sp-mr-10, .c5-sp-mw-10, .c5-sp-ma-10 {
    margin-right: 10sp !important;
  }
  .c5-sp-mb-10, .c5-sp-mh-10, .c5-sp-ma-10 {
    margin-bottom: 10sp !important;
  }
  .c5-sp-ml-10, .c5-sp-mw-10, .c5-sp-ma-10 {
    margin-left: 10sp !important;
  }
}
.c5-pt-10, .c5-ph-10, .c5-pa-10 {
  padding-top: 10sp !important;
}

.c5-pr-10, .c5-pw-10, .c5-pa-10 {
  padding-right: 10sp !important;
}

.c5-pb-10, .c5-ph-10, .c5-pa-10 {
  padding-bottom: 10sp !important;
}

.c5-pl-10, .c5-pw-10, .c5-pa-10 {
  padding-left: 10sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-10, .c5-pc-ph-10, .c5-pc-pa-10 {
    padding-top: 10sp !important;
  }
  .c5-pc-pr-10, .c5-pc-pw-10, .c5-pc-pa-10 {
    padding-right: 10sp !important;
  }
  .c5-pc-pb-10, .c5-pc-ph-10, .c5-pc-pa-10 {
    padding-bottom: 10sp !important;
  }
  .c5-pc-pl-10, .c5-pc-pw-10, .c5-pc-pa-10 {
    padding-left: 10sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-10, .c5-sp-ph-10, .c5-sp-pa-10 {
    padding-top: 10sp !important;
  }
  .c5-sp-pr-10, .c5-sp-pw-10, .c5-sp-pa-10 {
    padding-right: 10sp !important;
  }
  .c5-sp-pb-10, .c5-sp-ph-10, .c5-sp-pa-10 {
    padding-bottom: 10sp !important;
  }
  .c5-sp-pl-10, .c5-sp-pw-10, .c5-sp-pa-10 {
    padding-left: 10sp !important;
  }
}
.c5-mt-18, .c5-mh-18, .c5-ma-18 {
  margin-top: 18px !important;
}

.c5-mr-18, .c5-mw-18, .c5-ma-18 {
  margin-right: 18px !important;
}

.c5-mb-18, .c5-mh-18, .c5-ma-18 {
  margin-bottom: 18px !important;
}

.c5-ml-18, .c5-mw-18, .c5-ma-18 {
  margin-left: 18px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-18, .c5-pc-mh-18, .c5-pc-ma-18 {
    margin-top: 18px !important;
  }
  .c5-pc-mr-18, .c5-pc-mw-18, .c5-pc-ma-18 {
    margin-right: 18px !important;
  }
  .c5-pc-mb-18, .c5-pc-mh-18, .c5-pc-ma-18 {
    margin-bottom: 18px !important;
  }
  .c5-pc-ml-18, .c5-pc-mw-18, .c5-pc-ma-18 {
    margin-left: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-18, .c5-sp-mh-18, .c5-sp-ma-18 {
    margin-top: 18px !important;
  }
  .c5-sp-mr-18, .c5-sp-mw-18, .c5-sp-ma-18 {
    margin-right: 18px !important;
  }
  .c5-sp-mb-18, .c5-sp-mh-18, .c5-sp-ma-18 {
    margin-bottom: 18px !important;
  }
  .c5-sp-ml-18, .c5-sp-mw-18, .c5-sp-ma-18 {
    margin-left: 18px !important;
  }
}
.c5-pt-15, .c5-ph-15, .c5-pa-15 {
  padding-top: 15px !important;
}

.c5-pr-15, .c5-pw-15, .c5-pa-15 {
  padding-right: 15px !important;
}

.c5-pb-15, .c5-ph-15, .c5-pa-15 {
  padding-bottom: 15px !important;
}

.c5-pl-15, .c5-pw-15, .c5-pa-15 {
  padding-left: 15px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-15, .c5-pc-ph-15, .c5-pc-pa-15 {
    padding-top: 15px !important;
  }
  .c5-pc-pr-15, .c5-pc-pw-15, .c5-pc-pa-15 {
    padding-right: 15px !important;
  }
  .c5-pc-pb-15, .c5-pc-ph-15, .c5-pc-pa-15 {
    padding-bottom: 15px !important;
  }
  .c5-pc-pl-15, .c5-pc-pw-15, .c5-pc-pa-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-15, .c5-sp-ph-15, .c5-sp-pa-15 {
    padding-top: 15px !important;
  }
  .c5-sp-pr-15, .c5-sp-pw-15, .c5-sp-pa-15 {
    padding-right: 15px !important;
  }
  .c5-sp-pb-15, .c5-sp-ph-15, .c5-sp-pa-15 {
    padding-bottom: 15px !important;
  }
  .c5-sp-pl-15, .c5-sp-pw-15, .c5-sp-pa-15 {
    padding-left: 15px !important;
  }
}
.c5-mt-15, .c5-mh-15, .c5-ma-15 {
  margin-top: 15px !important;
}

.c5-mr-15, .c5-mw-15, .c5-ma-15 {
  margin-right: 15px !important;
}

.c5-mb-15, .c5-mh-15, .c5-ma-15 {
  margin-bottom: 15px !important;
}

.c5-ml-15, .c5-mw-15, .c5-ma-15 {
  margin-left: 15px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-15, .c5-pc-mh-15, .c5-pc-ma-15 {
    margin-top: 15px !important;
  }
  .c5-pc-mr-15, .c5-pc-mw-15, .c5-pc-ma-15 {
    margin-right: 15px !important;
  }
  .c5-pc-mb-15, .c5-pc-mh-15, .c5-pc-ma-15 {
    margin-bottom: 15px !important;
  }
  .c5-pc-ml-15, .c5-pc-mw-15, .c5-pc-ma-15 {
    margin-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-15, .c5-sp-mh-15, .c5-sp-ma-15 {
    margin-top: 15px !important;
  }
  .c5-sp-mr-15, .c5-sp-mw-15, .c5-sp-ma-15 {
    margin-right: 15px !important;
  }
  .c5-sp-mb-15, .c5-sp-mh-15, .c5-sp-ma-15 {
    margin-bottom: 15px !important;
  }
  .c5-sp-ml-15, .c5-sp-mw-15, .c5-sp-ma-15 {
    margin-left: 15px !important;
  }
}
.c5-pt-15, .c5-ph-15, .c5-pa-15 {
  padding-top: 15px !important;
}

.c5-pr-15, .c5-pw-15, .c5-pa-15 {
  padding-right: 15px !important;
}

.c5-pb-15, .c5-ph-15, .c5-pa-15 {
  padding-bottom: 15px !important;
}

.c5-pl-15, .c5-pw-15, .c5-pa-15 {
  padding-left: 15px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-15, .c5-pc-ph-15, .c5-pc-pa-15 {
    padding-top: 15px !important;
  }
  .c5-pc-pr-15, .c5-pc-pw-15, .c5-pc-pa-15 {
    padding-right: 15px !important;
  }
  .c5-pc-pb-15, .c5-pc-ph-15, .c5-pc-pa-15 {
    padding-bottom: 15px !important;
  }
  .c5-pc-pl-15, .c5-pc-pw-15, .c5-pc-pa-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-15, .c5-sp-ph-15, .c5-sp-pa-15 {
    padding-top: 15px !important;
  }
  .c5-sp-pr-15, .c5-sp-pw-15, .c5-sp-pa-15 {
    padding-right: 15px !important;
  }
  .c5-sp-pb-15, .c5-sp-ph-15, .c5-sp-pa-15 {
    padding-bottom: 15px !important;
  }
  .c5-sp-pl-15, .c5-sp-pw-15, .c5-sp-pa-15 {
    padding-left: 15px !important;
  }
}
.c5-mt-15, .c5-mh-15, .c5-ma-15 {
  margin-top: 15sp !important;
}

.c5-mr-15, .c5-mw-15, .c5-ma-15 {
  margin-right: 15sp !important;
}

.c5-mb-15, .c5-mh-15, .c5-ma-15 {
  margin-bottom: 15sp !important;
}

.c5-ml-15, .c5-mw-15, .c5-ma-15 {
  margin-left: 15sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-15, .c5-pc-mh-15, .c5-pc-ma-15 {
    margin-top: 15sp !important;
  }
  .c5-pc-mr-15, .c5-pc-mw-15, .c5-pc-ma-15 {
    margin-right: 15sp !important;
  }
  .c5-pc-mb-15, .c5-pc-mh-15, .c5-pc-ma-15 {
    margin-bottom: 15sp !important;
  }
  .c5-pc-ml-15, .c5-pc-mw-15, .c5-pc-ma-15 {
    margin-left: 15sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-15, .c5-sp-mh-15, .c5-sp-ma-15 {
    margin-top: 15sp !important;
  }
  .c5-sp-mr-15, .c5-sp-mw-15, .c5-sp-ma-15 {
    margin-right: 15sp !important;
  }
  .c5-sp-mb-15, .c5-sp-mh-15, .c5-sp-ma-15 {
    margin-bottom: 15sp !important;
  }
  .c5-sp-ml-15, .c5-sp-mw-15, .c5-sp-ma-15 {
    margin-left: 15sp !important;
  }
}
.c5-pt-15, .c5-ph-15, .c5-pa-15 {
  padding-top: 15sp !important;
}

.c5-pr-15, .c5-pw-15, .c5-pa-15 {
  padding-right: 15sp !important;
}

.c5-pb-15, .c5-ph-15, .c5-pa-15 {
  padding-bottom: 15sp !important;
}

.c5-pl-15, .c5-pw-15, .c5-pa-15 {
  padding-left: 15sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-15, .c5-pc-ph-15, .c5-pc-pa-15 {
    padding-top: 15sp !important;
  }
  .c5-pc-pr-15, .c5-pc-pw-15, .c5-pc-pa-15 {
    padding-right: 15sp !important;
  }
  .c5-pc-pb-15, .c5-pc-ph-15, .c5-pc-pa-15 {
    padding-bottom: 15sp !important;
  }
  .c5-pc-pl-15, .c5-pc-pw-15, .c5-pc-pa-15 {
    padding-left: 15sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-15, .c5-sp-ph-15, .c5-sp-pa-15 {
    padding-top: 15sp !important;
  }
  .c5-sp-pr-15, .c5-sp-pw-15, .c5-sp-pa-15 {
    padding-right: 15sp !important;
  }
  .c5-sp-pb-15, .c5-sp-ph-15, .c5-sp-pa-15 {
    padding-bottom: 15sp !important;
  }
  .c5-sp-pl-15, .c5-sp-pw-15, .c5-sp-pa-15 {
    padding-left: 15sp !important;
  }
}
.c5-mt-24, .c5-mh-24, .c5-ma-24 {
  margin-top: 24px !important;
}

.c5-mr-24, .c5-mw-24, .c5-ma-24 {
  margin-right: 24px !important;
}

.c5-mb-24, .c5-mh-24, .c5-ma-24 {
  margin-bottom: 24px !important;
}

.c5-ml-24, .c5-mw-24, .c5-ma-24 {
  margin-left: 24px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-24, .c5-pc-mh-24, .c5-pc-ma-24 {
    margin-top: 24px !important;
  }
  .c5-pc-mr-24, .c5-pc-mw-24, .c5-pc-ma-24 {
    margin-right: 24px !important;
  }
  .c5-pc-mb-24, .c5-pc-mh-24, .c5-pc-ma-24 {
    margin-bottom: 24px !important;
  }
  .c5-pc-ml-24, .c5-pc-mw-24, .c5-pc-ma-24 {
    margin-left: 24px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-24, .c5-sp-mh-24, .c5-sp-ma-24 {
    margin-top: 24px !important;
  }
  .c5-sp-mr-24, .c5-sp-mw-24, .c5-sp-ma-24 {
    margin-right: 24px !important;
  }
  .c5-sp-mb-24, .c5-sp-mh-24, .c5-sp-ma-24 {
    margin-bottom: 24px !important;
  }
  .c5-sp-ml-24, .c5-sp-mw-24, .c5-sp-ma-24 {
    margin-left: 24px !important;
  }
}
.c5-pt-20, .c5-ph-20, .c5-pa-20 {
  padding-top: 20px !important;
}

.c5-pr-20, .c5-pw-20, .c5-pa-20 {
  padding-right: 20px !important;
}

.c5-pb-20, .c5-ph-20, .c5-pa-20 {
  padding-bottom: 20px !important;
}

.c5-pl-20, .c5-pw-20, .c5-pa-20 {
  padding-left: 20px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-20, .c5-pc-ph-20, .c5-pc-pa-20 {
    padding-top: 20px !important;
  }
  .c5-pc-pr-20, .c5-pc-pw-20, .c5-pc-pa-20 {
    padding-right: 20px !important;
  }
  .c5-pc-pb-20, .c5-pc-ph-20, .c5-pc-pa-20 {
    padding-bottom: 20px !important;
  }
  .c5-pc-pl-20, .c5-pc-pw-20, .c5-pc-pa-20 {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-20, .c5-sp-ph-20, .c5-sp-pa-20 {
    padding-top: 20px !important;
  }
  .c5-sp-pr-20, .c5-sp-pw-20, .c5-sp-pa-20 {
    padding-right: 20px !important;
  }
  .c5-sp-pb-20, .c5-sp-ph-20, .c5-sp-pa-20 {
    padding-bottom: 20px !important;
  }
  .c5-sp-pl-20, .c5-sp-pw-20, .c5-sp-pa-20 {
    padding-left: 20px !important;
  }
}
.c5-mt-20, .c5-mh-20, .c5-ma-20 {
  margin-top: 20px !important;
}

.c5-mr-20, .c5-mw-20, .c5-ma-20 {
  margin-right: 20px !important;
}

.c5-mb-20, .c5-mh-20, .c5-ma-20 {
  margin-bottom: 20px !important;
}

.c5-ml-20, .c5-mw-20, .c5-ma-20 {
  margin-left: 20px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-20, .c5-pc-mh-20, .c5-pc-ma-20 {
    margin-top: 20px !important;
  }
  .c5-pc-mr-20, .c5-pc-mw-20, .c5-pc-ma-20 {
    margin-right: 20px !important;
  }
  .c5-pc-mb-20, .c5-pc-mh-20, .c5-pc-ma-20 {
    margin-bottom: 20px !important;
  }
  .c5-pc-ml-20, .c5-pc-mw-20, .c5-pc-ma-20 {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-20, .c5-sp-mh-20, .c5-sp-ma-20 {
    margin-top: 20px !important;
  }
  .c5-sp-mr-20, .c5-sp-mw-20, .c5-sp-ma-20 {
    margin-right: 20px !important;
  }
  .c5-sp-mb-20, .c5-sp-mh-20, .c5-sp-ma-20 {
    margin-bottom: 20px !important;
  }
  .c5-sp-ml-20, .c5-sp-mw-20, .c5-sp-ma-20 {
    margin-left: 20px !important;
  }
}
.c5-pt-20, .c5-ph-20, .c5-pa-20 {
  padding-top: 20px !important;
}

.c5-pr-20, .c5-pw-20, .c5-pa-20 {
  padding-right: 20px !important;
}

.c5-pb-20, .c5-ph-20, .c5-pa-20 {
  padding-bottom: 20px !important;
}

.c5-pl-20, .c5-pw-20, .c5-pa-20 {
  padding-left: 20px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-20, .c5-pc-ph-20, .c5-pc-pa-20 {
    padding-top: 20px !important;
  }
  .c5-pc-pr-20, .c5-pc-pw-20, .c5-pc-pa-20 {
    padding-right: 20px !important;
  }
  .c5-pc-pb-20, .c5-pc-ph-20, .c5-pc-pa-20 {
    padding-bottom: 20px !important;
  }
  .c5-pc-pl-20, .c5-pc-pw-20, .c5-pc-pa-20 {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-20, .c5-sp-ph-20, .c5-sp-pa-20 {
    padding-top: 20px !important;
  }
  .c5-sp-pr-20, .c5-sp-pw-20, .c5-sp-pa-20 {
    padding-right: 20px !important;
  }
  .c5-sp-pb-20, .c5-sp-ph-20, .c5-sp-pa-20 {
    padding-bottom: 20px !important;
  }
  .c5-sp-pl-20, .c5-sp-pw-20, .c5-sp-pa-20 {
    padding-left: 20px !important;
  }
}
.c5-mt-20, .c5-mh-20, .c5-ma-20 {
  margin-top: 20sp !important;
}

.c5-mr-20, .c5-mw-20, .c5-ma-20 {
  margin-right: 20sp !important;
}

.c5-mb-20, .c5-mh-20, .c5-ma-20 {
  margin-bottom: 20sp !important;
}

.c5-ml-20, .c5-mw-20, .c5-ma-20 {
  margin-left: 20sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-20, .c5-pc-mh-20, .c5-pc-ma-20 {
    margin-top: 20sp !important;
  }
  .c5-pc-mr-20, .c5-pc-mw-20, .c5-pc-ma-20 {
    margin-right: 20sp !important;
  }
  .c5-pc-mb-20, .c5-pc-mh-20, .c5-pc-ma-20 {
    margin-bottom: 20sp !important;
  }
  .c5-pc-ml-20, .c5-pc-mw-20, .c5-pc-ma-20 {
    margin-left: 20sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-20, .c5-sp-mh-20, .c5-sp-ma-20 {
    margin-top: 20sp !important;
  }
  .c5-sp-mr-20, .c5-sp-mw-20, .c5-sp-ma-20 {
    margin-right: 20sp !important;
  }
  .c5-sp-mb-20, .c5-sp-mh-20, .c5-sp-ma-20 {
    margin-bottom: 20sp !important;
  }
  .c5-sp-ml-20, .c5-sp-mw-20, .c5-sp-ma-20 {
    margin-left: 20sp !important;
  }
}
.c5-pt-20, .c5-ph-20, .c5-pa-20 {
  padding-top: 20sp !important;
}

.c5-pr-20, .c5-pw-20, .c5-pa-20 {
  padding-right: 20sp !important;
}

.c5-pb-20, .c5-ph-20, .c5-pa-20 {
  padding-bottom: 20sp !important;
}

.c5-pl-20, .c5-pw-20, .c5-pa-20 {
  padding-left: 20sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-20, .c5-pc-ph-20, .c5-pc-pa-20 {
    padding-top: 20sp !important;
  }
  .c5-pc-pr-20, .c5-pc-pw-20, .c5-pc-pa-20 {
    padding-right: 20sp !important;
  }
  .c5-pc-pb-20, .c5-pc-ph-20, .c5-pc-pa-20 {
    padding-bottom: 20sp !important;
  }
  .c5-pc-pl-20, .c5-pc-pw-20, .c5-pc-pa-20 {
    padding-left: 20sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-20, .c5-sp-ph-20, .c5-sp-pa-20 {
    padding-top: 20sp !important;
  }
  .c5-sp-pr-20, .c5-sp-pw-20, .c5-sp-pa-20 {
    padding-right: 20sp !important;
  }
  .c5-sp-pb-20, .c5-sp-ph-20, .c5-sp-pa-20 {
    padding-bottom: 20sp !important;
  }
  .c5-sp-pl-20, .c5-sp-pw-20, .c5-sp-pa-20 {
    padding-left: 20sp !important;
  }
}
.c5-mt-30, .c5-mh-30, .c5-ma-30 {
  margin-top: 30px !important;
}

.c5-mr-30, .c5-mw-30, .c5-ma-30 {
  margin-right: 30px !important;
}

.c5-mb-30, .c5-mh-30, .c5-ma-30 {
  margin-bottom: 30px !important;
}

.c5-ml-30, .c5-mw-30, .c5-ma-30 {
  margin-left: 30px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-30, .c5-pc-mh-30, .c5-pc-ma-30 {
    margin-top: 30px !important;
  }
  .c5-pc-mr-30, .c5-pc-mw-30, .c5-pc-ma-30 {
    margin-right: 30px !important;
  }
  .c5-pc-mb-30, .c5-pc-mh-30, .c5-pc-ma-30 {
    margin-bottom: 30px !important;
  }
  .c5-pc-ml-30, .c5-pc-mw-30, .c5-pc-ma-30 {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-30, .c5-sp-mh-30, .c5-sp-ma-30 {
    margin-top: 30px !important;
  }
  .c5-sp-mr-30, .c5-sp-mw-30, .c5-sp-ma-30 {
    margin-right: 30px !important;
  }
  .c5-sp-mb-30, .c5-sp-mh-30, .c5-sp-ma-30 {
    margin-bottom: 30px !important;
  }
  .c5-sp-ml-30, .c5-sp-mw-30, .c5-sp-ma-30 {
    margin-left: 30px !important;
  }
}
.c5-pt-25, .c5-ph-25, .c5-pa-25 {
  padding-top: 25px !important;
}

.c5-pr-25, .c5-pw-25, .c5-pa-25 {
  padding-right: 25px !important;
}

.c5-pb-25, .c5-ph-25, .c5-pa-25 {
  padding-bottom: 25px !important;
}

.c5-pl-25, .c5-pw-25, .c5-pa-25 {
  padding-left: 25px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-25, .c5-pc-ph-25, .c5-pc-pa-25 {
    padding-top: 25px !important;
  }
  .c5-pc-pr-25, .c5-pc-pw-25, .c5-pc-pa-25 {
    padding-right: 25px !important;
  }
  .c5-pc-pb-25, .c5-pc-ph-25, .c5-pc-pa-25 {
    padding-bottom: 25px !important;
  }
  .c5-pc-pl-25, .c5-pc-pw-25, .c5-pc-pa-25 {
    padding-left: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-25, .c5-sp-ph-25, .c5-sp-pa-25 {
    padding-top: 25px !important;
  }
  .c5-sp-pr-25, .c5-sp-pw-25, .c5-sp-pa-25 {
    padding-right: 25px !important;
  }
  .c5-sp-pb-25, .c5-sp-ph-25, .c5-sp-pa-25 {
    padding-bottom: 25px !important;
  }
  .c5-sp-pl-25, .c5-sp-pw-25, .c5-sp-pa-25 {
    padding-left: 25px !important;
  }
}
.c5-mt-25, .c5-mh-25, .c5-ma-25 {
  margin-top: 25px !important;
}

.c5-mr-25, .c5-mw-25, .c5-ma-25 {
  margin-right: 25px !important;
}

.c5-mb-25, .c5-mh-25, .c5-ma-25 {
  margin-bottom: 25px !important;
}

.c5-ml-25, .c5-mw-25, .c5-ma-25 {
  margin-left: 25px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-25, .c5-pc-mh-25, .c5-pc-ma-25 {
    margin-top: 25px !important;
  }
  .c5-pc-mr-25, .c5-pc-mw-25, .c5-pc-ma-25 {
    margin-right: 25px !important;
  }
  .c5-pc-mb-25, .c5-pc-mh-25, .c5-pc-ma-25 {
    margin-bottom: 25px !important;
  }
  .c5-pc-ml-25, .c5-pc-mw-25, .c5-pc-ma-25 {
    margin-left: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-25, .c5-sp-mh-25, .c5-sp-ma-25 {
    margin-top: 25px !important;
  }
  .c5-sp-mr-25, .c5-sp-mw-25, .c5-sp-ma-25 {
    margin-right: 25px !important;
  }
  .c5-sp-mb-25, .c5-sp-mh-25, .c5-sp-ma-25 {
    margin-bottom: 25px !important;
  }
  .c5-sp-ml-25, .c5-sp-mw-25, .c5-sp-ma-25 {
    margin-left: 25px !important;
  }
}
.c5-pt-25, .c5-ph-25, .c5-pa-25 {
  padding-top: 25px !important;
}

.c5-pr-25, .c5-pw-25, .c5-pa-25 {
  padding-right: 25px !important;
}

.c5-pb-25, .c5-ph-25, .c5-pa-25 {
  padding-bottom: 25px !important;
}

.c5-pl-25, .c5-pw-25, .c5-pa-25 {
  padding-left: 25px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-25, .c5-pc-ph-25, .c5-pc-pa-25 {
    padding-top: 25px !important;
  }
  .c5-pc-pr-25, .c5-pc-pw-25, .c5-pc-pa-25 {
    padding-right: 25px !important;
  }
  .c5-pc-pb-25, .c5-pc-ph-25, .c5-pc-pa-25 {
    padding-bottom: 25px !important;
  }
  .c5-pc-pl-25, .c5-pc-pw-25, .c5-pc-pa-25 {
    padding-left: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-25, .c5-sp-ph-25, .c5-sp-pa-25 {
    padding-top: 25px !important;
  }
  .c5-sp-pr-25, .c5-sp-pw-25, .c5-sp-pa-25 {
    padding-right: 25px !important;
  }
  .c5-sp-pb-25, .c5-sp-ph-25, .c5-sp-pa-25 {
    padding-bottom: 25px !important;
  }
  .c5-sp-pl-25, .c5-sp-pw-25, .c5-sp-pa-25 {
    padding-left: 25px !important;
  }
}
.c5-mt-25, .c5-mh-25, .c5-ma-25 {
  margin-top: 25sp !important;
}

.c5-mr-25, .c5-mw-25, .c5-ma-25 {
  margin-right: 25sp !important;
}

.c5-mb-25, .c5-mh-25, .c5-ma-25 {
  margin-bottom: 25sp !important;
}

.c5-ml-25, .c5-mw-25, .c5-ma-25 {
  margin-left: 25sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-25, .c5-pc-mh-25, .c5-pc-ma-25 {
    margin-top: 25sp !important;
  }
  .c5-pc-mr-25, .c5-pc-mw-25, .c5-pc-ma-25 {
    margin-right: 25sp !important;
  }
  .c5-pc-mb-25, .c5-pc-mh-25, .c5-pc-ma-25 {
    margin-bottom: 25sp !important;
  }
  .c5-pc-ml-25, .c5-pc-mw-25, .c5-pc-ma-25 {
    margin-left: 25sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-25, .c5-sp-mh-25, .c5-sp-ma-25 {
    margin-top: 25sp !important;
  }
  .c5-sp-mr-25, .c5-sp-mw-25, .c5-sp-ma-25 {
    margin-right: 25sp !important;
  }
  .c5-sp-mb-25, .c5-sp-mh-25, .c5-sp-ma-25 {
    margin-bottom: 25sp !important;
  }
  .c5-sp-ml-25, .c5-sp-mw-25, .c5-sp-ma-25 {
    margin-left: 25sp !important;
  }
}
.c5-pt-25, .c5-ph-25, .c5-pa-25 {
  padding-top: 25sp !important;
}

.c5-pr-25, .c5-pw-25, .c5-pa-25 {
  padding-right: 25sp !important;
}

.c5-pb-25, .c5-ph-25, .c5-pa-25 {
  padding-bottom: 25sp !important;
}

.c5-pl-25, .c5-pw-25, .c5-pa-25 {
  padding-left: 25sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-25, .c5-pc-ph-25, .c5-pc-pa-25 {
    padding-top: 25sp !important;
  }
  .c5-pc-pr-25, .c5-pc-pw-25, .c5-pc-pa-25 {
    padding-right: 25sp !important;
  }
  .c5-pc-pb-25, .c5-pc-ph-25, .c5-pc-pa-25 {
    padding-bottom: 25sp !important;
  }
  .c5-pc-pl-25, .c5-pc-pw-25, .c5-pc-pa-25 {
    padding-left: 25sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-25, .c5-sp-ph-25, .c5-sp-pa-25 {
    padding-top: 25sp !important;
  }
  .c5-sp-pr-25, .c5-sp-pw-25, .c5-sp-pa-25 {
    padding-right: 25sp !important;
  }
  .c5-sp-pb-25, .c5-sp-ph-25, .c5-sp-pa-25 {
    padding-bottom: 25sp !important;
  }
  .c5-sp-pl-25, .c5-sp-pw-25, .c5-sp-pa-25 {
    padding-left: 25sp !important;
  }
}
.c5-mt-36, .c5-mh-36, .c5-ma-36 {
  margin-top: 36px !important;
}

.c5-mr-36, .c5-mw-36, .c5-ma-36 {
  margin-right: 36px !important;
}

.c5-mb-36, .c5-mh-36, .c5-ma-36 {
  margin-bottom: 36px !important;
}

.c5-ml-36, .c5-mw-36, .c5-ma-36 {
  margin-left: 36px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-36, .c5-pc-mh-36, .c5-pc-ma-36 {
    margin-top: 36px !important;
  }
  .c5-pc-mr-36, .c5-pc-mw-36, .c5-pc-ma-36 {
    margin-right: 36px !important;
  }
  .c5-pc-mb-36, .c5-pc-mh-36, .c5-pc-ma-36 {
    margin-bottom: 36px !important;
  }
  .c5-pc-ml-36, .c5-pc-mw-36, .c5-pc-ma-36 {
    margin-left: 36px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-36, .c5-sp-mh-36, .c5-sp-ma-36 {
    margin-top: 36px !important;
  }
  .c5-sp-mr-36, .c5-sp-mw-36, .c5-sp-ma-36 {
    margin-right: 36px !important;
  }
  .c5-sp-mb-36, .c5-sp-mh-36, .c5-sp-ma-36 {
    margin-bottom: 36px !important;
  }
  .c5-sp-ml-36, .c5-sp-mw-36, .c5-sp-ma-36 {
    margin-left: 36px !important;
  }
}
.c5-pt-30, .c5-ph-30, .c5-pa-30 {
  padding-top: 30px !important;
}

.c5-pr-30, .c5-pw-30, .c5-pa-30 {
  padding-right: 30px !important;
}

.c5-pb-30, .c5-ph-30, .c5-pa-30 {
  padding-bottom: 30px !important;
}

.c5-pl-30, .c5-pw-30, .c5-pa-30 {
  padding-left: 30px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-30, .c5-pc-ph-30, .c5-pc-pa-30 {
    padding-top: 30px !important;
  }
  .c5-pc-pr-30, .c5-pc-pw-30, .c5-pc-pa-30 {
    padding-right: 30px !important;
  }
  .c5-pc-pb-30, .c5-pc-ph-30, .c5-pc-pa-30 {
    padding-bottom: 30px !important;
  }
  .c5-pc-pl-30, .c5-pc-pw-30, .c5-pc-pa-30 {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-30, .c5-sp-ph-30, .c5-sp-pa-30 {
    padding-top: 30px !important;
  }
  .c5-sp-pr-30, .c5-sp-pw-30, .c5-sp-pa-30 {
    padding-right: 30px !important;
  }
  .c5-sp-pb-30, .c5-sp-ph-30, .c5-sp-pa-30 {
    padding-bottom: 30px !important;
  }
  .c5-sp-pl-30, .c5-sp-pw-30, .c5-sp-pa-30 {
    padding-left: 30px !important;
  }
}
.c5-mt-30, .c5-mh-30, .c5-ma-30 {
  margin-top: 30px !important;
}

.c5-mr-30, .c5-mw-30, .c5-ma-30 {
  margin-right: 30px !important;
}

.c5-mb-30, .c5-mh-30, .c5-ma-30 {
  margin-bottom: 30px !important;
}

.c5-ml-30, .c5-mw-30, .c5-ma-30 {
  margin-left: 30px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-30, .c5-pc-mh-30, .c5-pc-ma-30 {
    margin-top: 30px !important;
  }
  .c5-pc-mr-30, .c5-pc-mw-30, .c5-pc-ma-30 {
    margin-right: 30px !important;
  }
  .c5-pc-mb-30, .c5-pc-mh-30, .c5-pc-ma-30 {
    margin-bottom: 30px !important;
  }
  .c5-pc-ml-30, .c5-pc-mw-30, .c5-pc-ma-30 {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-30, .c5-sp-mh-30, .c5-sp-ma-30 {
    margin-top: 30px !important;
  }
  .c5-sp-mr-30, .c5-sp-mw-30, .c5-sp-ma-30 {
    margin-right: 30px !important;
  }
  .c5-sp-mb-30, .c5-sp-mh-30, .c5-sp-ma-30 {
    margin-bottom: 30px !important;
  }
  .c5-sp-ml-30, .c5-sp-mw-30, .c5-sp-ma-30 {
    margin-left: 30px !important;
  }
}
.c5-pt-30, .c5-ph-30, .c5-pa-30 {
  padding-top: 30px !important;
}

.c5-pr-30, .c5-pw-30, .c5-pa-30 {
  padding-right: 30px !important;
}

.c5-pb-30, .c5-ph-30, .c5-pa-30 {
  padding-bottom: 30px !important;
}

.c5-pl-30, .c5-pw-30, .c5-pa-30 {
  padding-left: 30px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-30, .c5-pc-ph-30, .c5-pc-pa-30 {
    padding-top: 30px !important;
  }
  .c5-pc-pr-30, .c5-pc-pw-30, .c5-pc-pa-30 {
    padding-right: 30px !important;
  }
  .c5-pc-pb-30, .c5-pc-ph-30, .c5-pc-pa-30 {
    padding-bottom: 30px !important;
  }
  .c5-pc-pl-30, .c5-pc-pw-30, .c5-pc-pa-30 {
    padding-left: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-30, .c5-sp-ph-30, .c5-sp-pa-30 {
    padding-top: 30px !important;
  }
  .c5-sp-pr-30, .c5-sp-pw-30, .c5-sp-pa-30 {
    padding-right: 30px !important;
  }
  .c5-sp-pb-30, .c5-sp-ph-30, .c5-sp-pa-30 {
    padding-bottom: 30px !important;
  }
  .c5-sp-pl-30, .c5-sp-pw-30, .c5-sp-pa-30 {
    padding-left: 30px !important;
  }
}
.c5-mt-30, .c5-mh-30, .c5-ma-30 {
  margin-top: 30sp !important;
}

.c5-mr-30, .c5-mw-30, .c5-ma-30 {
  margin-right: 30sp !important;
}

.c5-mb-30, .c5-mh-30, .c5-ma-30 {
  margin-bottom: 30sp !important;
}

.c5-ml-30, .c5-mw-30, .c5-ma-30 {
  margin-left: 30sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-30, .c5-pc-mh-30, .c5-pc-ma-30 {
    margin-top: 30sp !important;
  }
  .c5-pc-mr-30, .c5-pc-mw-30, .c5-pc-ma-30 {
    margin-right: 30sp !important;
  }
  .c5-pc-mb-30, .c5-pc-mh-30, .c5-pc-ma-30 {
    margin-bottom: 30sp !important;
  }
  .c5-pc-ml-30, .c5-pc-mw-30, .c5-pc-ma-30 {
    margin-left: 30sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-30, .c5-sp-mh-30, .c5-sp-ma-30 {
    margin-top: 30sp !important;
  }
  .c5-sp-mr-30, .c5-sp-mw-30, .c5-sp-ma-30 {
    margin-right: 30sp !important;
  }
  .c5-sp-mb-30, .c5-sp-mh-30, .c5-sp-ma-30 {
    margin-bottom: 30sp !important;
  }
  .c5-sp-ml-30, .c5-sp-mw-30, .c5-sp-ma-30 {
    margin-left: 30sp !important;
  }
}
.c5-pt-30, .c5-ph-30, .c5-pa-30 {
  padding-top: 30sp !important;
}

.c5-pr-30, .c5-pw-30, .c5-pa-30 {
  padding-right: 30sp !important;
}

.c5-pb-30, .c5-ph-30, .c5-pa-30 {
  padding-bottom: 30sp !important;
}

.c5-pl-30, .c5-pw-30, .c5-pa-30 {
  padding-left: 30sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-30, .c5-pc-ph-30, .c5-pc-pa-30 {
    padding-top: 30sp !important;
  }
  .c5-pc-pr-30, .c5-pc-pw-30, .c5-pc-pa-30 {
    padding-right: 30sp !important;
  }
  .c5-pc-pb-30, .c5-pc-ph-30, .c5-pc-pa-30 {
    padding-bottom: 30sp !important;
  }
  .c5-pc-pl-30, .c5-pc-pw-30, .c5-pc-pa-30 {
    padding-left: 30sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-30, .c5-sp-ph-30, .c5-sp-pa-30 {
    padding-top: 30sp !important;
  }
  .c5-sp-pr-30, .c5-sp-pw-30, .c5-sp-pa-30 {
    padding-right: 30sp !important;
  }
  .c5-sp-pb-30, .c5-sp-ph-30, .c5-sp-pa-30 {
    padding-bottom: 30sp !important;
  }
  .c5-sp-pl-30, .c5-sp-pw-30, .c5-sp-pa-30 {
    padding-left: 30sp !important;
  }
}
.c5-mt-42, .c5-mh-42, .c5-ma-42 {
  margin-top: 42px !important;
}

.c5-mr-42, .c5-mw-42, .c5-ma-42 {
  margin-right: 42px !important;
}

.c5-mb-42, .c5-mh-42, .c5-ma-42 {
  margin-bottom: 42px !important;
}

.c5-ml-42, .c5-mw-42, .c5-ma-42 {
  margin-left: 42px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-42, .c5-pc-mh-42, .c5-pc-ma-42 {
    margin-top: 42px !important;
  }
  .c5-pc-mr-42, .c5-pc-mw-42, .c5-pc-ma-42 {
    margin-right: 42px !important;
  }
  .c5-pc-mb-42, .c5-pc-mh-42, .c5-pc-ma-42 {
    margin-bottom: 42px !important;
  }
  .c5-pc-ml-42, .c5-pc-mw-42, .c5-pc-ma-42 {
    margin-left: 42px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-42, .c5-sp-mh-42, .c5-sp-ma-42 {
    margin-top: 42px !important;
  }
  .c5-sp-mr-42, .c5-sp-mw-42, .c5-sp-ma-42 {
    margin-right: 42px !important;
  }
  .c5-sp-mb-42, .c5-sp-mh-42, .c5-sp-ma-42 {
    margin-bottom: 42px !important;
  }
  .c5-sp-ml-42, .c5-sp-mw-42, .c5-sp-ma-42 {
    margin-left: 42px !important;
  }
}
.c5-pt-35, .c5-ph-35, .c5-pa-35 {
  padding-top: 35px !important;
}

.c5-pr-35, .c5-pw-35, .c5-pa-35 {
  padding-right: 35px !important;
}

.c5-pb-35, .c5-ph-35, .c5-pa-35 {
  padding-bottom: 35px !important;
}

.c5-pl-35, .c5-pw-35, .c5-pa-35 {
  padding-left: 35px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-35, .c5-pc-ph-35, .c5-pc-pa-35 {
    padding-top: 35px !important;
  }
  .c5-pc-pr-35, .c5-pc-pw-35, .c5-pc-pa-35 {
    padding-right: 35px !important;
  }
  .c5-pc-pb-35, .c5-pc-ph-35, .c5-pc-pa-35 {
    padding-bottom: 35px !important;
  }
  .c5-pc-pl-35, .c5-pc-pw-35, .c5-pc-pa-35 {
    padding-left: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-35, .c5-sp-ph-35, .c5-sp-pa-35 {
    padding-top: 35px !important;
  }
  .c5-sp-pr-35, .c5-sp-pw-35, .c5-sp-pa-35 {
    padding-right: 35px !important;
  }
  .c5-sp-pb-35, .c5-sp-ph-35, .c5-sp-pa-35 {
    padding-bottom: 35px !important;
  }
  .c5-sp-pl-35, .c5-sp-pw-35, .c5-sp-pa-35 {
    padding-left: 35px !important;
  }
}
.c5-mt-35, .c5-mh-35, .c5-ma-35 {
  margin-top: 35px !important;
}

.c5-mr-35, .c5-mw-35, .c5-ma-35 {
  margin-right: 35px !important;
}

.c5-mb-35, .c5-mh-35, .c5-ma-35 {
  margin-bottom: 35px !important;
}

.c5-ml-35, .c5-mw-35, .c5-ma-35 {
  margin-left: 35px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-35, .c5-pc-mh-35, .c5-pc-ma-35 {
    margin-top: 35px !important;
  }
  .c5-pc-mr-35, .c5-pc-mw-35, .c5-pc-ma-35 {
    margin-right: 35px !important;
  }
  .c5-pc-mb-35, .c5-pc-mh-35, .c5-pc-ma-35 {
    margin-bottom: 35px !important;
  }
  .c5-pc-ml-35, .c5-pc-mw-35, .c5-pc-ma-35 {
    margin-left: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-35, .c5-sp-mh-35, .c5-sp-ma-35 {
    margin-top: 35px !important;
  }
  .c5-sp-mr-35, .c5-sp-mw-35, .c5-sp-ma-35 {
    margin-right: 35px !important;
  }
  .c5-sp-mb-35, .c5-sp-mh-35, .c5-sp-ma-35 {
    margin-bottom: 35px !important;
  }
  .c5-sp-ml-35, .c5-sp-mw-35, .c5-sp-ma-35 {
    margin-left: 35px !important;
  }
}
.c5-pt-35, .c5-ph-35, .c5-pa-35 {
  padding-top: 35px !important;
}

.c5-pr-35, .c5-pw-35, .c5-pa-35 {
  padding-right: 35px !important;
}

.c5-pb-35, .c5-ph-35, .c5-pa-35 {
  padding-bottom: 35px !important;
}

.c5-pl-35, .c5-pw-35, .c5-pa-35 {
  padding-left: 35px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-35, .c5-pc-ph-35, .c5-pc-pa-35 {
    padding-top: 35px !important;
  }
  .c5-pc-pr-35, .c5-pc-pw-35, .c5-pc-pa-35 {
    padding-right: 35px !important;
  }
  .c5-pc-pb-35, .c5-pc-ph-35, .c5-pc-pa-35 {
    padding-bottom: 35px !important;
  }
  .c5-pc-pl-35, .c5-pc-pw-35, .c5-pc-pa-35 {
    padding-left: 35px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-35, .c5-sp-ph-35, .c5-sp-pa-35 {
    padding-top: 35px !important;
  }
  .c5-sp-pr-35, .c5-sp-pw-35, .c5-sp-pa-35 {
    padding-right: 35px !important;
  }
  .c5-sp-pb-35, .c5-sp-ph-35, .c5-sp-pa-35 {
    padding-bottom: 35px !important;
  }
  .c5-sp-pl-35, .c5-sp-pw-35, .c5-sp-pa-35 {
    padding-left: 35px !important;
  }
}
.c5-mt-35, .c5-mh-35, .c5-ma-35 {
  margin-top: 35sp !important;
}

.c5-mr-35, .c5-mw-35, .c5-ma-35 {
  margin-right: 35sp !important;
}

.c5-mb-35, .c5-mh-35, .c5-ma-35 {
  margin-bottom: 35sp !important;
}

.c5-ml-35, .c5-mw-35, .c5-ma-35 {
  margin-left: 35sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-35, .c5-pc-mh-35, .c5-pc-ma-35 {
    margin-top: 35sp !important;
  }
  .c5-pc-mr-35, .c5-pc-mw-35, .c5-pc-ma-35 {
    margin-right: 35sp !important;
  }
  .c5-pc-mb-35, .c5-pc-mh-35, .c5-pc-ma-35 {
    margin-bottom: 35sp !important;
  }
  .c5-pc-ml-35, .c5-pc-mw-35, .c5-pc-ma-35 {
    margin-left: 35sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-35, .c5-sp-mh-35, .c5-sp-ma-35 {
    margin-top: 35sp !important;
  }
  .c5-sp-mr-35, .c5-sp-mw-35, .c5-sp-ma-35 {
    margin-right: 35sp !important;
  }
  .c5-sp-mb-35, .c5-sp-mh-35, .c5-sp-ma-35 {
    margin-bottom: 35sp !important;
  }
  .c5-sp-ml-35, .c5-sp-mw-35, .c5-sp-ma-35 {
    margin-left: 35sp !important;
  }
}
.c5-pt-35, .c5-ph-35, .c5-pa-35 {
  padding-top: 35sp !important;
}

.c5-pr-35, .c5-pw-35, .c5-pa-35 {
  padding-right: 35sp !important;
}

.c5-pb-35, .c5-ph-35, .c5-pa-35 {
  padding-bottom: 35sp !important;
}

.c5-pl-35, .c5-pw-35, .c5-pa-35 {
  padding-left: 35sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-35, .c5-pc-ph-35, .c5-pc-pa-35 {
    padding-top: 35sp !important;
  }
  .c5-pc-pr-35, .c5-pc-pw-35, .c5-pc-pa-35 {
    padding-right: 35sp !important;
  }
  .c5-pc-pb-35, .c5-pc-ph-35, .c5-pc-pa-35 {
    padding-bottom: 35sp !important;
  }
  .c5-pc-pl-35, .c5-pc-pw-35, .c5-pc-pa-35 {
    padding-left: 35sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-35, .c5-sp-ph-35, .c5-sp-pa-35 {
    padding-top: 35sp !important;
  }
  .c5-sp-pr-35, .c5-sp-pw-35, .c5-sp-pa-35 {
    padding-right: 35sp !important;
  }
  .c5-sp-pb-35, .c5-sp-ph-35, .c5-sp-pa-35 {
    padding-bottom: 35sp !important;
  }
  .c5-sp-pl-35, .c5-sp-pw-35, .c5-sp-pa-35 {
    padding-left: 35sp !important;
  }
}
.c5-mt-48, .c5-mh-48, .c5-ma-48 {
  margin-top: 48px !important;
}

.c5-mr-48, .c5-mw-48, .c5-ma-48 {
  margin-right: 48px !important;
}

.c5-mb-48, .c5-mh-48, .c5-ma-48 {
  margin-bottom: 48px !important;
}

.c5-ml-48, .c5-mw-48, .c5-ma-48 {
  margin-left: 48px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-48, .c5-pc-mh-48, .c5-pc-ma-48 {
    margin-top: 48px !important;
  }
  .c5-pc-mr-48, .c5-pc-mw-48, .c5-pc-ma-48 {
    margin-right: 48px !important;
  }
  .c5-pc-mb-48, .c5-pc-mh-48, .c5-pc-ma-48 {
    margin-bottom: 48px !important;
  }
  .c5-pc-ml-48, .c5-pc-mw-48, .c5-pc-ma-48 {
    margin-left: 48px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-48, .c5-sp-mh-48, .c5-sp-ma-48 {
    margin-top: 48px !important;
  }
  .c5-sp-mr-48, .c5-sp-mw-48, .c5-sp-ma-48 {
    margin-right: 48px !important;
  }
  .c5-sp-mb-48, .c5-sp-mh-48, .c5-sp-ma-48 {
    margin-bottom: 48px !important;
  }
  .c5-sp-ml-48, .c5-sp-mw-48, .c5-sp-ma-48 {
    margin-left: 48px !important;
  }
}
.c5-pt-40, .c5-ph-40, .c5-pa-40 {
  padding-top: 40px !important;
}

.c5-pr-40, .c5-pw-40, .c5-pa-40 {
  padding-right: 40px !important;
}

.c5-pb-40, .c5-ph-40, .c5-pa-40 {
  padding-bottom: 40px !important;
}

.c5-pl-40, .c5-pw-40, .c5-pa-40 {
  padding-left: 40px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-40, .c5-pc-ph-40, .c5-pc-pa-40 {
    padding-top: 40px !important;
  }
  .c5-pc-pr-40, .c5-pc-pw-40, .c5-pc-pa-40 {
    padding-right: 40px !important;
  }
  .c5-pc-pb-40, .c5-pc-ph-40, .c5-pc-pa-40 {
    padding-bottom: 40px !important;
  }
  .c5-pc-pl-40, .c5-pc-pw-40, .c5-pc-pa-40 {
    padding-left: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-40, .c5-sp-ph-40, .c5-sp-pa-40 {
    padding-top: 40px !important;
  }
  .c5-sp-pr-40, .c5-sp-pw-40, .c5-sp-pa-40 {
    padding-right: 40px !important;
  }
  .c5-sp-pb-40, .c5-sp-ph-40, .c5-sp-pa-40 {
    padding-bottom: 40px !important;
  }
  .c5-sp-pl-40, .c5-sp-pw-40, .c5-sp-pa-40 {
    padding-left: 40px !important;
  }
}
.c5-mt-40, .c5-mh-40, .c5-ma-40 {
  margin-top: 40px !important;
}

.c5-mr-40, .c5-mw-40, .c5-ma-40 {
  margin-right: 40px !important;
}

.c5-mb-40, .c5-mh-40, .c5-ma-40 {
  margin-bottom: 40px !important;
}

.c5-ml-40, .c5-mw-40, .c5-ma-40 {
  margin-left: 40px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-40, .c5-pc-mh-40, .c5-pc-ma-40 {
    margin-top: 40px !important;
  }
  .c5-pc-mr-40, .c5-pc-mw-40, .c5-pc-ma-40 {
    margin-right: 40px !important;
  }
  .c5-pc-mb-40, .c5-pc-mh-40, .c5-pc-ma-40 {
    margin-bottom: 40px !important;
  }
  .c5-pc-ml-40, .c5-pc-mw-40, .c5-pc-ma-40 {
    margin-left: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-40, .c5-sp-mh-40, .c5-sp-ma-40 {
    margin-top: 40px !important;
  }
  .c5-sp-mr-40, .c5-sp-mw-40, .c5-sp-ma-40 {
    margin-right: 40px !important;
  }
  .c5-sp-mb-40, .c5-sp-mh-40, .c5-sp-ma-40 {
    margin-bottom: 40px !important;
  }
  .c5-sp-ml-40, .c5-sp-mw-40, .c5-sp-ma-40 {
    margin-left: 40px !important;
  }
}
.c5-pt-40, .c5-ph-40, .c5-pa-40 {
  padding-top: 40px !important;
}

.c5-pr-40, .c5-pw-40, .c5-pa-40 {
  padding-right: 40px !important;
}

.c5-pb-40, .c5-ph-40, .c5-pa-40 {
  padding-bottom: 40px !important;
}

.c5-pl-40, .c5-pw-40, .c5-pa-40 {
  padding-left: 40px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-40, .c5-pc-ph-40, .c5-pc-pa-40 {
    padding-top: 40px !important;
  }
  .c5-pc-pr-40, .c5-pc-pw-40, .c5-pc-pa-40 {
    padding-right: 40px !important;
  }
  .c5-pc-pb-40, .c5-pc-ph-40, .c5-pc-pa-40 {
    padding-bottom: 40px !important;
  }
  .c5-pc-pl-40, .c5-pc-pw-40, .c5-pc-pa-40 {
    padding-left: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-40, .c5-sp-ph-40, .c5-sp-pa-40 {
    padding-top: 40px !important;
  }
  .c5-sp-pr-40, .c5-sp-pw-40, .c5-sp-pa-40 {
    padding-right: 40px !important;
  }
  .c5-sp-pb-40, .c5-sp-ph-40, .c5-sp-pa-40 {
    padding-bottom: 40px !important;
  }
  .c5-sp-pl-40, .c5-sp-pw-40, .c5-sp-pa-40 {
    padding-left: 40px !important;
  }
}
.c5-mt-40, .c5-mh-40, .c5-ma-40 {
  margin-top: 40sp !important;
}

.c5-mr-40, .c5-mw-40, .c5-ma-40 {
  margin-right: 40sp !important;
}

.c5-mb-40, .c5-mh-40, .c5-ma-40 {
  margin-bottom: 40sp !important;
}

.c5-ml-40, .c5-mw-40, .c5-ma-40 {
  margin-left: 40sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-40, .c5-pc-mh-40, .c5-pc-ma-40 {
    margin-top: 40sp !important;
  }
  .c5-pc-mr-40, .c5-pc-mw-40, .c5-pc-ma-40 {
    margin-right: 40sp !important;
  }
  .c5-pc-mb-40, .c5-pc-mh-40, .c5-pc-ma-40 {
    margin-bottom: 40sp !important;
  }
  .c5-pc-ml-40, .c5-pc-mw-40, .c5-pc-ma-40 {
    margin-left: 40sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-40, .c5-sp-mh-40, .c5-sp-ma-40 {
    margin-top: 40sp !important;
  }
  .c5-sp-mr-40, .c5-sp-mw-40, .c5-sp-ma-40 {
    margin-right: 40sp !important;
  }
  .c5-sp-mb-40, .c5-sp-mh-40, .c5-sp-ma-40 {
    margin-bottom: 40sp !important;
  }
  .c5-sp-ml-40, .c5-sp-mw-40, .c5-sp-ma-40 {
    margin-left: 40sp !important;
  }
}
.c5-pt-40, .c5-ph-40, .c5-pa-40 {
  padding-top: 40sp !important;
}

.c5-pr-40, .c5-pw-40, .c5-pa-40 {
  padding-right: 40sp !important;
}

.c5-pb-40, .c5-ph-40, .c5-pa-40 {
  padding-bottom: 40sp !important;
}

.c5-pl-40, .c5-pw-40, .c5-pa-40 {
  padding-left: 40sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-40, .c5-pc-ph-40, .c5-pc-pa-40 {
    padding-top: 40sp !important;
  }
  .c5-pc-pr-40, .c5-pc-pw-40, .c5-pc-pa-40 {
    padding-right: 40sp !important;
  }
  .c5-pc-pb-40, .c5-pc-ph-40, .c5-pc-pa-40 {
    padding-bottom: 40sp !important;
  }
  .c5-pc-pl-40, .c5-pc-pw-40, .c5-pc-pa-40 {
    padding-left: 40sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-40, .c5-sp-ph-40, .c5-sp-pa-40 {
    padding-top: 40sp !important;
  }
  .c5-sp-pr-40, .c5-sp-pw-40, .c5-sp-pa-40 {
    padding-right: 40sp !important;
  }
  .c5-sp-pb-40, .c5-sp-ph-40, .c5-sp-pa-40 {
    padding-bottom: 40sp !important;
  }
  .c5-sp-pl-40, .c5-sp-pw-40, .c5-sp-pa-40 {
    padding-left: 40sp !important;
  }
}
.c5-mt-54, .c5-mh-54, .c5-ma-54 {
  margin-top: 54px !important;
}

.c5-mr-54, .c5-mw-54, .c5-ma-54 {
  margin-right: 54px !important;
}

.c5-mb-54, .c5-mh-54, .c5-ma-54 {
  margin-bottom: 54px !important;
}

.c5-ml-54, .c5-mw-54, .c5-ma-54 {
  margin-left: 54px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-54, .c5-pc-mh-54, .c5-pc-ma-54 {
    margin-top: 54px !important;
  }
  .c5-pc-mr-54, .c5-pc-mw-54, .c5-pc-ma-54 {
    margin-right: 54px !important;
  }
  .c5-pc-mb-54, .c5-pc-mh-54, .c5-pc-ma-54 {
    margin-bottom: 54px !important;
  }
  .c5-pc-ml-54, .c5-pc-mw-54, .c5-pc-ma-54 {
    margin-left: 54px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-54, .c5-sp-mh-54, .c5-sp-ma-54 {
    margin-top: 54px !important;
  }
  .c5-sp-mr-54, .c5-sp-mw-54, .c5-sp-ma-54 {
    margin-right: 54px !important;
  }
  .c5-sp-mb-54, .c5-sp-mh-54, .c5-sp-ma-54 {
    margin-bottom: 54px !important;
  }
  .c5-sp-ml-54, .c5-sp-mw-54, .c5-sp-ma-54 {
    margin-left: 54px !important;
  }
}
.c5-pt-45, .c5-ph-45, .c5-pa-45 {
  padding-top: 45px !important;
}

.c5-pr-45, .c5-pw-45, .c5-pa-45 {
  padding-right: 45px !important;
}

.c5-pb-45, .c5-ph-45, .c5-pa-45 {
  padding-bottom: 45px !important;
}

.c5-pl-45, .c5-pw-45, .c5-pa-45 {
  padding-left: 45px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-45, .c5-pc-ph-45, .c5-pc-pa-45 {
    padding-top: 45px !important;
  }
  .c5-pc-pr-45, .c5-pc-pw-45, .c5-pc-pa-45 {
    padding-right: 45px !important;
  }
  .c5-pc-pb-45, .c5-pc-ph-45, .c5-pc-pa-45 {
    padding-bottom: 45px !important;
  }
  .c5-pc-pl-45, .c5-pc-pw-45, .c5-pc-pa-45 {
    padding-left: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-45, .c5-sp-ph-45, .c5-sp-pa-45 {
    padding-top: 45px !important;
  }
  .c5-sp-pr-45, .c5-sp-pw-45, .c5-sp-pa-45 {
    padding-right: 45px !important;
  }
  .c5-sp-pb-45, .c5-sp-ph-45, .c5-sp-pa-45 {
    padding-bottom: 45px !important;
  }
  .c5-sp-pl-45, .c5-sp-pw-45, .c5-sp-pa-45 {
    padding-left: 45px !important;
  }
}
.c5-mt-45, .c5-mh-45, .c5-ma-45 {
  margin-top: 45px !important;
}

.c5-mr-45, .c5-mw-45, .c5-ma-45 {
  margin-right: 45px !important;
}

.c5-mb-45, .c5-mh-45, .c5-ma-45 {
  margin-bottom: 45px !important;
}

.c5-ml-45, .c5-mw-45, .c5-ma-45 {
  margin-left: 45px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-45, .c5-pc-mh-45, .c5-pc-ma-45 {
    margin-top: 45px !important;
  }
  .c5-pc-mr-45, .c5-pc-mw-45, .c5-pc-ma-45 {
    margin-right: 45px !important;
  }
  .c5-pc-mb-45, .c5-pc-mh-45, .c5-pc-ma-45 {
    margin-bottom: 45px !important;
  }
  .c5-pc-ml-45, .c5-pc-mw-45, .c5-pc-ma-45 {
    margin-left: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-45, .c5-sp-mh-45, .c5-sp-ma-45 {
    margin-top: 45px !important;
  }
  .c5-sp-mr-45, .c5-sp-mw-45, .c5-sp-ma-45 {
    margin-right: 45px !important;
  }
  .c5-sp-mb-45, .c5-sp-mh-45, .c5-sp-ma-45 {
    margin-bottom: 45px !important;
  }
  .c5-sp-ml-45, .c5-sp-mw-45, .c5-sp-ma-45 {
    margin-left: 45px !important;
  }
}
.c5-pt-45, .c5-ph-45, .c5-pa-45 {
  padding-top: 45px !important;
}

.c5-pr-45, .c5-pw-45, .c5-pa-45 {
  padding-right: 45px !important;
}

.c5-pb-45, .c5-ph-45, .c5-pa-45 {
  padding-bottom: 45px !important;
}

.c5-pl-45, .c5-pw-45, .c5-pa-45 {
  padding-left: 45px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-45, .c5-pc-ph-45, .c5-pc-pa-45 {
    padding-top: 45px !important;
  }
  .c5-pc-pr-45, .c5-pc-pw-45, .c5-pc-pa-45 {
    padding-right: 45px !important;
  }
  .c5-pc-pb-45, .c5-pc-ph-45, .c5-pc-pa-45 {
    padding-bottom: 45px !important;
  }
  .c5-pc-pl-45, .c5-pc-pw-45, .c5-pc-pa-45 {
    padding-left: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-45, .c5-sp-ph-45, .c5-sp-pa-45 {
    padding-top: 45px !important;
  }
  .c5-sp-pr-45, .c5-sp-pw-45, .c5-sp-pa-45 {
    padding-right: 45px !important;
  }
  .c5-sp-pb-45, .c5-sp-ph-45, .c5-sp-pa-45 {
    padding-bottom: 45px !important;
  }
  .c5-sp-pl-45, .c5-sp-pw-45, .c5-sp-pa-45 {
    padding-left: 45px !important;
  }
}
.c5-mt-45, .c5-mh-45, .c5-ma-45 {
  margin-top: 45sp !important;
}

.c5-mr-45, .c5-mw-45, .c5-ma-45 {
  margin-right: 45sp !important;
}

.c5-mb-45, .c5-mh-45, .c5-ma-45 {
  margin-bottom: 45sp !important;
}

.c5-ml-45, .c5-mw-45, .c5-ma-45 {
  margin-left: 45sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-45, .c5-pc-mh-45, .c5-pc-ma-45 {
    margin-top: 45sp !important;
  }
  .c5-pc-mr-45, .c5-pc-mw-45, .c5-pc-ma-45 {
    margin-right: 45sp !important;
  }
  .c5-pc-mb-45, .c5-pc-mh-45, .c5-pc-ma-45 {
    margin-bottom: 45sp !important;
  }
  .c5-pc-ml-45, .c5-pc-mw-45, .c5-pc-ma-45 {
    margin-left: 45sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-45, .c5-sp-mh-45, .c5-sp-ma-45 {
    margin-top: 45sp !important;
  }
  .c5-sp-mr-45, .c5-sp-mw-45, .c5-sp-ma-45 {
    margin-right: 45sp !important;
  }
  .c5-sp-mb-45, .c5-sp-mh-45, .c5-sp-ma-45 {
    margin-bottom: 45sp !important;
  }
  .c5-sp-ml-45, .c5-sp-mw-45, .c5-sp-ma-45 {
    margin-left: 45sp !important;
  }
}
.c5-pt-45, .c5-ph-45, .c5-pa-45 {
  padding-top: 45sp !important;
}

.c5-pr-45, .c5-pw-45, .c5-pa-45 {
  padding-right: 45sp !important;
}

.c5-pb-45, .c5-ph-45, .c5-pa-45 {
  padding-bottom: 45sp !important;
}

.c5-pl-45, .c5-pw-45, .c5-pa-45 {
  padding-left: 45sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-45, .c5-pc-ph-45, .c5-pc-pa-45 {
    padding-top: 45sp !important;
  }
  .c5-pc-pr-45, .c5-pc-pw-45, .c5-pc-pa-45 {
    padding-right: 45sp !important;
  }
  .c5-pc-pb-45, .c5-pc-ph-45, .c5-pc-pa-45 {
    padding-bottom: 45sp !important;
  }
  .c5-pc-pl-45, .c5-pc-pw-45, .c5-pc-pa-45 {
    padding-left: 45sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-45, .c5-sp-ph-45, .c5-sp-pa-45 {
    padding-top: 45sp !important;
  }
  .c5-sp-pr-45, .c5-sp-pw-45, .c5-sp-pa-45 {
    padding-right: 45sp !important;
  }
  .c5-sp-pb-45, .c5-sp-ph-45, .c5-sp-pa-45 {
    padding-bottom: 45sp !important;
  }
  .c5-sp-pl-45, .c5-sp-pw-45, .c5-sp-pa-45 {
    padding-left: 45sp !important;
  }
}
.c5-mt-60, .c5-mh-60, .c5-ma-60 {
  margin-top: 60px !important;
}

.c5-mr-60, .c5-mw-60, .c5-ma-60 {
  margin-right: 60px !important;
}

.c5-mb-60, .c5-mh-60, .c5-ma-60 {
  margin-bottom: 60px !important;
}

.c5-ml-60, .c5-mw-60, .c5-ma-60 {
  margin-left: 60px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-60, .c5-pc-mh-60, .c5-pc-ma-60 {
    margin-top: 60px !important;
  }
  .c5-pc-mr-60, .c5-pc-mw-60, .c5-pc-ma-60 {
    margin-right: 60px !important;
  }
  .c5-pc-mb-60, .c5-pc-mh-60, .c5-pc-ma-60 {
    margin-bottom: 60px !important;
  }
  .c5-pc-ml-60, .c5-pc-mw-60, .c5-pc-ma-60 {
    margin-left: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-60, .c5-sp-mh-60, .c5-sp-ma-60 {
    margin-top: 60px !important;
  }
  .c5-sp-mr-60, .c5-sp-mw-60, .c5-sp-ma-60 {
    margin-right: 60px !important;
  }
  .c5-sp-mb-60, .c5-sp-mh-60, .c5-sp-ma-60 {
    margin-bottom: 60px !important;
  }
  .c5-sp-ml-60, .c5-sp-mw-60, .c5-sp-ma-60 {
    margin-left: 60px !important;
  }
}
.c5-pt-50, .c5-ph-50, .c5-pa-50 {
  padding-top: 50px !important;
}

.c5-pr-50, .c5-pw-50, .c5-pa-50 {
  padding-right: 50px !important;
}

.c5-pb-50, .c5-ph-50, .c5-pa-50 {
  padding-bottom: 50px !important;
}

.c5-pl-50, .c5-pw-50, .c5-pa-50 {
  padding-left: 50px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-50, .c5-pc-ph-50, .c5-pc-pa-50 {
    padding-top: 50px !important;
  }
  .c5-pc-pr-50, .c5-pc-pw-50, .c5-pc-pa-50 {
    padding-right: 50px !important;
  }
  .c5-pc-pb-50, .c5-pc-ph-50, .c5-pc-pa-50 {
    padding-bottom: 50px !important;
  }
  .c5-pc-pl-50, .c5-pc-pw-50, .c5-pc-pa-50 {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-50, .c5-sp-ph-50, .c5-sp-pa-50 {
    padding-top: 50px !important;
  }
  .c5-sp-pr-50, .c5-sp-pw-50, .c5-sp-pa-50 {
    padding-right: 50px !important;
  }
  .c5-sp-pb-50, .c5-sp-ph-50, .c5-sp-pa-50 {
    padding-bottom: 50px !important;
  }
  .c5-sp-pl-50, .c5-sp-pw-50, .c5-sp-pa-50 {
    padding-left: 50px !important;
  }
}
.c5-mt-50, .c5-mh-50, .c5-ma-50 {
  margin-top: 50px !important;
}

.c5-mr-50, .c5-mw-50, .c5-ma-50 {
  margin-right: 50px !important;
}

.c5-mb-50, .c5-mh-50, .c5-ma-50 {
  margin-bottom: 50px !important;
}

.c5-ml-50, .c5-mw-50, .c5-ma-50 {
  margin-left: 50px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-50, .c5-pc-mh-50, .c5-pc-ma-50 {
    margin-top: 50px !important;
  }
  .c5-pc-mr-50, .c5-pc-mw-50, .c5-pc-ma-50 {
    margin-right: 50px !important;
  }
  .c5-pc-mb-50, .c5-pc-mh-50, .c5-pc-ma-50 {
    margin-bottom: 50px !important;
  }
  .c5-pc-ml-50, .c5-pc-mw-50, .c5-pc-ma-50 {
    margin-left: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-50, .c5-sp-mh-50, .c5-sp-ma-50 {
    margin-top: 50px !important;
  }
  .c5-sp-mr-50, .c5-sp-mw-50, .c5-sp-ma-50 {
    margin-right: 50px !important;
  }
  .c5-sp-mb-50, .c5-sp-mh-50, .c5-sp-ma-50 {
    margin-bottom: 50px !important;
  }
  .c5-sp-ml-50, .c5-sp-mw-50, .c5-sp-ma-50 {
    margin-left: 50px !important;
  }
}
.c5-pt-50, .c5-ph-50, .c5-pa-50 {
  padding-top: 50px !important;
}

.c5-pr-50, .c5-pw-50, .c5-pa-50 {
  padding-right: 50px !important;
}

.c5-pb-50, .c5-ph-50, .c5-pa-50 {
  padding-bottom: 50px !important;
}

.c5-pl-50, .c5-pw-50, .c5-pa-50 {
  padding-left: 50px !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-50, .c5-pc-ph-50, .c5-pc-pa-50 {
    padding-top: 50px !important;
  }
  .c5-pc-pr-50, .c5-pc-pw-50, .c5-pc-pa-50 {
    padding-right: 50px !important;
  }
  .c5-pc-pb-50, .c5-pc-ph-50, .c5-pc-pa-50 {
    padding-bottom: 50px !important;
  }
  .c5-pc-pl-50, .c5-pc-pw-50, .c5-pc-pa-50 {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-50, .c5-sp-ph-50, .c5-sp-pa-50 {
    padding-top: 50px !important;
  }
  .c5-sp-pr-50, .c5-sp-pw-50, .c5-sp-pa-50 {
    padding-right: 50px !important;
  }
  .c5-sp-pb-50, .c5-sp-ph-50, .c5-sp-pa-50 {
    padding-bottom: 50px !important;
  }
  .c5-sp-pl-50, .c5-sp-pw-50, .c5-sp-pa-50 {
    padding-left: 50px !important;
  }
}
.c5-mt-50, .c5-mh-50, .c5-ma-50 {
  margin-top: 50sp !important;
}

.c5-mr-50, .c5-mw-50, .c5-ma-50 {
  margin-right: 50sp !important;
}

.c5-mb-50, .c5-mh-50, .c5-ma-50 {
  margin-bottom: 50sp !important;
}

.c5-ml-50, .c5-mw-50, .c5-ma-50 {
  margin-left: 50sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-mt-50, .c5-pc-mh-50, .c5-pc-ma-50 {
    margin-top: 50sp !important;
  }
  .c5-pc-mr-50, .c5-pc-mw-50, .c5-pc-ma-50 {
    margin-right: 50sp !important;
  }
  .c5-pc-mb-50, .c5-pc-mh-50, .c5-pc-ma-50 {
    margin-bottom: 50sp !important;
  }
  .c5-pc-ml-50, .c5-pc-mw-50, .c5-pc-ma-50 {
    margin-left: 50sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-mt-50, .c5-sp-mh-50, .c5-sp-ma-50 {
    margin-top: 50sp !important;
  }
  .c5-sp-mr-50, .c5-sp-mw-50, .c5-sp-ma-50 {
    margin-right: 50sp !important;
  }
  .c5-sp-mb-50, .c5-sp-mh-50, .c5-sp-ma-50 {
    margin-bottom: 50sp !important;
  }
  .c5-sp-ml-50, .c5-sp-mw-50, .c5-sp-ma-50 {
    margin-left: 50sp !important;
  }
}
.c5-pt-50, .c5-ph-50, .c5-pa-50 {
  padding-top: 50sp !important;
}

.c5-pr-50, .c5-pw-50, .c5-pa-50 {
  padding-right: 50sp !important;
}

.c5-pb-50, .c5-ph-50, .c5-pa-50 {
  padding-bottom: 50sp !important;
}

.c5-pl-50, .c5-pw-50, .c5-pa-50 {
  padding-left: 50sp !important;
}

@media only screen and (min-width: 768px) {
  .c5-pc-pt-50, .c5-pc-ph-50, .c5-pc-pa-50 {
    padding-top: 50sp !important;
  }
  .c5-pc-pr-50, .c5-pc-pw-50, .c5-pc-pa-50 {
    padding-right: 50sp !important;
  }
  .c5-pc-pb-50, .c5-pc-ph-50, .c5-pc-pa-50 {
    padding-bottom: 50sp !important;
  }
  .c5-pc-pl-50, .c5-pc-pw-50, .c5-pc-pa-50 {
    padding-left: 50sp !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-sp-pt-50, .c5-sp-ph-50, .c5-sp-pa-50 {
    padding-top: 50sp !important;
  }
  .c5-sp-pr-50, .c5-sp-pw-50, .c5-sp-pa-50 {
    padding-right: 50sp !important;
  }
  .c5-sp-pb-50, .c5-sp-ph-50, .c5-sp-pa-50 {
    padding-bottom: 50sp !important;
  }
  .c5-sp-pl-50, .c5-sp-pw-50, .c5-sp-pa-50 {
    padding-left: 50sp !important;
  }
}
.w-0 {
  width: 0% !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .w-pc-0 {
    width: 0% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-5 {
    width: 5% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-10 {
    width: 10% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-15 {
    width: 15% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-20 {
    width: 20% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-25 {
    width: 25% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-30 {
    width: 30% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-35 {
    width: 35% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-40 {
    width: 40% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-45 {
    width: 45% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-50 {
    width: 50% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-55 {
    width: 55% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-60 {
    width: 60% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-65 {
    width: 65% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-70 {
    width: 70% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-75 {
    width: 75% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-80 {
    width: 80% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-85 {
    width: 85% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-90 {
    width: 90% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-95 {
    width: 95% !important;
  }
}

@media only screen and (min-width: 768px) {
  .w-pc-100 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-0 {
    width: 0% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-5 {
    width: 5% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-10 {
    width: 10% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-15 {
    width: 15% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-20 {
    width: 20% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-25 {
    width: 25% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-30 {
    width: 30% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-35 {
    width: 35% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-40 {
    width: 40% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-45 {
    width: 45% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-50 {
    width: 50% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-55 {
    width: 55% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-60 {
    width: 60% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-65 {
    width: 65% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-70 {
    width: 70% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-75 {
    width: 75% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-80 {
    width: 80% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-85 {
    width: 85% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-90 {
    width: 90% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-95 {
    width: 95% !important;
  }
}

@media only screen and (max-width: 767px) {
  .w-sp-100 {
    width: 100% !important;
  }
}

.w-px-100 {
  width: 100px !important;
}

.w-px-105 {
  width: 105px !important;
}

.w-px-110 {
  width: 110px !important;
}

.w-px-115 {
  width: 115px !important;
}

.w-px-120 {
  width: 120px !important;
}

.w-px-125 {
  width: 125px !important;
}

.w-px-130 {
  width: 130px !important;
}

.w-px-135 {
  width: 135px !important;
}

.w-px-140 {
  width: 140px !important;
}

.w-px-145 {
  width: 145px !important;
}

.w-px-150 {
  width: 150px !important;
}

.w-px-155 {
  width: 155px !important;
}

.w-px-160 {
  width: 160px !important;
}

.w-px-165 {
  width: 165px !important;
}

.w-px-170 {
  width: 170px !important;
}

.w-px-175 {
  width: 175px !important;
}

.w-px-180 {
  width: 180px !important;
}

.w-px-185 {
  width: 185px !important;
}

.w-px-190 {
  width: 190px !important;
}

.w-px-195 {
  width: 195px !important;
}

.w-px-200 {
  width: 200px !important;
}

.w-px-205 {
  width: 205px !important;
}

.w-px-210 {
  width: 210px !important;
}

.w-px-215 {
  width: 215px !important;
}

.w-px-220 {
  width: 220px !important;
}

.w-px-225 {
  width: 225px !important;
}

.c5-nobr {
  display: inline-block;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .c5-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .c5-sp {
    display: none !important;
  }
}

/*  汎用モジュール
 -------------------------------------------------- */
/* ----- [ 強調 ] ----- */
.c5-em-01 {
  color: #c93434;
}

.c5-em-02 {
  color: #FF6533;
}

.c5-em-03 {
  color: #5887ab;
}

/* ----- [ 全体コンテナ ] ----- */
.c5-conainer {
  max-width: bpSitepx;
}

/* ----- [ 汎用セクション ] ----- */
.c5-section {
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .c5-section {
    padding: 80px 0 80px;
  }
}

/* ----- [ 汎用インナーブロック ] ----- */
.c5-inner {
  max-width: 900px;
  box-sizing: content-box;
  padding: 0 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c5-inner {
    padding: 0 20px;
  }
}
.c5-inner > *:first-child {
  margin-top: 0;
}
.c5-inner > *:last-child {
  margin-bottom: 0;
}

/* ----- [ リスト ] ----- */
.list01 > li {
  position: relative;
  text-indent: 1.2em;
}
.list01 > li:not(:last-child) {
  margin-top: 1em;
}
.list01 > li:before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  text-align: center;
  height: auto;
}

/* ----- [ 数字付きリスト ] ----- */
.numberList01 {
  margin-bottom: 5rem;
  margin-left: 1.5em;
}
.numberList01 > li {
  list-style-type: decimal;
}
.numberList01 > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.numberList01 > li > ul {
  margin-top: 0.5em;
}

.numberList02 {
  margin-bottom: 5rem;
}
.numberList02 > li {
  list-style-type: none;
  text-indent: -2em;
  padding-left: 2em;
  counter-increment: calc-ex9;
}
.numberList02 > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.numberList02 > li:before {
  content: counter(calc-ex9) ".";
  display: inline-block;
  width: 2em;
  text-indent: 0;
}
.numberList02 > li:nth-child(n+1):nth-child(-n+9):before {
  content: "0" counter(calc-ex9) ".";
}
.numberList02 > li > ul {
  text-indent: 0;
  margin-top: 0.5em;
}

/* ----- [ 注釈 ] ----- */
.c5-note01 {
  display: inline-flex;
  gap: 0.2em;
}
.c5-note01:before {
  content: "※";
  display: inline-block;
  width: 1em;
  flex-basis: 1;
}
@media only screen and (max-width: 767px) {
  .c5-note01 {
    font-size: 0.75rem;
  }
}
.c5-note01[data-list-mark]:before {
  content: attr(data-list-mark);
}
.c5-note01--small {
  font-size: 12px;
}

.c5-note02 {
  display: inline-flex;
  gap: 0.4em;
}
.c5-note02 > i {
  font-style: normal;
  display: inline-blick;
  width: auto;
  flex-basis: 1;
}

/* ----- [ 注釈リスト ] ----- */
.c5-noteList01 {
  list-style: none;
}
.c5-noteList01--small {
  font-size: min(0.878477306vw, 12px);
}
@media only screen and (max-width: 767px) {
  .c5-noteList01--small {
    font-size: 2.6666666667vw;
  }
}
.c5-noteList01 > li {
  padding-left: 1.5em;
  margin-bottom: 0;
}
.c5-noteList01 > li:before {
  content: "※";
  width: 1.5em;
  display: inline-block;
  position: relative;
  margin-left: -1.5em;
}

.c5-noteList02 {
  list-style-type: none; /* デフォルトのリストスタイルを削除 */
  padding: 0;
  margin: 0;
}
.c5-noteList02--small {
  font-size: min(0.7320644217vw, 10px);
}
.c5-noteList02 > li {
  display: flex; /* Flexboxを使用 */
  align-items: flex-start; /* 縦方向の中央揃え */
}
.c5-noteList02 > li:not(:last-child) {
  margin-bottom: min(0.7320644217vw, 10px);
}
@media only screen and (max-width: 767px) {
  .c5-noteList02 > li:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
.c5-noteList02 i {
  flex-shrink: 0; /* i要素が小さくならないように設定 */
  width: auto;
  min-width: -webkit-max-content;
  min-width: max-content; /* i要素の幅をその内容に基づいて設定 */
  margin-right: min(0.7320644217vw, 10px); /* テキスト部分との間にスペースを追加 */
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .c5-noteList02 i {
    margin-right: 2.6666666667vw;
  }
}
.c5-noteList02 > *:not(i) {
  flex-grow: 1; /* テキスト部分が余白を埋めるように設定 */
}

/* ----- [ 数値付き注釈リスト ] ----- */
.c5-numList01 {
  font-size: min(0.878477306vw, 12px);
}
@media only screen and (max-width: 767px) {
  .c5-numList01 {
    font-size: 3.2vw;
  }
}
.c5-numList01 > li {
  list-style-type: none;
  text-indent: -2em;
  margin-left: 2em;
  counter-increment: calc-ex9;
  margin-bottom: 0;
}
.c5-numList01 > li:before {
  content: "※" counter(calc-ex9);
  display: inline-block;
  width: 2em;
  text-indent: 0;
}

/* ----- [ 複数カラム ] ----- */
.c5-row01 {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 20px;
  grid-column-gap: 18px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c5-row01 {
    grid-row-gap: 46px;
    grid-column-gap: 18px;
    margin-bottom: 40px;
  }
}
.c5-row01__col > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c5-row01__col {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c5-row01__col.--col1 {
    width: calc(8.3333333333% - 16.5px);
  }
  .c5-row01__col.--col2 {
    width: calc(16.6666666667% - 15px);
  }
  .c5-row01__col.--col3 {
    width: calc(25% - 13.5px);
  }
  .c5-row01__col.--col4 {
    width: calc(33.3333333333% - 12px);
  }
  .c5-row01__col.--col5 {
    width: calc(41.6666666667% - 10.5px);
  }
  .c5-row01__col.--col6 {
    width: calc(50% - 9px);
  }
  .c5-row01__col.--col7 {
    width: calc(58.3333333333% - 7.5px);
  }
  .c5-row01__col.--col8 {
    width: calc(66.6666666667% - 6px);
  }
  .c5-row01__col.--col9 {
    width: calc(75% - 4.5px);
  }
  .c5-row01__col.--col10 {
    width: calc(83.3333333333% - 3px);
  }
  .c5-row01__col.--col11 {
    width: calc(91.6666666667% - 1.5px);
  }
  .c5-row01__col.--col12 {
    width: calc(100% - 0px);
  }
}

/* ----- [ カード（画像テキスト横並び） ] ----- */
*[class*=__head] > *:first-child,
*[class*=__body] > *:first-child,
*[class*=__cont] > *:first-child,
*[class*=__foot] > *:first-child {
  margin-top: 0;
}
*[class*=__head] > *:last-child,
*[class*=__body] > *:last-child,
*[class*=__cont] > *:last-child,
*[class*=__foot] > *:last-child {
  margin-bottom: 0;
}

.c5-card01 {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 86px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-card01 {
    gap: 51.6px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-card01 {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-card01--imageBottom {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card01--imageRight {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card01--imageLeft {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card01__cont, .c5-card01__body {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c5-card01__cont, .c5-card01__body {
    width: 100%;
  }
}
.c5-card01__cont .c5-note01, .c5-card01__body .c5-note01 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .c5-card01__figure img {
    width: auto;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card01__figure {
    max-width: 57.0833333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-card01__figure {
    max-width: calc(50% - 25.8px);
  }
}
@media only screen and (max-width: 767px) {
  .c5-card01__figure {
    width: 100%;
    text-align: center;
  }
  .c5-card01__figure figcaption {
    text-align: left;
  }
}
.c5-card01__figure > *:not(:last-child) {
  margin-bottom: 2rem;
}

.c5-card02 {
  margin-bottom: 4rem;
}
.c5-card02:after {
  content: "";
  clear: both;
  display: block;
}
@media only screen and (max-width: 767px) {
  .c5-card02 img {
    width: auto;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card02--imageRight .c5-card02__figure {
    float: right;
    margin-left: 4rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card02--imageLeft .c5-card02__figure {
    float: left;
    margin-right: 4rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c5-card02 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c5-card02--imagetop {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c5-card02--imageBottom {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card02__figure {
    max-width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .c5-card02__figure {
    width: 100%;
  }
  .c5-card02__figure figcaption {
    text-align: left;
  }
}
.c5-card02__figure > *:not(:last-child) {
  margin-bottom: 2rem;
}

.c5-fz-s {
  font-size: 0.8em;
}
.c5-fz-l {
  font-size: 1.2em;
}
.c5-fz-ll {
  font-size: 1.4em;
}

.c5-videoWrap {
  padding-top: 52.65%;
  position: relative;
}
.c5-videoWrap > video,
.c5-videoWrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c5-listNumNote {
  display: grid; /* UL直下の要素（後述でliを“中身化”）を格子状に配置 */
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr; /* 1列目は“最長の内容幅”、2列目は残り全部 */
  gap: 0.25em 0.5em; /* 行間・列間のすき間（お好みで調整） */
  list-style: none; /* 既存の・は消す（必要なら残してOK） */
  margin: 0;
  padding: 0;
  color: #555555;
}
.c5-listNumNote.--small {
  font-size: 12px;
  line-height: 1.3333333333;
}
.c5-listNumNote > li {
  display: contents; /* これにより <span> と “本文（匿名ボックス）”がグリッドの連番アイテムに */
}
.c5-listNumNote > li > span:first-child {
  /* 1カラム目（番号欄）に固定配置 */
  grid-column: 1; /* 明示的に1列目へ */
  white-space: nowrap; /* “※10”などが折り返されないようにする */
  display: block; /* インラインの行高さ干渉を避け安定させる */
  padding-right: 0.25em; /* 番号と本文の最小距離（gapとあわせて微調整） */
}

html {
  scroll-behavior: smooth;
}

.s5-categoryNav {
  margin-bottom: 0;
}

.s5-breadcrumbs,
.s5-container {
  background: white;
  position: relative;
  z-index: 1;
}

.c5-container {
  position: relative;
  z-index: 0;
  min-height: 100svh;
  overflow: hidden;
  overflow: clip;
  line-height: 1.8;
  scroll-padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .c5-container {
    font-size: 14px;
    scroll-padding-top: 30px;
  }
}
.c5-container img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.c5-container p > a {
  text-decoration: underline;
  font-weight: bold;
}

.c5-container::before {
  content: "";
  display: block;
  position: sticky;
  top: 0;
  height: 100lvh;
  width: 100%;
  margin-bottom: -100lvh;
  background-image: url("../images/bg.png");
  background-position: center top;
  background-size: cover;
  background-repeat: repeat-y;
  z-index: -1;
  pointer-events: none;
}

.c5-title01 {
  font-size: 28px;
  line-height: 1.6071428571;
  color: #015597;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .c5-title01 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.c5-title02 {
  position: relative;
  color: #015597;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6071428571;
  padding-left: 22px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .c5-title02 {
    font-size: 20px;
    line-height: 1.4;
    padding-left: 14px;
    margin-bottom: 36px;
  }
}
.c5-title02:not(:first-child) {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .c5-title02:not(:first-child) {
    margin-top: 80px;
  }
}
.c5-title02::before {
  content: "";
  display: block;
  background: #015597;
  width: 6px;
  height: 1.5em;
  position: absolute;
  top: 0.85em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .c5-title02::before {
    width: 4px;
    height: 100%;
    top: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.c5-title02 > span {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .c5-title02 > span {
    font-size: 14px;
  }
}

.c5-figure01 {
  text-align: center;
  margin: 35px 0;
}
@media only screen and (max-width: 767px) {
  .c5-figure01 {
    margin: 50px 0;
  }
}

.c5-figureBox01 {
  text-align: center;
}
.c5-figureBox01 img + figcaption {
  margin-top: 10px;
}
.c5-figureBox01 figcaption {
  font-size: 14px;
}

.c5-radius {
  border-radius: 5px;
  overflow: hidden;
}

.c5-intro {
  padding: 140px 0 150px;
}
@media only screen and (max-width: 767px) {
  .c5-intro {
    padding: 80px 0 120px;
  }
}
.c5-intro__inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 120px;
}
@media only screen and (max-width: 767px) {
  .c5-intro__inner {
    gap: 60px;
  }
}
.c5-intro__inner + .c5-scene__inner {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .c5-intro__inner + .c5-scene__inner {
    margin-top: 80px;
  }
}
.c5-intro__figure {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c5-intro__figure img {
    width: 200px;
  }
}
.c5-intro__body > div > *:last-child {
  margin-bottom: 0;
}
.c5-intro .c5-listNumNote {
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .c5-intro .c5-listNumNote {
    margin-top: 120px;
  }
}

.c5-scene {
  background: #ACB6C1;
  background: linear-gradient(180deg, rgb(172, 182, 193) 0%, rgb(202, 212, 219) 100%);
}
@media only screen and (max-width: 767px) {
  .c5-scene {
    padding-top: 70px;
  }
}
.c5-scene .c5-row01__col img {
  width: 100%;
  max-width: none;
}
.c5-scene__figure01 {
  text-align: left;
  margin-top: 35px;
}
.c5-scene__figure01 img + figcaption {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c5-scene__figure01 figcaption {
    letter-spacing: 0;
    margin-right: -1em;
  }
}
.c5-scene__figure02 {
  margin-top: 35px;
}

.c5-products {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c5-products {
    padding-top: 100px;
  }
}
.c5-products__box {
  display: inline-flex;
  gap: 48px;
  text-align: left;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c5-products__box {
    gap: 36px;
    flex-direction: column-reverse;
  }
}
.c5-products__name {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c5-products__name {
    text-align: center;
  }
}
.c5-products__name > span {
  display: block;
  line-height: 1.2;
}
.c5-products__name > span:first-child {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .c5-products__name > span:first-child {
    font-size: 16px;
  }
}
.c5-products__name > span:last-child {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .c5-products__name > span:last-child {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-products__figure img {
    width: 186px;
  }
}
.c5-products__btns {
  text-align: center;
}