@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-categoryNav {
  z-index: 2;
}

.CategoryNav .CategoryNav__MainName,
.CategoryNav .s5-categoryHeader__headingText {
  margin-left: 13px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: inherit !important;
  padding: 0 0 0 40px !important;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .CategoryNav .CategoryNav__MainName,
  .CategoryNav .s5-categoryHeader__headingText {
    font-size: 12px !important;
    display: block !important;
    padding: 2px 0 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .CategoryNav .CategoryNav__MainNavTitle {
    height: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .CategoryNav .CategoryNav__MainNavTitleLogo {
    -webkit-filter: invert(1);
            filter: invert(1);
    height: 1.25rem;
    padding: 0 0.625rem 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .s5-categoryHeader__heading a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .s5-categoryHeader__heading .s5-categoryHeader__headingLogo {
    width: 118.43px;
  }
}
.s5-categoryHeader__heading .CategoryNav__MainName,
.s5-categoryHeader__heading .s5-categoryHeader__headingText {
  margin-left: 13px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: inherit !important;
  padding: 0 0 0 40px !important;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .s5-categoryHeader__heading .CategoryNav__MainName,
  .s5-categoryHeader__heading .s5-categoryHeader__headingText {
    font-size: 12px !important;
    display: block !important;
    padding: 2px 0 0 !important;
  }
}

.s5-sonystoreBlock {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.s5-sonystoreBlock .s5-sonystoreBlock__multiColTable {
  display: block;
}
.s5-sonystoreBlock .s5-sonystoreBlock__multiColTable .s5-sonystoreBlock__multiColMain,
.s5-sonystoreBlock .s5-sonystoreBlock__multiColTable .s5-sonystoreBlock__multiColSub {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.s5-PDBslideshowA__bigGallery,
.s5-PDBslideshowA__bigGalleryItem,
.s5-PDBslideshowA__bigGalleryItem-imgDiv,
.s5-PDBslideshowA__thumbItem > div {
  height: auto !important;
}

.s5-PDBslideshowA__bigGalleryItem img {
  position: static;
  width: 100% !important;
  height: auto !important;
}

.s5-PDBslideshowA__thumbItem {
  width: auto !important;
}

.s5-PDBslideshowA__thumbItem > div {
  position: relative;
  border: none;
  width: 125px !important;
  height: auto !important;
}

.s5-PDBslideshowA__thumbItem--current > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 4px #C017A2;
}

.s5-PDBslideshowA__thumbItem > div img {
  width: 125px !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
}

.s5-inStoreItem4__inner {
  border-top: none;
}

/* ==================================================
    共通モジュール
================================================== */
* {
  -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;
  padding: 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 (min-width: 768px) and (max-width: 1599px) {
  .c5-section {
    padding: 80px 0;
  }
}
@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: 42px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 56px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c5-title01 {
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
}
.c5-title01 > span {
  display: inline-block;
}
.c5-title01__small {
  font-size: 32px;
  line-height: 1.53125;
}
@media only screen and (max-width: 767px) {
  .c5-title01__small {
    font-size: 25px;
  }
}
.c5-title01__large {
  font-size: 60px;
  line-height: 1.5166666667;
}
@media only screen and (max-width: 767px) {
  .c5-title01__large {
    font-size: 40px;
  }
}
.c5-title01:before {
  content: "";
  display: block;
  width: 84px;
  height: 7px;
  background: #C017A2;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .c5-title01:before {
    width: 90px;
  }
}

.c5-title02 {
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  padding-left: 15px;
  position: relative;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .c5-title02 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.c5-title02:before {
  content: "";
  display: block;
  background: #C017A2;
  width: 5px;
  height: 0.9142857143em;
  position: absolute;
  left: 0;
  top: 1.05em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .c5-title02:before {
    top: 0.9em;
  }
}
.c5-title02--small {
  font-size: 28px;
  line-height: 1.4285714286;
  margin-bottom: 30px;
}
.c5-title02--small:before {
  top: 0.78em;
}
@media only screen and (max-width: 767px) {
  .c5-title02--small {
    font-size: 24px;
    line-height: 1.3333333333;
    margin-bottom: 20px;
  }
  .c5-title02--small:before {
    top: 0.7em;
  }
}
* + .c5-title02 {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  * + .c5-title02 {
    margin-top: 42px;
  }
}

.c5-lead01 + .c5-title02 {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .c5-lead01 + .c5-title02 {
    margin-top: 30px;
  }
}

.c5-title04 + .c5-title02 {
  margin-top: 50px;
}

.c5-title03 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin: 80px 0 40px;
  border-bottom: 2px solid #CCCCCC;
  padding-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  .c5-title03 {
    font-size: 24px;
    margin-top: 60px;
  }
}
.c5-title03--small {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 5px;
  margin: 60px 0 30px;
}
@media only screen and (max-width: 767px) {
  .c5-title03--small {
    font-size: 16px;
    line-height: 1.5625;
    margin: 40px 0 20px;
  }
}

.c5-title04 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4583333333;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .c5-title04 {
    font-size: 26px;
    line-height: 1.4285714286;
    margin-bottom: 30px;
  }
}

.c5-title05 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5555555556;
  margin: 0 0 110px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .c5-title05 {
    padding-right: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .c5-title05 {
    font-size: 26px;
    line-height: 1.5384615385;
    margin-bottom: 48px;
    padding-bottom: 8px;
  }
}

.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: 40px 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 {
  text-decoration: none !important;
  background: #C017A2;
  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: 467px;
  min-height: 62px;
  padding: 10px 48px 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 31px;
  color: white !important;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  .c5-btn01 {
    min-width: 100%;
    font-size: 16px;
  }
}
.c5-btn01:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (hover: none) and (min-width: 768px) {
  .c5-btn01:active, .c5-btn01:hover {
    opacity: 0.75;
  }
}
@media (hover: hover) {
  .c5-btn01:active, .c5-btn01:hover {
    opacity: 0.75;
  }
}
.c5-btn01--small {
  font-size: 14px;
  min-width: 313px;
  min-height: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-btn01--small {
    min-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-btn01--small {
    min-width: 0;
    width: 100%;
    max-width: 330px;
  }
}
.c5-btn01--blank {
  background: #2F353D;
}
.c5-btn01--blank:before {
  display: none;
}
.c5-btn01--blank .s5-iconInline {
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2em;
  vertical-align: bottom;
}
.c5-btn01--blank.c5-btn01--border {
  border: solid 2px #2F353D;
  color: #2F353D !important;
  background: white;
}
.c5-btn01--black {
  background: #2F353D;
}
.c5-btn01--black.c5-btn01--border {
  border: solid 2px #2F353D;
  color: #2F353D !important;
  background: white;
}
.c5-btn01--border {
  border: solid 2px #C017A2;
  background: white;
  color: #C017A2 !important;
}
.c5-btn01--border:before {
  border-color: transparent transparent transparent #C017A2;
}

.c5-btn02 {
  position: relative;
  line-height: 1.2;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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;
  border: 1px solid #dae343;
  border-radius: 22px;
  width: 240px;
  min-height: 44px;
  padding: 5px 25px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  color: #2f353d !important;
  background: #dae343;
  font-size: 14px;
}
.c5-btn02:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 10px solid #2f353d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c5-btn02--02 {
  background: #C017A2;
  color: white !important;
  border: none;
}
.c5-btn02--02:before {
  border-left-color: white;
}
@media only screen and (hover: none) and (min-width: 768px) {
  .c5-btn02:active, .c5-btn02:hover {
    color: inherit;
  }
  .c5-btn02:active:before, .c5-btn02:hover:before {
    -webkit-transform: translate(30%, -50%);
            transform: translate(30%, -50%);
  }
}
@media (hover: hover) {
  .c5-btn02:active, .c5-btn02:hover {
    color: inherit;
  }
  .c5-btn02:active:before, .c5-btn02:hover:before {
    -webkit-transform: translate(30%, -50%);
            transform: translate(30%, -50%);
  }
}

.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; /* Flexboxを使用 */
  -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; /* i要素が小さくならないように設定 */
  width: auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; /* i要素の幅をその内容に基づいて設定 */
  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;
}

.c5-mocopiAttention {
  background: #F9F9F9;
  padding: 40px 50px;
}
@media only screen and (max-width: 767px) {
  .c5-mocopiAttention {
    padding: 20px;
  }
}
.c5-mocopiAttention__head {
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c5-mocopiAttention__head {
    font-size: 12px;
  }
}
.c5-mocopiAttention__list {
  font-size: 13px;
  list-style-type: none;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .c5-mocopiAttention__list {
    font-size: 10px;
  }
}
.c5-mocopiAttention__item {
  text-indent: -0.6em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .c5-mocopiAttention__item {
    margin-bottom: 3px;
  }
}
.c5-mocopiAttention__item:before {
  content: "-";
}

.c5-newsmailBnr01 {
  margin: 80px auto;
  border: 2px solid #BE23A0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c5-newsmailBnr01 {
    border-width: 1px;
  }
}
.c5-newsmailBnr01:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #C017A2;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .c5-newsmailBnr01:before {
    top: 4px;
    left: 4px;
  }
}
.c5-newsmailBnr01__inner {
  background: #FFF9ED;
  padding: 20px 30px 26px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.c5-newsmailBnr01__inner:before {
  content: "";
  display: block;
  width: 158.45px;
  height: 55.98px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="158.451" height="55.978" viewBox="0 0 158.451 55.978"><g id="グループ_6331" data-name="グループ 6331" transform="translate(-127 -16278.601)"><path id="パス_3169" data-name="パス 3169" d="M12.767-15.049,66.85-7.619,0,2.761Z" transform="translate(127 16304.046)" fill="%23ff8300"/><path id="パス_3175" data-name="パス 3175" d="M73.313,0,56.464,18.013,0,12.829Z" transform="matrix(0.974, 0.225, -0.225, 0.974, 155.553, 16300.535)" fill="%23dae343"/><path id="パス_3177" data-name="パス 3177" d="M64.226,0,42.945,20.817,0,6.1Z" transform="translate(285.088 16300.535) rotate(-179)" fill="%2374c3d5"/></g></svg>');
  background-size: cover;
  position: absolute;
  top: 16px;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .c5-newsmailBnr01__inner:before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="38.134" height="36.857" viewBox="0 0 38.134 36.857"><g id="グループ_6335" data-name="グループ 6335" transform="translate(-19.547 -1242.284)"><path id="パス_3183" data-name="パス 3183" d="M9.386-1.767,15.5,12.939,0,3.7Z" transform="translate(19.975 1266.586) rotate(-14)" fill="%23ff8300"/><path id="パス_3182" data-name="パス 3182" d="M30.463,0,22.09,7.633,4.573,1.79Z" transform="translate(58.445 1270.095) rotate(-154)" fill="%23dae343"/><path id="パス_3181" data-name="パス 3181" d="M0,5.748,20.335,0l-7.99,13.082Z" transform="translate(39.883 1255.366) rotate(180)" fill="%2374c3d5"/></g></svg>');
    width: 9.7769230769vw;
    height: 9.4512820513vw;
    top: 1.2820512821vw;
    left: 1.0256410256vw;
  }
}
.c5-newsmailBnr01__inner:after {
  content: "";
  display: block;
  width: 163.21px;
  height: 50.85px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="163.207" height="50.849" viewBox="0 0 163.207 50.849"><g id="グループ_6332" data-name="グループ 6332" transform="translate(-1130.564 -16277.151)"><path id="パス_3178" data-name="パス 3178" d="M57.632,0l-19.1,18.68L0,5.475Z" transform="translate(1171.039 16309.875) rotate(-14)" fill="%23ff8300"/><path id="パス_3176" data-name="パス 3176" d="M73.293,0,65.615,22.821H0Z" transform="matrix(-0.978, -0.208, 0.208, -0.978, 1202.256, 16314.713)" fill="%23dae343"/><path id="パス_3170" data-name="パス 3170" d="M0,8.573,54.295,0,14.46,19.434Z" transform="translate(1293.771 16300) rotate(180)" fill="%2374c3d5"/></g></svg>');
  background-size: cover;
  position: absolute;
  top: 15px;
  right: 13px;
}
@media only screen and (max-width: 767px) {
  .c5-newsmailBnr01__inner:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="44.245" height="28.146" viewBox="0 0 44.245 28.146"><g id="グループ_6336" data-name="グループ 6336" transform="translate(-319.934 -1244.218)"><path id="パス_3179" data-name="パス 3179" d="M25.754-4.662,27.38.432,10.8,3.232Z" transform="translate(331.834 1271.84) rotate(-14)" fill="%23ff8300"/><path id="パス_3180" data-name="パス 3180" d="M14.873,0,13.315,16.9H0Z" transform="translate(364.18 1261.122) rotate(180)" fill="%23dae343"/><path id="パス_3184" data-name="パス 3184" d="M0,9.887,7.17,0,4.353,22.5Z" transform="matrix(0.588, 0.809, -0.809, 0.588, 338.139, 1246.395)" fill="%2374c3d5"/></g></svg>');
    width: 11.3461538462vw;
    height: 7.2179487179vw;
    top: 1.5384615385vw;
    right: 1.5384615385vw;
  }
}
.c5-newsmailBnr01__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2727272727;
  color: #C017A2;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .c5-newsmailBnr01__title {
    font-size: 18px;
  }
}
.c5-newsmailBnr01__txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .c5-newsmailBnr01__txt {
    font-size: 14px;
    text-align: left;
  }
}
.c5-newsmailBnr01__btn {
  min-height: 44px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .c5-newsmailBnr01__btn {
    min-width: 245px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-newsmailBnr01__btn {
    min-width: 0;
    width: 269px;
    max-width: 100%;
  }
}

/******************************************************
*  アニメーション
******************************************************/
/* 速度 */
*[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-mvSlider {
    margin: 0 -20px;
  }
}
.c5-mvSlider .slider-container {
  max-width: 1035px;
  margin: 0 auto;
  position: relative;
}
.c5-mvSlider .slider-container #prev-slide,
.c5-mvSlider .slider-container #next-slide {
  width: 50px;
  height: 110px;
  overflow: hidden;
  text-indent: -10em;
  cursor: pointer;
  background-color: #C017A2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 34.42 auto;
  color: #fff;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.c5-mvSlider .slider-container #prev-slide > span,
.c5-mvSlider .slider-container #next-slide > span {
  display: inline-block;
}
@media only screen and (hover: none) and (min-width: 768px) {
  .c5-mvSlider .slider-container #prev-slide:active, .c5-mvSlider .slider-container #prev-slide:hover,
  .c5-mvSlider .slider-container #next-slide:active,
  .c5-mvSlider .slider-container #next-slide:hover {
    opacity: 0.75;
  }
}
@media (hover: hover) {
  .c5-mvSlider .slider-container #prev-slide:active, .c5-mvSlider .slider-container #prev-slide:hover,
  .c5-mvSlider .slider-container #next-slide:active,
  .c5-mvSlider .slider-container #next-slide:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 767px) {
  .c5-mvSlider .slider-container #prev-slide,
  .c5-mvSlider .slider-container #next-slide {
    display: none;
  }
}
.c5-mvSlider .slider-container #prev-slide {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.293" height="43.351" viewBox="0 0 19.293 43.351"><path id="パス_3838" data-name="パス 3838" d="M-16735.992-10211.249l-17.215,21.795,17.207,20.289" transform="translate(16754.5 10211.869)" fill="none" stroke="%23fff" stroke-width="2"/></svg>');
}
.c5-mvSlider .slider-container #next-slide {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.293" height="43.351" viewBox="0 0 19.293 43.351"><path id="パス_3777" data-name="パス 3777" d="M-16735.992-10211.249l-17.215,21.795,17.207,20.289" transform="translate(-16735.207 -10168.519) rotate(180)" fill="none" stroke="%23fff" stroke-width="2"/></svg>');
  right: 0;
}
.c5-mvSlider .slick-list {
  overflow: visible;
}
.c5-mvSlider .slick-slide {
  margin: 0 37px;
}
.c5-mvSlider .slick-list {
  margin: 0 -37px;
}
.c5-mvSlider .slider-list {
  max-width: 1035px;
  position: relative;
}
.c5-mvSlider .slider img {
  width: 100%;
  display: block;
  max-width: 1035px;
}
.c5-mvSlider__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 46px;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .c5-mvSlider__foot {
    gap: 40px;
  }
}
.c5-mvSlider .thumbnail-slider {
  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: 46px;
}
@media only screen and (max-width: 767px) {
  .c5-mvSlider .thumbnail-slider {
    gap: 20px;
  }
}
.c5-mvSlider .thumbnail-slider div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c5-mvSlider .thumbnail-slider div {
    width: 77px;
  }
}
.c5-mvSlider .thumbnail-slider div::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 4px #C017A2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.c5-mvSlider .thumbnail-slider div.is-current::before {
  opacity: 1;
}
.c5-mvSlider .thumbnail-slider div img {
  width: 100px;
  height: auto;
}
.c5-mvSlider #toggle-autoplay {
  width: 48px;
  height: auto;
  font-size: 10px;
  overflow: hidden;
  text-indent: -20em;
  cursor: pointer;
  background-color: white;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.19" height="26.993" viewBox="0 0 19.19 26.993"><g id="グループ_5673" data-name="グループ 5673" transform="translate(-1071.903 -761)"><line id="線_3" data-name="線 3" y2="26.993" transform="translate(1075.403 761)" fill="none" stroke="%23707070" stroke-width="7"/><line id="線_4" data-name="線 4" y2="26.993" transform="translate(1087.593 761)" fill="none" stroke="%23707070" stroke-width="7"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12.19px auto;
  border: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 767px) {
  .c5-mvSlider #toggle-autoplay {
    width: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c5-mvSlider #toggle-autoplay > span {
  display: inline;
}
.c5-mvSlider #toggle-autoplay.is-stop {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="40" viewBox="0 0 26 40"><path id="多角形_21" data-name="多角形 21" d="M20,0,40,26H0Z" transform="translate(26) rotate(90)" fill="%23707070"/></svg>');
}
@media only screen and (hover: none) and (min-width: 768px) {
  .c5-mvSlider #toggle-autoplay:active, .c5-mvSlider #toggle-autoplay:hover {
    opacity: 0.75;
  }
}
@media (hover: hover) {
  .c5-mvSlider #toggle-autoplay:active, .c5-mvSlider #toggle-autoplay:hover {
    opacity: 0.75;
  }
}

