@charset "UTF-8";
.font {
  font-family: "SST W55 Light", "SSTJpPro", sans-serif;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.font {
  font-family: "SST W55 Light", "SSTJpPro", sans-serif;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* ==================================================
    全体
================================================== */
/*  リセット
 -------------------------------------------------- */
html {
  overflow: auto;
}

body {
  overflow-x: hidden !important;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style-type: none;
  margin-left: 0;
}

dl dd {
  margin-left: 0;
  padding-left: 0;
}

button {
  appearance: none;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  margin: none;
  padding: none;
}

/*  調整クラス
 -------------------------------------------------- */
.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;
  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;
    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;
    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: 80px 0;
}
@media only screen and (max-width: 767px) {
  .c5-section {
    padding: 40px 0;
  }
}

/* ----- [ 汎用インナーブロック ] ----- */
.c5-inner {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c5-inner {
    padding: 0 4vw;
  }
}

/* ----- [ リスト ] ----- */
.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: 12px;
  }
}
.c5-note01[data-list-mark]:before {
  content: attr(data-list-mark);
}
.c5-note01.--small {
  font-size: 12px;
}
.c5-note01.--nomark {
  display: block;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .c5-note01.--nomark {
    font-size: 12px;
  }
}
.c5-note01.--nomark:before {
  display: none;
}

.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: 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;
}

/* ----- [ 複数カラム ] ----- */
/* ----- [ カード（画像テキスト横並び） ] ----- */
*[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%;
  padding-top: 66.6666666667%;
  position: relative;
}
.c5-videoWrap > video,
.c5-videoWrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c5-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

/* ==================================================
    共通モジュール
================================================== */
.c5-alpha-wrapper img {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .c5-alpha-wrapper {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .c5-lp-title01,
  .c5-lp-lead01,
  .c5-lp-panel01 figcaption {
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}

*[class*=__head] > *:first-child,
*[class*=__body] > *:first-child,
*[class*=__cont] > *:first-child {
  margin-top: 0;
}
*[class*=__head] > *:last-child,
*[class*=__body] > *:last-child,
*[class*=__cont] > *:last-child {
  margin-bottom: 0;
}

.c5-row01 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  column-gap: 40px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .c5-row01 {
    row-gap: 30px;
    column-gap: 30px;
  }
}
.c5-row01__col {
  box-sizing: border-box;
}
.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((100% - 440px) / 12);
  }
  .c5-row01__col.--col2 {
    width: calc((100% - 200px) / 6);
  }
  .c5-row01__col.--col3 {
    width: calc((100% - 120px) / 4);
  }
  .c5-row01__col.--col4 {
    width: calc((100% - 80px) / 3);
  }
  .c5-row01__col.--col5 {
    width: calc((100% - 56px) / 2.4);
  }
  .c5-row01__col.--col6 {
    width: calc((100% - 40px) / 2);
  }
  .c5-row01__col.--col7 {
    width: calc((100% - 28.5714285714px) / 1.7142857143);
  }
  .c5-row01__col.--col8 {
    width: calc((100% - 20px) / 1.5);
  }
  .c5-row01__col.--col9 {
    width: calc((100% - 13.3333333333px) / 1.3333333333);
  }
  .c5-row01__col.--col10 {
    width: calc((100% - 8px) / 1.2);
  }
  .c5-row01__col.--col11 {
    width: calc((100% - 3.6363636364px) / 1.0909090909);
  }
  .c5-row01__col.--col12 {
    width: 100%;
  }
}

.c5-lp-footer {
  background: #CCCCCC;
  position: relative;
  z-index: 10;
  padding: 30px 0;
}
.c5-lp-footer__inner {
  box-sizing: content-box;
  padding: 0 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c5-lp-footer__inner {
    padding: 0 20px;
  }
}
.c5-lp-footer__ttl {
  text-align: center;
  color: #212121;
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: bold;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .c5-lp-footer__ttl {
    font-size: 16px;
  }
}
.c5-lp-footer__btns {
  display: flex;
  justify-content: center;
  gap: 22px;
}
@media only screen and (max-width: 767px) {
  .c5-lp-footer__btns {
    gap: 20px;
    flex-direction: column;
  }
}
.c5-lp-footer__btns > a {
  width: calc(33.3333333333% - 22px);
  text-decoration: none !important;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  .c5-lp-footer__btns > a {
    width: 100%;
    letter-spacing: 0;
  }
}
.c5-lp-footer__btns > a:hover {
  opacity: 0.75;
}
.c5-lp-footer__btn {
  font-size: 16px;
  font-weight: bold;
  color: #212121 !important;
  letter-spacing: 0;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 25px 0.5em 25px;
  box-sizing: border-box;
  min-height: 65px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.021" height="12.021" viewBox="0 0 12.021 12.021"><path id="パス_115" data-name="パス 115" d="M8,0V8H0" transform="translate(0 6.01) rotate(-45)" fill="none" stroke="%23333" stroke-width="1"/></svg>');
  background-size: 12px auto;
}
@media only screen and (max-width: 767px) {
  .c5-lp-footer__btn {
    font-size: 15px;
    padding: 0.5em 20px 0.5em 15px;
    background-position: right 8px center;
  }
}
@media only screen and (min-width: 768px) {
  .c5-lp-footer.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0 10px;
  }
  .c5-lp-footer.is-fixed .c5-lp-footer__inner {
    max-width: 1200px;
  }
  .c5-lp-footer.is-fixed .c5-lp-footer__ttl {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .c5-lp-footer.is-fixed .c5-lp-footer__btns {
    width: 100%;
  }
  .c5-lp-footer.is-fixed .c5-lp-footer__btn {
    min-height: 30px;
    padding: 2px 25px;
    font-size: 15px;
  }
}

