<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  overflow: auto;
}

body {
  overflow-x: hidden !important;
  width: 100%;
}

.c5-nobr {
  display: inline-block;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c5-sp,
.c5-is-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .c5-pc,
.c5-is-pc {
    display: none !important;
  }
}

.c5-mt-0 {
  margin-top: 0 !important;
}

.c5-mb-0 {
  margin-bottom: 0 !important;
}

.c5-ph-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .c5-ph-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 20px;
}

.c5-conainer {
  max-width: 1200px;
}

.c5-layout--full {
  padding-left: 50%;
  padding-right: 50%;
  margin-left: -50%;
  margin-right: -50%;
}

.c5-list01 {
  list-style: none;
  margin: 0 0 5rem;
  padding: 0;
}
.c5-list01 li a {
  text-indent: initial;
}
.c5-list01 &gt; li {
  list-style-type: none;
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-bottom: 0;
}
.c5-list01 &gt; li:before {
  content: "";
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  vertical-align: middle;
  background-color: #555;
  border-radius: 50%;
  text-indent: 0;
  margin-left: 0.6em;
  margin-right: 0.7em;
}

.c5-iconList01 {
  margin: 0 0 5rem;
  padding: 0;
  display: table;
  list-style: none;
}

.c5-iconList01 &gt; li {
  display: table-row;
}

.c5-iconList01 &gt; li &gt; * {
  margin-bottom: 0;
}

.c5-iconList01 &gt; li i {
  font-style: normal;
  display: table-cell;
  padding-right: 0.5em;
}

.c5-linkList01 &gt; li {
  margin-bottom: 0;
}
.c5-linkList01 &gt; li &gt; a {
  position: relative;
  color: #00001a;
  padding-left: 1.5em;
}
.c5-linkList01 &gt; li &gt; a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.35em;
  border-color: transparent transparent transparent #00001a;
  position: absolute;
  top: 0.6em;
  left: 0.5em;
}

.c5-noteList01 {
  list-style: none;
  font-size: 12px;
}
.c5-noteList01 &gt; li {
  padding-left: 1.5em;
  margin-bottom: 0;
}
.c5-noteList01 &gt; li:before {
  content: "※";
  width: 1.5em;
  display: inline-block;
  position: relative;
  margin-left: -1.5em;
}

.c5-numList01 {
  font-size: 12px;
}
.c5-numList01 &gt; li {
  list-style-type: none;
  text-indent: -2em;
  margin-left: 2em;
  counter-increment: calc-ex9;
  margin-bottom: 0;
}
.c5-numList01 &gt; li:before {
  content: "※" counter(calc-ex9);
  display: inline-block;
  width: 2em;
  text-indent: 0;
}

.c5-row01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: -30px -15px;
}
@media only screen and (max-width: 767px) {
  .c5-row01 {
    margin: -20px -10px;
  }
}
.c5-row01__col {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
}
.c5-row01__col &gt; *:first-child {
  margin-top: 0;
}
.c5-row01__col &gt; *:last-child {
  margin-bottom: 0;
}
.c5-row01--col2 &gt; .c5-row01__col {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  .c5-row01--col2 &gt; .c5-row01__col {
    width: calc(100% - 30px);
  }
}
.c5-row01--col3 &gt; .c5-row01__col {
  width: calc(100% / 3 - 30px);
}
@media all and (-ms-high-contrast: none) {
  .c5-row01--col3 &gt; .c5-row01__col {
    max-width: calc(33% - 30px);
  }
}
.c5-row01--col4 &gt; .c5-row01__col {
  width: calc(25% - 30px);
}
.c5-row01--col5 &gt; .c5-row01__col {
  width: calc(20% - 30px);
}
.c5-row01--col6 &gt; .c5-row01__col {
  width: calc(100% / 6 - 30px);
}
@media all and (-ms-high-contrast: none) {
  .c5-row01--col6 &gt; .c5-row01__col {
    max-width: calc(16.6% - 30px);
  }
}