.c5-info {
  padding-top: 44px;
}
.c5-infoBlock01__head {
  margin: 0 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c5-infoBlock01__more {
  font-weight: bold;
}
.c5-infoBlock01__more:after {
  content: ">";
  display: inline-block;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleY(1.4);
          transform: scaleY(1.4);
  padding-left: 0.5em;
}
.c5-infoList01 {
  border-top: 1px solid #dee2e7;
  padding-left: 0;
}
.c5-infoList01__item {
  border-bottom: 1px solid #dee2e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .c5-infoList01__item {
    padding: 10px 0;
  }
}
.c5-infoList01__date {
  width: 100px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .c5-infoList01__date {
    width: 80px;
    margin-right: 5px;
  }
}
.c5-infoList01__labels {
  width: 60px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 2px;
  color: #c017a2;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c5-infoList01__labels {
    min-width: 45px;
    margin-right: 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
.c5-infoList01__label {
  display: inline-block;
}
.c5-infoList01__title {
  text-decoration: underline;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (hover: none) and (min-width: 768px) {
  .c5-infoList01__title:active, .c5-infoList01__title:hover {
    text-decoration: none;
  }
}
@media (hover: hover) {
  .c5-infoList01__title:active, .c5-infoList01__title:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .c5-infoList01__title {
    width: 100%;
  }
}
.c5-infoBoxs01 {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .c5-infoBoxs01 > div:first-child {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .c5-infoBoxs01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c5-infoBox01 {
  position: relative;
  padding: 18px 30px;
  border: 1px solid #dae343;
  background: #fff;
}
.c5-infoBox01:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #dae343;
  content: "";
}
.c5-infoBox01__head {
  margin-bottom: 10px;
}
.c5-infoBox01__title {
  font-size: 18px;
  font-weight: 700;
}
.c5-infoBox01__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c5-infoBox01__text {
  font-size: 14px;
}
.c5-infoBox01__text > *:first-child {
  margin-top: 0;
}
.c5-infoBox01__text > *:last-child {
  margin-bottom: 0;
}
.c5-infoBox01__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1209px) {
  .c5-infoBox01__btns {
    width: 100%;
  }
}
.c5-infoBox01__btns__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c5-infoBox01--newsmail .c5-infoBox01__text {
  max-width: 400px;
}
@media only screen and (max-width: 1209px) {
  .c5-infoBox01--newsmail .c5-infoBox01__text {
    max-width: none;
  }
}
@media only screen and (min-width: 768px) {
  .c5-infoBox01--sns .c5-infoBox01__head {
    min-height: 28.8px;
  }
}
.c5-infoBox01--sns .c5-infoBox01__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c5-info .info_mail_sns_flame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c5-info .info_mail_sns_flame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.c5-info .info_mail_sns_flame > * {
  margin-top: 0 !important;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -ms-grid-column-align: stretch;
      justify-self: stretch;
}
@media only screen and (max-width: 767px) {
  .c5-info .info_mail_sns_flame > * {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c5-info .info_sns_flame {
  padding: 18px 20px;
}
@media only screen and (min-width: 768px) {
  .c5-info .info_sns_flame {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .c5-info .info_sns_flame {
    text-align: center;
  }
  .c5-info .info_sns_flame .info_sns_txt {
    margin-top: 0;
  }
  .c5-info .info_sns_flame .kaigyo {
    display: none;
  }
}
.c5-info .info_icons_flame {
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .c5-info .info_icons_flame {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .c5-info .info_icons_flame {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 10px;
    padding: 0 10px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .c5-info .info_icons_box {
    width: 50%;
    margin: 0 auto;
    float: left;
    text-align: right;
  }
}

.c5-about {
  position: relative;
  background-color: rgba(116, 195, 213, 0.35);
  padding: 50px 0 90px;
}
@media only screen and (min-width: 768px) {
  .c5-about {
    position: relative;
  }
  .c5-about:before {
    content: "";
    display: block;
    width: calc((100vw - 1432px) / 2);
    height: 100%;
    position: absolute;
    left: 1px;
    top: 0;
    background: #c017a2;
    z-index: -1;
  }
  .c5-about:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-position: top center;
    background-image: url(/mocopi/images/index/bg_about.png);
    background-repeat: no-repeat;
    background-size: 1600px 100%;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1599px) {
  .c5-about:after {
    background-size: 100vw 100%;
  }
}
@media only screen and (min-width: 768px) {
  .c5-about > * {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c5-about {
    background-position: top 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="1432" height="585" viewBox="0 0 1432 585"><defs><clipPath id="clip-path"><rect id="長方形_96" data-name="長方形 96" width="1432" height="585" fill="%2370c2d2"/></clipPath></defs><g id="グループ_100" data-name="グループ 100" transform="translate(0 -764.414)"><rect id="長方形_94" data-name="長方形 94" width="1432" height="585" transform="translate(0 764.414)" fill="%23ceeaf0"/><g id="マスクグループ_1" data-name="マスクグループ 1" transform="translate(0 764.414)" clip-path="url(%23clip-path)"><path id="パス_3775" data-name="パス 3775" d="M367.931,8.2l320.8,872.5L21,888.035Z" transform="matrix(0.326, 0.946, -0.946, 0.326, 397.006, -361.646)" fill="%2374c3d5"/><path id="パス_2" data-name="パス 2" d="M381.806-12.314l198.412,931.73L-30.929,997.668Z" transform="translate(-423.106 79.871) rotate(-29)" fill="%23c017a2"/></g></g></svg>');
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="390" height="422.541" viewBox="0 0 390 422.541"><defs><clipPath id="clip-path"><path id="パス_3811" data-name="パス 3811" d="M0,184.375H390V606.916H0Z" transform="translate(-20354 -9692.307)" fill="%2374c3d5" opacity="0.35"/></clipPath></defs><g id="マスクグループ_285" data-name="マスクグループ 285" transform="translate(20354 9507.932)" clip-path="url(%23clip-path)"><path id="パス_3809" data-name="パス 3809" d="M367.931,8.2l320.8,872.5L21,888.035Z" transform="translate(-19452.598 -9537.427) rotate(133)" fill="%2374c3d5"/><path id="パス_3810" data-name="パス 3810" d="M381.806-12.314l198.412,931.73L-30.929,997.668Z" transform="translate(-19798.408 -9927.832) rotate(85)" fill="%23c017a2"/></g></svg>');
    background-size: 100% auto;
    padding: 50px 0 60px;
  }
}
.c5-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 112px;
}
@media only screen and (max-width: 767px) {
  .c5-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 44px;
  }
}
@media only screen and (min-width: 768px) {
  .c5-about__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c5-about__cont {
    width: 100%;
  }
}
.c5-about__figure {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c5-about__figure {
    width: 508px;
    max-width: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .c5-about__figure {
    width: 100%;
  }
}
.c5-about__figure > * {
  position: relative;
  z-index: 1;
}
.c5-about__figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #C017A2;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .c5-about__figure:before {
    top: 10px;
    left: 10px;
  }
}
.c5-about__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5769230769;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .c5-about__title {
    margin-bottom: 8.2051282051vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c5-about__title > span {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 5.641025641vw;
    text-align: center;
  }
  .c5-about__title > span > span {
    font-size: 7.6923076923vw;
    line-height: 1.3333333333;
  }
}
.c5-about__title strong {
  font-size: 65px;
  line-height: 1.5230769231;
}
@media only screen and (max-width: 767px) {
  .c5-about__title strong {
    font-size: 16.6666666667vw;
    line-height: 1.2;
  }
}
.c5-about__title + p {
  margin: 36px 0 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c5-about__title + p {
    font-size: 5.1282051282vw;
  }
}
.c5-about__title + p > strong {
  font-size: 25px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .c5-about__title + p > strong {
    font-size: 6.4102564103vw;
  }
}
.c5-about__btns {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .c5-about__btns {
    margin-top: 40px;
  }
}

.c5-products__row01 {
  gap: 80px 40px;
}
@media only screen and (max-width: 1023px) {
  .c5-products__row01 .c5-row01__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c5-products__row01 .c5-row01__col:first-child {
  width: calc(40% - 20px);
}
@media only screen and (max-width: 1023px) {
  .c5-products__row01 .c5-row01__col:first-child {
    width: 100%;
  }
}
.c5-products__row01 .c5-row01__col:last-child {
  width: calc(60% - 20px);
}
@media only screen and (max-width: 1023px) {
  .c5-products__row01 .c5-row01__col:last-child {
    width: 100%;
  }
}
.c5-products__row01 .c5-row01__col:last-child .c5-row01__col--6 {
  width: calc(50% - 20px);
}
.c5-products__row01 .c5-row01__col .c5-row01 {
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .c5-products__row01 .c5-row01__col .c5-row01 {
    gap: 60px;
  }
}
.c5-products__row01 .c5-row01__col .c5-row01__col--6 {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767px) {
  .c5-products__row01 .c5-row01__col .c5-row01__col--6 {
    width: 100%;
  }
}
.c5-products__row02 {
  gap: 60px 40px;
}
@media only screen and (min-width: 768px) {
  .c5-products__row02 .c5-row01__col--4 {
    width: calc((100% - 80px) / 3);
  }
}
.c5-products__title02 {
  margin-top: 0;
}

.c5-feature {
  padding-top: 389px;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  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>');
}
@media only screen and (max-width: 767px) {
  .c5-feature {
    padding-top: 36.9230769231vw;
    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="グループ_5432" data-name="グループ 5432" 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>');
  }
}
.c5-feature__figure {
  text-align: center;
  margin: 0 0 34px;
}
.c5-feature__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.c5-feature__links dl {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .c5-feature__links dl {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .c5-feature__links dl {
    width: calc(50% - 10px);
  }
}
.c5-feature__links dl dt {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5384615385;
  margin: 0 0 24px;
}
@media only screen and (max-width: 767px) {
  .c5-feature__links dl dt {
    font-size: 16px;
    line-height: 1.5625;
    margin-bottom: 10px;
  }
}
.c5-feature__links dl dd {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .c5-feature__links dl dd .c5-btn01 {
    min-width: 100%;
  }
}
.c5-feature__imageMap {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c5-feature__imageMap {
    margin-bottom: 20px;
  }
}
.c5-feature__imageMap > a {
  display: inline-block;
  border-radius: 14px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #2F353D;
  position: absolute;
  width: 252px;
}
@media only screen and (hover: none) and (min-width: 768px) {
  .c5-feature__imageMap > a:active, .c5-feature__imageMap > a:hover {
    opacity: 0.75;
    color: inherit;
  }
}
@media (hover: hover) {
  .c5-feature__imageMap > a:active, .c5-feature__imageMap > a:hover {
    opacity: 0.75;
    color: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c5-feature__imageMap > a {
    font-size: 1.3333333333vw;
    width: 21vw;
  }
}
@media only screen and (max-width: 767px) {
  .c5-feature__imageMap > a {
    font-size: 3.0769230769vw;
    font-size: 14px;
    line-height: 1.5;
    width: 22.3076923077vw;
  }
}
@media only screen and (max-width: 639px) {
  .c5-feature__imageMap > a {
    font-size: 2.8205128205vw;
  }
}
.c5-feature__imageMap > a > span {
  text-align: center;
  display: inline-block;
  padding: 20px 20px 30px;
  width: 100%;
  min-height: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c5-feature__imageMap > a > span {
    padding: 1.25vw 1.25vw 1.875vw;
    min-height: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .c5-feature__imageMap > a > span {
    padding: 2.5641025641vw 2.0512820513vw 8.7179487179vw;
    min-height: 26.9230769231vw;
    text-align: left;
  }
  .c5-feature__imageMap > a > span br {
    display: none;
  }
}
.c5-feature__imageMap > a > span:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g id="グループ_5685" data-name="グループ 5685" transform="translate(-652 -4265.484)"><circle id="楕円形_62" data-name="楕円形 62" cx="16" cy="16" r="16" transform="translate(652 4265.484)" fill="%23fff"/><rect id="長方形_3465" data-name="長方形 3465" width="18" height="3" transform="translate(659 4279.484)" fill="%2383838f"/><rect id="長方形_3466" data-name="長方形 3466" width="18" height="3" transform="matrix(0.017, 1, -1, 0.017, 669.343, 4271.959)" fill="%2383838f"/></g></svg>');
  position: absolute;
  left: 50%;
  bottom: 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c5-feature__imageMap > a > span:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    bottom: 1.1666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c5-feature__imageMap > a > span:before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    width: 26px;
    height: 26px;
    bottom: 2.3076923077vw;
  }
}
.c5-feature__imageMap > a:nth-of-type(1) {
  background: #D7E142;
  top: 18.5993975904%;
  left: 15.6916666667%;
}
@media only screen and (max-width: 767px) {
  .c5-feature__imageMap > a:nth-of-type(1) {
    top: 17.1794871795vw;
    left: 13.5897435897vw;
  }
}
.c5-feature__imageMap > a:nth-of-type(2) {
  background: #71C1D2;
  top: 18.5993975904%;
  right: 18.6666666667%;
}
@media only screen and (max-width: 767px) {
  .c5-feature__imageMap > a:nth-of-type(2) {
    top: 17.1794871795vw;
    right: 13.8461538462vw;
  }
}
.c5-feature__imageMap > a:nth-of-type(3) {
  background: #C017A2;
  color: white;
  bottom: 23.343373494%;
  left: 15.6666666667%;
}
@media only screen and (max-width: 767px) {
  .c5-feature__imageMap > a:nth-of-type(3) {
    bottom: 23.8461538462vw;
    left: 9.2307692308vw;
  }
}
.c5-feature__imageMap > a:nth-of-type(4) {
  background: #FD7501;
  bottom: 23.343373494%;
  left: 39.25%;
}
@media only screen and (max-width: 767px) {
  .c5-feature__imageMap > a:nth-of-type(4) {
    bottom: 23.8461538462vw;
    left: 33.8461538462vw;
  }
}
.c5-feature__utils {
  border-top: 1px solid #707070;
}
.c5-featureUtil {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template: "title btns" "desc btns";
  padding: 40px 0;
  border-bottom: 1px solid #707070;
  gap: 20px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-featureUtil {
    gap: 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-featureUtil {
    padding: 30px 15px;
    gap: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c5-featureUtil dl, .c5-featureUtil dt, .c5-featureUtil dd {
  padding: 0;
}
.c5-featureUtil__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5384615385;
}
@media only screen and (max-width: 767px) {
  .c5-featureUtil__title {
    text-align: center;
    font-size: 20px;
  }
}
.c5-featureUtil__desc {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: desc;
  font-size: 14px;
  line-height: 1.9285714286;
}
.c5-featureUtil__btns {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: btns;
  justify-self: flex-end;
  -ms-grid-row-align: center;
      align-self: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-featureUtil__btns > a {
    max-width: 45vw;
    min-width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-featureUtil__btns {
    margin-top: 10px;
  }
}
.c5-feature .c5-mocopiAttention {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .c5-feature .c5-mocopiAttention {
    margin-top: 50px;
    padding-bottom: 30px;
  }
}

.c5-boxs01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0 0 28px;
}
.c5-boxs01 > *:first-child {
  width: 580px;
}
.c5-boxs01 > *:last-child {
  width: 405px;
}

.c5-boxs02 {
  margin: 46px 0;
}
@media only screen and (max-width: 767px) {
  .c5-boxs02 {
    margin: 24px 0;
  }
}

.c5-modal01 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 310;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.75);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c5-modal01:not(.is-open) {
  display: none;
}
.c5-modal01.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c5-modal01.is-open .c5-modal01__box {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.c5-modal01.is-open.is-show {
  opacity: 1;
}
.c5-modal01.is-open.is-show .c5-modal01__box {
  opacity: 1;
}
.c5-modal01__close {
  position: absolute;
  right: 12px;
  top: 12px;
  overflow: hidden;
  background: #C017A2;
  padding: 10px;
  border: none;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c5-modal01__close {
    right: 15px;
    top: 16px;
  }
}
.c5-modal01__close > span {
  text-indent: -5em;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  overflow: hidden;
}
.c5-modal01__close > span:before, .c5-modal01__close > span:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c5-modal01__close > span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c5-modal01__close > span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c5-modal01__box {
  background: #FFFFFF;
  padding: 15px 30px 30px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c5-modal01__box:not(.c5-modal01__box--wide) {
  border-radius: 5px;
  height: auto;
  max-width: 1200px;
  margin-right: 30px;
  margin-left: 30px;
  max-height: calc(100vh - 60px);
}
@media only screen and (max-width: 767px) {
  .c5-modal01__box:not(.c5-modal01__box--wide) {
    max-height: 88vh;
    padding: 25px 15px 30px;
  }
}
.c5-modal01__box--wide {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .c5-modal01__box--wide {
    max-height: 100%;
    padding: 25px 15px 0;
  }
}
.c5-modal01__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 10px;
  padding-right: 55px;
}
@media only screen and (max-width: 767px) {
  .c5-modal01__title {
    padding-right: 60px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
.c5-modal01__body {
  max-height: 100%;
  overflow: auto;
}
.c5-modal01__body--wide {
  max-height: none;
}
@media only screen and (max-width: 767px) {
  .c5-modal01__body {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-modal01__body .c5-row01 {
    margin-bottom: 25px;
  }
}
.c5-modal01__body .c5-btns > * {
  min-width: calc(50% - 20px);
}

.c5-card01__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 34px;
}
@media only screen and (max-width: 767px) {
  .c5-card01__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.c5-itemCard01 {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 12px;
}
.c5-itemCard01__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c5-itemCard01__figure {
  max-width: 40%;
}
.c5-itemCard01__title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8571428571;
  margin: 0 0 6px;
}

.c5-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}

.c5-app {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  display: inline-block;
}
.c5-app img {
  max-height: 45px;
}
@media only screen and (hover: none) and (min-width: 768px) {
  .c5-app:active, .c5-app:hover {
    opacity: 0.75;
  }
}
@media (hover: hover) {
  .c5-app:active, .c5-app:hover {
    opacity: 0.75;
  }
}

.c5-box01 {
  background: #CAF1F9;
  padding: 15px 30px 20px;
}
.c5-box01__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 15px;
}
.c5-box01__lead {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.625;
}
.c5-box01__row {
  gap: 46px 30px;
}
.c5-box01__row2 {
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .c5-box01__row2 .c5-row01__col--4 {
    width: calc((100% - 40px) / 3);
    min-width: 310px;
  }
  .c5-box01__row2 .c5-row01__col--6 {
    width: calc(50% - 10px);
  }
}
.c5-box01 .c5-row01__col--6 {
  max-width: 300px;
}
@media only screen and (max-width: 899px) {
  .c5-box01 .c5-row01__col--6 {
    width: 100%;
  }
}
.c5-box01__card {
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .c5-box01__card {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .c5-box01__card .c5-card01__figure {
    width: auto !important;
  }
  .c5-box01__card .c5-card01__figure > img {
    max-width: 120px;
  }
}
.c5-box01__card .c5-card01__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 767px) {
  .c5-box01__card .c5-card01__cont {
    width: auto !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 899px) {
  .c5-modal01 .c5-row01--02 > .c5-row01__col--8,
  .c5-modal01 .c5-row01--02 > .c5-row01__col--4 {
    width: 100% !important;
  }
  .c5-modal01 .c5-row01--02 .c5-box01 .c5-row01__col--12 {
    max-width: 300px;
  }
  .c5-modal01 .c5-row01--02 .c5-box01 .c5-row01__col--4 {
    min-width: 240px;
  }
}

.c5-box02 {
  background: #F9F9F9;
  position: relative;
  margin: 0 0 28px;
  margin: 50px 0 50px;
  padding: 26px 20px 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c5-box02 {
    padding: 15px;
    left: -5px;
    width: calc(100% + 10px);
    margin: 50px 0;
  }
}
.c5-box02 > * {
  position: relative;
  z-index: 1;
}
.c5-box02:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F9F9F9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c5-box02:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #DAE343;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-box02:before {
    top: 1.953125vw;
    left: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c5-box02:before {
    top: 10px;
    left: 10px;
  }
}
.c5-box02__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .c5-box02__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.c5-box02__lead {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6363636364;
}
@media only screen and (max-width: 767px) {
  .c5-box02__lead {
    font-size: 18px;
  }
}
.c5-box02--02 {
  background: #F9F9F9;
}
.c5-box02--02:before {
  background: #C017A2;
}
.c5-box02--02 .c5-box02__inner {
  padding: 12px 48px;
  background: white;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .c5-box02--02 .c5-box02__inner {
    padding: 12px;
    gap: 20px;
  }
}
.c5-box02--02 .c5-box02__inner .c5-box02__obj {
  position: relative;
  bottom: -12px;
  margin-top: -12px;
}
@media only screen and (max-width: 767px) {
  .c5-box02--02 .c5-box02__inner .c5-box02__obj {
    margin-top: 0;
    text-align: center;
  }
  .c5-box02--02 .c5-box02__inner .c5-box02__obj img {
    max-width: 200px;
    width: 50%;
  }
}
.c5-box02--02 .c5-box02__lead {
  color: #C017A2;
}
.c5-box02--03:before {
  background: #74C3D5;
}
.c5-box02--04:before {
  background: #FF8300;
}
.c5-box02 > *:first-child {
  margin-top: 0;
}
.c5-box02 > *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .c5-box02 .c5-card01__cont {
    padding-top: 5px;
    padding-left: 25px;
  }
}
.c5-box02.c5-row01__col {
  margin: 0;
}

.c5-panel01__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) {
  .c5-panel01__title[style*=margin-left] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-panel01__title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-panel01__title {
    text-align: center;
  }
}
.c5-panel01__figure {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .c5-panel01__figure {
    position: relative;
  }
  .c5-panel01__figure img {
    -o-object-position: center centers;
       object-position: center centers;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c5-panel01--figureFirst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.c5-panel01--figureFirst .c5-panel01__figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 0;
}
.c5-panel01--figureFirst .c5-panel01__title {
  margin-bottom: 0;
}
.c5-panel01__cont .c5-note01 {
  margin-top: 0;
}

.c5-figure01 img + figcaption {
  margin: 10px 0 0;
}
.c5-figure01 figcaption + img {
  margin: 0 0 10px;
}
.c5-figure01 figcaption {
  font-size: 14px;
  line-height: 1.4;
  color: #585858;
}

.c5-figure02 {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .c5-figure02 {
    margin: 30px 0;
  }
}
.c5-figure02.c5-card01__figure {
  margin: 0;
}
.c5-figure02 img + figcaption {
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .c5-figure02 img + figcaption {
    margin: 30px 0 0;
  }
}
.c5-figure02 img {
  -webkit-box-shadow: 20px 20px 0 0 #C017A2;
          box-shadow: 20px 20px 0 0 #C017A2;
}
@media only screen and (max-width: 767px) {
  .c5-figure02 img {
    -webkit-box-shadow: 10px 10px 0 0 #C017A2;
            box-shadow: 10px 10px 0 0 #C017A2;
    width: calc(100% - 10px);
  }
}
.c5-figure02--02 img {
  -webkit-box-shadow: 20px 20px 0 0 #FF8300;
          box-shadow: 20px 20px 0 0 #FF8300;
}
@media only screen and (max-width: 767px) {
  .c5-figure02--02 img {
    -webkit-box-shadow: 10px 10px 0 0 #C017A2;
            box-shadow: 10px 10px 0 0 #C017A2;
  }
}
.c5-figure02--03 img {
  -webkit-box-shadow: 20px 20px 0 0 #74C3D5;
          box-shadow: 20px 20px 0 0 #74C3D5;
}
@media only screen and (max-width: 767px) {
  .c5-figure02--03 img {
    -webkit-box-shadow: 10px 10px 0 0 #C017A2;
            box-shadow: 10px 10px 0 0 #C017A2;
    width: calc(100% - 10px);
  }
}
.c5-figure02--04 img {
  -webkit-box-shadow: 20px 20px 0 0 #DAE343;
          box-shadow: 20px 20px 0 0 #DAE343;
}
@media only screen and (max-width: 767px) {
  .c5-figure02--04 img {
    -webkit-box-shadow: 10px 10px 0 0 #C017A2;
            box-shadow: 10px 10px 0 0 #C017A2;
  }
}
.c5-figure02 figcaption + img {
  margin: 0 0 10px;
}
.c5-figure02 figcaption {
  font-size: 14px;
  line-height: 1.4;
  color: #585858;
}
.c5-figure02 .c5-row01 {
  gap: 46px;
}
.c5-figure02 .c5-row01__col--4 {
  width: calc((100% - 92px) / 3);
}
.c5-figure02 .c5-row01__col--4 img {
  -webkit-box-shadow: 10px 10px 0 0 #C017A2;
          box-shadow: 10px 10px 0 0 #C017A2;
}

.c5-inlineBox01 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.c5-inlineBox01--600 {
  max-width: 600px;
}
.c5-inlineBox01__row {
  gap: 40px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.c5-inlineBox01__row .c5-row01__col.c5-figure01 img {
  background: white;
  background: #76c3d2;
}
.c5-inlineBox01__row .c5-inlineBox01__btns {
  margin-top: 10px;
}
.c5-inlineBox01__row .c5-card01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  gap: 20px;
}
.c5-inlineBox01__row .c5-card01 .c5-inlineBox01__btns {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c5-inlineBox01__row .c5-card01 .c5-inlineBox01__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-inlineBox01__row .c5-row01__col--4 {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 1023px) {
  .c5-inlineBox01__row .c5-card01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c5-inlineBox01__row .c5-card01__figure, .c5-inlineBox01__row .c5-card01__cont {
    width: 100%;
    max-width: none;
  }
  .c5-inlineBox01__row .c5-card01__cont {
    text-align: center;
  }
}
.c5-inlineBox01__btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c5-inlineBox01__btn.s5-storeButtonV3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  width: 100%;
}
.c5-inlineBox01__btns {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c5-inlineBox01__btns .s5-storeButtonV3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  width: 100%;
}
.c5-inlineBox01__btns .c5-apps {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c5-productBox01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template: "figure cont" "detail detail";
  grid-template-rows: auto 1fr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-productBox01 {
    -ms-grid-rows: auto auto;
        grid-template: "figure" "cont" "detail";
  }
}
@media only screen and (max-width: 767px) {
  .c5-productBox01 {
    -ms-grid-rows: auto 20px auto;
        grid-template: "figure" "cont" "detail";
    gap: 20px;
  }
}
.c5-productBox01__cont {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: cont;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c5-productBox02 > .c5-productBox01__cont {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.c5-productBox02 > .c5-productBox01__cont {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-productBox01__cont {
    height: auto !important;
  }
}
.c5-productBox01__detail {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: detail;
  width: 100%;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F2F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c5-productBox02 > .c5-productBox01__detail {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.c5-productBox02 > .c5-productBox01__detail {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.c5-productBox02__top > .c5-productBox01__detail {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
@media only screen and (max-width: 767px) {
  .c5-productBox01__detail {
    padding: 20px 25px;
  }
}
.c5-productBox01__detail > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c5-productBox01__detail.c5-price01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 16px 20px 20px;
  }
}
.c5-productBox01__detail .c5-price01__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width: 768px) {
  .c5-productBox01__detail .c5-price01__cont {
    max-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-productBox01__detail .c5-price01__btns {
    text-align: center;
  }
}
.c5-productBox01__detail .s5-inStoreProductInfo {
  margin-bottom: 0;
}
.c5-productBox01__detail .s5-inStoreProductInfo__storeText {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 5px;
}
.c5-productBox01__detail .s5-inStoreProductInfo__storePrice {
  font-size: 22px;
}
.c5-productBox01__detail .s5-inStoreProductInfo__storeUnit {
  font-size: 14px;
  font-weight: bold;
}
.c5-productBox01__detail .s5-p2 {
  margin-top: 10px;
}
.c5-productBox01__detail .s5-p2:last-of-type {
  margin-bottom: 0;
}
.c5-productBox01__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5384615385;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .c5-productBox01__title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.c5-productBox01__desc {
  font-size: 14px;
  line-height: 1.7857142857;
}
.c5-productBox01__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: figure;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #DEE2E7;
  position: relative;
  -ms-grid-column-align: center;
      justify-self: center;
}
.c5-productBox02 > .c5-productBox01__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c5-productBox02 > .c5-productBox01__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c5-productBox02__top > .c5-productBox01__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c5-productBox01__figure {
  max-width: 120px;
  width: 30vw;
  max-height: 120px;
  height: 30vw;
  position: relative;
  overflow: hidden; /* はみ出した画像部分を隠す */
}
@media only screen and (max-width: 767px) {
  .c5-productBox01__figure {
    max-width: none;
    max-height: none;
    width: 190px;
    height: 190px;
  }
}
.c5-productBox01__figure img {
  height: auto;
}
.c5-productBox01__figure--wide {
  max-width: 200px !important;
  max-height: none;
  height: auto !important;
  background: none;
}
@media only screen and (max-width: 767px) {
  .c5-productBox01__figure--wide {
    width: 240px;
  }
}
.c5-productBox01__figure--wide > img {
  background: #DEE2E7;
  height: auto;
  -o-object-fit: inherit;
     object-fit: inherit;
}

.c5-productBox02 {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template: "figure detail" "cont cont";
  grid-template: "figure detail" 1fr "cont cont" auto;
  -ms-grid-columns: 1fr 20px auto;
  grid-template-columns: 1fr auto; /* 左:右 = 1:3 の比率で分割 */
  grid-template-rows: auto auto; /* 自動で高さを調整 */
  gap: 30px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-productBox02 {
    -ms-grid-rows: auto auto;
        grid-template: "figure" "detail" "cont";
  }
  .c5-productBox02 > .c5-productBox01__cont {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox02 > .c5-productBox01__detail {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox02 > .c5-productBox01__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c5-productBox02 {
    -ms-grid-columns: auto 16px 1fr;
    grid-template-columns: auto 1fr; /* figure はコンテンツ成り行き、detail は残り幅 */
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto; /* 各行の高さを自動調整 */
    gap: 20px 16px;
  }
  .c5-productBox02 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox02 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .c5-productBox02 > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .c5-productBox02 > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
.c5-productBox02__cont {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: cont;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  justify-self: flex-end;
  width: 100%;
}
.c5-productBox02 > .c5-productBox02__cont {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.c5-productBox02 > .c5-productBox02__cont {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.c5-productBox02__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: figure;
  -ms-grid-column-align: center;
      justify-self: center;
  max-width: 120px;
  width: 30vw;
  max-height: 120px;
  height: 30vw;
  overflow: hidden;
  background: #DEE2E7;
}
.c5-productBox02 > .c5-productBox02__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c5-productBox02 > .c5-productBox02__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c5-productBox02__top > .c5-productBox02__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c5-productBox02__figure--wide {
  max-width: 250px !important;
  max-height: none;
  height: auto !important;
}
.c5-productBox02__figure--wide > img {
  height: auto;
  -o-object-fit: inherit;
     object-fit: inherit;
}
.c5-productBox02__figure--square {
  border-radius: 5px;
}
.c5-productBox02__figure--square img {
  border-radius: 5px;
}
.c5-productBox02__detail {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: detail;
}
.c5-productBox02 > .c5-productBox02__detail {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.c5-productBox02 > .c5-productBox02__detail {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.c5-productBox02__top > .c5-productBox02__detail {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.c5-productBox02__detail.c5-price01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.c5-productBox02__detail .c5-price01__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 240px;
}
.c5-productBox02__detail .s5-inStoreProductInfo {
  margin-bottom: 0;
}
.c5-productBox02__detail .s5-inStoreProductInfo__storeText {
  font-size: 14px;
  margin: 0 0 5px;
}
.c5-productBox02__detail .s5-inStoreProductInfo__storePrice {
  font-size: 22px;
}
.c5-productBox02__detail .s5-inStoreProductInfo__storeUnit {
  font-size: 14px;
  font-weight: bold;
}
.c5-productBox02__detail .s5-p2 {
  margin-top: 10px;
}
.c5-productBox02__detail .s5-p2:last-of-type {
  margin-bottom: 0;
}
.c5-productBox02__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .c5-productBox02__title {
    margin-bottom: 15px;
  }
}
.c5-productBox02__desc {
  font-size: 14px;
  line-height: 1.7857142857;
  margin-bottom: 18px;
}
.c5-productBox02__desc > *:first-child {
  margin-top: 0;
}
.c5-productBox02__desc > *:last-child {
  margin-bottom: 0;
}
.c5-productBox02__btns {
  margin: auto 0 0;
  text-align: center;
  justify-self: flex-end;
  text-align: center;
}
.c5-productBox02__top {
  display: -ms-grid;
  display: grid;
  gap: 20px;
      grid-template-areas: "figure detail" "desc desc";
  -ms-grid-columns: 1fr 20px auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto 20px 1fr;
  grid-template-rows: auto 1fr;
}
.c5-productBox02__top .c5-productBox02__detail {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: detail;
}
.c5-productBox02__top .c5-productBox02__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: figure;
}
.c5-productBox02__top .c5-productBox02__desc {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: desc;
}

.c5-productBox03 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .c5-productBox03 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
        grid-template: "figure detail" "cont cont" "btns btns";
  }
  .c5-productBox03 > .c5-productBox01__cont {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .c5-productBox03 > .c5-productBox01__detail {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .c5-productBox03 > .c5-productBox01__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox03 > .c5-productBox02__cont {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .c5-productBox03 > .c5-productBox02__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox03 > .c5-productBox02__detail {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .c5-productBox03 > .c5-productBox02__detail {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
  .c5-productBox03 > .c5-productBox02__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.c5-productBox03__cont {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: cont;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c5-productBox02 > .c5-productBox03__cont {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.c5-productBox02 > .c5-productBox03__cont {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
}
.c5-productBox03__btns {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: btns;
}
.c5-productBox03__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: figure;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  max-width: 120px;
  margin: 0 auto;
  -ms-grid-column-align: center;
      justify-self: center;
}
.c5-productBox02 > .c5-productBox03__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c5-productBox02 > .c5-productBox03__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c5-productBox02__top > .c5-productBox03__figure {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.c5-productBox03__figure img {
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.c5-productBox03__detail {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: detail;
}
.c5-productBox02 > .c5-productBox03__detail {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.c5-productBox02 > .c5-productBox03__detail {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.c5-productBox02__top > .c5-productBox03__detail {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
  .c5-productBox01__cont {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c5-productBox01__detail {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox01__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox02__cont {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c5-productBox02 > .c5-productBox02__cont {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox02__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox02 > .c5-productBox02__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox02__detail {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox02 > .c5-productBox02__detail {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox02__top .c5-productBox02__detail {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox02 > .c5-productBox02__detail {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox02__top .c5-productBox02__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox02 > .c5-productBox02__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox03__cont {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c5-productBox02 > .c5-productBox03__cont {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox03__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox02 > .c5-productBox03__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox03__detail {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox02 > .c5-productBox03__detail {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media only screen and (max-width: 767px){
  .c5-productBox01__cont {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .c5-productBox01__detail {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox01__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox02__cont {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .c5-productBox02__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox02__detail {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox02__top .c5-productBox02__detail {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox02__top .c5-productBox02__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox03__cont {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .c5-productBox03 > .c5-productBox03__cont {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .c5-productBox03__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox03 > .c5-productBox03__figure {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c5-productBox03__detail {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .c5-productBox03 > .c5-productBox03__detail {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c5-productBox03__detail {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: left;
  }
  .c5-productBox03__detail * {
    justify-self: flex-start !important;
    text-align: left;
  }
}
.c5-productBox03__detail .c5-price01__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 240px;
}
.c5-productBox03__detail .s5-inStoreProductInfo {
  margin-bottom: 0;
  text-align: center !important;
}
.c5-productBox03__detail .s5-inStoreProductInfo__storeText {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 5px;
}
.c5-productBox03__detail .s5-inStoreProductInfo__storePrice {
  font-size: 22px;
}
.c5-productBox03__detail .s5-inStoreProductInfo__storeUnit {
  font-size: 14px;
  font-weight: bold;
}
.c5-productBox03__detail .s5-p2 {
  margin-top: 10px;
}
.c5-productBox03__detail .s5-p2:last-of-type {
  margin-bottom: 0;
}
.c5-productBox03__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c5-productBox03__title {
    text-align: left;
  }
}
.c5-productBox03__desc {
  font-size: 14px;
  line-height: 1.7857142857;
  margin-bottom: 18px;
}
.c5-productBox03__btns {
  margin: auto 0 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-self: flex-end;
}
@media only screen and (max-width: 767px) {
  .c5-productBox03__btns {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

.c5-relate .s5-inStoreItem4__productName,
.c5-relate .s5-inStoreItem4__modelName {
  font-size: 18px;
  font-weight: bold;
  color: inherit;
}
@media only screen and (max-width: 767px) {
  .c5-relate .s5-inStoreItem4__productName,
  .c5-relate .s5-inStoreItem4__modelName {
    font-size: 16px;
  }
}
.c5-relate .s5-sonystoreBlock__multiColMain {
  margin: 0 0 0px !important;
}
.c5-relate .s5-sonystoreBlock__buyAtStorePriceGroup {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .c5-relate {
    padding-top: 36.9230769231vw;
  }
  .c5-relate .s5-inStoreList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .c5-relate .s5-inStoreList > .s5-inStoreItem4 {
    width: calc(50% - 10px);
    padding: 0;
    margin: 0;
  }
  .c5-relate .s5-inStoreList > .s5-inStoreItem4 .s5-inStoreItem4__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .c5-relate .s5-inStoreList > .s5-inStoreItem4 .s5-inStoreItem4__image {
    width: 100%;
    padding: 0;
  }
  .c5-relate .s5-inStoreList > .s5-inStoreItem4 .s5-inStoreItem4__text {
    width: 100%;
    padding: 0;
  }
}

.c5-linkBox01 {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c5-linkBox01 figure {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c5-linkBox01 figure img + figcaption {
  margin: 15px 0 0;
}
.c5-linkBox01 figure figcaption {
  justify-self: flex-end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 14px;
  line-height: 1.5714285714;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-linkBox01 figure figcaption {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-linkBox01 figure figcaption {
    font-size: 12px;
    line-height: 1.4285714286;
  }
}

.c5-serviceRow01 {
  margin-top: 50px;
  gap: 70px 76px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-serviceRow01 {
    gap: 5.859375vw 6.4453125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c5-serviceRow01 {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .c5-serviceRow01 .c5-row01__col {
    width: calc(50% - 38px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-serviceRow01 .c5-row01__col {
    width: calc(50% - 3.22265625vw);
  }
}

.c5-serviceRow02 {
  margin-bottom: 10px;
  gap: 50px 30px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-serviceRow02 {
    gap: 4.8828125vw 2.9296875vw;
  }
}
@media only screen and (max-width: 767px) {
  .c5-serviceRow02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 26px 36px;
  }
}
@media only screen and (min-width: 768px) {
  .c5-serviceRow02 > .c5-row01__col {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-serviceRow02 > .c5-row01__col {
    width: calc(50% - 1.46484375vw);
  }
}
@media only screen and (max-width: 767px) {
  .c5-serviceRow02 > .c5-row01__col {
    width: calc(50% - 18px);
  }
}

.c5-featureBlock01 {
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-featureBlock01 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-featureBlock01 {
    margin-top: 60px;
  }
  .c5-featureBlock01:not(:first-of-type) {
    padding-top: 50px;
  }
}
.c5-featureBlock01:first-of-type {
  margin-top: 0;
}
.c5-featureBlock01--border {
  border-top: solid 2px #CCCCCC;
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-featureBlock01--border {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-featureBlock01--border {
    padding-top: 50px;
  }
}
.c5-featureBlock01__title {
  margin: 0 0 30px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .c5-featureBlock01__title {
    text-align: center;
    margin-bottom: 24px;
  }
}
.c5-featureBlock01__title > span:first-child {
  font-size: 30px;
  line-height: 1.5333333333;
}
@media only screen and (max-width: 767px) {
  .c5-featureBlock01__title > span:first-child {
    font-size: 25px;
  }
}
.c5-featureBlock01__title > strong {
  font-size: 45px;
  line-height: 1.5333333333;
  line-height: 1.3;
  color: #C017A2;
}
@media only screen and (min-width: 768px) {
  .c5-featureBlock01__title > strong[style*=margin-left] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-featureBlock01__title > strong {
    font-size: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-featureBlock01__title > strong {
    font-size: 32px;
  }
}
.c5-featureBlock01__title > span:last-child {
  font-size: 22px;
  line-height: 1.6363636364;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .c5-featureBlock01__title > span:last-child {
    font-size: 20px;
    margin-left: -1em;
    margin-right: -1em;
    letter-spacing: 0;
  }
}
.c5-featureBlock01 .c5-card01 {
  margin-bottom: 138px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-featureBlock01 .c5-card01 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-featureBlock01 .c5-card01 {
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-featureBlock01 .c5-row01 {
    gap: 40px;
  }
  .c5-featureBlock01 .c5-row01:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c5-featureBlock01 .c5-panel01 {
    max-width: 71.0256410256vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.c5-featureBlock01 .c5-figure01 .c5-row01 {
  gap: 15px;
}
.c5-featureBlock01 .c5-figure01 .c5-row01__col--4 {
  width: calc((100% - 30px) / 3);
}

.c5-accordion01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
@media only screen and (max-width: 767px) {
  .c5-accordion01 {
    gap: 30px;
  }
}
.c5-accordion01__item {
  background: white;
  position: relative;
}
.c5-accordion01__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FF8300;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}
.c5-accordion01__hook {
  z-index: 1;
  background: white;
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 80px 24px 30px;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none !important;
  color: #000000 !important;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media only screen and (hover: none) and (min-width: 768px) {
  .c5-accordion01__hook:active, .c5-accordion01__hook:hover {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    color: #FF8300 !important;
  }
}
@media (hover: hover) {
  .c5-accordion01__hook:active, .c5-accordion01__hook:hover {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    color: #FF8300 !important;
  }
}
@media only screen and (max-width: 767px) {
  .c5-accordion01__hook {
    font-size: 16px;
    padding: 16px 60px 16px 14px;
  }
}
.c5-accordion01__hook:before {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml,<svg id="コンポーネント_19_2" data-name="コンポーネント 19 – 2" xmlns="http://www.w3.org/2000/svg" width="47" height="47" viewBox="0 0 47 47"><circle id="楕円形_68" data-name="楕円形 68" cx="23.5" cy="23.5" r="23.5" fill="%23c017a2"/><g id="グループ_46" data-name="グループ 46" transform="translate(1119 5206.263) rotate(180)"><path id="パス_3808" data-name="パス 3808" d="M13.886.627,29,0" transform="translate(1084.747 5166.247) rotate(45)" fill="none" stroke="%23fff" stroke-width="2"/><line id="線_208" data-name="線 208" y1="10.253" x2="10.753" transform="translate(1084.747 5176.5)" fill="none" stroke="%23fff" stroke-width="2"/></g></svg>');
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .c5-accordion01__hook:before {
    width: 40px;
    height: 40px;
    right: 12px;
  }
}
.c5-accordion01__cont {
  background: white;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .c5-accordion01__cont {
    padding: 14px;
  }
}

.c5-specBlock01 > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .c5-specBlock01 {
    gap: 40px;
  }
}
.c5-specBlock01__head {
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 700;
  background: #f2f2f2;
  margin: 0;
  border: solid 1px #ccc;
}
.c5-specBlock01__body + .c5-specBlock01__head {
  margin-top: -1px;
}
.c5-specBlock01__table {
  width: 100%;
  border-left: 1px solid #ccc;
}
.c5-specBlock01__th {
  text-align: left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  font-size: 14px;
  background: #fff;
  width: 33.33333%;
  font-weight: 700;
  vertical-align: top;
}
.c5-specBlock01__th--col2 {
  width: 16.66667%;
}
.c5-specBlock01__td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  font-size: 14px;
  background: #fff;
  line-height: 1.7;
}

.c5-featureRow01 {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .c5-featureRow01__col {
    max-width: 440px;
  }
}

.c5-videoWrap01 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.c5-videoWrap01 > iframe,
.c5-videoWrap01 > video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.c5-videoWrap02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  margin: 80px auto;
}
@media only screen and (max-width: 767px) {
  .c5-videoWrap02 {
    margin: 60px auto;
  }
}
.c5-videoWrap02__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6363636364;
  margin: 0 0 20px;
}
.c5-videoWrap02__inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  padding-bottom: 20px;
  -webkit-box-shadow: 20px 20px 0 0 #FF8300;
          box-shadow: 20px 20px 0 0 #FF8300;
}
.c5-videoWrap02__inner > iframe,
.c5-videoWrap02__inner > video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .c5-videoWrap02__inner {
    -webkit-box-shadow: 10px 10px 0 0 #FF8300;
            box-shadow: 10px 10px 0 0 #FF8300;
  }
}
.c5-videoWrap02__inner + figcaption {
  margin-top: 45px;
}
.c5-videoWrap02--02 .c5-videoWrap02__inner {
  -webkit-box-shadow: 20px 20px 0 0 #74C3D5;
          box-shadow: 20px 20px 0 0 #74C3D5;
}
@media only screen and (max-width: 767px) {
  .c5-videoWrap02--02 .c5-videoWrap02__inner {
    -webkit-box-shadow: 10px 10px 0 0 #74C3D5;
            box-shadow: 10px 10px 0 0 #74C3D5;
  }
}
.c5-title02 + .c5-videoWrap02 {
  margin-top: 0;
}

.c5-indexList01 {
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-indexList01 {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-indexList01 {
    gap: 20px;
  }
}
.c5-indexList01__item.c5-row01__col--3 {
  width: calc((100% - 150px) / 4);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-indexList01__item.c5-row01__col--3 {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .c5-indexList01__item.c5-row01__col--3 {
    width: calc((100% - 20px) / 2);
  }
}
.c5-indexList01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  gap: 10px;
  min-height: 168px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .c5-indexList01__item {
    padding: 10px 10px 14px;
    min-height: 148px;
  }
}
@media only screen and (hover: none) and (min-width: 768px) {
  .c5-indexList01__item:active, .c5-indexList01__item:hover {
    color: #2F353D !important;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0.7;
    color: inherit !important;
  }
  .c5-indexList01__item:active:before, .c5-indexList01__item:hover:before {
    opacity: 0.6;
  }
}
@media (hover: hover) {
  .c5-indexList01__item:active, .c5-indexList01__item:hover {
    color: #2F353D !important;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0.7;
    color: inherit !important;
  }
  .c5-indexList01__item:active:before, .c5-indexList01__item:hover:before {
    opacity: 0.6;
  }
}
.c5-indexList01__item--01 {
  background-color: #DAE343;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="260" height="168" viewBox="0 0 260 168"><g id="グループ_6338" data-name="グループ 6338" transform="translate(-117 -10734)"><rect id="長方形_3570" data-name="長方形 3570" width="260" height="168" transform="translate(117 10734)" fill="%23dae343"/><path id="パス_3829" data-name="パス 3829" d="M25,132V0L-16.715,137.648Z" transform="translate(352 10734)" fill="%23ff8300"/><path id="パス_3830" data-name="パス 3830" d="M13.117,120v53.391H-130Z" transform="translate(363.884 10728.609)" fill="%2374c3d5"/></g></svg>');
}
@media only screen and (max-width: 767px) {
  .c5-indexList01__item--01 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="147.046" viewBox="0 0 170 147.046"><g id="グループ_6339" data-name="グループ 6339" transform="translate(-117 -10734)"><rect id="長方形_3570" data-name="長方形 3570" width="170" height="147" transform="translate(117 10734)" fill="%23dae343"/><path id="パス_3829" data-name="パス 3829" d="M15.285,132V0l-32,137.648Z" transform="translate(271.715 10734)" fill="%23ff8300"/><path id="パス_3830" data-name="パス 3830" d="M-28.685,120v42.046H-130Z" transform="translate(315.685 10719)" fill="%23c017a2"/></g></svg>');
  }
}
.c5-indexList01__item--02 {
  background-color: #74C3D5;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="260" height="168" viewBox="0 0 260 168"><g id="グループ_6335" data-name="グループ 6335" transform="translate(-430 -10734)"><rect id="長方形_3571" data-name="長方形 3571" width="260" height="168" transform="translate(430 10734)" fill="%2374c3d5"/><path id="パス_3828" data-name="パス 3828" d="M25,132V0L-16.715,137.648Z" transform="translate(665 10734)" fill="%23dae343"/><path id="パス_3824" data-name="パス 3824" d="M13.117,120v53.391H-130Z" transform="translate(676.884 10728.609)" fill="%23c017a2"/></g></svg>');
}
@media only screen and (max-width: 767px) {
  .c5-indexList01__item--02 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="147.046" viewBox="0 0 170 147.046"><g id="グループ_6340" data-name="グループ 6340" transform="translate(-117 -10734)"><rect id="長方形_3570" data-name="長方形 3570" width="170" height="147" transform="translate(117 10734)" fill="%2374c3d5"/><path id="パス_3829" data-name="パス 3829" d="M15.285,132V0l-32,137.648Z" transform="translate(271.715 10734)" fill="%23dae343"/><path id="パス_3830" data-name="パス 3830" d="M-28.685,120v42.046H-130Z" transform="translate(315.685 10719)" fill="%23c017a2"/></g></svg>');
  }
}
.c5-indexList01__item--03 {
  background-color: #c017a2;
  color: white !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="260" height="168" viewBox="0 0 260 168"><g id="グループ_6336" data-name="グループ 6336" transform="translate(-745 -10734)"><rect id="長方形_3573" data-name="長方形 3573" width="260" height="168" transform="translate(745 10734)" fill="%23c017a2"/><path id="パス_3831" data-name="パス 3831" d="M25,132V0L-16.715,137.648Z" transform="translate(980 10734)" fill="%2374c3d5"/><path id="パス_3832" data-name="パス 3832" d="M13.117,120v53.391H-130Z" transform="translate(991.884 10728.609)" fill="%23ff8300"/></g></svg>');
}
.c5-indexList01__item--03:hover {
  color: white !important;
}
@media only screen and (max-width: 767px) {
  .c5-indexList01__item--03 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="147.05" viewBox="0 0 170 147.05"><g id="グループ_6341" data-name="グループ 6341" transform="translate(-117 -10734)"><rect id="長方形_3570" data-name="長方形 3570" width="170" height="147" transform="translate(117 10734)" fill="%23c017a2"/><path id="パス_3829" data-name="パス 3829" d="M15.285,132V0l-32,137.648Z" transform="translate(271.715 10734)" fill="%2374c3d5"/><path id="パス_3830" data-name="パス 3830" d="M-28.685,120v32.05H-130Z" transform="translate(315.685 10729)" fill="%23ff8300"/></g></svg>');
  }
}
.c5-indexList01__item--04 {
  background-color: #FF8300;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="260" height="168" viewBox="0 0 260 168"><g id="グループ_6337" data-name="グループ 6337" transform="translate(-1057 -10734)"><rect id="長方形_3572" data-name="長方形 3572" width="260" height="168" transform="translate(1057 10734)" fill="%23ff8300"/><path id="パス_3833" data-name="パス 3833" d="M25,132V0L-16.715,137.648Z" transform="translate(1292 10734)" fill="%23dae343"/><path id="パス_3834" data-name="パス 3834" d="M13.117,120v53.391H-130Z" transform="translate(1303.884 10728.609)" fill="%23c017a2"/></g></svg>');
}
@media only screen and (max-width: 767px) {
  .c5-indexList01__item--04 {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="147.046" viewBox="0 0 170 147.046"><g id="グループ_6342" data-name="グループ 6342" transform="translate(-117 -10734)"><rect id="長方形_3570" data-name="長方形 3570" width="170" height="147" transform="translate(117 10734)" fill="%23ff8300"/><path id="パス_3829" data-name="パス 3829" d="M15.285,132V0l-32,137.648Z" transform="translate(271.715 10734)" fill="%23dae343"/><path id="パス_3830" data-name="パス 3830" d="M-28.685,120v42.046H-130Z" transform="translate(315.685 10719)" fill="%23c017a2"/></g></svg>');
  }
}
.c5-indexList01__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 767px) {
  .c5-indexList01__title {
    font-size: 15px;
  }
}
.c5-indexList01__more {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3333333333;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c5-indexList01__more {
    font-size: 14px;
  }
}
.c5-indexList01__more:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g id="グループ_5920" data-name="グループ 5920" transform="translate(-652 -4265.484)"><circle id="楕円形_62" data-name="楕円形 62" cx="16" cy="16" r="16" transform="translate(652 4265.484)" fill="%23fff"/><rect id="長方形_3465" data-name="長方形 3465" width="18" height="3" transform="translate(659 4279.484)" fill="%2383838f"/><rect id="長方形_3466" data-name="長方形 3466" width="18" height="3" transform="matrix(0.017, 1, -1, 0.017, 669.343, 4271.959)" fill="%2383838f"/></g></svg>');
  background-size: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c5-indexList02 {
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .c5-indexList02 {
    gap: 20px;
  }
}
.c5-indexList02__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 50px) / 2);
}
@media only screen and (min-width: 768px) and (max-width: 819px) {
  .c5-indexList02__item {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c5-indexList02__item {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1599px) {
  .c5-indexList02__figure {
    max-width: 40%;
  }
  .c5-indexList02__figure img {
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c5-indexList02__figure {
    display: none;
  }
}
.c5-indexList02__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 15px;
  gap: 10px;
  min-height: 168px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .c5-indexList02__cont {
    background-size: cover;
    padding: 10px 10px 15px;
    min-height: 147px;
  }
}
.c5-indexList02__item {
  text-decoration: none !important;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .c5-indexList02__item {
    background-size: cover;
  }
}
@media only screen and (hover: none) and (min-width: 768px) {
  .c5-indexList02__item:active, .c5-indexList02__item:hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0.7;
    color: inherit !important;
  }
  .c5-indexList02__item:active:before, .c5-indexList02__item:hover:before {
    opacity: 0.6;
  }
}
@media (hover: hover) {
  .c5-indexList02__item:active, .c5-indexList02__item:hover {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0.7;
    color: inherit !important;
  }
  .c5-indexList02__item:active:before, .c5-indexList02__item:hover:before {
    opacity: 0.6;
  }
}
.c5-indexList02__item--01 .c5-indexList02__cont {
  background-color: #DAE343;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="260" height="168" viewBox="0 0 260 168"><g id="グループ_6334" data-name="グループ 6334" transform="translate(-117 -10734)"><rect id="長方形_3570" data-name="長方形 3570" width="260" height="168" transform="translate(117 10734)" fill="%23dae343"/><path id="パス_3829" data-name="パス 3829" d="M25,132V0L-16.715,137.648Z" transform="translate(352 10734)" fill="%23ff8300"/><path id="パス_3830" data-name="パス 3830" d="M13.117,120v53.391H-130Z" transform="translate(363.884 10728.609)" fill="%2374c3d5"/></g></svg>');
}
@media only screen and (max-width: 767px) {
  .c5-indexList02__item--01 .c5-indexList02__cont {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="147.046" viewBox="0 0 170 147.046"><g id="グループ_6334" data-name="グループ 6334" transform="translate(-117 -10734)"><rect id="長方形_3570" data-name="長方形 3570" width="170" height="147" transform="translate(117 10734)" fill="%23dae343"/><path id="パス_3829" data-name="パス 3829" d="M15.285,132V0l-32,137.648Z" transform="translate(271.714 10734)" fill="%23ff8300"/><path id="パス_3830" data-name="パス 3830" d="M-28.685,120v42.046H-130Z" transform="translate(315.685 10719)" fill="%23c017a2"/></g></svg>');
  }
}
.c5-indexList02__item--02 .c5-indexList02__cont {
  background-color: #74C3D5;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="260" height="168" viewBox="0 0 260 168"><g id="グループ_6335" data-name="グループ 6335" transform="translate(-430 -10734)"><rect id="長方形_3571" data-name="長方形 3571" width="260" height="168" transform="translate(430 10734)" fill="%2374c3d5"/><path id="パス_3828" data-name="パス 3828" d="M25,132V0L-16.715,137.648Z" transform="translate(665 10734)" fill="%23dae343"/><path id="パス_3824" data-name="パス 3824" d="M13.117,120v53.391H-130Z" transform="translate(676.884 10728.609)" fill="%23c017a2"/></g></svg>');
}
@media only screen and (max-width: 767px) {
  .c5-indexList02__item--02 .c5-indexList02__cont {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="147.046" viewBox="0 0 170 147.046"><g id="グループ_6335" data-name="グループ 6335" transform="translate(-117 -10734)"><rect id="長方形_3570" data-name="長方形 3570" width="170" height="147" transform="translate(117 10734)" fill="%2374c3d5"/><path id="パス_3829" data-name="パス 3829" d="M15.285,132V0l-32,137.648Z" transform="translate(271.714 10734)" fill="%23dae343"/><path id="パス_3830" data-name="パス 3830" d="M-28.685,120v42.046H-130Z" transform="translate(315.685 10719)" fill="%23c017a2"/></g></svg>');
  }
}
.c5-indexList02__item--03 .c5-indexList02__cont {
  background-color: #C017A2;
  color: white !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="260" height="168" viewBox="0 0 260 168"><g id="グループ_6336" data-name="グループ 6336" transform="translate(-745 -10734)"><rect id="長方形_3573" data-name="長方形 3573" width="260" height="168" transform="translate(745 10734)" fill="%23c017a2"/><path id="パス_3831" data-name="パス 3831" d="M25,132V0L-16.715,137.648Z" transform="translate(980 10734)" fill="%2374c3d5"/><path id="パス_3832" data-name="パス 3832" d="M13.117,120v53.391H-130Z" transform="translate(991.884 10728.609)" fill="%23ff8300"/></g></svg>');
}
@media only screen and (max-width: 767px) {
  .c5-indexList02__item--03 .c5-indexList02__cont {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="147.05" viewBox="0 0 170 147.05"><g id="グループ_6336" data-name="グループ 6336" transform="translate(-117 -10734)"><rect id="長方形_3570" data-name="長方形 3570" width="170" height="147" transform="translate(117 10734)" fill="%23c017a2"/><path id="パス_3829" data-name="パス 3829" d="M15.285,132V0l-32,137.648Z" transform="translate(271.714 10734)" fill="%2374c3d5"/><path id="パス_3830" data-name="パス 3830" d="M-28.685,120v32.05H-130Z" transform="translate(315.685 10729)" fill="%23ff8300"/></g></svg>');
  }
}
.c5-indexList02__item--04 .c5-indexList02__cont {
  background-color: #FF8300;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="260" height="168" viewBox="0 0 260 168"><g id="グループ_6337" data-name="グループ 6337" transform="translate(-1057 -10734)"><rect id="長方形_3572" data-name="長方形 3572" width="260" height="168" transform="translate(1057 10734)" fill="%23ff8300"/><path id="パス_3833" data-name="パス 3833" d="M25,132V0L-16.715,137.648Z" transform="translate(1292 10734)" fill="%23dae343"/><path id="パス_3834" data-name="パス 3834" d="M13.117,120v53.391H-130Z" transform="translate(1303.884 10728.609)" fill="%23c017a2"/></g></svg>');
}
@media only screen and (max-width: 767px) {
  .c5-indexList02__item--04 .c5-indexList02__cont {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="170" height="147.046" viewBox="0 0 170 147.046"><g id="グループ_6337" data-name="グループ 6337" transform="translate(-117 -10734)"><rect id="長方形_3570" data-name="長方形 3570" width="170" height="147" transform="translate(117 10734)" fill="%23ff8300"/><path id="パス_3829" data-name="パス 3829" d="M15.285,132V0l-32,137.648Z" transform="translate(271.714 10734)" fill="%23dae343"/><path id="パス_3830" data-name="パス 3830" d="M-28.685,120v42.046H-130Z" transform="translate(315.685 10719)" fill="%23c017a2"/></g></svg>');
  }
}
.c5-indexList02__title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5555555556;
  letter-spacing: 0;
  margin-right: -1em;
}
@media only screen and (max-width: 767px) {
  .c5-indexList02__title {
    margin-right: 0;
    font-size: 15px;
  }
}
.c5-indexList02__more {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3333333333;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c5-indexList02__more {
    font-size: 14px;
  }
}
.c5-indexList02__more:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g id="グループ_5920" data-name="グループ 5920" transform="translate(-652 -4265.484)"><circle id="楕円形_62" data-name="楕円形 62" cx="16" cy="16" r="16" transform="translate(652 4265.484)" fill="%23fff"/><rect id="長方形_3465" data-name="長方形 3465" width="18" height="3" transform="translate(659 4279.484)" fill="%2383838f"/><rect id="長方形_3466" data-name="長方形 3466" width="18" height="3" transform="matrix(0.017, 1, -1, 0.017, 669.343, 4271.959)" fill="%2383838f"/></g></svg>');
  background-size: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) {
  .c5-caseBoxs01 {
    gap: 70px 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-caseBoxs01 {
    gap: 40px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .c5-caseBoxs01 .c5-row01__col--4 {
    width: calc((100% - 128px) / 3);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-caseBoxs01 .c5-row01__col--4 {
    width: calc((100% - 30px) / 2);
  }
}

.c5-caseBox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background: white;
  -webkit-box-shadow: 20px 20px 0 0 gray;
          box-shadow: 20px 20px 0 0 gray;
  padding: 20px 30px;
  text-decoration: none !important;
  color: inherit !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .c5-caseBox01 {
    -webkit-box-shadow: 10px 10px 0 0 gray;
            box-shadow: 10px 10px 0 0 gray;
  }
}
@media only screen and (max-width: 767px) {
  .c5-caseBox01 {
    width: calc(100% - 10px);
  }
}
@media only screen and (hover: none) and (min-width: 768px) {
  .c5-caseBox01:active, .c5-caseBox01:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.75;
  }
}
@media (hover: hover) {
  .c5-caseBox01:active, .c5-caseBox01:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0.75;
  }
}
.c5-caseBox01__figure {
  text-align: center;
}
.c5-caseBox01__figure img {
  width: 100%;
}
.c5-caseBox01:nth-of-type(4n+1), .c5-caseBox01--01 {
  -webkit-box-shadow: 20px 20px 0 0 #C017A2;
          box-shadow: 20px 20px 0 0 #C017A2;
}
@media only screen and (max-width: 1023px) {
  .c5-caseBox01:nth-of-type(4n+1), .c5-caseBox01--01 {
    -webkit-box-shadow: 10px 10px 0 0 #C017A2;
            box-shadow: 10px 10px 0 0 #C017A2;
  }
}
.c5-caseBox01:nth-of-type(4n+2), .c5-caseBox01--02 {
  -webkit-box-shadow: 20px 20px 0 0 #74C3D5;
          box-shadow: 20px 20px 0 0 #74C3D5;
}
@media only screen and (max-width: 1023px) {
  .c5-caseBox01:nth-of-type(4n+2), .c5-caseBox01--02 {
    -webkit-box-shadow: 10px 10px 0 0 #74C3D5;
            box-shadow: 10px 10px 0 0 #74C3D5;
  }
}
.c5-caseBox01:nth-of-type(4n+3), .c5-caseBox01--03 {
  -webkit-box-shadow: 20px 20px 0 0 #DAE343;
          box-shadow: 20px 20px 0 0 #DAE343;
}
@media only screen and (max-width: 1023px) {
  .c5-caseBox01:nth-of-type(4n+3), .c5-caseBox01--03 {
    -webkit-box-shadow: 10px 10px 0 0 #DAE343;
            box-shadow: 10px 10px 0 0 #DAE343;
  }
}
.c5-caseBox01:nth-of-type(4n+4), .c5-caseBox01--04 {
  -webkit-box-shadow: 20px 20px 0 0 #FF8300;
          box-shadow: 20px 20px 0 0 #FF8300;
}
@media only screen and (max-width: 1023px) {
  .c5-caseBox01:nth-of-type(4n+4), .c5-caseBox01--04 {
    -webkit-box-shadow: 10px 10px 0 0 #FF8300;
            box-shadow: 10px 10px 0 0 #FF8300;
  }
}
.c5-caseBox01__figure {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.c5-caseBox01__title {
  padding-top: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5625;
  margin: 0;
}
.c5-caseBox01__cont {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5714285714;
}
.c5-caseBox01__tags {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.c5-caseBox01__tag {
  background: #DEE2E7;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.3333333333;
}

.c5-faqBlock01 {
  max-width: 1088px;
  margin: 0 auto 70px;
  border-top: 1px solid #83838F;
}
.c5-faqBlock01__item {
  border-bottom: 1px solid #83838F;
}
.c5-faqBlock01__q i, .c5-faqBlock01__a i {
  font-style: normal;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .c5-faqBlock01__q i, .c5-faqBlock01__a i {
    font-size: 28px;
  }
}
.c5-faqBlock01__q, .c5-faqBlock01__a {
  padding-left: 50px;
  padding-right: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c5-faqBlock01__q, .c5-faqBlock01__a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c5-faqBlock01__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  min-height: 66px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023px) {
  .c5-faqBlock01__q {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-faqBlock01__q {
    font-size: 16px;
  }
}
.c5-faqBlock01__q:before, .c5-faqBlock01__q:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #2F353D;
  position: absolute;
  top: 50%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .c5-faqBlock01__q:before, .c5-faqBlock01__q:after {
    width: 20px;
    top: 1.2em;
  }
}
.c5-faqBlock01__q:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c5-faqBlock01__q.is-open:after {
  -webkit-transform: translateY(-50%) rotate(90deg) scaleX(0);
          transform: translateY(-50%) rotate(90deg) scaleX(0);
}
.c5-faqBlock01__q > i {
  color: #FF8300;
  top: 0.4em;
}
@media only screen and (max-width: 767px) {
  .c5-faqBlock01__q > i {
    top: 0.2em;
  }
}
.c5-faqBlock01__a {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #DEE2E7;
  font-size: 16px;
  line-height: 1.625;
  text-decoration: none !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .c5-faqBlock01__a {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.c5-faqBlock01__a > p:first-of-type {
  margin-top: 0;
}
.c5-faqBlock01__a > *:first-child {
  margin-top: 0;
}
.c5-faqBlock01__a > *:last-child {
  margin-bottom: 0;
}
.c5-faqBlock01__a > i {
  top: 0.4em;
}

.c5-slimContainer {
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;
}
.c5-slimContainer > *:last-chld {
  margin-bottom: 0;
}
.c5-slimContainer p {
  margin: 1.4em 0;
}

.c5-figure03 {
  text-align: center;
  margin: 46px auto;
  max-width: 884px;
}
.c5-figure03:first-of-type {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .c5-figure03 {
    margin-bottom: 16px;
  }
}
.c5-figure03 figcaption {
  text-align: left;
  font-size: 12px;
  margin: 12px 0 0;
}

img[width="70"] {
  width: 70px;
}

.c5-anchorTarget {
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}
@media only screen and (max-width: 767px) {
  .c5-anchorTarget {
    padding-top: 50px;
    margin-top: -50px;
  }
}

.c5--colorRed {
  color: #d24615 !important;
}

.c5-defaultPrice {
  font-size: 20px;
  font-weight: bold;
}
.c5-defaultPrice > span {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.--add-decaultPrice .s5-inStoreProductInfo__storePrice > *:not(.c5-defaultPrice) {
  color: #d24615 !important;
}
.--add-decaultPrice div[data-s5-store-discount-type=listItem4] > *:not(.c5-defaultPrice):not(.s5-listItem4__storeDiscountButton) {
  color: #d24615 !important;
}

.js-storeInfoAdd div[data-s5-store-discount-type=listItem4] > *:not(.c5-defaultPrice):not(.s5-listItem4__storeDiscountButton) {
  font-size: 22px;
}

.c5-productBox02__cont .js-storeInfoAdd .s5-sonyStoreCustom {
      grid-template-areas: "text" "prices" "btn";
}
.c5-productBox02__cont .js-storeInfoAdd .s5-sonyStoreCustom .s5-sonyStoreCustom__buttonContainer {
  justify-self: flex-start;
  margin-top: 10px;
}

.s5-sonyStoreCustom {
  margin: 0;
  padding: 0;
  background: none;
  gap: 0 20px;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "text btn" "prices btn";
}
@media only screen and (max-width: 767px) {
  .s5-sonyStoreCustom {
        grid-template-areas: "text" "prices" "btn";
  }
}
.s5-sonyStoreCustom .s5-sonyStoreCustom__text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: text;
}
.s5-sonyStoreCustom .s5-sonyStoreCustom__text + div {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: prices;
}
.s5-sonyStoreCustom .s5-sonyStoreCustom__buttonContainer {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: btn;
  align-self: flex-start;
  justify-self: flex-end;
  margin: 0;
}
@media only screen and (max-width: 767px){
  .s5-sonyStoreCustom > .s5-sonyStoreCustom__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .s5-sonyStoreCustom > div {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .s5-sonyStoreCustom > .s5-sonyStoreCustom__buttonContainer {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 767px) {
  .s5-sonyStoreCustom .s5-sonyStoreCustom__buttonContainer {
    margin-top: 10px;
    justify-self: flex-start;
  }
}