.s5-returnToTop {
  z-index: 20;
}
.s5-returnToTop .s5-returnToTop__inner1[style*=static] .s5-returnToTop__button {
  top: -40px;
}
@media only screen and (min-width: 768px) {
  .s5-returnToTop .s5-returnToTop__inner1:not([style*=static]) .s5-returnToTop__button {
    top: -120px;
  }
}

.c5-lp-section {
  margin: 120px 0;
}
@media only screen and (max-width: 767px) {
  .c5-lp-section {
    margin: 80px 0;
  }
}
.c5-lp-section > *:first-child {
  margin-top: 0;
}
.c5-lp-section > *:last-child {
  margin-bottom: 0;
}

.c5-lp-mv {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 100px;
}
@media only screen and (max-width: 767px) {
  .c5-lp-mv {
    margin-bottom: 60px;
  }
}
.c5-lp-mv img {
  max-width: none;
  width: 100%;
}

.c5-lp-title01 {
  text-align: center;
  margin: 0 0 60px;
  font-size: 28px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c5-lp-title01 {
    margin-bottom: 40px;
    font-size: 21px;
  }
}
.c5-lp-title01 > span {
  display: inline-block;
  padding: 0 48px;
  border: solid 2px #BE0000;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c5-lp-title01 > span {
    padding: 0 18px;
  }
}
.c5-lp-title01 > span:before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% + 10px);
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .c5-lp-title01 > span:before {
    width: calc(100% - 24px);
  }
}
.c5-lp-title01 > span > span {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.c5-lp-title02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 0 34px;
}
@media only screen and (max-width: 767px) {
  .c5-lp-title02 img {
    width: 54px;
  }
}
.c5-lp-title02 > span {
  display: inline-block;
  font-size: 24px;
  line-height: 2;
  padding: 0 0.5em;
  border-bottom: 3px solid #BE0000;
}
@media only screen and (max-width: 767px) {
  .c5-lp-title02 > span {
    font-size: 20px;
  }
}

.c5-lp-lead01 {
  text-align: center;
  margin: 0 0 80px;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .c5-lp-lead01 {
    font-size: 18px;
  }
}

.c5-row01.c5-lp-point {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  gap: 80px 60px;
}
@media only screen and (max-width: 767px) {
  .c5-row01.c5-lp-point {
    flex-direction: column;
    gap: 60px;
  }
}
.c5-row01.c5-lp-point > .c5-row01__col {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  .c5-row01.c5-lp-point > .c5-row01__col {
    width: 100%;
  }
}
.c5-row01.c5-lp-casestudy {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  gap: 80px 60px;
}
@media only screen and (max-width: 767px) {
  .c5-row01.c5-lp-casestudy {
    flex-direction: column;
    gap: 40px;
  }
}
.c5-row01.c5-lp-casestudy > .c5-row01__col {
  width: calc(33.3333333333% - 40px);
}
@media only screen and (max-width: 767px) {
  .c5-row01.c5-lp-casestudy > .c5-row01__col {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: solid 1px #979a9e;
  }
}
.c5-row01.c5-lp-lineup {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  gap: 60px 30px;
}
@media only screen and (max-width: 767px) {
  .c5-row01.c5-lp-lineup {
    gap: 30px;
    flex-direction: column;
  }
}
.c5-row01.c5-lp-lineup > .c5-row01__col {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 767px) {
  .c5-row01.c5-lp-lineup > .c5-row01__col {
    width: 100%;
  }
}
.c5-row01.c5-lp-lineup > .c5-row01__col > * {
  height: 100%;
  box-sizing: border-box;
}

