@charset "UTF-8";
.font {
  font-family: "SST W01 Roman", sans-serif, "Helvetica Neue", Helvetica, Arial;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.font {
  font-family: "SST W01 Roman", sans-serif, "Helvetica Neue", Helvetica, Arial;
  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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: none;
  -webkit-box-shadow: 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;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width: 768px) {
  .c5-ta-pc-c {
    text-align: center !important;
  }
  .c5-ta-pc-r {
    text-align: right !important;
  }
  .c5-ta-pc-l {
    text-align: left !important;
  }
  .c5-ta-pc-j {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media only screen and (max-width: 767px) {
  .c5-ta-sp-c {
    text-align: center !important;
  }
  .c5-ta-sp-r {
    text-align: right !important;
  }
  .c5-ta-sp-l {
    text-align: left !important;
  }
  .c5-ta-sp-j {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.c5-flx-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.c5-flx-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.c5-flx-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
@media only screen and (min-width: 768px) {
  .c5-flx-pc-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .c5-flx-pc-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .c5-flx-pc-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-flx-sp-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .c5-flx-sp-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .c5-flx-sp-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.c5-dsp-if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.c5-jstc-c {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.c5-jstc-s {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.c5-jstc-e {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.c5-jsts-c {
  -ms-grid-column-align: center !important;
      justify-self: center !important;
}
.c5-jsts-s {
  justify-self: flex-start !important;
}
.c5-jsts-e {
  justify-self: flex-end !important;
}

.c5-als-c {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}
.c5-als-s {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}
.c5-als-e {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.c5-ali-c {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.c5-ali-s {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.c5-ali-e {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.c5-fld-r {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.c5-fld-c {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.c5-fld-rr {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.c5-fld-cr {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          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;
  -webkit-box-sizing: content-box;
          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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.2em;
  opacity: 0.8;
}
.c5-note01:before {
  content: "※";
  display: inline-block;
  width: 1em;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
}
.c5-note01[data-list-mark]:before {
  content: attr(data-list-mark);
}
.c5-note01--small {
  font-size: 12px;
}

.c5-note02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.4em;
}
.c5-note02 > i {
  font-style: normal;
  display: inline-blick;
  width: auto;
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
}

/* ----- [ 注釈リスト ] ----- */
.c5-noteList01 {
  list-style: none;
}
.c5-noteList01--small {
  font-size: min(0.75vw, 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.625vw, 10px);
}
.c5-noteList02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Flexboxを使用 */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* 縦方向の中央揃え */
}
.c5-noteList02 > li:not(:last-child) {
  margin-bottom: min(0.625vw, 10px);
}
@media only screen and (max-width: 767px) {
  .c5-noteList02 > li:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
.c5-noteList02 i {
  -ms-flex-negative: 0;
      flex-shrink: 0; /* i要素が小さくならないように設定 */
  width: auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; /* i要素の幅をその内容に基づいて設定 */
  margin-right: min(0.625vw, 10px); /* テキスト部分との間にスペースを追加 */
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .c5-noteList02 i {
    margin-right: 2.6666666667vw;
  }
}
.c5-noteList02 > *:not(i) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* テキスト部分が余白を埋めるように設定 */
}

/* ----- [ 数値付き注釈リスト ] ----- */
.c5-numList01 {
  font-size: min(0.75vw, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-card01--imageBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card01--imageRight {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card01--imageLeft {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .c5-card01__cont, .c5-card01__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c5-card02--imagetop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c5-card02--imageBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            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-videoWrap {
  padding-top: 52.65%;
  position: relative;
}
.c5-videoWrap > video,
.c5-videoWrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ==================================================
    s5上書き
================================================== */
.s5-returnToTop {
  z-index: 100;
}

/* ==================================================
    共通モジュール
================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-y: hidden !important;
}
body.is-open {
  position: fixed;
}

@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-hide {
  display: none !important;
}

.c5-videoWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.c5-videoWrap > iframe, .c5-videoWrap > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c5-section {
  margin: 0 !important;
  margin: 120px 0;
  background: white;
}
@media only screen and (min-width: 768px) {
  .c5-section {
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
}
@media only screen and (max-width: 767px) {
  .c5-section {
    padding: 60px 0;
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
.c5-section--bgBlue {
  background: #CEEAF0;
}
.c5-section--bgGreen {
  background: #F0FFD3;
}
.c5-section--bg01 {
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="777" height="182" viewBox="0 0 777 182"><defs><clipPath id="clip-path"><rect id="長方形_3482" data-name="長方形 3482" width="777" height="182" transform="translate(656 218)" fill="%23fff" stroke="%23707070" stroke-width="1"/></clipPath></defs><g id="マスクグループ_255" data-name="マスクグループ 255" transform="translate(-656 -218)" clip-path="url(%23clip-path)"><path id="パス_3791" data-name="パス 3791" d="M0,0H777V182Z" transform="translate(656 218)" fill="%23c017a2"/><path id="パス_3792" data-name="パス 3792" d="M204.124-11.559,113.557-212.34,22.01,178.508Z" transform="translate(1254.504 422) rotate(-90)" fill="%2374c3d5"/><path id="パス_3793" data-name="パス 3793" d="M-822.739-188.339l-190,0,190,182Z" transform="translate(2255.739 406.34)" fill="%23ff8300"/></g></svg>');
  background-size: 777px auto;
  padding-bottom: 100px;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .c5-section--bg01 {
    background-size: 48.5625vw;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-section--bg01 {
    padding-top: 58px;
    padding-bottom: 70px;
    background-size: 66.9230769231vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .c5-section--bg01 + .c5-section--bgWhite {
    padding-top: 0;
  }
}
.s5-container > .c5-section--bg01:first-of-type {
  margin-top: -16px !important;
}
.c5-section--bg02 {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1433" height="343.075" viewBox="0 0 1433 343.075"><g id="グループ_5335" data-name="グループ 5335" transform="translate(0 -9397.258)"><path id="パス_2432" data-name="パス 2432" d="M-995.8-188.339,437-78.6-995.8,154.736Z" transform="translate(995.805 9585.598)" fill="%23dae343"/><path id="パス_2440" data-name="パス 2440" d="M-995.8-188.339-686.9-164.624-995.8,154.736Z" transform="translate(995.805 9585.598)" fill="%2374c3d5"/><path id="パス_2597" data-name="パス 2597" d="M0,318.6H91.216L39.776,0Z" transform="translate(1114.398 9598.217) rotate(-90)" fill="%23ff8300"/></g></svg>');
  background-size: 100% auto;
  padding-top: 443.08px;
}
.c5-section--bg02.c5-section--bgBlue {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1433" height="343.076" viewBox="0 0 1433 343.076"><g id="グループ_5335" data-name="グループ 5335" transform="translate(0 -9397.258)"><rect id="長方形_3690" data-name="長方形 3690" width="1433" height="155" transform="translate(0 9397.258)" fill="%23fff"/><path id="パス_2432" data-name="パス 2432" d="M-995.8-188.339,437-78.6-995.8,154.736Z" transform="translate(995.805 9585.598)" fill="%23dae343"/><path id="パス_2440" data-name="パス 2440" d="M-995.8-188.339-686.9-164.624-995.8,154.736Z" transform="translate(995.805 9585.598)" fill="%2374c3d5"/><path id="パス_2597" data-name="パス 2597" d="M0,318.6H91.216L39.776,0Z" transform="translate(1114.398 9598.217) rotate(-90)" fill="%23ff8300"/></g></svg>');
}
.c5-section--bgBlue + .c5-section--bg02.c5-section--bgWhite {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1433" height="345" viewBox="0 0 1433 345"><g id="グループ_5335" data-name="グループ 5335" transform="translate(0 -9395.334)"><rect id="長方形_3692" data-name="長方形 3692" width="1433" height="151" transform="translate(0 9395.334)" fill="%23ceeaf0"/><path id="パス_2432" data-name="パス 2432" d="M-995.8-188.339,437-78.6-995.8,154.736Z" transform="translate(995.805 9585.598)" fill="%23dae343"/><path id="パス_2440" data-name="パス 2440" d="M-995.8-188.339-686.9-164.624-995.8,154.736Z" transform="translate(995.805 9585.598)" fill="%2374c3d5"/><path id="パス_2597" data-name="パス 2597" d="M0,318.6H91.216L39.776,0Z" transform="translate(1114.398 9598.217) rotate(-90)" fill="%23ff8300"/></g></svg>');
}

@media only screen and (min-width: 1024px) and (max-width: 1599px) {
  .c5-section--bg02 {
    padding-top: calc(21.4425vw + 80px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-section--bg02 {
    padding-top: calc(21.4425vw + 50px);
  }
}
@media only screen and (max-width: 767px) {
  .c5-section--bg02 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="390" height="93.37" viewBox="0 0 390 93.37"><g id="グループ_5451" data-name="グループ 5451" transform="translate(0 -9397.258)"><path id="パス_2432" data-name="パス 2432" d="M-995.8-188.339l389.948,29.867L-995.8-94.969Z" transform="translate(995.805 9585.598)" fill="%23dae343"/><path id="パス_2440" data-name="パス 2440" d="M-995.8-188.339l84.071,6.454L-995.8-94.969Z" transform="translate(995.805 9585.598)" fill="%2374c3d5"/><path id="パス_2597" data-name="パス 2597" d="M0,86.709H24.825L10.825,0Z" transform="translate(303.291 9451.949) rotate(-90)" fill="%23ff8300"/></g></svg>');
    padding-top: 142.97px;
    background-size: 100% auto;
  }
  .c5-section--bg02.c5-section--bgBlue {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="390" height="93.371" viewBox="0 0 390 93.371"><g id="グループ_5451" data-name="グループ 5451" transform="translate(0 -9397.258)"><rect id="長方形_3691" data-name="長方形 3691" width="390" height="42" transform="translate(0 9397.258)" fill="%23fff"/><path id="パス_2432" data-name="パス 2432" d="M-995.8-188.339l389.948,29.867L-995.8-94.969Z" transform="translate(995.805 9585.598)" fill="%23dae343"/><path id="パス_2440" data-name="パス 2440" d="M-995.8-188.339l84.071,6.454L-995.8-94.969Z" transform="translate(995.805 9585.598)" fill="%2374c3d5"/><path id="パス_2597" data-name="パス 2597" d="M0,86.709H24.825L10.825,0Z" transform="translate(303.291 9451.949) rotate(-90)" fill="%23ff8300"/></g></svg>');
  }
  .c5-section--bgBlue + .c5-section--bg02.c5-section--bgWhite {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="390" height="93.371" viewBox="0 0 390 93.371"><g id="グループ_5451" data-name="グループ 5451" transform="translate(0 -9397.258)"><rect id="長方形_3693" data-name="長方形 3693" width="390" height="42" transform="translate(0 9397.258)" fill="%23ceeaf0"/><path id="パス_2432" data-name="パス 2432" d="M-995.8-188.339l389.948,29.867L-995.8-94.969Z" transform="translate(995.805 9585.598)" fill="%23dae343"/><path id="パス_2440" data-name="パス 2440" d="M-995.8-188.339l84.071,6.454L-995.8-94.969Z" transform="translate(995.805 9585.598)" fill="%2374c3d5"/><path id="パス_2597" data-name="パス 2597" d="M0,86.709H24.825L10.825,0Z" transform="translate(303.291 9451.949) rotate(-90)" fill="%23ff8300"/></g></svg>');
  }
}
.c5-section--bg03 {
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1433" height="343.075" viewBox="0 0 1433 343.075"><g id="グループ_5317" data-name="グループ 5317" transform="translate(0 -5844.679)"><path id="パス_2431" data-name="パス 2431" d="M437-188.339-995.8-78.339,437,154.736Z" transform="translate(995.805 6033.018)" fill="%23c017a2"/><path id="パス_2441" data-name="パス 2441" d="M-686.9-188.339-995.8-164.624-686.9,154.736Z" transform="translate(2119.896 6033.018)" fill="%23ff8300"/><path id="パス_2501" data-name="パス 2501" d="M-820.134-185.348h91.216l-51.44,318.6Z" transform="translate(185.348 5226.082) rotate(-90)" fill="%2374c3d5"/></g></svg>');
  background-size: 100% auto;
  padding-top: 443.08px;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .c5-section--bg03 {
    padding-top: calc(21.4425vw + 50px);
  }
}
@media only screen and (max-width: 767px) {
  .c5-section--bg03 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="390.001" height="93.37" viewBox="0 0 390.001 93.37"><g id="グループ_6250" data-name="グループ 6250" transform="translate(0 -5363.63)"><path id="パス_2742" data-name="パス 2742" d="M-605.857-188.339-995.8-158.4l389.947,63.433Z" transform="translate(995.805 5551.969)" fill="%23c017a2"/><path id="パス_2744" data-name="パス 2744" d="M0,0H24.825l-14,86.709Z" transform="translate(0 5418.479) rotate(-90)" fill="%2374c3d5"/><path id="パス_2743" data-name="パス 2743" d="M-911.734-188.339l-84.071,6.454,84.071,86.916Z" transform="translate(1301.734 5551.969)" fill="%23ff8300"/></g></svg>');
    padding-top: 120px;
    background-size: 100% auto;
  }
}
.c5-section--bg03.c5-section--bgWhite {
  background-color: white;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1433" height="343.075" viewBox="0 0 1433 343.075"><g id="グループ_5317" data-name="グループ 5317" transform="translate(0 -5844.679)"><rect id="長方形_3689" data-name="長方形 3689" width="1433" height="147" transform="translate(0 5844.679)" fill="%23ceeaf0"/><path id="パス_2431" data-name="パス 2431" d="M437-188.339-995.8-78.339,437,154.736Z" transform="translate(995.805 6033.018)" fill="%23c017a2"/><path id="パス_2441" data-name="パス 2441" d="M-686.9-188.339-995.8-164.624-686.9,154.736Z" transform="translate(2119.896 6033.018)" fill="%23ff8300"/><path id="パス_2501" data-name="パス 2501" d="M-820.134-185.348h91.216l-51.44,318.6Z" transform="translate(185.348 5226.082) rotate(-90)" fill="%2374c3d5"/></g></svg>');
}
.c5-section--bgWhite + .c5-section--bg03.c5-section--bgBlue {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1433" height="343.075" viewBox="0 0 1433 343.075"><g id="グループ_5317" data-name="グループ 5317" transform="translate(0 -5844.679)"><rect id="長方形_3692" data-name="長方形 3692" width="1433" height="149" transform="translate(0 5844.754)" fill="%23fff"/><path id="パス_2431" data-name="パス 2431" d="M437-188.339-995.8-78.339,437,154.736Z" transform="translate(995.805 6033.018)" fill="%23c017a2"/><path id="パス_2441" data-name="パス 2441" d="M-686.9-188.339-995.8-164.624-686.9,154.736Z" transform="translate(2119.896 6033.018)" fill="%23ff8300"/><path id="パス_2501" data-name="パス 2501" d="M-820.134-185.348h91.216l-51.44,318.6Z" transform="translate(185.348 5226.082) rotate(-90)" fill="%2374c3d5"/></g></svg>');
}
@media only screen and (max-width: 767px) {
  .c5-section--bgWhite + .c5-section--bg03.c5-section--bgBlue {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="390.001" height="93.37" viewBox="0 0 390.001 93.37"><g id="グループ_6250" data-name="グループ 6250" transform="translate(0 -5363.63)"><rect id="長方形_3693" data-name="長方形 3693" width="390" height="31" transform="translate(0 5363.631)" fill="%23ceeaf0"/><path id="パス_2742" data-name="パス 2742" d="M-605.857-188.339-995.8-158.4l389.947,63.433Z" transform="translate(995.805 5551.969)" fill="%23c017a2"/><path id="パス_2744" data-name="パス 2744" d="M0,0H24.825l-14,86.709Z" transform="translate(0 5418.479) rotate(-90)" fill="%2374c3d5"/><path id="パス_2743" data-name="パス 2743" d="M-911.734-188.339l-84.071,6.454,84.071,86.916Z" transform="translate(1301.734 5551.969)" fill="%23ff8300"/></g></svg>');
  }
}

.c5-section--bg04 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c5-section--bg04 {
    padding-top: 64px;
    padding-bottom: 84px;
  }
}
.c5-section--bg04:before, .c5-section--bg04:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  z-index: 0;
}
.c5-section--bg04 > * {
  position: relative;
  z-index: 1;
}
.c5-section--bg04:before {
  left: 0;
  background-position: left top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="216" height="554.609" viewBox="0 0 216 554.609"><g id="グループ_5325" data-name="グループ 5325" transform="translate(1433 14983.527) rotate(180)"><path id="パス_2448" data-name="パス 2448" d="M0,0,43.924-61.649,0,258.664Z" transform="translate(1433 14687.582) rotate(180)" fill="%23c4e7f7"/><path id="パス_2446" data-name="パス 2446" d="M0,0,142.68-29.665,0,258.664Z" transform="translate(1433 14895.109) rotate(180)" fill="%23f2fa23"/><path id="パス_2445" data-name="パス 2445" d="M0,0H216L0,191Z" transform="translate(1433 14983.527) rotate(180)" fill="%23b2e591"/></g></svg>');
  background-size: 216px auto;
}
@media only screen and (max-width: 767px) {
  .c5-section--bg04:before {
    bottom: inherit;
    top: 0;
    background-position: right top;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="280.674" height="109.313" viewBox="0 0 280.674 109.313"><g id="グループ_6012" data-name="グループ 6012" transform="translate(-14428.918 1326.313) rotate(-90)"><path id="パス_2448" data-name="パス 2448" d="M0,31.2,22.229,0,0,162.1Z" transform="translate(1326.313 14591.021) rotate(180)" fill="%23c4e7f7"/><path id="パス_2446" data-name="パス 2446" d="M0,15.013,72.207,0,0,145.916Z" transform="translate(1326.313 14679.859) rotate(180)" fill="%23f2fa23"/><path id="パス_2445" data-name="パス 2445" d="M0,0H109.313L0,96.661Z" transform="translate(1326.313 14709.593) rotate(180)" fill="%23b2e591"/></g></svg>');
    background-size: 71.9666666667vw auto;
  }
}
.c5-section--bg04:after {
  right: 0;
  background-position: right bottom;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="216" height="554.609" viewBox="0 0 216 554.609"><g id="グループ_6332" data-name="グループ 6332" transform="translate(-1217 -14428.918)"><path id="パス_2448" data-name="パス 2448" d="M0,0,43.924-61.649,0,258.664Z" transform="translate(1433 14687.582) rotate(180)" fill="%23c4e7f7"/><path id="パス_2446" data-name="パス 2446" d="M0,0,142.68-29.665,0,258.664Z" transform="translate(1433 14895.109) rotate(180)" fill="%23f2fa23"/><path id="パス_2445" data-name="パス 2445" d="M0,0H216L0,191Z" transform="translate(1433 14983.527) rotate(180)" fill="%23b2e591"/></g></svg>');
  background-size: 216px auto;
}
@media only screen and (max-width: 767px) {
  .c5-section--bg04:after {
    top: inherit;
    bottom: 0;
    background-position: left bottom;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="280.674" height="109.313" viewBox="0 0 280.674 109.313"><g id="グループ_6333" data-name="グループ 6333" transform="translate(14709.593 -1217) rotate(90)"><path id="パス_2448" data-name="パス 2448" d="M0,31.2,22.229,0,0,162.1Z" transform="translate(1326.313 14591.021) rotate(180)" fill="%23c4e7f7"/><path id="パス_2446" data-name="パス 2446" d="M0,15.013,72.207,0,0,145.916Z" transform="translate(1326.313 14679.859) rotate(180)" fill="%23f2fa23"/><path id="パス_2445" data-name="パス 2445" d="M0,0H109.313L0,96.661Z" transform="translate(1326.313 14709.593) rotate(180)" fill="%23b2e591"/></g></svg>');
    background-size: 71.9666666667vw auto;
  }
}
.c5-section--borderTop {
  position: relative;
  margin-top: 20px !important;
  padding-top: 100px;
}
.c5-section--borderTop:before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  max-width: 1200px;
  height: 2px;
  background: #CCCCCC;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.c5-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .c5-inner {
    padding: 0 20px;
  }
}
.c5-inner > *:first-child {
  margin-top: 0;
}
.c5-inner > *:last-child {
  margin-bottom: 0;
}

*[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-label01 {
  display: inline-block;
  border: solid 1px #2f353d;
  color: #2f353d;
  padding: 1px 4px 2px 3px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.1;
}

.c5-row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 60px;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-row01 {
    row-gap: 36px;
    -webkit-column-gap: 27px;
       -moz-column-gap: 27px;
            column-gap: 27px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-row01 {
    row-gap: 48px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 60px;
  }
}
.c5-row01__col {
  -webkit-box-sizing: border-box;
          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--1 {
    width: calc((100% - 495px) / 12);
  }
  .c5-row01__col--2 {
    width: calc((100% - 225px) / 6);
  }
  .c5-row01__col--3 {
    width: calc((100% - 135px) / 4);
  }
  .c5-row01__col--4 {
    width: calc((100% - 90px) / 3);
  }
  .c5-row01__col--5 {
    width: calc((100% - 63px) / 2.4);
  }
  .c5-row01__col--6 {
    width: calc((100% - 45px) / 2);
  }
  .c5-row01__col--7 {
    width: calc((100% - 32.1428571429px) / 1.7142857143);
  }
  .c5-row01__col--8 {
    width: calc((100% - 22.5px) / 1.5);
  }
  .c5-row01__col--9 {
    width: calc((100% - 15px) / 1.3333333333);
  }
  .c5-row01__col--10 {
    width: calc((100% - 9px) / 1.2);
  }
  .c5-row01__col--11 {
    width: calc((100% - 4.0909090909px) / 1.0909090909);
  }
  .c5-row01__col--12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-row01__col--1 {
    width: calc((100% - 297px) / 12);
  }
  .c5-row01__col--2 {
    width: calc((100% - 135px) / 6);
  }
  .c5-row01__col--3 {
    width: calc(50% - 27px);
  }
  .c5-row01__col--4 {
    width: calc((100% - 54px) / 3);
  }
  .c5-row01__col--5 {
    width: calc((100% - 37.8px) / 2.4);
  }
  .c5-row01__col--6 {
    width: calc((100% - 27px) / 2);
  }
  .c5-row01__col--7 {
    width: calc((100% - 19.2857142857px) / 1.7142857143);
  }
  .c5-row01__col--8 {
    width: calc((100% - 13.5px) / 1.5);
  }
  .c5-row01__col--9 {
    width: calc((100% - 9px) / 1.3333333333);
  }
  .c5-row01__col--10 {
    width: calc((100% - 5.4px) / 1.2);
  }
  .c5-row01__col--11 {
    width: calc((100% - 2.4545454545px) / 1.0909090909);
  }
  .c5-row01__col--12 {
    width: 100%;
  }
}
.c5-row01--02 {
  row-gap: 40px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 40px;
}
.c5-slimContainer .c5-row01--02 {
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .c5-row01--02 {
    row-gap: 30px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 60px;
  }
}
.c5-row01--02 .c5-row01__col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c5-row01--02 .c5-row01__col > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c5-row01--02 .c5-row01__col {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c5-row01--02 .c5-row01__col--1 {
    width: calc((100% - 110px) / 12);
  }
  .c5-row01--02 .c5-row01__col--2 {
    width: calc((100% - 50px) / 6);
  }
  .c5-row01--02 .c5-row01__col--3 {
    width: calc((100% - 30px) / 4);
  }
  .c5-row01--02 .c5-row01__col--4 {
    width: calc((100% - 20px) / 3);
  }
  .c5-row01--02 .c5-row01__col--5 {
    width: calc((100% - 14px) / 2.4);
  }
  .c5-row01--02 .c5-row01__col--6 {
    width: calc((100% - 10px) / 2);
  }
  .c5-row01--02 .c5-row01__col--7 {
    width: calc((100% - 7.1428571429px) / 1.7142857143);
  }
  .c5-row01--02 .c5-row01__col--8 {
    width: calc((100% - 5px) / 1.5);
  }
  .c5-row01--02 .c5-row01__col--9 {
    width: calc((100% - 3.3333333333px) / 1.3333333333);
  }
  .c5-row01--02 .c5-row01__col--10 {
    width: calc((100% - 2px) / 1.2);
  }
  .c5-row01--02 .c5-row01__col--11 {
    width: calc((100% - 0.9090909091px) / 1.0909090909);
  }
  .c5-row01--02 .c5-row01__col--12 {
    width: 100%;
  }
}

.c5-title01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1785714286;
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .c5-title01 {
    font-size: 24px;
  }
}
.c5-title01 span {
  display: inline-block;
  position: relative;
}
.c5-title01 span:before, .c5-title01 span:after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #4387FF;
  background: -webkit-gradient(linear, right top, left top, from(rgb(67, 135, 255)), to(rgb(0, 54, 146)));
  background: linear-gradient(270deg, rgb(67, 135, 255) 0%, rgb(0, 54, 146) 100%);
  position: absolute;
  top: 50%;
}
.c5-title01 span:before {
  left: -20px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.c5-title01 span:after {
  right: -20px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.c5-title02 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5583333333;
  padding-bottom: 15px;
  color: #0050DC;
  margin: 0 0 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c5-title02 {
    font-size: 20px;
  }
}
.c5-title02:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #003692;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 54, 146)), color-stop(30%, rgb(0, 80, 220)), color-stop(70%, rgb(52, 122, 247)), to(rgb(221, 233, 255)));
  background: linear-gradient(90deg, rgb(0, 54, 146) 0%, rgb(0, 80, 220) 30%, rgb(52, 122, 247) 70%, rgb(221, 233, 255) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.c5-title02 > span:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 26px;
  color: white;
  padding: 0.2em 0.4em;
  min-width: 44px;
  min-height: 40px;
  margin-right: 0.5em;
  background: #003692;
  background: linear-gradient(45deg, rgb(0, 54, 146) 0%, rgb(67, 135, 255) 100%);
}
@media only screen and (max-width: 767px) {
  .c5-title02 > span:first-child {
    font-size: 22px;
    min-width: 2em;
    min-height: 2em;
  }
}
.c5-title02 > span:not(:first-child) {
  font-size: 18px;
}
* + .c5-title02 {
  margin-top: 80px;
}

.c5-title03 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px;
}
* + .c5-title03 {
  margin-top: 30px;
}

.c5-lead01 {
  font-size: 18px;
  line-height: 1.8888888889;
  margin: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .c5-lead01 {
    font-size: 15px;
    line-height: 1.625;
    margin-bottom: 30px;
  }
}
.c5-title02 + .c5-lead01 {
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .c5-title02 + .c5-lead01 {
    margin-top: 0;
  }
}

.c5-btns01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
  margin: 30px auto;
}
@media only screen and (max-width: 767px) {
  .c5-btns01 {
    margin: 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .c5-btns01 > a {
    max-width: 50%;
  }
}

.c5-btn01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 300px;
  min-height: 48px;
  padding: 4px 30px;
  background: #4387FF;
  background: -webkit-gradient(linear, right top, left top, from(rgb(67, 135, 255)), to(rgb(0, 54, 146)));
  background: linear-gradient(270deg, rgb(67, 135, 255) 0%, rgb(0, 54, 146) 100%);
  color: white !important;
  text-decoration: none !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
.c5-btn01:before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.121" height="11.414" viewBox="0 0 7.121 11.414"><path id="パス_2" data-name="パス 2" d="M0,0,5,5l5-5" transform="translate(0.707 10.707) rotate(-90)" fill="none" stroke="%23fff" stroke-width="2"/></svg>');
  background-size: 10px auto;
  width: 10px;
  height: 100%;
  top: 0;
  right: 15px;
}
.c5-btn01:hover {
  opacity: 0.75;
}

.c5-noteList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c5-noteList--small {
  font-size: min(0.75vw, 12px);
}
@media only screen and (max-width: 767px) {
  .c5-noteList--small {
    font-size: 2.6666666667vw;
  }
}
.c5-noteList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c5-noteList > li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .c5-noteList > li:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
.c5-noteList i {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-right: 10px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .c5-noteList i {
    margin-right: 2.6666666667vw;
  }
}
.c5-noteList > *:not(i) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.js-autoModal__temp {
  display: none;
}

.js-autoModal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 101;
  display: none;
}
.js-autoModal__bg.is-open {
  display: block;
}

.modalBox {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 40px);
  max-height: 75vh;
  z-index: 102;
  border-radius: 10px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.modalBox.is-open {
  display: block;
}
.modalBox.is-open.is-show {
  opacity: 1;
}
.modalBox__head {
  position: relative;
}
.modalBox__close {
  position: absolute;
  top: -10px;
  right: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.modalBox__close > span {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -5em;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.modalBox__close > span:before, .modalBox__close > span:after {
  content: "";
  display: block;
  width: 2px;
  height: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
}
.modalBox__close > span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modalBox__close > span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modalBox .c5-spl-supportBox {
  color: white;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .modalBox .c5-spl-supportBox {
    padding: 5.3333333333vw 8vw 8vw;
    min-width: 80vw;
  }
}
.modalBox .c5-spl-supportBox__figure img {
  max-width: 80%;
}
.modalBox .c5-spl-btn03 {
  pointer-events: none;
}
.modalBox__controls {
  display: none;
}

/******************************************************
*  アニメーション
******************************************************/
/* 速度 */
*[data-inview-duration="100"] {
  -webkit-transition-duration: 0.1s !important;
          transition-duration: 0.1s !important;
}

*[data-inview-duration="200"] {
  -webkit-transition-duration: 0.2s !important;
          transition-duration: 0.2s !important;
}

*[data-inview-duration="300"] {
  -webkit-transition-duration: 0.3s !important;
          transition-duration: 0.3s !important;
}

*[data-inview-duration="400"] {
  -webkit-transition-duration: 0.4s !important;
          transition-duration: 0.4s !important;
}

*[data-inview-duration="500"] {
  -webkit-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
}

*[data-inview-duration="600"] {
  -webkit-transition-duration: 0.6s !important;
          transition-duration: 0.6s !important;
}

*[data-inview-duration="700"] {
  -webkit-transition-duration: 0.7s !important;
          transition-duration: 0.7s !important;
}

*[data-inview-duration="800"] {
  -webkit-transition-duration: 0.8s !important;
          transition-duration: 0.8s !important;
}

*[data-inview-duration="900"] {
  -webkit-transition-duration: 0.9s !important;
          transition-duration: 0.9s !important;
}

*[data-inview-duration="1000"] {
  -webkit-transition-duration: 1s !important;
          transition-duration: 1s !important;
}

*[data-inview-duration="1100"] {
  -webkit-transition-duration: 1.1s !important;
          transition-duration: 1.1s !important;
}

*[data-inview-duration="1200"] {
  -webkit-transition-duration: 1.2s !important;
          transition-duration: 1.2s !important;
}

*[data-inview-duration="1300"] {
  -webkit-transition-duration: 1.3s !important;
          transition-duration: 1.3s !important;
}

*[data-inview-duration="1400"] {
  -webkit-transition-duration: 1.4s !important;
          transition-duration: 1.4s !important;
}

*[data-inview-duration="1500"] {
  -webkit-transition-duration: 1.5s !important;
          transition-duration: 1.5s !important;
}

*[data-inview-duration="1600"] {
  -webkit-transition-duration: 1.6s !important;
          transition-duration: 1.6s !important;
}

*[data-inview-duration="1700"] {
  -webkit-transition-duration: 1.7s !important;
          transition-duration: 1.7s !important;
}

*[data-inview-duration="1800"] {
  -webkit-transition-duration: 1.8s !important;
          transition-duration: 1.8s !important;
}

*[data-inview-duration="1900"] {
  -webkit-transition-duration: 1.9s !important;
          transition-duration: 1.9s !important;
}

*[data-inview-duration="2000"] {
  -webkit-transition-duration: 2s !important;
          transition-duration: 2s !important;
}

/* 遅延処理 */
*[data-inview-delay="100"] {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}

*[data-inview-delay="200"] {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

*[data-inview-delay="300"] {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

*[data-inview-delay="400"] {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

*[data-inview-delay="500"] {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

*[data-inview-delay="600"] {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

*[data-inview-delay="700"] {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

*[data-inview-delay="800"] {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

*[data-inview-delay="900"] {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

*[data-inview-delay="1000"] {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

*[data-inview-delay="1100"] {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

*[data-inview-delay="1200"] {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

*[data-inview-delay="1300"] {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}

*[data-inview-delay="1400"] {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

*[data-inview-delay="1500"] {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

*[data-inview-delay="1600"] {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
}

*[data-inview-delay="1700"] {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
}

*[data-inview-delay="1800"] {
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
}

*[data-inview-delay="1900"] {
  -webkit-transition-delay: 1.9s !important;
          transition-delay: 1.9s !important;
}

*[data-inview-delay="2000"] {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}

.anim-slideUp {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-inview:not(.in-view) .anim-slideUp {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}

.js-inviewInner:not(.in-view) .anim-slideUp {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}

.anim-fadeIn {
  -webkit-transition: opacity 0.8s, -webkit-filter 0.8s;
  transition: opacity 0.8s, -webkit-filter 0.8s;
  transition: opacity 0.8s, filter 0.8s;
  transition: opacity 0.8s, filter 0.8s, -webkit-filter 0.8s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-inview:not(.in-view) .anim-fadeIn {
  opacity: 0;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}

.js-inviewInner:not(.in-view) .anim-fadeIn {
  opacity: 0;
  -webkit-filter: blur(1rem);
          filter: blur(1rem);
}

.anim-popUp {
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-inview:not(.in-view) .anim-popUp {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* ==================================================
    ページ固有
================================================== */
@media only screen and (max-width: 767px) {
  .c5-mv {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.c5-mv__body {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.0833333333;
  padding: 80px 40px;
  color: white;
  text-align: center;
  background: #4387FF;
  background: -webkit-gradient(linear, right top, left top, from(rgb(67, 135, 255)), to(rgb(0, 54, 146)));
  background: linear-gradient(270deg, rgb(67, 135, 255) 0%, rgb(0, 54, 146) 100%);
}
@media only screen and (max-width: 767px) {
  .c5-mv__body {
    padding: 20px 20px;
    font-size: 18px;
    line-height: 1.8;
  }
}
.c5-mv h1 {
  margin: 0;
}

figure.s5--alignCenter {
  margin: 30px 0;
}
figure.s5--alignCenter figcaption {
  font-size: 14px;
  margin: 15px 0 0;
}

.c5-spl-links .c5-spl-links__inner {
  background: rgba(17, 17, 17, 0.5607843137);
  padding: 30px 0;
}

.c5-spl-links.is-fixed .c5-spl-links__inner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(17, 17, 17, 0.5607843137);
  z-index: 100;
}

.c5-spl-linksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .c5-spl-linksList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c5-spl-linksBtn {
  min-width: 200px;
  background: white;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 0.2em 30px 0.2em 20px;
  border-radius: 4px;
  color: black;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.c5-spl-linksBtn:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #262626;
  border-right: solid 2px #262626;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c5-spl-linksBtn:hover {
  text-decoration: none;
  opacity: 0.75;
}

.c5-spl-linksBtn:hover:before {
  right: 8px;
}

.c5-spl-linksBtn--contact {
  background: #FFA500;
  color: white !important;
}

.c5-spl-linksBtn--contact:before {
  border-color: white;
}

.c5-anchor01 {
  gap: 45px;
}
@media only screen and (max-width: 767px) {
  .c5-anchor01 {
    gap: 10px;
  }
}
.c5-anchor01 a.c5-row01__col {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .c5-anchor01 a.c5-row01__col {
    width: calc((100% - 90px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .c5-anchor01 a.c5-row01__col {
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: right 20px center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13.414" height="8.121" viewBox="0 0 13.414 8.121"><defs><linearGradient id="linear-gradient" x1="0.878" x2="0.273" y2="1.052" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%234387ff"/><stop offset="0.517" stop-color="%230050dc"/><stop offset="1" stop-color="%23003692"/></linearGradient></defs><path id="パス_1" data-name="パス 1" d="M465.135,1711.971l-6.707-6.707,1.414-1.414,5.293,5.293,5.293-5.293,1.414,1.414Z" transform="translate(-458.428 -1703.85)" fill="url(%23linear-gradient)"/></svg>');
  }
}
@media only screen and (max-width: 767px) {
  .c5-anchor01 figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #C3C5C8;
    padding: 5px;
    padding-right: 2em;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .c5-anchor01 figure img {
    border: solid 1px #C3C5C8;
  }
}
@media only screen and (max-width: 767px) {
  .c5-anchor01 figure img {
    width: 100px;
  }
}
.c5-anchor01 figure figcaption {
  text-align: center;
  margin: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .c5-anchor01 figure figcaption {
    color: #0050DC;
    margin: 0;
    text-align: left;
  }
}
.c5-anchor01 figure figcaption span {
  display: inline-block;
  padding: 0 30px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13.414" height="8.121" viewBox="0 0 13.414 8.121"><defs><linearGradient id="linear-gradient" x1="0.878" x2="0.273" y2="1.052" gradientUnits="objectBoundingBox"><stop offset="0" stop-color="%234387ff"/><stop offset="0.517" stop-color="%230050dc"/><stop offset="1" stop-color="%23003692"/></linearGradient></defs><path id="パス_1" data-name="パス 1" d="M465.135,1711.971l-6.707-6.707,1.414-1.414,5.293,5.293,5.293-5.293,1.414,1.414Z" transform="translate(-458.428 -1703.85)" fill="url(%23linear-gradient)"/></svg>');
}
@media only screen and (max-width: 767px) {
  .c5-anchor01 figure figcaption span {
    padding: 0;
    background: none;
  }
}

.c5-videoPlayer {
  max-width: 960px;
  margin: 0 auto 120px;
}
.c5-videoPlayer__inner {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.c5-videoPlayer__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c5-videoPlayer__inner button {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/icon_play.png);
  background-size: 100px auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 0;
  color: transparent;
}
@media only screen and (max-width: 767px) {
  .c5-videoPlayer__inner button {
    background-size: 50px auto;
  }
}

.c5-box01 {
  background: #F0F0F0;
  padding: 80px 100px;
}
@media only screen and (max-width: 767px) {
  .c5-box01 {
    padding: 20px;
  }
}
.c5-box01 > *:first-child {
  margin-top: 0;
}
.c5-box01 > *:last-child {
  margin-bottom: 0;
}
.c5-box01__title01 {
  background: #323232;
  color: white;
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  margin: 80px 0 40px;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .c5-box01__title01 {
    margin: 40px 0 20px;
    font-size: 18px;
    padding: 10px;
  }
}
.c5-box01 .c5-card01 {
  gap: 28px;
}
.c5-box01 .c5-card01__figure figure img + figcaption {
  margin: 15px 0 0;
  text-align: center;
  font-size: 14px;
}
.c5-box01 .c5-card01 .c5-btns01 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .c5-box01 .c5-card01 .c5-btns01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .c5-box01 .c5-card01 .c5-btns01 .c5-btn01 {
    min-width: 85%;
  }
}

.RelatedContents__Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.RelatedContents__Content .RelatedContents__ContentInner {
  margin: 0;
  text-decoration: none !important;
  color: #2f353d !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.RelatedContents__Content .RelatedContents__ContentInner:hover {
  opacity: 0.75;
}
.RelatedContents__Content img {
  max-width: none;
  width: 100%;
}
.RelatedContents__Content .RelatedContents__LinkLabel {
  text-decoration: none !important;
  color: #2f353d !important;
  display: block;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .RelatedContents__Content .RelatedContents__LinkLabel {
    margin-top: 0;
  }
}