.c5-row02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 20px -15px;
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .c5-row02 {
    margin: 20px -12px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-row02 {
    margin: 20px -10px;
  }
}
.c5-row02__col {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.c5-row02__col &gt; *:last-child {
  margin-bottom: 0;
}
.c5-row02--col2 &gt; .c5-row02__col {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 767px) {
  .c5-row02--col2 &gt; .c5-row02__col {
    width: calc(100% - 30px);
  }
}
.c5-row02--col3 &gt; .c5-row02__col {
  width: calc(100% / 3 - 30px);
}
@media all and (-ms-high-contrast: none) {
  .c5-row02--col3 &gt; .c5-row02__col {
    max-width: calc(33% - 30px);
  }
}
.c5-row02--col4 &gt; .c5-row02__col {
  width: calc(25% - 30px);
}
.c5-row02--col5 &gt; .c5-row02__col {
  width: calc(20% - 30px);
}
.c5-row02--col6 &gt; .c5-row02__col {
  width: calc(100% / 6 - 30px);
}
@media all and (-ms-high-contrast: none) {
  .c5-row02--col6 &gt; .c5-row02__col {
    max-width: calc(16.6% - 30px);
  }
}

.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;
}

.c5-card01 {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c5-card01--imageRight {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c5-card01--imageRight .c5-card01__body {
  margin-right: 30px;
}
.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;
}
.c5-card01--imageLeft .c5-card01__body {
  margin-left: 30px;
}
.c5-card01__figure img:not(:last-child), .c5-card01__figure figure:not(:last-child) {
  margin-bottom: 20px;
}
.c5-card01__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c5-card01__body &gt; *:first-child {
  margin-top: 0;
}
.c5-card01__body &gt; *:last-child {
  margin-bottom: 0;
}

.c5-section01 {
  margin: 0 0 60px;
}
.c5-section01 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c5-section01--800w {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.c5-section01 &gt; *:first-child {
  margin-top: 0;
}
.c5-section01 &gt; *:last-child {
  margin-bottom: 0;
}

.c5-border {
  border-bottom: solid 1px #d0d0d0;
}
.c5-border--dotted {
  background-image: linear-gradient(90deg, #d0d0d0, #d0d0d0 3px, transparent 0, transparent 0);
  background-size: 6px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}

.c5-dottedList {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}
.c5-dottedList &gt; li {
  background-image: linear-gradient(90deg, #d0d0d0, #d0d0d0 3px, transparent 0, transparent 0);
  background-size: 6px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding: 30px 20px 10px;
}

.c5-bg--lightGray {
  background-color: #ebebeb;
}
.c5-bg--gray {
  background-color: #ebebeb;
}
.c5-bg--darkGray {
  background-color: #d5d5d5;
}

.c5-layout01 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .c5-layout01 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-layout01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .c5-layout01--imageRight {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .c5-layout01--imageRight .c5-layout01__body {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .c5-layout01--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-layout01--imageLeft .c5-layout01__body {
    margin-left: 30px;
  }
}
.c5-layout01__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c5-layout01__body &gt; *:first-child {
  margin-top: 0;
}
.c5-layout01__body &gt; *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .c5-layout01__figure {
    max-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .c5-layout01__figure {
    margin-bottom: 20px;
  }
}
.c5-layout01__figure img:not(:last-child), .c5-layout01__figure figure:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .c5-layout01__figure img:not(:last-child), .c5-layout01__figure figure:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .c5-flx-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c5-fixedItem {
  position: fixed;
  z-index: 10;
  margin-top: 186px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  right: 0;
  border: solid 1px #343434;
  border-right: none;
  padding: 15px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff;
  font-size: 14px;
  min-width: 175px;
}

.c5-fixedItem img {
  vertical-align: bottom;
}

.c5-fixedItem.is_fixed {
  position: fixed;
}

.c5-fixedItem_txt {
  line-height: 1.4;
  text-align: center;
}

.c5-fixedItem_txt p {
  margin: 0;
}

.c5-fixedItem_ttl {
  text-align: center;
  font-weight: bold;
  color: #00b900;
  margin-bottom: 10px !important;
  font-size: 11px;
}

.c5-lineBtn,
.c5-fixedItem_qr {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c5-fixedItem {
    position: static;
    margin: 0 !important;
    padding: 10px;
    font-size: 11px;
    min-width: auto;
  }

  .c5-fixedItemLeft, .c5-fixedItemLeft.is_fixed {
    width: 55%;
    left: 0;
    height: 80px;
  }

  .c5-fixedItemLeft .c5-lineBtn img {
    height: 28px;
  }

  .c5-fixedItemRight, .c5-fixedItemRight.is_fixed {
    width: 45%;
    height: 80px;
  }

  .c5-sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .c5-fixedItem.is_fixed {
    margin: 0;
  }

  .c5-fixedItem_ttl {
    margin-bottom: 5px !important;
  }

  .c5-fixedItem_txt {
    text-align: left;
    padding-right: 5px;
  }

  .c5-fixedItem_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .c5-fixedItem_qr {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c5-sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c5-sp_flex.is-fixed {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c5-lineBtn {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c5-fixedItemLeft, .c5-fixedItemLeft.is_fixed {
    width: 100%;
    left: 0;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c5-fixedItem {
    position: static;
    margin: 0 !important;
    padding: 10px;
    font-size: 11px;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c5-pc {
    display: none;
  }
}
.c5-scrollArea {
  overflow-y: scroll;
  height: 20em;
  padding: 0.5em 1em;
  margin: 0 0 40px;
  border: solid 1px black;
}

.js-inquiry__target:not(.is-active) {
  background: #ebebeb;
  pointer-events: none;
}

.c5-link-file {
  color: #2f353d;
  cursor: pointer;
}
.c5-link-file:before {
  content: "";
  font-family: icon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.4em 0.1em 0;
}

.c5-dlist01 {
  display: table;
  margin: 0 0 40px;
}
.c5-dlist01 &gt; dl {
  display: table-row;
}
.c5-dlist01 &gt; dl &gt; dt, .c5-dlist01 &gt; dl &gt; dd {
  display: table-cell;
}
.c5-dlist01 &gt; dl &gt; dt {
  font-weight: bold;
  padding-right: 2em;
  white-space: nowrap;
  position: relative;
  text-align: right;
}
.c5-dlist01 &gt; dl &gt; dt:before {
  content: "：";
  display: block;
  width: 1em;
  position: absolute;
  top: 0;
  right: 1em;
}

.c5-dlist02 dt {
  font-weight: bold;
}

.c5-dlist02 dd {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .c5-setHgt01 {
    min-height: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .c5-setHgt01.s5--alignCenter {
    text-align: left !important;
  }
}

.c5-figure01 img + figcaption {
  margin-top: 10px;
}
.c5-figure01 figcaption + img {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c5-figure01.s5--alignCenter {
    text-align: left !important;
  }
}

.c5-diffList01 {
  display: table;
  width: 100%;
}
.c5-diffList01 &gt; dl {
  display: table-row;
}
.c5-diffList01 &gt; dl dt, .c5-diffList01 &gt; dl dd {
  display: table-cell;
  width: 50%;
  text-align: center;
}
.c5-diffList01 &gt; dl dd {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .c5-diffList01 &gt; dl dd {
    padding: 10px;
    font-size: 12px;
    text-align: left;
  }
}
.c5-diffList01 &gt; dl:first-child dt {
  font-weight: bold;
  background: rgba(128, 128, 128, 0.8);
  color: white;
  font-size: 18px;
  height: 60px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .c5-diffList01 &gt; dl:first-child dt {
    height: auto;
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px;
    line-height: 1.4;
  }
}
.c5-diffList01 &gt; dl:first-child dt:first-child {
  border-right: solid 1px #dfdfdf;
}
.c5-diffList01 &gt; dl:not(:first-child) dt {
  display: none;
}
.c5-diffList01 &gt; dl:not(:first-child) dd {
  border-top: solid 1px #dfdfdf;
}
.c5-diffList01 &gt; dl:not(:first-child) dd:first-of-type {
  border-right: solid 1px #dfdfdf;
}

.c5-storeButtonV3--concact {
  vertical-align: middle;
  margin: 0;
}
.c5-storeButtonV3--concact:before {
  display: none;
}
.c5-storeButtonV3--concact svg {
  vertical-align: middle;
  width: auto;
  height: 1em;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

.c5-block01 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .c5-block01 {
    margin-bottom: 30px;
  }
}
.c5-block01__head {
  background: #F3F4F6;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 18px 5px;
  font-size: 19px;
  line-height: 1.5789473684;
  font-weight: bold;
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .c5-block01__head {
    min-height: 30px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.c5-block01__body &gt; *:first-child {
  margin-top: 0;
}
.c5-block01__body &gt; *:last-child {
  margin-bottom: 0;
}
.c5-block01__body p {
  margin-bottom: 30px;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .c5-block01__body p {
    margin-bottom: 15px;
  }
}
.c5-block01__body__row {
  margin: -40px -38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c5-block01__body__row {
    margin: -15px -38px;
  }
}
.c5-block01__body__col {
  width: calc(50% - 76px);
  margin: 40px 38px 20px;
}
@media only screen and (max-width: 767px) {
  .c5-block01__body__col {
    margin: 15px 38px 10px;
    width: calc(100% - 76px);
  }
}

.c5-stickyBlock01 {
  margin: 50px auto 0;
  background: rgba(0, 0, 0, 0.5);
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c5-stickyBlock01 {
    height: 21.33333vw;
  }
}
.c5-stickyBlock01 .c5-storeButtonV3--concact {
  padding: 0;
  margin: 0 30px;
  font-size: 18px;
  font-weight: normal;
  width: 385px;
  height: 50px;
  border-radius: 10px;
  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;
  -webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (max-width: 767px) {
  .c5-stickyBlock01 .c5-storeButtonV3--concact {
    width: 69.33333vw;
    border-radius: 2.666vw;
    height: 13.33333vw;
    font-size: 4.8vw;
  }
}
.c5-stickyBlock01 .c5-storeButtonV3--concact:hover {
  background: #DE4D1E;
}
.c5-stickyBlock01 .c5-storeButtonV3--concact svg {
  width: 21px;
  height: 15px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .c5-stickyBlock01 .c5-storeButtonV3--concact svg {
    width: 5.6vw;
    height: 4vw;
    margin-right: 2.66667vw;
  }
}
.c5-stickyBlock01 .c5-storeButtonV3--concact svg path {
  fill: white;
}

.js-sticky.is-fixed &gt; * {
  position: sticky;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  top: inherit !important;
}

.c5-block02 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .c5-block02 {
    margin-bottom: 60px;
  }
}
.c5-block02__head {
  margin-bottom: 21px;
  background: #2F353D;
}
@media only screen and (min-width: 768px) {
  .c5-block02__head {
    padding: 0 40px;
    padding-right: 0;
    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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c5-block02__head {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-block02__head {
    padding: 15px 15px 0;
    margin-bottom: 20px;
  }
}
.c5-block02__head &gt; *:first-child {
  margin-top: 0;
}
.c5-block02__head &gt; *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .c5-block02__head__text {
    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;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-block02__head__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c5-block02__head__label {
  background: white;
  color: #2F353D;
  font-size: 19px;
  line-height: 1.5789473684;
  font-weight: bold;
  padding: 6px 10px 2px;
  min-width: 170px;
  min-height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c5-block02__head__label {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.c5-block02__head__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  color: white;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c5-block02__head__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-block02__head__title {
    margin-bottom: 15px;
  }
}
.c5-block02__head__image {
  width: 360px;
}
@media only screen and (min-width: 768px) {
  .c5-block02__head__image {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .c5-block02__head__image {
    max-width: inherit;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
.c5-block02__body &gt; *:first-child {
  margin-top: 0;
}
.c5-block02__body &gt; *:last-child {
  margin-bottom: 0;
}
.c5-block02__body img {
  max-width: inherit;
  width: 100%;
}</pre></body></html>