@charset "UTF-8";
/*

webkaigi.com Original CSS
version: 1.1.0

index
  - reset
  - html
  - bootstrap
  - typo
  - title
  - parts
  - layout
  - style
  - legacy style
  - products
  - product detail
  - header
  - footer
  - top
  - guide
  - main category

z-index
  1000  .g-h
   900  .overlay
   100  .pageup

*/
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section, summary {
  display: block;
}

/* html */
html {
  height: 100%;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  height: 100%;
  color: #1f1f1f;
  background-color: #fbfbfb;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

input, button, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

input, button, select, label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6, strong, b, em {
  font-weight: 600;
}

em {
  font-style: normal;
}

small {
  font-size: 85%;
}

hr,
.separator {
  border: 0;
  border-top: 1px #ccc solid;
  margin: 3rem auto;
  max-width: 1024px;
  height: 0;
  opacity: 1;
  clear: both;
}

hr.is-wide {
  max-width: 100%;
}

.space-1 {
  height: 1rem;
}

.space-2 {
  height: 2rem;
}

.space-3 {
  height: 3rem;
}

.space-4 {
  height: 4rem;
}

.space-5 {
  height: 5rem;
}

a {
  color: #1f1f1f;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

a:hover {
  color: #1f1f1f;
  text-decoration: none;
}

/* bootstrap */
.container {
  -webkit-transition: max-width 0.2s;
  transition: max-width 0.2s;
}

.col-2-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-2-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-2-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-2-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
.nav-breadclumb {
  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;
  margin: 0 1.5rem 1rem;
  overflow: auto;
}
.nav-breadclumb:after {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.nav-breadclumb ol {
  background-color: #fff;
  white-space: nowrap;
  font-size: 0;
  letter-spacing: -0.4em;
}
.nav-breadclumb li {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.nav-breadclumb li:before {
  content: "/";
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  color: #bbb;
}
.nav-breadclumb a,
.nav-breadclumb .name {
  display: inline-block;
  color: #1f1f1f;
}
.nav-breadclumb .name {
  padding: 0.5rem 0.8rem;
}
.nav-breadclumb .is-active a,
.nav-breadclumb .is-active span {
  color: rgb(107.5, 107.5, 107.5);
}
.nav-breadclumb li:first-child:before {
  display: none;
}
.nav-breadclumb li:first-child a,
.nav-breadclumb li:first-child span {
  padding-left: 0;
}
.nav-breadclumb .home {
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  font-size: 0.8rem;
  padding-left: 2px;
}
.nav-breadclumb .home a:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 11px;
  height: 11px;
  background: url(../img/common/icon_home.png) no-repeat center center;
  background-size: cover;
}

@media (max-width: 991px) {
  .nav-breadclumb {
    margin: 0 5% 0.5rem;
  }
  .nav-breadclumb li {
    font-size: 0.7rem;
  }
  .nav-breadclumb li:before {
    content: "/";
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    letter-spacing: 0.02em;
    color: #bbb;
  }
  .nav-breadclumb .name {
    padding: 0.3rem 0.5rem;
  }
  .nav-breadclumb .is-active a,
  .nav-breadclumb .is-active .name {
    color: rgb(107.5, 107.5, 107.5);
  }
  .nav-breadclumb li:first-child:before {
    display: none;
  }
  .nav-breadclumb li:first-child .name {
    padding-left: 0;
  }
  .nav-breadclumb .home {
    font-size: 0.75rem;
    padding-left: 0;
  }
  .nav-breadclumb .home a:before {
    content: "";
    display: inline-block;
    margin-right: 7px;
    width: 11px;
    height: 11px;
    background: url(../img/common/icon_home.png) no-repeat center center;
    background-size: cover;
  }
}
/* typo */
.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-ja, .typo-ja {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.04em;
}

.text-en, .typo-en {
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
}
.text-en strong, .text-en b, .text-en em, .typo-en strong, .typo-en b, .typo-en em {
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}

.text-en-h, .typo-en-h {
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}

.text-sm, .typo-sm {
  font-size: 90%;
  line-height: 1.8;
}

.text-lg, .typo-lg {
  font-size: 110%;
  line-height: 1.7;
}

.text-ll, .typo-ll {
  font-size: 140%;
  line-height: 1.6;
}

.text-copy, .typo-copy {
  font-size: 180%;
  line-height: 1.5 !important;
}

.text-green, .typo-green {
  color: #89AA00;
}

.text-yellow, .typo-yellow {
  color: #DDB40B;
}

.text-blue, .typo-blue {
  color: #4E9D8C;
}

.text-orange, .typo-orange {
  color: rgb(255, 141.964953271, 15.5);
}

.text-red, .typo-red {
  color: #d42808;
}

.nowrap {
  white-space: nowrap;
}

.align-right,
.floatright {
  float: right;
  margin: 0.02em 0 1em 2em;
  max-width: 45%;
}

.align-left,
.floatleft {
  float: left;
  margin: 0.02em 2em 1em 0;
  max-width: 45%;
}

.clearboth {
  clear: both;
}

@media (max-width: 768px) {
  .align-right,
  .floatright,
  .align-left,
  .floatleft {
    float: none;
    display: block;
    margin: 1em auto 2em;
    max-width: 100%;
  }
}
/* title */
.ttl {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.ttl-ja {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.ttl-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.ttl-sub-ja {
  margin-top: 0.3rem;
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.ttl-sub-en {
  margin-top: 0.3rem;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.ttl--horizon .ttl-ja,
.ttl--horizon .ttl-en {
  display: inline;
  margin-right: 7px;
  vertical-align: middle;
}
.ttl--horizon .ttl-sub-ja,
.ttl--horizon .ttl-sub-en {
  display: inline;
  position: relative;
  top: 0.1rem;
}

.ttl--has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ttl--has-icon .ttl-ja,
.ttl--has-icon .ttl-en,
.ttl--has-icon .ttl-sub-ja,
.ttl--has-icon .ttl-sub-en {
  display: block;
}
.ttl--has-icon .ttl-sub-ja,
.ttl--has-icon .ttl-sub-en {
  margin-top: 0;
}

.ttl-icon {
  padding-right: 1rem;
}

@media (max-width: 991px) {
  .ttl-ja {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
  .ttl-en {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
.ttl-img {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 2rem;
  background-color: #f7f7f7;
  overflow: hidden;
}

.ttl-img__img {
  display: block;
  width: 100%;
  height: 340px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
}

.ttl-img.is-active .ttl-img__img {
  opacity: 1;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

@media (max-width: 991px) {
  .ttl-img {
    height: 200px;
  }
  .ttl-img__img {
    height: 240px;
  }
}
/* parts */
.btn {
  background-color: #C0DE1A;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0.8rem 2rem 0.7rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  border-radius: 2px;
  color: #1f1f1f;
  text-decoration: none !important;
}
.btn:hover {
  background-color: rgb(176.2064516129, 203.7387096774, 23.8612903226);
  color: #1f1f1f !important;
}
.btn .icon-inline {
  position: relative;
  top: -1px;
  margin-right: 0.3rem;
}
.btn .icon-inline--end {
  margin-right: 0;
  margin-left: 0.3rem;
}

.btn--tel,
.btn--space,
.btn--yellow {
  background-color: #f7d239;
}
.btn--tel:hover,
.btn--space:hover,
.btn--yellow:hover {
  background-color: rgb(246.2077669903, 205.5436893204, 37.3922330097);
}

.btn--web,
.btn--green {
  background-color: #C0DE1A;
}
.btn--web:hover,
.btn--green:hover {
  background-color: rgb(160.4129032258, 185.4774193548, 21.7225806452);
}

.btn--system,
.btn--blue {
  background-color: #95CEC2;
}
.btn--system:hover,
.btn--blue:hover {
  background-color: rgb(131.5612903226, 197.9387096774, 183.964516129);
}

.btn--orange {
  background-color: #ff9a29;
}
.btn--orange:hover {
  background-color: rgb(255, 134.7439252336, 0.2);
}

.btn--red {
  background-color: #f0652f;
  color: #fff !important;
}
.btn--red:hover {
  background-color: rgb(229.6394618834, 76.1784753363, 16.5605381166);
  color: #fff !important;
}

.btn--gray {
  background-color: #ddd;
}
.btn--gray:hover {
  background-color: rgb(208.25, 208.25, 208.25);
}

.btn--border {
  border: 1px rgb(211.65, 211.65, 211.65) solid;
  background-color: transparent;
}
.btn--border:hover {
  border-color: rgb(229.5, 229.5, 229.5);
  background-color: rgb(249.55, 249.55, 249.55);
}

.btn--lg {
  padding: 0.9rem 3rem;
  max-width: 100%;
  min-width: 320px;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}
.btn--lg .icon-inline {
  top: -2px;
  width: 24px;
  height: 24px;
}
.btn--lg .icon-inline--sm {
  top: -1px;
  width: 18px;
  height: 18px;
}

.btn--sm {
  padding: 0.42rem 1.5rem 0.4rem;
  max-width: 100%;
  font-size: 0.8rem;
}

.btn--wide {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.btn--cart {
  width: 100%;
  padding: 1.2rem 0;
  margin-bottom: 0.5rem;
  max-width: 100%;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.btn--cart .icon-inline {
  top: -2px;
  width: 24px;
  height: 24px;
}

.btn--soldout {
  width: 100%;
  padding: 1.2rem 0;
  margin-bottom: 0.5rem;
  max-width: 100%;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  background-color: #ddd;
  pointer-events: none;
}

.btn--estimate {
  width: 100%;
  padding: 1.2rem 0 1.1rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  background-color: rgb(255, 141.964953271, 15.5);
}
.btn--estimate .icon-inline {
  top: -2px;
  width: 32px;
  height: 32px;
}
.btn--estimate .icon-inline--sm {
  top: -1px;
  width: 20px;
  height: 20px;
}
.btn--estimate:hover {
  background-color: #ff9a29;
}

.btn--arr {
  position: relative;
  padding-right: 2.5rem;
}
.btn--arr.btn--sm {
  padding-right: 2rem;
}
.btn--arr.btn--lg {
  padding-right: 3rem;
}
.btn--arr:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 10px;
  height: 10px;
  border-top: 1px #1f1f1f solid;
  border-right: 1px #1f1f1f solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.btn--arr.btn--sm:after {
  right: 0.9rem;
  width: 8px;
  height: 8px;
}

.btn--back {
  position: relative;
  padding-left: 2.5rem;
}
.btn--back.btn--sm {
  padding-left: 2rem;
}
.btn--back.btn--lg {
  padding-left: 3rem;
}
.btn--back:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 10px;
  height: 10px;
  border-top: 1px #1f1f1f solid;
  border-left: 1px #1f1f1f solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.btn--back.btn--sm:after {
  left: 0.9rem;
  width: 8px;
  height: 8px;
}

.products .btn {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

@media (max-width: 575px) {
  .btn {
    font-size: 0.8rem;
  }
  .btn--lg {
    width: 100%;
    min-width: 0;
    padding: 1rem 0.5rem;
  }
  .btn--arr {
    padding-right: 2.5rem;
  }
  .btn--arr.btn--sm {
    padding-right: 2rem;
  }
  .btn--arr.btn--lg {
    padding-right: 2rem;
    padding-left: 1.5rem;
  }
  .btn--back {
    padding-left: 2.5rem;
  }
  .btn--back.btn--sm {
    padding-left: 2rem;
  }
  .btn--back.btn--lg {
    padding-left: 2rem;
    padding-right: 1.5rem;
  }
  .btn--cart {
    font-size: 1rem;
  }
}
.arr-link {
  position: relative;
  padding-right: 0.8rem;
  margin-right: 0.5rem;
  text-decoration: none !important;
}
.arr-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -1px;
  border-top: 1px #1f1f1f solid;
  border-right: 1px #1f1f1f solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: right 0.2s, border-color 0.2s;
  transition: right 0.2s, border-color 0.2s;
}
.arr-link:hover:after {
  right: -3px;
  border-color: #89AA00;
}

.img-wrap {
  display: block;
  width: 100%;
  max-width: 1024px;
  height: 0;
  padding-bottom: 50%;
  margin-right: auto;
  margin-left: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-wrap--wide {
  max-width: none;
}

.img-wrap--lg {
  padding-bottom: 66%;
}

.img-wrap--sm {
  padding-bottom: 33%;
}

.img-wrap--thin {
  padding-bottom: 20%;
}

.img-wrap--200 {
  padding-bottom: 200px;
}

.img-wrap--400 {
  padding-bottom: 400px;
}

.img-wrap--square {
  padding-bottom: 95%;
}

.img-wrap--bg {
  background-color: #f9f9f9;
  background-blend-mode: multiply;
}

.img-wrap--contain {
  background-size: contain;
}

.content--narrow > .img-wrap--wide {
  margin-right: -112px;
  margin-left: -112px;
  width: 1024px;
}

@media (max-width: 1024px) {
  .content--narrow > .img-wrap--wide {
    margin-right: -9.5238%;
    margin-left: -9.5238%;
    width: 119.0476%;
  }
}
@media (max-width: 991px) {
  .img-wrap--lg {
    padding-bottom: 55%;
  }
  .img-wrap--sm {
    padding-bottom: 40%;
  }
  .img-wrap--thin {
    padding-bottom: 33%;
  }
}
.icon-inline {
  margin-right: 0.4rem;
  vertical-align: middle;
}

.icon-inline--end {
  margin-right: 0;
  margin-left: 0.3rem;
}

.panel {
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.panel a {
  display: block;
  color: #1f1f1f;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none !important;
}
.panel a:hover {
  color: rgb(107.5, 107.5, 107.5) !important;
}
.panel a:hover .img-wrap,
.panel a:hover .products__img {
  background-color: #fff;
}

.nav-tab {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px rgb(180.1548387097, 208.3040322581, 24.3959677419) solid;
}
.nav-tab ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.nav-tab li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.nav-tab a {
  display: block;
  padding: 0.9rem 1rem 0.6rem;
  margin-bottom: 0.2rem;
  border-radius: 5px 5px 0 0;
  background-color: rgb(233.75, 233.75, 233.75);
  color: #1f1f1f;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-decoration: none !important;
}
.nav-tab a:hover {
  background-color: rgb(180.1548387097, 208.3040322581, 24.3959677419);
}
.nav-tab .is-active a {
  padding-bottom: 0.8rem;
  margin-bottom: 0;
  background-color: #C0DE1A;
  pointer-events: none;
}
.nav-tab .is-active a:hover {
  background-color: rgb(180.1548387097, 208.3040322581, 24.3959677419);
}

@media (max-width: 991px) {
  .nav-tab {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .nav-tab li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
.bg-wrap {
  background-color: #f7f7f7;
  margin: 1rem 0;
  padding: 1.8rem 2rem;
}

.bg-wrap--green {
  background-color: #edf6ab;
}

.border-wrap {
  margin: 1rem 0;
  border: 1px #ccc solid;
  padding: 1.8rem 2rem;
}
.border-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.border-wrap--green {
  border: 1px #C0DE1A solid;
}

.border-wrap--warn {
  border: 3px #f0652f solid;
}

.border-wrap__ttl {
  font-size: 16px !important;
  font-weight: 600 !important;
  display: inline-block;
  background-color: #fff;
  padding: 0 15px !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

.border-wrap--sm,
.bg-wrap--sm {
  padding: 0.7rem 1rem;
  font-size: 90%;
}

@media (max-width: 991px) {
  .border-wrap {
    padding: 1.2rem 1.5rem;
    border: 1px #bbb solid;
  }
  .border-wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .border-wrap .typo-banner {
    font-size: 18px !important;
  }
  .border-wrap__heading {
    margin-top: -22px !important;
    margin-bottom: 15px !important;
  }
  .bg-wrap {
    padding: 1.2rem 1.5rem;
  }
  .border-wrap--sm,
  .bg-wrap--sm {
    padding: 0.7rem 1rem;
  }
}
.loading {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  border: 7px #ddd solid;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  z-index: 1;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* layout */
.global-container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .global-container {
    padding-top: 70px;
  }
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 900;
}

.wrap:after {
  content: "";
  display: block;
  clear: both;
}

.wrap:not(:first-child) {
  margin-top: 4rem;
}

.wrap:not(:last-child) {
  margin-bottom: 4rem;
}

.content {
  max-width: 1024px;
  margin: 5rem auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content--narrow {
  max-width: 800px;
}

.content-header {
  position: relative;
  width: 84%;
  max-width: 1024px;
  margin: 3rem auto;
  text-align: center;
}

.content-header--border {
  padding-top: 2rem;
}
.content-header--border:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 8px;
  top: 0;
  left: 50%;
  margin-left: -40px;
  background-color: #C0DE1A;
}

.content-header__desc {
  font-size: 0.85rem;
  line-height: 1.8;
  max-width: 1024px;
  margin: 0 auto 1rem;
}

.content-footer {
  max-width: 1024px;
  margin: 4rem auto;
  text-align: center;
}

.content-left {
  width: 23%;
  float: left;
  clear: left;
  padding-right: 2rem;
  font-size: 2rem;
  line-height: 1.3;
}

.content-right {
  position: relative;
  with: 75%;
  margin-left: 25%;
  padding-left: 6px;
  clear: none;
}

.content-center {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.anchor-wrap {
  margin-top: -100px;
  padding-top: 100px;
  pointer-events: none;
}
.anchor-wrap * {
  pointer-events: auto;
}

@media (max-width: 1024px) {
  .wrap:not(:first-child) {
    margin-top: 2.5rem;
  }
  .wrap:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .content {
    margin-right: 8%;
    margin-left: 8%;
  }
  .content-header {
    margin: 2rem auto;
  }
  .content-header__desc {
    font-size: 0.8rem;
    line-height: 1.7;
  }
  .content-footer {
    margin: 2rem auto 2rem;
  }
  .content-left {
    width: 100%;
    float: none;
    clear: none;
    padding-right: 0;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .content-right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .content-center {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .anchor-wrap {
    margin-top: -80px;
    padding-top: 80px;
  }
}
/* style */
.style-wrap {
  font-size: 0.9rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.style-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.style-wrap h1, .style-wrap h2, .style-wrap h3, .style-wrap h4, .style-wrap h5, .style-wrap h6 {
  margin-bottom: 1rem;
  font-weight: 600;
}
.style-wrap .heading {
  font-weight: 600;
}
.style-wrap h2,
.style-wrap .heading--lg {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 2.5rem 0 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  border-top: 1px rgb(180.1548387097, 208.3040322581, 24.3959677419) solid;
  border-left: 0;
  clear: right;
}
.style-wrap h2:not(:first-child),
.style-wrap .heading--lg:not(:first-child) {
  margin-top: 3rem;
}
.style-wrap h2:before,
.style-wrap .heading--lg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 7rem;
  height: 8px;
  background-color: #C0DE1A;
}
.style-wrap h3,
.style-wrap .heading--md {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 0 0 0 1rem;
  border-left: 0.5rem rgb(180.1548387097, 208.3040322581, 24.3959677419) solid;
  border-top: 0;
  border-bottom: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}
.style-wrap h3:not(:first-child),
.style-wrap .heading--md:not(:first-child) {
  margin-top: 3rem;
}
.style-wrap h3:before,
.style-wrap .heading--md:before {
  display: none;
}
.style-wrap h4,
.style-wrap .heading--sm {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 0 0.5rem;
  border-top: 0;
  border-bottom: 1px #ccc solid;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.style-wrap h4:not(:first-child),
.style-wrap .heading--sm:not(:first-child) {
  margin-top: 2rem;
}
.style-wrap h4:before,
.style-wrap .heading--sm:before {
  display: none;
}
.style-wrap .content-left h1,
.style-wrap .content-left h2,
.style-wrap .content-left .heading--lg {
  border-top: 0;
}
.style-wrap .heading-left {
  position: absolute;
  width: 33.33%;
  top: 0;
  right: 100%;
  padding-right: 2rem;
}
.style-wrap .heading-left h1,
.style-wrap .heading-left h2,
.style-wrap .heading-left .heading--lg {
  border-top: 0;
}
.style-wrap .heading--nostyle {
  border: 0 !important;
  padding: 0 !important;
}
.style-wrap .heading--nostyle:before {
  display: none !important;
}
@media (max-width: 991px) {
  .style-wrap h2,
  .style-wrap .heading--lg {
    margin: 0 0 1rem;
    padding: 2.2rem 0 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .style-wrap h2:not(:first-child),
  .style-wrap .heading--lg:not(:first-child) {
    margin-top: 2rem;
  }
  .style-wrap h2:before,
  .style-wrap .heading--lg:before {
    width: 6rem;
    height: 7px;
  }
  .style-wrap h3,
  .style-wrap .heading--md {
    margin: 0 0 1.2rem;
    padding: 0 0 0 0.8rem;
    border-left: 0.5rem rgb(180.1548387097, 208.3040322581, 24.3959677419) solid;
    font-size: 1rem;
  }
  .style-wrap h3:not(:first-child),
  .style-wrap .heading--md:not(:first-child) {
    margin-top: 2rem;
  }
  .style-wrap h4,
  .style-wrap .heading--sm {
    margin: 0 0 0.8rem;
    padding: 0 0 0.4rem;
    font-size: 0.9rem;
  }
  .style-wrap .heading-left {
    position: static;
    width: 100%;
    top: auto;
    right: auto;
    padding-right: 0;
  }
  .style-wrap .heading-left h1,
  .style-wrap .heading-left h2,
  .style-wrap .heading-left .heading--lg {
    border-top: 1px rgb(180.1548387097, 208.3040322581, 24.3959677419) solid;
  }
}
.style-wrap a {
  color: #1f1f1f;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.style-wrap a:hover {
  color: #89AA00;
}
.style-wrap img {
  max-width: 100%;
  height: auto;
}
.style-wrap p,
.style-wrap .div-p {
  margin-bottom: 0.8rem;
}
.style-wrap .p--sm {
  line-height: 1.7;
  font-size: 92%;
}
.style-wrap ul, .style-wrap ol {
  margin: 0 0 1rem 2rem;
}
.style-wrap li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
}
.style-wrap li ul, .style-wrap li ol {
  margin-top: 0.4rem;
}
.style-wrap li:last-child {
  margin-bottom: 0;
}
.style-wrap .list-sm,
.style-wrap .list--sm {
  list-style-type: circle;
}
.style-wrap .list-sm li,
.style-wrap .list--sm li {
  font-size: 0.8rem;
  line-height: 1.5;
}
.style-wrap .list-line {
  list-style: none;
  margin-left: 40px;
}
.style-wrap .list-line li {
  position: relative;
  margin-bottom: 0.5rem;
}
.style-wrap .list-line li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -40px;
  width: 30px;
  height: 1px;
  background-color: #bbb;
}
.style-wrap .list-remarks {
  list-style: none;
  margin: 0 0 1.2rem 1.2rem;
}
.style-wrap .list-remarks li {
  position: relative;
  font-size: 0.8rem;
  line-height: 1.7;
}
.style-wrap .list-remarks li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1.2rem;
}
.style-wrap .list-link {
  list-style: none;
  margin-left: 0;
}
.style-wrap .list-link li {
  margin-bottom: -1px;
}
.style-wrap .list-link a {
  position: relative;
  border: 1px #ccc solid;
  display: block;
  text-decoration: none;
  padding: 0.8rem 2rem 0.8rem 1.2rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background-color: transparent;
}
.style-wrap .list-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 7px;
  height: 7px;
  border-top: 1px #bbb solid;
  border-right: 1px #bbb solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  z-index: 2;
}
.style-wrap .list-link a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 7px #C0DE1A solid;
  border-right: 7px transparent solid;
  border-bottom: 7px transparent solid;
  border-left: 7px #C0DE1A solid;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.style-wrap .list-link a:hover {
  color: #525252;
}
.style-wrap .list-link a:hover:before {
  border-top-color: rgb(172.2580645161, 199.1733870968, 23.3266129032);
  border-left-color: rgb(172.2580645161, 199.1733870968, 23.3266129032);
}
.style-wrap .list-link a:hover:after {
  border-color: #89AA00;
}
.style-wrap .list-link-thumb {
  list-style: none;
  margin-left: 0;
}
.style-wrap .list-link-thumb li {
  margin-bottom: -1px;
}
.style-wrap .list-link-thumb a {
  position: relative;
  border: 1px #ccc solid;
  border-left: 5px #C0DE1A solid;
  display: block;
  text-decoration: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.style-wrap .list-link-thumb a:hover {
  color: #525252;
  border-left-color: rgb(172.2580645161, 199.1733870968, 23.3266129032);
}
.style-wrap .list-link-thumb a:hover .list-link-thumb__img {
  opacity: 0.8;
}
.style-wrap .list-link-thumb a:hover .list-link-thumb__text:before {
  background-color: rgb(172.2580645161, 199.1733870968, 23.3266129032);
}
.style-wrap .list-link-thumb .list-link-thumb__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.style-wrap .list-link-thumb .list-link-thumb__text {
  position: relative;
  margin-left: 150px;
  min-height: 5rem;
  padding: 1rem 3.5rem 1rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.style-wrap .list-link-thumb .list-link-thumb__text p {
  margin: 0;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.style-wrap .list-link-thumb .list-link-thumb__text:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C0DE1A;
  margin-top: -10px;
  z-index: 1;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.style-wrap .list-link-thumb .list-link-thumb__text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 7px;
  height: 7px;
  border-top: 1px #525252 solid;
  border-right: 1px #525252 solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: 2;
}
@media (max-width: 991px) {
  .style-wrap .list-link-thumb li {
    font-size: 0.8rem;
  }
  .style-wrap .list-link-thumb a {
    padding: 1rem;
    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;
  }
  .style-wrap .list-link-thumb .list-link-thumb__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: static;
    float: none;
    width: 70px;
    height: 70px;
    margin: 0;
    margin-right: 1rem;
  }
  .style-wrap .list-link-thumb .list-link-thumb__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 0;
    min-height: 0;
    padding: 0;
  }
  .style-wrap .list-link-thumb .list-link-thumb__text:before, .style-wrap .list-link-thumb .list-link-thumb__text:after {
    display: none;
  }
}
.style-wrap .list-link-anchor {
  list-style: none;
  margin-left: 0;
}
.style-wrap .list-link-anchor li {
  margin-bottom: -1px;
  line-height: 1.6;
  border: 1px #ccc solid;
}
.style-wrap .list-link-anchor li:first-child {
  border-radius: 5px 5px 0 0;
}
.style-wrap .list-link-anchor li:last-child {
  border-radius: 0 0 5px 5px;
}
.style-wrap .list-link-anchor a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 0.7rem 1rem 0.7rem 50px;
}
.style-wrap .list-link-anchor a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C0DE1A;
  margin-top: -10px;
  z-index: 1;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.style-wrap .list-link-anchor a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  width: 7px;
  height: 7px;
  margin-top: 3px;
  border-top: 1px #1f1f1f solid;
  border-right: 1px #1f1f1f solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: 2;
}
.style-wrap .list-link-anchor a:hover {
  color: rgb(107.5, 107.5, 107.5);
}
.style-wrap .list-link-anchor a:hover:before {
  background-color: rgb(172.2580645161, 199.1733870968, 23.3266129032);
}
.style-wrap dl {
  margin-bottom: 1rem;
}
.style-wrap dt {
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.style-wrap dd {
  margin: 0 0 1rem 2rem;
}
.style-wrap dd > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.style-wrap dd > *:first-child {
  margin-top: 0;
}
.style-wrap dd > *:last-child {
  margin-bottom: 0;
}
.style-wrap dd ul, .style-wrap dd ol {
  margin-left: 1.5rem;
}
.style-wrap .dl-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px #ccc solid;
  font-size: 0;
  letter-spacing: -0.4em;
}
.style-wrap .dl-col dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  width: 25%;
  max-width: 25%;
  margin: 0;
  padding: 1rem 2rem 1rem 0;
  vertical-align: top;
  border-top: 1px #ccc solid;
  font-size: 0.9rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.style-wrap .dl-col dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
  width: 75%;
  max-width: 75%;
  margin: 0;
  padding: 1rem 0;
  vertical-align: top;
  border-top: 1px #ccc solid;
  font-size: 0.9rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.style-wrap .dl-col--lg {
  border-bottom: 0;
}
.style-wrap .dl-col--lg dt {
  margin: 0 0 2rem;
  padding: 0 2rem 0 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.style-wrap .dl-col--lg dd {
  margin: 0 0 2rem;
  padding: 0 0 0 2rem;
  border: 0;
  border-left: 5px #f7f7f7 solid;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
@media (max-width: 991px) {
  .style-wrap .dl-col {
    display: block;
  }
  .style-wrap .dl-col dt {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0.8rem;
    padding: 0 0 0.5rem;
    border: 0;
    border-bottom: 1px #ccc solid;
  }
  .style-wrap .dl-col dd {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem;
    padding: 0;
    border: 0;
  }
  .style-wrap .dl-col--lg dt {
    font-size: 1.05rem;
  }
  .style-wrap .dl-col--lg dd {
    margin: 0 0 1.5rem;
  }
}
.style-wrap table {
  width: 100%;
  margin: 0 0 1.5rem;
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px #ccc solid;
}
.style-wrap .table-responsive {
  margin-bottom: 1.5rem;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.style-wrap .table-responsive table {
  margin-bottom: 0;
  table-layout: auto;
}
.style-wrap th, .style-wrap td {
  border-top: 1px #ccc solid;
  padding: 1rem 1.5rem 1rem 0;
  vertical-align: top;
  line-height: 1.6;
}
.style-wrap th:last-child,
.style-wrap td:last-child {
  padding-right: 0;
}
.style-wrap th {
  width: 22%;
  min-width: 80px;
}
.style-wrap td > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.style-wrap td > *:first-child {
  margin-top: 0;
}
.style-wrap td > *:last-child {
  margin-bottom: 0;
}
.style-wrap td ul, .style-wrap td ol {
  margin-left: 1.5rem;
}
.style-wrap td li {
  line-height: 1.5;
}
.style-wrap td li:not(:last-child) {
  margin-bottom: 3px;
}
.style-wrap thead th,
.style-wrap tfoot th {
  text-align: center;
}
@media (max-width: 991px) {
  .style-wrap th, .style-wrap td {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .style-wrap th {
    width: 30%;
    min-width: 30px;
  }
  .style-wrap td ul {
    margin-left: 1.5rem;
  }
}
.style-wrap .bg-wrap > *,
.style-wrap .border-wrap > *,
.style-wrap .conclusion > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.style-wrap .bg-wrap > :first-child,
.style-wrap .border-wrap > :first-child,
.style-wrap .conclusion > :first-child {
  margin-top: 0;
}
.style-wrap .bg-wrap > :last-child,
.style-wrap .border-wrap > :last-child,
.style-wrap .conclusion > :last-child {
  margin-bottom: 0;
}
.style-wrap .conclusion {
  background-color: #F9FAF2;
  margin: 1rem 0;
  padding: 2rem;
}
.style-wrap .link-banner,
.style-wrap .cmsjs-wrap {
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 1rem;
  padding: 1.2rem 1.5rem;
  border: 1px #ddd solid;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.style-wrap .link-banner:before,
.style-wrap .cmsjs-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 12px #C0DE1A solid;
  border-right: 12px transparent solid;
  border-bottom: 12px transparent solid;
  border-left: 12px #C0DE1A solid;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.style-wrap .link-banner a,
.style-wrap .cmsjs-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none !important;
}
.style-wrap .link-banner a:hover,
.style-wrap .cmsjs-wrap a:hover {
  color: #525252;
}
.style-wrap .link-banner .link-banner__thumb,
.style-wrap .cmsjs-wrap .link-banner__thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 2rem;
}
.style-wrap .link-banner .link-banner__text,
.style-wrap .cmsjs-wrap .link-banner__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.style-wrap .link-banner .link-banner__text h2, .style-wrap .link-banner .link-banner__text h3, .style-wrap .link-banner .link-banner__text h4, .style-wrap .link-banner .link-banner__text h5, .style-wrap .link-banner .link-banner__text h6,
.style-wrap .cmsjs-wrap .link-banner__text h2,
.style-wrap .cmsjs-wrap .link-banner__text h3,
.style-wrap .cmsjs-wrap .link-banner__text h4,
.style-wrap .cmsjs-wrap .link-banner__text h5,
.style-wrap .cmsjs-wrap .link-banner__text h6 {
  padding: 0;
  margin: 0 0 0.2rem;
  border: 0;
  font-size: 0.9rem;
}
.style-wrap .link-banner .link-banner__text h2:before, .style-wrap .link-banner .link-banner__text h3:before, .style-wrap .link-banner .link-banner__text h4:before, .style-wrap .link-banner .link-banner__text h5:before, .style-wrap .link-banner .link-banner__text h6:before,
.style-wrap .cmsjs-wrap .link-banner__text h2:before,
.style-wrap .cmsjs-wrap .link-banner__text h3:before,
.style-wrap .cmsjs-wrap .link-banner__text h4:before,
.style-wrap .cmsjs-wrap .link-banner__text h5:before,
.style-wrap .cmsjs-wrap .link-banner__text h6:before {
  display: none;
}
.style-wrap .link-banner .link-banner__text p,
.style-wrap .cmsjs-wrap .link-banner__text p {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.style-wrap .link-banner .link-banner__text p:last-child,
.style-wrap .cmsjs-wrap .link-banner__text p:last-child {
  margin-bottom: 0;
}
.style-wrap .link-banner .cartjs_box,
.style-wrap .link-banner .cartjs_box *,
.style-wrap .link-banner .cartjs_box tr:first-child,
.style-wrap .cmsjs-wrap .cartjs_box,
.style-wrap .cmsjs-wrap .cartjs_box *,
.style-wrap .cmsjs-wrap .cartjs_box tr:first-child {
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  font-size: 0.95rem;
  font-weight: 600;
}
.style-wrap .link-banner .cartjs_box tr,
.style-wrap .link-banner .cartjs_box th,
.style-wrap .link-banner .cartjs_box td br,
.style-wrap .link-banner .cartjs_box .cartjs_cart_in,
.style-wrap .cmsjs-wrap .cartjs_box tr,
.style-wrap .cmsjs-wrap .cartjs_box th,
.style-wrap .cmsjs-wrap .cartjs_box td br,
.style-wrap .cmsjs-wrap .cartjs_box .cartjs_cart_in {
  display: none;
}

@media (max-width: 991px) {
  .style-wrap {
    line-height: 1.8;
  }
}
/* legacy style */
.style-wrap .attention {
  color: #d42808;
}
.style-wrap .right_float_100,
.style-wrap .right_float_200,
.style-wrap .right_float_320 {
  position: relative;
  z-index: 2;
  float: right;
  margin: 0 0 1rem 2rem;
}
.style-wrap .left_float_100,
.style-wrap .left_float_200,
.style-wrap .left_float_320 {
  position: relative;
  z-index: 2;
  float: left;
  margin: 0 2rem 1rem 0;
}
.style-wrap img.right_float_100,
.style-wrap img.left_float_100 {
  width: 100px;
}
.style-wrap img.right_float_200,
.style-wrap img.left_float_200 {
  width: 200px;
}
.style-wrap img.right_float_320,
.style-wrap img.left_float_320 {
  width: 320px;
}
.style-wrap p.right_float_100,
.style-wrap p.left_float_100 {
  width: 104px;
  font-size: 0.75rem;
}
.style-wrap p.right_float_200,
.style-wrap p.left_float_200 {
  width: 204px;
  font-size: 0.75rem;
}
.style-wrap p.right_float_320,
.style-wrap p.left_float_320 {
  width: 324px;
  font-size: 0.75rem;
}
.style-wrap p.right_float_100 img,
.style-wrap p.left_float_100 img,
.style-wrap p.right_float_200 img,
.style-wrap p.left_float_200 img,
.style-wrap p.right_float_320 img,
.style-wrap p.left_float_320 img {
  margin-bottom: 0.4rem;
}
.style-wrap .panel_link a,
.style-wrap a.panel_link {
  display: block;
  position: relative;
  text-decoration: none;
  margin-bottom: 1rem;
  padding: 1.2rem 1.5rem;
  border: 1px #ddd solid;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.style-wrap .panel_link a:before,
.style-wrap a.panel_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 12px #C0DE1A solid;
  border-right: 12px transparent solid;
  border-bottom: 12px transparent solid;
  border-left: 12px #C0DE1A solid;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.style-wrap .panel_link a:hover,
.style-wrap a.panel_link:hover {
  color: #525252;
  border: 1px #89AA00 solid;
}
.style-wrap .panel_link a:hover img,
.style-wrap a.panel_link:hover img {
  opacity: 0.8;
}
.style-wrap .panel_link a:hover:before,
.style-wrap a.panel_link:hover:before {
  border-top-color: #89AA00;
  border-left-color: #89AA00;
}
.style-wrap .panel_link img {
  float: left;
  margin-right: 1.2rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.style-wrap .wide_panel img {
  width: 125px;
  height: 125px;
}
.style-wrap .narrow_panel img {
  width: 80px;
  height: 80px;
}
.style-wrap .panel_link h3 {
  margin: 0.2rem 0;
  padding: 0;
  border: 0;
  font-size: 0.9rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.style-wrap .panel_link h3:before {
  display: none;
}
.style-wrap .wide_panel h3 {
  font-size: 0.95rem;
}
.style-wrap .narrow_panel h3 {
  font-size: 0.9rem;
}
.style-wrap .panel_link p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.8rem;
}
.style-wrap .panel_link .price {
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
}
.style-wrap .price .cartjs_box,
.style-wrap .price .cartjs_box *,
.style-wrap .price .cartjs_box tr:first-child {
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  font-size: inherit;
  font-weight: inherit;
}
.style-wrap .price .cartjs_box tr,
.style-wrap .price .cartjs_box th,
.style-wrap .price .cartjs_box td br,
.style-wrap .price .cartjs_box .cartjs_cart_in {
  display: none;
}
.style-wrap a.jump_up,
.style-wrap a.jump_down {
  display: inline-block;
  margin: 0;
  line-height: 1.1;
}
.style-wrap .product_name,
.style-wrap .product_info {
  display: none;
}
.style-wrap .tab {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 2rem 0;
  padding: 0;
  border-bottom: 2px rgb(180.1548387097, 208.3040322581, 24.3959677419) solid;
}
.style-wrap .tab li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  padding-right: 0.5rem;
  margin: 0;
}
.style-wrap .tab li:last-child {
  padding-right: 0;
}
.style-wrap .tab a {
  display: block;
  padding: 0.9rem 0.5rem 0.6rem;
  margin-bottom: 0.2rem;
  border-radius: 5px 5px 0 0;
  background-color: rgb(241.4, 241.4, 241.4);
  color: #1f1f1f;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-decoration: none !important;
}
.style-wrap .tab a:hover {
  background-color: rgb(180.1548387097, 208.3040322581, 24.3959677419);
}
.style-wrap .tab b,
.style-wrap .tab .is-active {
  display: block;
  padding: 0.9rem 0.5rem 0.8rem;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  background-color: #C0DE1A;
  color: #1f1f1f;
  font-weight: 600;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-decoration: none !important;
  pointer-events: none;
}
.style-wrap .tab--bottom,
.style-wrap .lower_tab {
  margin: 3rem 0;
  padding: 0;
  border-top: 2px rgb(180.1548387097, 208.3040322581, 24.3959677419) solid;
  border-bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.style-wrap .tab--bottom a,
.style-wrap .lower_tab a {
  padding: 0.75rem 0.5rem;
  margin-top: 0.2rem;
  margin-bottom: 0;
  border-radius: 0 0 5px 5px;
}
.style-wrap .tab--bottom b,
.style-wrap .tab--bottom .is-active,
.style-wrap .lower_tab b,
.style-wrap .lower_tab .is-active {
  padding: 0.9rem 0.5rem 0.8rem;
  margin-top: 0;
  border-radius: 0 0 5px 5px;
}

@media (max-width: 575px) {
  .style-wrap img.right_float_200,
  .style-wrap img.left_float_200,
  .style-wrap img.right_float_320,
  .style-wrap img.left_float_320 {
    display: block;
    max-width: 100%;
    margin: 0 auto 1rem;
  }
  .style-wrap p.right_float_200,
  .style-wrap p.left_float_200,
  .style-wrap p.right_float_320,
  .style-wrap p.left_float_320 {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .style-wrap p.right_float_200 img,
  .style-wrap p.left_float_200 img,
  .style-wrap p.right_float_320 img,
  .style-wrap p.left_float_320 img {
    display: block;
    max-width: 100%;
    margin: 0 auto 0.4rem;
  }
  .style-wrap .tab,
  .style-wrap .tab--bottom,
  .style-wrap .lower_tab {
    display: block;
    margin: 0 0 2rem;
    padding: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    border-left: 5px #C0DE1A solid;
  }
  .style-wrap .tab li,
  .style-wrap .tab--bottom li,
  .style-wrap .lower_tab li {
    font-size: 0.8rem;
    display: block;
    padding-right: 0;
    text-align: left;
    border-bottom: 1px #ddd solid;
  }
  .style-wrap .tab li:last-child,
  .style-wrap .tab--bottom li:last-child,
  .style-wrap .lower_tab li:last-child {
    border-bottom: 0;
  }
  .style-wrap .tab a,
  .style-wrap .tab--bottom a,
  .style-wrap .lower_tab a {
    position: relative;
    padding: 0.7rem 0.5rem 0.6rem;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: rgb(246.5, 246.5, 246.5);
  }
  .style-wrap .tab a:after,
  .style-wrap .tab--bottom a:after,
  .style-wrap .lower_tab a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 8px;
    height: 8px;
    border-top: 1px #1f1f1f solid;
    border-right: 1px #1f1f1f solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .style-wrap .tab b,
  .style-wrap .tab .is-active,
  .style-wrap .tab--bottom b,
  .style-wrap .tab--bottom .is-active,
  .style-wrap .lower_tab b,
  .style-wrap .lower_tab .is-active {
    padding: 0.7rem 0.5rem 0.6rem;
    border-radius: 0;
  }
}
/* products */
.cat-free-header {
  margin-bottom: 4rem;
}

.products-header {
  position: relative;
  max-width: 1024px;
  margin: 4rem auto 3rem;
  border-top: 1px #ccc solid;
  text-align: center;
}

.products-header__container {
  display: inline-block;
  height: 2rem;
  margin-top: -1rem;
  padding: 0 2rem;
  background-color: #fff;
}

.products-header__sort {
  list-style: none;
  display: inline-block;
  white-space: nowrap;
}
.products-header__sort li {
  font-size: 0.8rem;
  line-height: 2rem;
  display: inline-block;
  padding: 0 0.5rem;
}
.products-header__sort a {
  color: #1f1f1f;
  font-weight: 600;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.products-header__sort a:hover {
  color: #89AA00;
}
.products-header__sort .is-active {
  color: #bbb;
}

.products-header__position {
  font-size: 0.8rem;
  line-height: 2rem;
  display: inline-block;
  padding: 0 0.5rem;
}

.products__next,
.products__prev {
  position: absolute;
  top: -1rem;
  right: 0;
  padding-left: 1.5rem;
  background-color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 2rem;
  display: inline-block;
}
.products__next a,
.products__prev a {
  color: #1f1f1f;
  padding-right: 1.5rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.products__next a:after,
.products__prev a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  margin-top: -0.1rem;
  border-top: 1px #1f1f1f solid;
  border-right: 1px #1f1f1f solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: right 0.2s, border-color 0.2s;
  transition: right 0.2s, border-color 0.2s;
}
.products__next a:hover,
.products__prev a:hover {
  color: #89AA00;
}
.products__next a:hover:after,
.products__prev a:hover:after {
  right: -3px;
  border-color: #89AA00;
}

.products__prev {
  right: auto;
  left: 0;
  padding-left: 0;
  padding-right: 1.5rem;
}
.products__prev a {
  padding-right: 0;
  padding-left: 1.5rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.products__prev a:after {
  right: auto;
  left: 0;
  border-top: 1px #1f1f1f solid;
  border-right: 0;
  border-left: 1px #1f1f1f solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: left 0.2s, border-color 0.2s;
  transition: left 0.2s, border-color 0.2s;
}
.products__prev a:hover {
  color: #89AA00;
}
.products__prev a:hover:after {
  left: -3px;
  border-color: #89AA00;
}

.products__unit {
  position: relative;
  margin-bottom: 2rem;
}
.products__unit a {
  display: block;
  color: #1f1f1f;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
.products__unit a:hover {
  color: rgb(107.5, 107.5, 107.5);
}
.products__unit a:hover .img-wrap,
.products__unit a:hover .products__img {
  background-color: #fff;
}

.products__unit--soldout a {
  color: #858585;
}
.products__unit--soldout .products__price {
  color: #bbb;
}

.products__thumb {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.products__img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f7f7f7;
  background-blend-mode: multiply;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.products__new {
  position: absolute;
  top: 0.5rem;
  right: 0.8rem;
  text-align: right;
  font-size: 1.1rem;
  color: #C0DE1A;
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.products__labels {
  position: absolute;
  bottom: 0.7rem;
  left: 0.8rem;
  pointer-events: none;
}

.label {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.3rem 0.5rem 0.2rem 0.6rem;
  margin-right: 0.2rem;
}

.label-soldout {
  border: 1px #ccc solid;
  background-color: #fff;
  color: #bbb;
}

.label-freeshipping {
  border: 1px #89AA00 solid;
  background-color: #fff;
  color: #89AA00;
}

.products__name {
  margin: 0 0 0.3rem !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 0.8rem !important;
  font-weight: 400;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.products__desc {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.3rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.products__price {
  position: relative;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.products__price .label-sale {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  color: #d42808;
  top: -1px;
}
.products__price .price {
  font-size: 1.05rem;
}
.products__price .favorite-button {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -11px;
  border: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
}
.products__price .favorite-button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_fav.png) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.products__price .favorite-button:hover:after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.products__price .favorite-button--active:after {
  background-image: url(../img/common/icon_fav_on.png);
  opacity: 1;
}

.products__info {
  border-top: 1px #ccc solid;
  padding-top: 0.7rem;
  margin-top: 0.7rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 0.8rem;
  line-height: 1.7;
}
.products__info dt {
  font-weight: 600;
  text-align: center;
  margin: 0 0 0.1rem;
  padding: 0 1rem;
}
.products__info dd {
  margin: 0 0 0.7rem;
  padding: 0 1rem 0.7rem;
  text-align: center;
  border-bottom: 1px #ccc solid;
}
.products__info dd:last-child {
  margin-bottom: 0;
}
.products__info > :last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .products__info dt {
    padding-right: 0;
    padding-left: 0;
  }
  .products__info dd {
    padding-right: 0;
    padding-left: 0;
  }
}
.products-pager {
  position: relative;
  max-width: 1024px;
  margin: 4rem auto 3rem;
  border-top: 1px #ccc solid;
  text-align: center;
  padding: 0;
}
.products-pager p {
  font-size: 0.8rem;
  line-height: 2rem;
  display: inline-block;
  margin: 0;
}
.products-pager a {
  color: #1f1f1f;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.products-pager a:hover {
  color: #89AA00;
}
.products-pager .is-active {
  color: #bbb;
}

.products-pager__no {
  list-style: none;
  display: inline-block;
  white-space: nowrap;
  height: 2rem;
  margin-top: -1rem;
  padding: 0 2rem;
  background-color: #fff;
}
.products-pager__no li {
  font-size: 1.2rem;
  line-height: 2rem;
  display: inline-block;
  margin: 0 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
}
.products-pager__no .is-active {
  color: #bbb;
}

@media (max-width: 991px) {
  .products-header {
    margin: 2rem 8%;
  }
  .products-header .products__next,
  .products-header .products__prev {
    display: none;
  }
  .products-header__container {
    padding: 0 0.5rem;
  }
  .products-header__sort li {
    padding: 0 0.4rem;
  }
  .products-header__position {
    font-size: 0.7rem;
    padding: 0 0.4rem;
  }
  .products__new {
    top: 0.3rem;
    right: 0.6rem;
    font-size: 1rem;
  }
  .products__labels {
    position: absolute;
    bottom: 0.6rem;
    left: 0.6rem;
    pointer-events: none;
  }
  .products__labels .label {
    font-size: 0.6rem;
    padding: 0.3rem 0.4rem 0.2rem 0.5rem;
  }
  .products__labels .label:nth-child(n+2) {
    display: none;
  }
  .products__name {
    font-size: 0.75rem !important;
  }
  .products__price {
    font-size: 0.75rem;
  }
  .products__price .label-sale {
    display: block;
    top: auto;
  }
  .products__price .price {
    font-size: 0.9rem !important;
  }
  .products__price .favorite-button {
    margin-top: -10px;
    width: 20px;
    height: 20px;
  }
  .products-pager {
    margin: 0 8% 3rem;
    padding: 0;
  }
  .products-pager__no {
    display: none;
  }
}
/* product detail */
.product-header {
  width: 84%;
  max-width: 1024px;
  margin: 2rem auto 3rem;
  text-align: center;
}

.product-header__heading {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.product-header__heading .label-new {
  color: #89AA00;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  margin-right: 0.5rem;
}
.product-header__heading .name {
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 600;
}

.group-list {
  list-style: none;
  font-size: 0;
  letter-spacing: -0.4em;
}
.group-list li {
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.group-list a {
  color: #1f1f1f;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.group-list a:before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/common/icon_tag.png") no-repeat center center;
  background-size: cover;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.3rem;
  vertical-align: middle;
}
.group-list a:hover {
  color: #89AA00;
}

.product-content {
  margin-bottom: 3rem;
}

.product-img__main {
  margin-bottom: 1rem;
  background-color: #f9f9f9;
}
.product-img__main a {
  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;
  min-height: 500px;
  background-color: #f9f9f9;
}
.product-img__main img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.product-img__sub {
  list-style: none;
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.product-img__sub li {
  margin-bottom: 1rem;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.product-img__sub-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9f9f9;
  background-blend-mode: multiply;
}

@media (max-width: 991px) {
  .product-img__main a {
    min-height: 300px;
  }
}
.product-info h3 {
  border-left: 0;
  padding-left: 0;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.product-info p {
  margin-bottom: 0.7rem;
  font-size: 0.8rem;
}
.product-info p a {
  text-decoration: underline;
}
.product-info p .btn:first-child {
  margin-top: 0;
}
.product-info p .btn:last-child {
  margin-bottom: 0;
}
.product-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5rem 0 0.5rem;
}
.product-info dt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  width: 30%;
  margin: 0 0 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.product-info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  width: 70%;
  margin: 0 0 0.8rem;
  font-size: 0.8rem;
  line-height: 1.6;
}
.product-info .favorite-button:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  background: url(../img/common/icon_fav.png) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.product-info .favorite-button .favorite-button__on {
  display: none;
}
.product-info .favorite-button .favorite-button__off {
  display: inline;
}
.product-info .favorite-button--active {
  border-color: #C0DE1A;
  color: rgb(107.5, 107.5, 107.5);
}
.product-info .favorite-button--active:before {
  background-image: url(../img/common/icon_fav_on.png);
  opacity: 1;
}
.product-info .favorite-button--active .favorite-button__on {
  display: inline;
}
.product-info .favorite-button--active .favorite-button__off {
  display: none;
}

.product-info__container {
  margin-left: 2rem;
}

.product-info__ttl {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.product-info__ttl--sale {
  color: #d42808;
}

.product-info__price {
  font-size: 1.1rem;
}
.product-info__price .price {
  font-size: 1.5rem;
  font-weight: 600;
}
.product-info__price .price-max {
  font-size: 1.1rem;
}
.product-info__price .label {
  margin-left: 0.3rem;
  padding: 0.25rem 0.4rem 0.15rem 0.43rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -4px;
  font-weight: bold;
  border-width: 1.8px;
}

.product-info__qty {
  width: 5rem;
  display: inline-block;
}

.product-info__option {
  max-width: 100%;
}

.product-share {
  margin: 1.2rem 0;
}

.product-share__list {
  list-style: none;
  font-size: 0;
  letter-spacing: -0.4em;
}
.product-share__list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.3rem;
}

.product-info__links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px #ccc solid;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  margin: 1.2rem 0 0 !important;
}
.product-info__links li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.product-info__links a {
  position: relative;
  display: block;
  color: #1f1f1f;
  padding-left: 12px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none !important;
}
.product-info__links a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  border-top: 4px transparent solid;
  border-bottom: 4px transparent solid;
  border-left: 5px #89AA00 solid;
}
.product-info__links a:hover {
  color: #89AA00;
}

.product-info__list {
  border-top: 1px #ccc solid;
}
.product-info__list dt {
  margin-bottom: 0.4rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
}
.product-info__list dd {
  margin-bottom: 0.4rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

.product-info__desc {
  background-color: #f7f7f7;
  padding: 1rem 1.3rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.7;
}
.product-info__desc p:last-child {
  margin-bottom: 0;
}
.product-info__desc a {
  color: #1f1f1f;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .product-header {
    margin: 1.5rem auto 1rem;
    text-align: left;
  }
  .product-header__heading {
    margin-bottom: 1rem;
  }
  .product-header__heading .label-new {
    font-size: 0.8rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    margin-right: 0.3rem;
  }
  .product-header__heading .name {
    font-size: 1.1rem;
  }
  .group-list {
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 0.5rem 0.8rem 0.2rem;
  }
  .group-list li {
    margin: 0 0.5rem 0.3rem -0.1rem;
    font-size: 0.7rem;
    font-weight: 400;
  }
  .product-content {
    margin: 0 8%;
  }
  .content .product-content {
    margin: 0;
  }
  .product-img__main {
    min-height: 300px;
  }
  .product-img__sub {
    margin-bottom: 1.5rem;
  }
  .product-info__container {
    margin-left: 0;
  }
  .product-info__ttl {
    font-size: 0.8rem !important;
  }
  .product-info__price {
    font-size: 1rem;
  }
  .product-info__price .price {
    font-size: 1.4rem;
  }
}
/* header */
.g-h {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
.g-h a {
  color: #1f1f1f;
}

.g-h__container {
  position: relative;
  width: 100%;
  height: 90px;
  padding: 0 1.5rem;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  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;
  background-color: #fff;
  z-index: 2;
}

.g-h__branding {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.g-h__branding a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: inline-block;
  padding-top: 2px;
}
.g-h__branding a:hover {
  opacity: 0.7;
}
.g-h__branding img {
  max-width: 100%;
  height: auto;
}

.menu-head {
  margin-right: 20px;
  white-space: nowrap;
}

.menu-head__search {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0;
}

.menu-head__toggle {
  position: relative;
  padding: 11px 35px 10px 15px;
  margin-right: 5px;
  border-radius: 20px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.menu-head__toggle:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  margin-top: 3px;
  border-top: 2px #1f1f1f solid;
  border-right: 2px #1f1f1f solid;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.menu-head__toggle.is-active {
  background-color: rgb(241.9, 241.9, 241.9);
}
.menu-head__toggle.is-active:after {
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-head__toggle:hover {
  background-color: rgb(241.9, 241.9, 241.9);
}

.menu-head__list {
  list-style: none;
  display: inline-block;
  font-size: 0;
  letter-spacing: -0.4em;
}
.menu-head__list li {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.menu-head__list a {
  position: relative;
  display: block;
  padding: 5px 15px;
}
.menu-head__list a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -3px;
  left: 13px;
  right: 13px;
  height: 5px;
  width: 0;
  border-radius: 1px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  z-index: 1;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.menu-head__list a:hover:before {
  width: calc(100% - 20px);
}

.menu-head__tel a:before,
.menu-head__space a:before {
  background-color: #f7d239;
}

.menu-head__web a:before {
  background-color: #C0DE1A;
}

.menu-head__system a:before {
  background-color: #95CEC2;
}

.menu-head__ttl {
  position: relative;
  z-index: 2;
}

.menu-head__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.menu-head__icon img {
  position: relative;
  top: -1px;
  vertical-align: middle;
  z-index: 2;
}

.menu-search {
  position: relative;
  display: none;
  position: fixed;
  top: 90px;
  right: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.menu-search__buy,
.menu-search__cateogy {
  display: none;
}

.menu-search__container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 2px 10px -5px rgba(100, 100, 100, 0.1);
          box-shadow: 0 2px 10px -5px rgba(100, 100, 100, 0.1);
  pointer-events: auto;
}

.menu-search__unit {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
}

.menu-search__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0.5rem;
  border-bottom: 4px #C0DE1A solid;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.menu-search__ttl-sub {
  font-size: 0.7rem;
  font-weight: 400;
  margin-left: 5px;
}

.menu-search__list-cat {
  list-style: none;
}
.menu-search__list-cat li {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px #e6e6e6 solid;
}
.menu-search__list-cat a {
  position: relative;
  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;
  padding: 5px;
}
.menu-search__list-cat a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.02);
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.menu-search__list-cat a:hover:after {
  opacity: 1;
}

.list-cat__thumb {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40px;
          flex: 1 1 40px;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.list-cat__thumb:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.list-cat__ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: block;
  width: 100%;
  padding-top: 2px;
}

.menu-search__group dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 15px 0;
}
.menu-search__group dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 7px 0;
}
.menu-search__group dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 75%;
          flex: 1 1 75%;
  width: 75%;
  font-weight: 600;
  line-height: 1.6;
  padding: 3px 0;
  font-size: 0;
  letter-spacing: -0.4em;
}
.menu-search__group dd ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.menu-search__group dd li {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: 50%;
  max-width: 50%;
  margin-bottom: 8px;
  padding: 0 5px;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}
.menu-search__group dd a {
  display: inline-block;
  padding: 8px 5px;
  width: 100%;
  border-radius: 100px;
  text-align: center;
  background-color: rgb(218.8709677419, 238.2258064516, 111.7741935484);
  margin: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.menu-search__group dd a:hover {
  background-color: rgb(201.5967741935, 230.2056451613, 43.2943548387);
}

.menu-search__keyword .text {
  width: 100%;
  padding: 10px 10px 9px 42px;
  font-size: 0.9rem;
  background-color: #EDEDED;
  border: 1px #D9D9D9 solid;
  border-radius: 0;
  letter-spacing: 0.04em;
}
.menu-search__keyword input::-webkit-input-placeholder {
  color: #898989;
}
.menu-search__keyword input::-moz-placeholder {
  color: #898989;
}
.menu-search__keyword input:-ms-input-placeholder {
  color: #898989;
}
.menu-search__keyword input::-ms-input-placeholder {
  color: #898989;
}
.menu-search__keyword input::placeholder {
  color: #898989;
}

.input-wrap {
  position: relative;
}

.input-wrap__icon {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  z-index: 2;
}
.input-wrap__icon img {
  vertical-align: top;
  width: 22px;
  height: 22px;
}

.menu-buy {
  position: relative;
}

.menu-buy__list {
  display: inline-block;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  letter-spacing: -0.4em;
}
.menu-buy__list li {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.07em;
  font-weight: 600;
  vertical-align: middle;
}

.menu-buy__cart {
  position: relative;
  height: 46px;
}
.menu-buy__cart a {
  display: block;
  background-color: #C0DE1A;
  height: 46px;
  line-height: 44px;
  padding: 2px 30px 0;
  border-radius: 2px 0 0 2px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.menu-buy__cart a:hover {
  background-color: rgb(198.1419354839, 228.6016129032, 29.5983870968);
}
.menu-buy__cart .menu-buy__icon {
  margin-right: 2px;
}

.menu-buy__cart-ttl {
  position: relative;
  top: 1px;
}

.menu-buy__toggle {
  position: relative;
  background-color: rgb(188.0516129032, 217.4346774194, 25.4653225806);
  border-left: 1px rgba(0, 0, 0, 0.05) solid;
  width: 46px;
  height: 46px;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.menu-buy__toggle:hover {
  background-color: rgb(198.1419354839, 228.6016129032, 29.5983870968);
}
.menu-buy__toggle span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background-color: #1f1f1f;
  border-radius: 50%;
}
.menu-buy__toggle span:before, .menu-buy__toggle span:after {
  content: "";
  position: absolute;
  display: block;
  top: -7px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #1f1f1f;
  border-radius: 50%;
}
.menu-buy__toggle span:after {
  top: 7px;
}
.menu-buy__toggle.is-active {
  background-color: #ddd;
}
.menu-buy__toggle.is-active span {
  margin: 0;
  width: 0;
  height: 0;
}
.menu-buy__toggle.is-active span:before, .menu-buy__toggle.is-active span:after {
  top: -4px;
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 0;
  background-color: rgb(56.5, 56.5, 56.5);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.menu-buy__toggle.is-active span:after {
  top: -4px;
  right: 0;
  left: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.menu-toggle {
  display: none;
}

.menu-buy__icon {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 4px;
}

.menu-buy__content {
  display: none;
  list-style: none;
  position: absolute;
  top: 46px;
  right: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.02);
          box-shadow: 0 1px 3px rgba(100, 100, 100, 0.02);
}
.menu-buy__content li {
  font-size: 0.75rem;
  font-weight: 600;
  border-bottom: 1px rgb(229.5, 229.5, 229.5) solid;
}
.menu-buy__content li:last-child {
  border-color: rgb(229.5, 229.5, 229.5);
}
.menu-buy__content a {
  display: block;
  padding: 12px 12px 11px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.menu-buy__content a:hover {
  background-color: #f7f7f7;
}

.info-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(213.1129032258, 235.5524193548, 88.9475806452);
  padding: 1rem 2rem 1rem 1.5rem;
  margin-bottom: 1rem;
}

.page-top .info-common {
  margin-bottom: 0;
}

.info-common__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 30%;
  background: url(../img/common/icon_info.png) no-repeat 0 50%;
  background-size: 28px 28px;
  padding: 10px 2rem 10px 40px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.7;
}

.info-common__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 0.7rem;
  line-height: 1.7;
}
.info-common__text a,
.info-common__text a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .g-h__container {
    height: 70px;
    padding: 0 3.5% 0 5%;
  }
  .g-h__branding {
    max-width: 225px;
  }
  .menu-head {
    display: none;
  }
  .menu-buy__cart a {
    background-color: transparent;
    height: 46px;
    line-height: 24px;
    padding: 11px 10px;
    border-radius: 0;
  }
  .menu-buy__cart a:hover {
    background-color: transparent;
  }
  .menu-buy__cart .menu-buy__icon {
    margin-right: 0;
    height: 24px;
    width: 24px;
  }
  .menu-buy__cart-ttl,
  .menu-buy__toggle {
    display: none !important;
  }
  .menu-toggle {
    position: relative;
    width: 46px;
    height: 46px;
    cursor: pointer;
  }
  .menu-toggle span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
  }
  .menu-toggle span:before, .menu-toggle span:after {
    content: "";
    position: absolute;
    display: block;
    top: -5px;
    left: -10px;
    width: 20px;
    height: 2px;
    background-color: #1f1f1f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-toggle span:after {
    top: 3px;
  }
  .menu-toggle.is-active span {
    margin: 0;
    width: 0;
    height: 0;
  }
  .menu-toggle.is-active span:before, .menu-toggle.is-active span:after {
    top: 0;
    left: 0;
    width: 24px;
    margin-left: -12px;
    border-radius: 0;
    background-color: rgb(56.5, 56.5, 56.5);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .menu-toggle.is-active span:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .menu-search {
    background-color: #f7f7f7;
    top: 70px;
    pointer-events: auto;
  }
  .menu-search__scroll {
    overflow: auto !important;
    max-height: calc(100vh - 70px);
    -webkit-overflow-scrolling: touch;
  }
  .menu-search__buy {
    display: block;
    pointer-events: auto;
    background-color: #fcfcfc;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .menu-search__buy-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-search__buy-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    font-size: 0.75rem;
    border-top: 1px #e6e6e6 solid;
    border-left: 1px #e6e6e6 solid;
    font-weight: 600;
  }
  .menu-search__buy-list li:nth-child(odd) {
    border-left: 0;
  }
  .menu-search__buy-list a {
    padding: 0.8rem 1rem;
    display: block;
  }
  .menu-search__buy-list .menu-buy__icon {
    height: 20px;
    width: 20px;
  }
  .menu-search__container {
    padding: 0;
    margin-bottom: 100px;
  }
  .menu-search__unit {
    padding: 0;
  }
  .menu-search__ttl {
    padding: 1.5rem 4% 0.7rem;
    font-size: 0.8rem;
    color: #525252;
    border-top: 1px #e6e6e6 solid;
    border-bottom: 3px #C0DE1A solid;
  }
  .menu-search__list-cat {
    margin-bottom: -1px;
  }
  .menu-search__list-cat a {
    padding: 0.4rem 4%;
  }
  .menu-search__group dl {
    display: block;
    padding: 0.7rem 4%;
    margin: 0;
  }
  .menu-search__group dt, .menu-search__group dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.3rem;
  }
  .menu-search__cateogy {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: rgb(213.1129032258, 235.5524193548, 88.9475806452);
  }
  .menu-search__cateogy li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3%;
            flex: 1 1 33.3%;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.4;
    border-right: 1px #C0DE1A solid;
  }
  .menu-search__cateogy li:last-child {
    border-right: 0;
  }
  .menu-search__cateogy a {
    display: block;
    width: 100%;
    padding: 0.7rem 0;
    text-align: center;
  }
  .menu-search__keyword {
    padding: 0 4% 1rem;
  }
  .info-common {
    margin-bottom: 0.5rem;
  }
  .page-top .info-common {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .info-common {
    display: block;
    padding: 0.5rem 5% 1rem;
  }
  .info-common__ttl {
    max-width: 100%;
    padding-left: 36px;
  }
}
/* footer */
.footer-separator {
  margin: 5rem auto;
}

.ranking {
  max-width: 1024px;
  margin: 5rem auto;
}
.ranking .products__unit:nth-child(1):after,
.ranking .products__unit:nth-child(2):after,
.ranking .products__unit:nth-child(3):after {
  content: "1";
  position: absolute;
  top: -20px;
  left: 25px;
  background-color: #C0DE1A;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.2rem;
  padding-top: 2px;
  line-height: 38px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  pointer-events: none;
  z-index: 10;
}
.ranking .products__unit:nth-child(2):after {
  content: "2";
}
.ranking .products__unit:nth-child(3):after {
  content: "3";
}
.ranking .products__new {
  top: 0.3rem;
  right: 0.6rem;
  font-size: 1rem;
}
.ranking .products__labels {
  position: absolute;
  bottom: 0.6rem;
  left: 0.6rem;
  pointer-events: none;
}
.ranking .products__labels .label {
  font-size: 0.6rem;
  padding: 0.3rem 0.4rem 0.2rem 0.5rem;
}
.ranking .products__name {
  font-size: 0.75rem;
}
.ranking .products__price {
  font-size: 0.8rem;
}
.ranking .products__price .price {
  font-size: 1rem;
}
.ranking .products__price .favorite-button {
  margin-top: -10px;
  width: 20px;
  height: 20px;
}

.ranking__heading {
  border-top: 5px #C0DE1A solid;
  padding-top: 2rem;
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .ranking-wrap {
    margin-right: 8%;
    margin-left: 8%;
  }
  .ranking {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .ranking .products__unit:nth-child(n+9) {
    display: none;
  }
  .ranking .ranking__heading {
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}
.contact-footer {
  padding: 3rem 0;
  background-color: #f7f7f7;
  font-size: 0.9rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.contact-footer__heading {
  margin-bottom: 2rem;
  text-align: center;
}
.contact-footer__heading .ttl {
  margin-bottom: 0.5rem;
}
.contact-footer__heading .ttl-ja {
  font-size: 1.3rem;
  font-weight: bold;
}
.contact-footer__heading p {
  font-size: 0.8rem;
}
.contact-footer__heading a {
  text-decoration: underline;
}

.contact-footer__container {
  max-width: 1024px;
  margin: 5rem auto;
  margin: 0 auto;
}

.contact-footer__unit {
  text-align: center;
}
.contact-footer__unit p:not(:last-child) {
  margin-bottom: 0.7rem;
}
.contact-footer__unit .tel {
  color: #1f1f1f !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.9rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  letter-spacing: 0.04em;
}

.contact-footer__unit-ttl {
  margin-bottom: 0.7rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.contact-footer__unit:nth-child(n+2) {
  border-left: 1px #ccc solid;
}

@media (max-width: 991px) {
  .contact-footer {
    padding: 2.5rem 8%;
  }
  .contact-footer__heading {
    margin-bottom: 1.5rem;
  }
  .contact-footer__heading .ttl-ja {
    font-size: 1.1rem;
  }
  .contact-footer__unit {
    margin-bottom: 1.2rem;
  }
  .contact-footer__unit p {
    font-size: 0.75rem;
  }
  .contact-footer__unit .tel {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .contact-footer__unit:last-child {
    margin-bottom: 0;
  }
  .contact-footer__unit:nth-child(n+2) {
    border-left: 0;
  }
  .contact-footer__unit-ttl {
    font-size: 1rem;
    margin-bottom: 0.7rem;
  }
}
.g-f {
  background-color: #f7f7f7;
  padding: 1px 0;
}

.g-f__container {
  max-width: 1024px;
  margin: 5rem auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 0;
  padding-bottom: 0;
}

.f-menu p {
  margin-left: 1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 2;
}
.f-menu .tel {
  color: #1f1f1f !important;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 0.1rem;
  margin-bottom: 0.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  vertical-align: middle;
}
.f-menu ul {
  list-style: none;
}
.f-menu li {
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.f-menu li a {
  font-weight: 600;
  color: #1f1f1f;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.f-menu li a:hover {
  opacity: 0.6;
}
.f-menu li:last-child {
  margin-bottom: 0;
}

.f-menu__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-menu__ttl {
  padding-bottom: 0.7rem;
  margin-bottom: 1rem;
  border-bottom: 1px #ccc solid;
  font-size: 0.95rem;
  font-weight: 600;
}
.f-menu__ttl a {
  position: relative;
  color: #1f1f1f;
  display: block;
}
.f-menu__ttl a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 8px;
  height: 8px;
  border-top: 1px #1f1f1f solid;
  border-right: 1px #1f1f1f solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.f-menu__ttl a:hover {
  opacity: 0.7;
}

.f-menu__ttl-sub {
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.6;
}
.f-menu__ttl-sub a {
  position: relative;
  display: inline-block;
  color: #1f1f1f;
  padding-right: 1rem;
}
.f-menu__ttl-sub a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -1px;
  border-top: 1px #1f1f1f solid;
  border-right: 1px #1f1f1f solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.f-menu__ttl-sub a:hover {
  opacity: 0.7;
}

.f-menu-cominfo {
  margin-top: 1rem;
}

.f-menu__sns {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px #ccc solid;
}
.f-menu__sns li {
  font-size: 0.7rem;
}

.copyright {
  padding: 3rem 0;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
}
.copyright a {
  color: #1f1f1f;
}
.copyright a:hover {
  opacity: 0.8;
}

.pageup {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  padding: 0 0.5rem 0 1.5rem;
  font-size: 0.8rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 100;
}
.pageup:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-top: 1px #1f1f1f solid;
  border-left: 1px #1f1f1f solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.pageup:hover {
  opacity: 0.8;
}

.pageup.is-active {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1024px) {
  .g-f {
    padding-right: 5%;
    padding-left: 5%;
  }
  .f-menu .btn {
    width: 100%;
    padding: 0.8rem 0;
  }
}
@media (max-width: 767px) {
  .g-f {
    padding: 0;
  }
  .g-f__container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .f-menu p {
    margin: 0 8% 1rem;
    line-height: 1.8;
  }
  .f-menu ul {
    background-color: #fff;
  }
  .f-menu li {
    font-size: 0.75rem;
    margin-bottom: 0;
    border-bottom: 1px rgb(229.5, 229.5, 229.5) solid;
  }
  .f-menu li a {
    position: relative;
    display: block;
    padding: 0.8rem 5%;
    font-weight: 600;
    color: #1f1f1f;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .f-menu li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    width: 8px;
    height: 8px;
    border-top: 1px #bbb solid;
    border-right: 1px #bbb solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .f-menu li a:hover {
    opacity: 0.6;
  }
  .f-menu li:last-child {
    margin-bottom: 0;
  }
  .f-menu__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  .f-menu__unit {
    padding: 0;
  }
  .f-menu__ttl {
    padding-bottom: 0;
    margin-top: -1px;
    margin-bottom: 0;
    font-size: 0.9rem;
    border-top: 2px #C0DE1A solid;
    border-bottom: 1px rgb(229.5, 229.5, 229.5) solid;
    background-color: #fff;
  }
  .f-menu__ttl a,
  .f-menu__ttl span {
    display: block;
    padding: 1.2rem 5% 0.9rem;
  }
  .f-menu__ttl a:after,
  .f-menu__ttl span:after {
    right: 5%;
    border-top: 1px #bbb solid;
    border-right: 1px #bbb solid;
  }
  .f-menu__ttl a:hover {
    opacity: 0.7;
  }
  .f-menu__ttl-sub {
    padding: 0 5% 0.4rem;
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 0.8rem;
  }
  .f-menu__ttl-sub a {
    position: relative;
    display: inline-block;
    color: #1f1f1f;
    padding-right: 1rem;
  }
  .f-menu__ttl-sub a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: -1px;
    border-top: 1px #1f1f1f solid;
    border-right: 1px #1f1f1f solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  .f-menu__ttl-sub a:hover {
    opacity: 0.7;
  }
  .f-menu-cominfo {
    margin-top: 0;
    border-top: 1px rgb(229.5, 229.5, 229.5) solid;
  }
  .f-menu__sns {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .f-menu__sns li {
    font-size: 0.7rem;
  }
  .copyright {
    padding: 2rem 8%;
    text-align: left;
  }
  .pageup {
    right: 5%;
    bottom: 2rem;
  }
}
/* top */
.top-image {
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
}

.top-image__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 500px;
}

.top-image__left,
.top-image__right {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  height: calc(100% + 30px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eee;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
}

.top-image__left {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: #F0EAE2;
}

.top-image__right {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  background-color: #EAF0F0;
}

.top-image__area {
  position: absolute;
  top: 15%;
  left: 50%;
  display: inline-block;
  width: 50%;
  max-width: 320px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(-50%, -30px);
          transform: translate(-50%, -30px);
  -webkit-transition: opacity 0.7s 1s, -webkit-transform 0.7s 1s;
  transition: opacity 0.7s 1s, -webkit-transform 0.7s 1s;
  transition: opacity 0.7s 1s, transform 0.7s 1s;
  transition: opacity 0.7s 1s, transform 0.7s 1s, -webkit-transform 0.7s 1s;
}
.top-image__area img {
  width: 100%;
  height: auto;
}

.top-image__right .top-image__area {
  top: auto;
  bottom: 15%;
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
}

.top-image__label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 45%;
  max-width: 210px;
  max-height: 210px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.7s 0.7s;
  transition: opacity 0.7s 0.7s;
}
.top-image__label img {
  height: 100%;
  width: auto;
}
.top-image__label:before, .top-image__label:after {
  content: "";
  position: absolute;
  top: -70px;
  left: -10%;
  background: url(../img/common/copy_arr.png) no-repeat center center;
  background-size: contain;
  width: 120%;
  height: 0;
  padding-bottom: 45%;
  opacity: 0;
  -webkit-transition: opacity 0.4s 1.2s;
  transition: opacity 0.4s 1.2s;
}
.top-image__label:after {
  top: auto;
  bottom: -70px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top-image.is-active .top-image__left,
.top-image.is-active .top-image__right {
  opacity: 1;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.top-image.is-active .top-image__left .top-image__area,
.top-image.is-active .top-image__right .top-image__area {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.top-image.is-active .top-image__right {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-image.is-active .top-image__label {
  opacity: 1;
}
.top-image.is-active .top-image__label:before, .top-image.is-active .top-image__label:after {
  opacity: 1;
}

@media (max-width: 991px) {
  .top-image__container {
    height: 380px;
  }
  .top-image__label {
    height: 45%;
  }
  .top-image__label:before, .top-image__label:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .top-image__container {
    height: 220px;
  }
  .top-image__label {
    height: 60%;
  }
  .top-image__area {
    width: 70%;
  }
}
.top-desc {
  background-color: #C0DE1A;
  padding: 1.5rem 2rem;
}

.top-desc__container {
  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;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.top-desc__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.8;
  padding-right: 2rem;
}

.top-desc__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  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;
}

.top-desc__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  letter-spacing: -0.4em;
}
.top-desc__link li {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  border-right: 1px #89AA00 solid;
}
.top-desc__link a {
  color: #1f1f1f;
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border-radius: 20px;
}
.top-desc__link a:hover {
  background-color: rgb(184.1032258065, 212.8693548387, 24.9306451613);
}

.top-desc__icon {
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.top-desc__sns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 1rem;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.7;
  text-align: right;
}
.top-desc__sns a {
  display: inline-block;
  padding: 0.2rem;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.top-desc__sns a:hover {
  opacity: 0.5;
}

.top-desc__sns-ttl {
  font-size: 0.75rem;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .top-desc__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top-desc__wrap {
    display: block;
  }
  .top-desc__link {
    padding-bottom: 0.5rem;
  }
  .top-desc__link li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
}
@media (max-width: 600px) {
  .top-desc {
    padding: 1.2rem 8% 1rem;
  }
  .top-desc__container {
    display: block;
  }
  .top-desc__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-desc__text {
    font-size: 0.7rem;
    line-height: 1.6;
    font-weight: 400;
    padding-right: 0;
    padding-bottom: 0.5rem;
  }
  .top-desc__link {
    padding-bottom: 0;
  }
  .top-desc__link li {
    font-size: 0.75rem;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    margin-right: 1rem;
  }
  .top-desc__link a {
    padding: 0;
    border-radius: 0;
  }
  .top-desc__icon {
    width: 18px;
    height: 18px;
  }
  .top-desc__sns-ttl {
    display: none;
  }
}
.top-category {
  max-width: 1024px;
  margin: 6rem auto;
  padding: 0;
}

.top-category__unit {
  padding: 0 2.5rem;
}
.top-category__unit a {
  display: block;
  color: #1f1f1f;
}
.top-category__unit a:hover .top-category__thumb {
  opacity: 0.7;
}

.top-category.is-active .top-category__unit {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.top-category__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #eee;
  background-blend-mode: multiply;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.top-category__icon {
  display: block;
  position: absolute;
  top: -40px;
  left: -20px;
}

.top-category__word {
  position: absolute;
  top: -10px;
  left: 107%;
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.top-category__ttl {
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.6;
}

.top-category__desc {
  font-size: 0.8rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.top-category__link .btn {
  width: 100%;
  font-size: 0.95rem;
  padding: 0.8rem 0 0.7rem;
}

@media (max-width: 1024px) {
  .top-category {
    margin: 4rem 5%;
  }
  .top-category__unit {
    padding: 0 1.8rem;
  }
}
@media (max-width: 575px) {
  .top-category {
    margin: 3rem 10%;
  }
  .top-category__container {
    margin: 0;
  }
  .top-category__unit {
    position: relative;
    padding: 1.3rem 0 0;
    margin-bottom: 3rem;
  }
  .top-category__unit:last-child {
    margin-bottom: 0;
  }
  .top-category__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 0;
    padding-bottom: 45%;
    margin-bottom: 0;
  }
  .top-category__icon {
    display: block;
    position: absolute;
    top: -2rem;
    left: -1rem;
    width: 70px;
    height: auto;
  }
  .top-category__word {
    position: relative;
    top: -1rem;
    left: auto;
    width: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-left: 72px;
    white-space: nowrap;
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .top-category__ttl {
    margin-left: 50%;
    font-size: 0.95rem;
  }
  .top-category__desc {
    margin-left: 50%;
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
  .top-category__link {
    position: relative;
    margin-left: 40%;
    z-index: 10;
  }
  .top-category__link .btn {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 320px) {
  .top-category__unit {
    min-height: 50vw;
  }
  .top-category__link {
    margin-left: 0;
  }
}
.top-news {
  max-width: 1024px;
  margin: 5rem auto;
}

.top-news__heading {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: right;
  padding-right: 2rem;
}

.top-news__content {
  border-left: 6px #C0DE1A solid;
  padding-left: 1.5rem;
}

.top-news__list dt {
  font-size: 0.9rem;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 0.5rem;
}
.top-news__list dd {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.top-news__list dd a {
  color: #1f1f1f;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.top-news__list dd a:hover {
  color: #89AA00;
}

@media (max-width: 991px) {
  .top-news {
    margin: 0 5% 3rem 3%;
  }
}
@media (max-width: 575px) {
  .top-news {
    margin: 0 8% 3rem;
  }
  .top-news > * {
    padding-right: 0;
    padding-left: 0;
  }
  .top-news__heading {
    border-top: 5px #C0DE1A solid;
    padding: 1.5rem 0;
    text-align: left;
  }
  .top-news__content {
    border-left: 0;
    padding-left: 0;
  }
  .top-news__list dt {
    text-align: left;
    margin-bottom: 0.2rem;
  }
  .top-news__list dd {
    position: relative;
    font-size: 0.8rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .top-news__list dd:after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 12px;
    height: 1px;
    background-color: rgb(229.5, 229.5, 229.5);
  }
  .top-news__list :nth-child(6) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .top-news__list :nth-child(n+6) {
    margin-bottom: 0;
  }
  .top-news__list :nth-child(n+6):after {
    display: none;
  }
  .top-news__list :nth-child(n+7) {
    display: none;
  }
}
.top-banner {
  background-color: #f7f7f7;
  text-align: center;
  padding: 3rem;
}
.top-banner img {
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  vertical-align: bottom;
}
.top-banner a {
  display: block;
  background-color: #fff;
}
.top-banner a:hover img {
  opacity: 0.8;
}

.top-banner__img {
  display: none;
}

.top-banner__img.is-active {
  display: inline-block;
}

@media (max-width: 575px) {
  .top-banner {
    padding: 5%;
  }
}
.top-pickup {
  max-width: 1024px;
  margin: 5rem auto;
}

.top-pickup__heading {
  margin-bottom: 1.5rem;
}

.top-pickup__unit {
  font-size: 0.85rem;
  line-height: 1.7;
}

.top-pickup__label {
  position: relative;
  background-color: #C0DE1A;
  padding: 0.6rem 0.5rem 0.55rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.top-pickup__label:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 7px #C0DE1A solid;
  border-right: 7px transparent solid;
  border-bottom: 7px transparent solid;
  border-left: 7px #C0DE1A solid;
}

@media (max-width: 991px) {
  .top-pickup {
    margin: 3rem 8% 1.5rem;
  }
  .top-pickup__unit {
    margin-bottom: 1.5rem;
  }
}
.top-whats__unit {
  position: relative;
  width: 100%;
  background-color: #fafafa;
}

.top-whats__pict {
  position: absolute;
  top: 0;
  left: 0;
  width: 64%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.top-whats__pict:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), color-stop(35%, rgba(250, 250, 250, 0.5)), to(#fafafa));
  background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.5) 35%, #fafafa 100%);
}

.top-whats__content {
  position: relative;
  width: 45%;
  margin-left: 60%;
  z-index: 2;
  padding: 4rem 8% 4rem 0;
}

.top-whats__unit:nth-child(even) .top-whats__pict {
  right: 0;
  left: auto;
}
.top-whats__unit:nth-child(even) .top-whats__pict:after {
  right: auto;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fafafa), color-stop(65%, rgba(250, 250, 250, 0.5)), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(to right, #fafafa 0%, rgba(250, 250, 250, 0.5) 65%, rgba(250, 250, 250, 0) 100%);
}
.top-whats__unit:nth-child(even) .top-whats__content {
  margin-right: 60%;
  margin-left: 0;
  padding: 4rem 0 4rem 8%;
}

.top-whats__heading {
  margin-bottom: 0.5rem;
}
.top-whats__heading .ttl-ja {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
}
.top-whats__heading .ttl-sub-en {
  letter-spacing: 0.1em;
}

.top-whats__text {
  font-size: 0.85rem;
  line-height: 1.8;
}
.top-whats__text p:not(:last-child) {
  margin-bottom: 1rem;
}
.top-whats__text .btn {
  padding-right: 3rem;
  padding-left: 3rem;
}

@media (max-width: 991px) {
  .top-whats__pict {
    width: 55%;
  }
  .top-whats__content {
    width: 50%;
    margin-left: 50%;
  }
  .top-whats__unit:nth-child(even) .top-whats__content {
    width: 50%;
    margin-left: 0;
    margin-right: 50%;
  }
}
@media (max-width: 575px) {
  .top-whats__unit .top-whats__pict,
  .top-whats__unit:nth-child(even) .top-whats__pict {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 200px;
  }
  .top-whats__unit .top-whats__pict:after,
  .top-whats__unit:nth-child(even) .top-whats__pict:after {
    top: auto;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0)), to(#fafafa));
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0), #fafafa);
  }
  .top-whats__unit .top-whats__content,
  .top-whats__unit:nth-child(even) .top-whats__content {
    width: auto;
    margin-top: -1rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0 8% 2rem;
  }
}
/* guide */
.guide-index {
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgb(207.3548387097, 232.8790322581, 66.1209677419);
  padding: 1.3rem 2rem 1rem;
}
.guide-index ul {
  list-style: none;
  width: 100%;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.guide-index li {
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.6;
}
.guide-index li:last-child {
  margin-bottom: 0;
}
.guide-index a {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  color: #1f1f1f;
  font-weight: 600;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.guide-index a:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.5rem;
  width: 7px;
  height: 7px;
  border-top: 1px #1f1f1f solid;
  border-left: 1px #1f1f1f solid;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.guide-index a:hover {
  opacity: 0.6;
}
.guide-index a:hover:before {
  opacity: 0.6;
}

@media (max-width: 991px) {
  .guide-index {
    padding: 1.3rem 1.5rem 1rem;
  }
  .guide-index ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .guide-index li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
  }
}
.guide-relief {
  max-width: 1024px;
  margin: 5rem auto;
}

.guide-relief__heading {
  text-align: center;
  margin-bottom: 2.5rem;
}
.guide-relief__heading .ttl-ja {
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
  font-weight: bold;
}
.guide-relief__heading .ttl-ja .txt1,
.guide-relief__heading .ttl-ja .txt3 {
  position: relative;
  z-index: 2;
  top: 0.2rem;
}
.guide-relief__heading .ttl-ja .txt2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.2rem;
}
.guide-relief__heading .ttl-ja .txt2 em {
  position: relative;
  z-index: 2;
  color: #1f1f1f !important;
}
.guide-relief__heading .ttl-ja .txt2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #C0DE1A;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.guide-relief__list {
  list-style: none;
  counter-reset: num;
  margin-bottom: 2rem;
}

.guide-relief__unit {
  position: relative;
  padding: 1.7rem 0 3.7rem;
  border: 1px #ccc solid;
  text-align: right;
  counter-increment: num;
  height: 100%;
}
.guide-relief__unit:before {
  content: counter(num);
  position: absolute;
  display: block;
  top: -1rem;
  left: 50%;
  width: 2rem;
  margin-left: -1rem;
  line-height: 2rem;
  background-color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}
.guide-relief__unit h3 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0.8rem;
}
.guide-relief__unit p {
  padding: 0 1.5rem;
  text-align: left;
  font-size: 0.85rem;
  line-height: 1.8;
}
.guide-relief__unit .pict-payment {
  text-align: center;
  margin-bottom: 0.5rem;
}
.guide-relief__unit .pict-payment img {
  max-width: 90%;
  height: auto;
  margin-bottom: 0.5rem;
}
.guide-relief__unit .pict-payment img:last-child {
  margin-bottom: 0;
}

.guide-relief__pict {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}

@media (max-width: 1024px) {
  .guide-relief {
    margin: 3rem 5%;
  }
}
@media (max-width: 991px) {
  .guide-relief {
    margin: 3rem 8%;
  }
  .guide-relief__heading {
    margin-bottom: 2rem;
  }
  .guide-relief__heading .ttl-ja {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    font-weight: bold;
  }
  .guide-relief__heading .ttl-ja .txt2 {
    font-size: 2rem;
  }
  .guide-relief__list {
    margin-bottom: 0;
  }
  .guide-relief__list li {
    margin-bottom: 2rem;
  }
  .guide-relief__unit {
    padding-top: 1.4rem;
    padding-bottom: 1rem;
  }
  .guide-relief__unit:before {
    left: 12%;
  }
  .guide-relief__unit h3 {
    padding: 0 1.2rem;
    text-align: left;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
  }
  .guide-relief__unit p {
    padding: 0 80px 0 1.2rem;
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .guide-relief__unit .pict-payment {
    margin-bottom: 0;
  }
}
.faq .faq-q {
  position: relative;
  margin-bottom: 1.5rem;
  border: 0;
  padding: 0.3rem 0 0 5.5rem;
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.faq .faq-q .icon {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
  width: 5rem;
  text-align: center;
  margin-top: -0.4rem;
  font-size: 2rem;
  color: #89AA00;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
  letter-spacing: 0.1em;
}
.faq .faq-q .text {
  padding-bottom: 0.1rem;
  border-bottom: 1px #89AA00 solid;
}
.faq .faq-q:hover {
  color: #89AA00;
}
.faq .faq-q:before {
  display: none;
}
.faq .faq-a {
  display: none;
  padding: 0 0 2rem 5.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px #ccc solid;
  font-size: 0.95rem;
  line-height: 1.8;
  font-weight: 400;
}
.faq:last-child .faq-a {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .faq-index {
    padding: 1.5rem 2rem 1rem;
    text-align: left;
  }
  .faq-index ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .faq-index li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: block;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .faq .faq-q {
    margin-bottom: 1rem;
    padding: 0.3rem 0 0 4.5rem;
    font-size: 0.95rem;
    line-height: 1.8;
  }
  .faq .faq-q .icon {
    width: 3.5rem;
    font-size: 1.5rem;
  }
  .faq .faq-a {
    padding: 0 0 1rem 4.5rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .faq:last-child .faq-a {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.info_area > *:last-child,
.info-area > *:last-child {
  margin-bottom: 0;
}
.info_area h3,
.info-area h3 {
  margin: 0 0 0.7rem !important;
  padding: 0 0 0.5rem;
  border-top: 0;
  border-bottom: 1px #ccc solid;
  border-left: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

/* main category */
.ttl-cat {
  position: relative;
  height: 360px;
  background-color: #C0DE1A;
  overflow: hidden;
  text-align: center;
  margin-bottom: 3rem;
}

.ttl-cat__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.ttl-cat.is-active .ttl-cat__img {
  opacity: 1;
}

.ttl-cat--tel,
.ttl-cat--space {
  background-color: #f7d239;
}

.ttl-cat--web {
  background-color: #C0DE1A;
}

.ttl-cat--system {
  background-color: #95CEC2;
}

@media (max-width: 991px) {
  .ttl-cat {
    height: auto;
  }
  .ttl-cat__img {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 92%;
    height: auto;
  }
}
.style-wrap--tel,
.style-wrap--space {
  /* legacy */
}
.style-wrap--tel a:hover,
.style-wrap--space a:hover {
  color: #DDB40B;
}
.style-wrap--tel h2,
.style-wrap--tel .heading--lg,
.style-wrap--space h2,
.style-wrap--space .heading--lg {
  border-top-color: #f7d239;
}
.style-wrap--tel h2:before,
.style-wrap--tel .heading--lg:before,
.style-wrap--space h2:before,
.style-wrap--space .heading--lg:before {
  background-color: #f7d239;
}
.style-wrap--tel h3,
.style-wrap--tel .heading--md,
.style-wrap--space h3,
.style-wrap--space .heading--md {
  border-left-color: #f7d239;
}
@media (max-width: 991px) {
  .style-wrap--tel h3,
  .style-wrap--tel .heading--md,
  .style-wrap--space h3,
  .style-wrap--space .heading--md {
    border-left-color: #f7d239;
  }
}
.style-wrap--tel .list-link a:before,
.style-wrap--space .list-link a:before {
  border-top-color: #f7d239;
  border-left-color: #f7d239;
}
.style-wrap--tel .list-link a:hover:before,
.style-wrap--space .list-link a:hover:before {
  border-top-color: #DDB40B;
  border-left-color: #DDB40B;
}
.style-wrap--tel .list-link a:hover:after,
.style-wrap--space .list-link a:hover:after {
  border-color: #DDB40B;
}
.style-wrap--tel .list-link-thumb a,
.style-wrap--space .list-link-thumb a {
  border-left-color: #f7d239;
}
.style-wrap--tel .list-link-thumb a:hover,
.style-wrap--space .list-link-thumb a:hover {
  border-left-color: rgb(246.0097087379, 204.4296116505, 32.4902912621);
}
.style-wrap--tel .list-link-thumb a:hover .list-link-thumb__text:before,
.style-wrap--space .list-link-thumb a:hover .list-link-thumb__text:before {
  background-color: rgb(246.0097087379, 204.4296116505, 32.4902912621);
}
.style-wrap--tel .list-link-thumb .list-link-thumb__text:before,
.style-wrap--space .list-link-thumb .list-link-thumb__text:before {
  background-color: #f7d239;
}
.style-wrap--tel .list-link-anchor a:before,
.style-wrap--space .list-link-anchor a:before {
  background-color: #f7d239;
}
.style-wrap--tel .list-link-anchor a:hover:before,
.style-wrap--space .list-link-anchor a:hover:before {
  background-color: rgb(247.9902912621, 215.5703883495, 81.5097087379);
}
.style-wrap--tel .panel_link a:before,
.style-wrap--tel a.panel_link:before,
.style-wrap--space .panel_link a:before,
.style-wrap--space a.panel_link:before {
  border-top-color: #f7d239;
  border-left-color: #f7d239;
}
.style-wrap--tel .panel_link a:hover,
.style-wrap--tel a.panel_link:hover,
.style-wrap--space .panel_link a:hover,
.style-wrap--space a.panel_link:hover {
  border-color: #DDB40B;
}
.style-wrap--tel .panel_link a:hover:before,
.style-wrap--tel a.panel_link:hover:before,
.style-wrap--space .panel_link a:hover:before,
.style-wrap--space a.panel_link:hover:before {
  border-top-color: #DDB40B;
  border-left-color: #DDB40B;
}
.style-wrap--tel .link-banner:before,
.style-wrap--tel .cmsjs-wrap:before,
.style-wrap--space .link-banner:before,
.style-wrap--space .cmsjs-wrap:before {
  border-top-color: #f7d239;
  border-left-color: #f7d239;
}

.style-wrap--web {
  /* legacy */
}
.style-wrap--web a:hover {
  color: #89AA00;
}
.style-wrap--web h2,
.style-wrap--web .heading--lg {
  border-top-color: #C0DE1A;
}
.style-wrap--web h2:before,
.style-wrap--web .heading--lg:before {
  background-color: #C0DE1A;
}
.style-wrap--web h3,
.style-wrap--web .heading--md {
  border-left-color: #C0DE1A;
}
@media (max-width: 991px) {
  .style-wrap--web h3,
  .style-wrap--web .heading--md {
    border-left-color: #C0DE1A;
  }
}
.style-wrap--web .list-link a:before {
  border-top-color: #C0DE1A;
  border-left-color: #C0DE1A;
}
.style-wrap--web .list-link a:hover:before {
  border-top-color: #89AA00;
  border-left-color: #89AA00;
}
.style-wrap--web .list-link a:hover:after {
  border-color: #89AA00;
}
.style-wrap--web .list-link-thumb a {
  border-left-color: #C0DE1A;
}
.style-wrap--web .list-link-thumb a:hover {
  border-left-color: rgb(172.2580645161, 199.1733870968, 23.3266129032);
}
.style-wrap--web .list-link-thumb a:hover .list-link-thumb__text:before {
  background-color: rgb(172.2580645161, 199.1733870968, 23.3266129032);
}
.style-wrap--web .list-link-thumb .list-link-thumb__text:before {
  background-color: #C0DE1A;
}
.style-wrap--web .list-link-anchor a:before {
  background-color: #C0DE1A;
}
.style-wrap--web .list-link-anchor a:hover:before {
  background-color: rgb(201.5967741935, 230.2056451613, 43.2943548387);
}
.style-wrap--web .panel_link a:before,
.style-wrap--web a.panel_link:before {
  border-top-color: #C0DE1A;
  border-left-color: #C0DE1A;
}
.style-wrap--web .panel_link a:hover,
.style-wrap--web a.panel_link:hover {
  border-color: #89AA00;
}
.style-wrap--web .panel_link a:hover:before,
.style-wrap--web a.panel_link:hover:before {
  border-top-color: #89AA00;
  border-left-color: #89AA00;
}
.style-wrap--web .link-banner:before,
.style-wrap--web .cmsjs-wrap:before {
  border-top-color: #C0DE1A;
  border-left-color: #C0DE1A;
}

.style-wrap--system {
  /* legacy */
}
.style-wrap--system a:hover {
  color: #4E9D8C;
}
.style-wrap--system h2,
.style-wrap--system .heading--lg {
  border-top-color: #95CEC2;
}
.style-wrap--system h2:before,
.style-wrap--system .heading--lg:before {
  background-color: #95CEC2;
}
.style-wrap--system h3,
.style-wrap--system .heading--md {
  border-left-color: #95CEC2;
}
@media (max-width: 991px) {
  .style-wrap--system h3,
  .style-wrap--system .heading--md {
    border-left-color: #95CEC2;
  }
}
.style-wrap--system .list-link a:before {
  border-top-color: #95CEC2;
  border-left-color: #95CEC2;
}
.style-wrap--system .list-link a:hover:before {
  border-top-color: rgb(114.1225806452, 189.8774193548, 173.9290322581);
  border-left-color: rgb(114.1225806452, 189.8774193548, 173.9290322581);
}
.style-wrap--system .list-link a:hover:after {
  border-color: #4E9D8C;
}
.style-wrap--system .list-link-thumb a {
  border-left-color: #95CEC2;
}
.style-wrap--system .list-link-thumb a:hover {
  border-left-color: rgb(131.5612903226, 197.9387096774, 183.964516129);
}
.style-wrap--system .list-link-thumb a:hover .list-link-thumb__text:before {
  background-color: rgb(131.5612903226, 197.9387096774, 183.964516129);
}
.style-wrap--system .list-link-thumb .list-link-thumb__text:before {
  background-color: #95CEC2;
}
.style-wrap--system .list-link-anchor a:before {
  background-color: #95CEC2;
}
.style-wrap--system .list-link-anchor a:hover:before {
  background-color: rgb(166.4387096774, 214.0612903226, 204.035483871);
}
.style-wrap--system .panel_link a:before,
.style-wrap--system a.panel_link:before {
  border-top-color: #95CEC2;
  border-left-color: #95CEC2;
}
.style-wrap--system .panel_link a:hover,
.style-wrap--system a.panel_link:hover {
  border-color: #4E9D8C;
}
.style-wrap--system .panel_link a:hover:before,
.style-wrap--system a.panel_link:hover:before {
  border-top-color: #4E9D8C;
  border-left-color: #4E9D8C;
}
.style-wrap--system .link-banner:before,
.style-wrap--system .cmsjs-wrap:before {
  border-top-color: #95CEC2;
  border-left-color: #95CEC2;
}