.c5-lp-panel01 figure {
  background: #F0F0F0;
  text-align: center;
}
.c5-lp-panel01 figcaption {
  background: #F0F0F0;
  padding: 25px;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c5-lp-panel01 figcaption {
    padding: 25px 18px;
  }
}
.c5-lp-panel01 dl {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c5-lp-panel01 dl {
    font-size: 14px;
  }
}
.c5-lp-panel01 dl dt {
  margin: 0 0 6px;
}
.c5-lp-panel01 dl dd {
  margin: 0;
}
.c5-lp-panel01 dl dd > * {
  margin: 0;
}
.c5-lp-panel01 dl dd .c5-note01 {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .c5-lp-panel01 dl dd .c5-note01 {
    font-size: 12px;
  }
}

.c5-lp-casestudy a {
  transition: all 0.4s;
}
@media only screen and (max-width: 767px) {
  .c5-lp-casestudy a {
    border-bottom: solid 1px #979a9e;
  }
}
.c5-lp-casestudy a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}
.c5-lp-casestudy__thumb {
  margin: 0;
  position: relative;
  text-align: center;
  box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 767px) {
  .c5-lp-casestudy__thumb img {
    max-width: none;
    width: 100%;
  }
}
.c5-lp-casestudy__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c5-lp-casestudy__ttl {
    margin-top: 20px;
  }
}
.c5-lp-casestudy__desc {
  line-height: 2;
  margin-top: 4px;
}
.c5-lp-casestudy__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  letter-spacing: -0.5em;
  margin-top: 10px;
}
.c5-lp-casestudy__label {
  font-size: 13px;
  display: inline-block;
  letter-spacing: normal;
  background: #ffdcc4;
  color: black;
  line-height: 22px;
  height: 22px;
  border-radius: 3px;
  padding: 0 0.5em;
}
.c5-lp-casestudy__note {
  line-height: 2;
  margin-top: 10px;
}
.c5-lp-casestudy__note dl {
  display: flex;
  margin: 0;
}
.c5-lp-casestudy__note dl dt {
  font-weight: normal;
}
.c5-lp-casestudy__note dl dd {
  width: 5em;
  flex: 1;
  margin: 0;
}
.c5-lp-casestudy__note dl dd span {
  display: inline-block;
}
.c5-lp-casestudy .c5-icon-new {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  transform: translateY(-10%);
  vertical-align: middle;
  margin-right: 10px;
  background: #ee0000;
  color: white;
  line-height: 16px;
  height: 16px;
  padding: 0.1em 0.4em 0.1em;
  border-radius: 3px;
}

.c5-lp-productBox {
  background: #F0F0F0;
  padding: 30px 50px 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c5-lp-productBox {
    padding: 30px 16px 40px;
  }
}
.c5-lp-productBox__cat {
  font-size: 14px;
  line-height: 1.6;
  margin: 16px 0 8px;
}
.c5-lp-productBox__model {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5111111111;
}
.c5-lp-productBox__btns {
  margin-top: 28px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.c5-lp-productBox__btn {
  border-radius: 3px;
  border: 2px solid #BE0000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #BE0000 !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  min-height: 65px;
  padding: 0.2em 30px;
  position: relative;
  transition: opacity 0.4s;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c5-lp-productBox__btn {
    max-width: 240px;
  }
}
.c5-lp-productBox__btn:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #BE0000;
  border-right: 2px solid #BE0000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.c5-lp-productBox__btn:hover {
  opacity: 0.6;
}
.c5-lp-productBox__btn.down::before {
  transform: translate(0, -50%) rotate(135deg);
}

.c5-lp-zoom {
  display: block;
  position: relative;
}
.c5-lp-zoom img, .c5-lp-zoom button {
  transition: all 0.4s;
}
@media only screen and (max-width: 1039px) {
  .c5-lp-zoom {
    text-align: center;
  }
}
.c5-lp-zoom__btn {
  display: inline-block;
  margin: 0;
  opacity: 0.6;
  border-bottom: 2px solid rgba(0, 0, 0, 0.6);
  padding: 0 0 5px 30px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><g id="_" data-name="+" transform="translate(-166 -504.375)"><g id="楕円形_2" data-name="楕円形 2" transform="translate(166 504.375)" fill="rgba(255,255,255,0)" stroke="%23212121" stroke-width="1"><circle cx="10" cy="10" r="10" stroke="none"/><circle cx="10" cy="10" r="9.5" fill="none"/></g><g id="_2" data-name="+" transform="translate(-0.5 -1.5)"><line id="線_6" data-name="線 6" x2="10" transform="translate(171.5 515.875)" fill="none" stroke="%23212121" stroke-width="1"/><line id="線_7" data-name="線 7" x2="10" transform="translate(176.5 510.875) rotate(90)" fill="none" stroke="%23212121" stroke-width="1"/></g></g></svg>');
  position: absolute;
  left: 25px;
  bottom: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 1039px) {
  .c5-lp-zoom__btn {
    padding-left: 1.4em;
    font-size: 14px;
    background-size: 16px auto;
    position: static;
    text-align: center;
    margin: 10px auto -10px;
  }
}
.c5-lp-zoom:hover {
  opacity: 1;
  text-decoration: none;
  color: inherit;
}
.c5-lp-zoom:hover img, .c5-lp-zoom:hover button {
  opacity: 0.7;
}

.lum-lightbox {
  z-index: 100;
}

.lum-lightbox-position-helper img {
  max-width: 100%;
  max-height: calc(90vh - 100px);
  width: auto;
  height: auto;
  display: block;
  margin: auto;
}

.c5-lp-btns01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.c5-lp-btn01 {
  background: #D0D0D0;
  border-radius: 36px;
  padding: 0.5em 40px;
  position: relative;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  .c5-lp-btn01 {
    border-radius: 30px;
    padding: 0.5em 28px 0.5em 20px;
  }
}
.c5-lp-btn01:hover {
  opacity: 0.7;
  color: inherit;
  text-decoration: none;
}
.c5-lp-btn01:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .c5-lp-btn01:before {
    right: 16px;
    letter-spacing: 0;
  }
}

.c5-zoomModal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.c5-zoomModal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.c5-zoomModal__inner {
  -webkit-overflow-scrolling: touch;
  background: #fff;
  max-height: 80%;
  position: relative;
  max-width: 100%;
  max-height: calc(90vh - 100px);
  width: auto;
  height: auto;
  display: block;
  margin: auto;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .c5-zoomModal__inner {
    max-width: calc(100% - 40px);
  }
}
.c5-zoomModal__inner img {
  width: auto;
  max-width: none;
  height: auto;
  display: block;
  transform-origin: top left;
}
@media (orientation: landscape) {
  .c5-zoomModal__inner video {
    max-width: 100%;
    max-height: calc(90vh - 100px);
    width: auto;
    height: auto;
    display: block;
    margin: auto;
  }
}
.c5-zoomModal__close {
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 10px;
}
.c5-zoomModal__close > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
}
.c5-zoomModal__close > span::before, .c5-zoomModal__close > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 110%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
}
.c5-zoomModal__close > span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c5-zoomModal .zoom-controls {
  text-align: center;
  z-index: 100;
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, calc(100% + 20px));
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.c5-zoomModal .zoom-controls button {
  padding: 4px 8px;
  font-size: 18px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  min-width: 40px;
  font-size: 24px;
}
.c5-zoomModal .zoom-controls button.zoom-reset {
  font-size: 15px;
}
.c5-zoomModal #modal-content img {
  transition: transform 0.2s ease;
}

.js-video__ctrl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" viewBox="0 0 70 70"><g id="_" data-name="▶" transform="translate(-208 -137)"><circle id="楕円形_1" data-name="楕円形 1" cx="35" cy="35" r="35" transform="translate(208 137)" opacity="0.79"/><path id="多角形_1" data-name="多角形 1" d="M12,0,24,21H0Z" transform="translate(257.5 160) rotate(90)" fill="%23fff"/></g></svg>');
  background-size: 70px auto;
}
.js-video__ctrl.is-playing {
  opacity: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" viewBox="0 0 70 70"><g id="_" data-name="▶" transform="translate(-208 -137.5)"><circle id="楕円形_1" data-name="楕円形 1" cx="35" cy="35" r="35" transform="translate(208 137.5)" opacity="0.79"/><g id="グループ_412" data-name="グループ 412" transform="translate(5)"><rect id="長方形_384" data-name="長方形 384" width="4" height="24" transform="translate(229 160.5)" fill="%23fff"/><rect id="長方形_385" data-name="長方形 385" width="4" height="24" transform="translate(243 160.5)" fill="%23fff"/></g></g></svg>');
}
.js-video__ctrl.is-playing:hover {
  opacity: 0.75;
}

.c5-anchor {
  max-width: 1020px;
  margin: 40px auto 120px;
}
@media only screen and (max-width: 767px) {
  .c5-anchor {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.c5-anchor .c5-lp-productBox__btn {
  max-width: none;
}
.c5-anchor ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c5-anchor ul {
    gap: 15px;
  }
}
.c5-anchor li {
  flex: 0 1 calc(25% - 23px);
}
@media only screen and (max-width: 767px) {
  .c5-anchor li {
    flex: 0 1 calc(50% - 8px);
  }
}