﻿@charset "UTF-8";
.accessory {
  padding: 40px;
  border-top: 5px solid #2b2b2b;
  background: #ededed;
}
@media screen and (max-width: 767px) {
  .accessory {
    margin: 0 -10px;
    padding: 40px 20px;
  }
}
.accessory__text {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .accessory__text {
    margin-bottom: 20px;
    text-align: left;
  }
}
.accessory__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  padding: 15px 0;
  border: 2px solid #2b2b2b;
  border-radius: 100vh;
  background: #fff;
  color: #2b2b2b;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .accessory__button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .accessory__button {
    width: 100%;
  }
}
.accessory__button:visited, .accessory__button:link {
  color: #2b2b2b;
}
.accessory__button::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-left: 16px;
  background: url("/include_html/commodities_insert/koukoku/kaercher/images/ico_arrow_black.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .accessory__button::after {
    width: 20px;
    margin-left: 16px;
  }
}

.accessory-title {
  margin-bottom: 25px;
  overflow: hidden;
}
.accessory-title__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 700px;
  height: 40px;
  margin: 0 auto;
  background: #2b2b2b;
  color: #ffed00;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .accessory-title__inner {
    box-sizing: border-box;
    width: calc(100% - 20px);
    height: 80px;
    margin: 0;
    padding: 0 10px 0 30px;
    font-size: 16px;
    text-align: center;
  }
}
.accessory-title__inner::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border-top: 21px solid rgba(255, 255, 255, 0);
  border-bottom: 21px solid rgba(255, 255, 255, 0);
  border-left: 16px solid #ededed;
}
@media screen and (max-width: 767px) {
  .accessory-title__inner::before {
    top: -2px;
    border-width: 42px 0 42px 21px;
  }
}
.accessory-title__inner::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -15px;
  border-top: 21px solid rgba(255, 255, 255, 0);
  border-bottom: 21px solid rgba(255, 255, 255, 0);
  border-left: 16px solid #2b2b2b;
}
@media screen and (max-width: 767px) {
  .accessory-title__inner::after {
    top: -2px;
    right: -20px;
    border-width: 42px 0 42px 21px;
  }
}

.maindesign * {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
}
@media screen and (max-width: 767px) {
  .maindesign * {
  }
}

.text-basic {
  margin: 30px 0;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .text-basic {
    margin: 20px 0;
    font-size: 16px;
  }
}
.text-basic:first-child {
  margin-top: 0;
}
.text-basic:last-child {
  margin-bottom: 0;
}
.text-basic--close {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .text-basic--pc-far-bottom {
    margin-bottom: 50px;
  }
}

.text-bold {
  font-weight: bold;
}

.text-large {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .text-large {
    font-size: 20px;
  }
}

.text-note {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .text-note {
    margin-top: 20px;
  }
}

.image-basic {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .image-basic {
    width: 580px;
  }
}
.image-basic--w300 {
  width: 300px;
}
.image-basic--far {
  margin-bottom: 30px;
}
.image-basic--far:last-child {
  margin-bottom: 0;
}
.image-basic--super-far {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .image-basic--super-far {
    margin-bottom: 30px;
  }
}
.image-basic img {
  width: 100%;
}

.image-wide {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .image-wide {
    max-width: 800px;
  }
}
.image-wide--far {
  margin-bottom: 30px;
}
.image-wide--far:last-child {
  margin-bottom: 0;
}
.image-wide img {
  width: 100%;
}

.movie-basic {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie-basic:not(:last-child) {
  margin-bottom: 30px;
}
.movie-basic iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.boiler-schorching {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .boiler-schorching {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .boiler-schorching {
    margin-bottom: 30px;
  }
}
.boiler-schorching__text {
  color: #b61a2b;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .boiler-schorching__text {
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .boiler-schorching__text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .boiler-schorching__image {
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }
}
.boiler-schorching__image img {
  width: 100%;
  max-width: 480px;
}

@media screen and (min-width: 768px) {
  .boiler-system {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .boiler-system__image {
    flex-shrink: 0;
    width: 320px;
    margin-right: 30px;
  }
}
.boiler-system__image img {
  width: 100%;
}
.boiler-system__text {
  padding-top: 10px;
  line-height: 1.75;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  border-radius: 100vh;
  background: #238c96;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .button {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    width: 100%;
    font-size: 16px;
  }
}
.button:visited, .button:link {
  color: #fff;
}
.button::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-left: 50px;
  background: url("/include_html/commodities_insert/koukoku/kaercher/images/ico_arrow_white.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .button::after {
    width: 20px;
    margin-left: 40px;
  }
}

.button-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.button-box .button:link, .button-box .button:visited {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .button-box {
    margin-top: 30px;
  }
}

.case {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .case {
    margin-bottom: 30px;
  }
}
.case__item {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .case__item {
    margin-bottom: 30px;
  }
}
.case__item:last-child {
  margin-bottom: 0;
}
.case__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .case__inner {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .case__image {
    flex-shrink: 0;
    width: 535px;
  }
}
.case__image img {
  display: block;
  width: 100%;
}
.case__contents {
  padding: 25px 30px;
  background: #ffed00;
}
@media screen and (max-width: 767px) {
  .case__contents {
    padding: 20px;
  }
}
.case__title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .case__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.case__text {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .case__text {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.case__contents-image img {
  display: block;
  width: 100%;
}

.case-heading {
  position: absolute;
  top: 110px;
  left: -50px;
  box-sizing: border-box;
  width: 300px;
  height: 185px;
  padding: 65px 0 20px 30px;
  border-radius: 0 10px 10px 0;
  background: #ffed00;
}
@media screen and (max-width: 767px) {
  .case-heading {
    top: 40px;
    left: 0;
    width: 190px;
    height: 125px;
    padding: 45px 0 10px 20px;
  }
}
.case-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  transform: translateY(-50%);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 13px solid #ffed00;
}
.case-heading__case {
  display: flex;
  position: absolute;
  top: 10px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 30px;
  background: #2b2b2b;
  color: #ffed00;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .case-heading__case {
    width: 75px;
    height: 20px;
    font-size: 14px;
  }
}
.case-heading__case::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  border-bottom: 45px solid transparent;
  border-left: 25px solid #2b2b2b;
}
@media screen and (max-width: 767px) {
  .case-heading__case::before {
    right: -15px;
    border-bottom: 27px solid transparent;
    border-left: 15px solid #2b2b2b;
  }
}
.case-heading__title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .case-heading__title {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .case-heading__title--pc-font-small {
    font-size: 30px;
  }
}
.case-heading__text {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .case-heading__text {
    font-size: 16px;
  }
}

.case-heading-bubble {
  position: absolute;
  top: -55px;
  right: -75px;
  padding: 10px;
  border-radius: 20px;
  background: #2b2b2b;
  color: #ffed00;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case-heading-bubble {
    top: -30px;
    right: -35px;
    border-radius: 10px;
    font-size: 14px;
  }
}
.case-heading-bubble::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  border-top: 30px solid #2b2b2b;
  border-right: 30px solid transparent;
}
@media screen and (max-width: 767px) {
  .case-heading-bubble::before {
    bottom: -9px;
  }
}
.case-heading-bubble__strong {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .case-heading-bubble__strong {
    font-size: 20px;
  }
}

.feature {
  margin-bottom: 80px;
  color: #2b2b2b;
  font-size: 20px;
  line-height: 1.75;
}
.feature:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .feature {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.feature--close {
  margin-bottom: 30px;
}
.feature--small-wide {
  margin-bottom: 30px;
  padding: 0 50px;
}
.feature__title {
  font-weight: bold;
}

.grid {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .grid__row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .grid__row {
    margin-bottom: 30px;
  }
  .grid__row:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .grid__row--reversed {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .grid__image {
    flex-shrink: 0;
    width: 600px;
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .grid__image {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .grid__image--reversed {
    margin: 0 0 0 30px;
  }
}
.grid__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .grid__contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.grid__title {
  margin-bottom: 35px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .grid__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.grid__text {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .grid__text {
    font-size: 16px;
  }
}

.maindesign .heading {
  margin-bottom: 25px;
  padding: 40px 0;
  background: #ffed00;
  color: #2b2b2b;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading {
    padding: 20px;
    font-size: 26px;
  }
}
.heading--yellow {
  background: #ffed00;
  color: #2b2b2b;
}
.ly-section--bg-gray .heading {
  margin-bottom: 0;
}

.heading2 {
  padding: 30px 0;
  border-bottom: 5px solid #2b2b2b;
  background: #ffed00;
  color: #2b2b2b;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading2 {
    padding: 20px;
    font-size: 20px;
  }
}

.heading3 {
  margin-bottom: 30px;
  color: #2b2b2b;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.heading-line {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .heading-line {
    margin-bottom: 40px;
  }
}
.heading-line__inner {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .heading-line__inner {
    font-size: 26px;
  }
}
.heading-line__inner::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: calc(100% + 60px);
  height: 10px;
  transform: translate(-50%);
  background: #238c96;
}
@media screen and (max-width: 767px) {
  .heading-line__inner::before {
    width: 100%;
  }
}
.heading-line img {
  width: 100%;
}

.ly-section {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ly-section {
    margin-bottom: 30px;
  }
}
.ly-section:last-child {
  margin-bottom: 0;
}

.ly-box {
  padding: 50px;
  background: #ededed;
}
@media screen and (max-width: 767px) {
  .ly-box {
    padding: 20px 10px;
  }
}

.lead-text {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lead-text {
    margin-bottom: 20px;
  }
}
.lead-text__heading {
  margin-bottom: 20px;
  color: #238c96;
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lead-text__heading {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.lead-text__desc {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lead-text__desc {
    font-size: 16px;
  }
}

.list-bullet {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list-bullet--sp-close {
    margin-bottom: 20px;
  }
}
.list-bullet__item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 1.2em;
  color: #2b2b2b;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list-bullet__item {
    font-size: 16px;
  }
}
.list-bullet__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.list-bullet__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .list-bullet__item--with-image {
    min-height: 147px;
    margin-left: 220px;
  }
}
.list-bullet__item--small {
  margin-bottom: 2px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .list-bullet__item--small {
    font-size: 14px;
  }
}
.list-bullet__item--small-bullet::before {
  content: "・";
}
@media screen and (min-width: 768px) {
  .list-bullet__image {
    position: absolute;
    top: 0;
    left: -220px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .list-bullet__image {
    margin-top: 10px;
  }
}
.list-bullet__image img {
  width: 100%;
}
.list-bullet__underline {
  background: linear-gradient(transparent 70%, rgba(182, 26, 43, 0.4) 70%);
}

.list-note {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .list-note--sp-close {
    margin-top: 15px;
  }
}
.list-note__item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 1.5em;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list-note__item {
    font-size: 14px;
  }
}
.list-note__item--attention {
  color: #b61a2b;
}
.list-note__item--large {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .list-note__item--large {
    font-size: 16px;
  }
}
.list-note__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.list-note__item:last-child {
  margin-bottom: 0;
}

.list-panel {
  display: flex;
  flex-wrap: wrap;
}
.list-panel__item {
  width: calc((100% - 32px) / 3);
  margin: 0 16px 30px 0;
}
@media screen and (min-width: 768px) {
  .list-panel__item:nth-child(3n) {
    margin-right: 0;
  }
  .list-panel__item:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .list-panel__item {
    width: calc((100% - 16px) / 2);
  }
  .list-panel__item:nth-child(2n) {
    margin-right: 0;
  }
  .list-panel__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.list-panel__image {
  margin-bottom: 20px;
}
.list-panel__image img {
  width: 100%;
}
.list-panel__text {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .list-panel__text {
    font-size: 16px;
  }
}

.list-explain {
  display: flex;
  margin: 0 auto;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .list-explain {
    flex-wrap: wrap;
  }
}
.list-explain__item {
  box-sizing: border-box;
  padding: 18px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .list-explain__item {
    width: calc(100% / 4);
    border-right: 2px solid #ededed;
  }
  .list-explain__item:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list-explain__item {
    width: calc(100% / 2);
    padding: 10px;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
  }
  .list-explain__item:nth-child(2n) {
    border-right: 0;
  }
  .list-explain__item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}
.list-explain__image {
  margin-bottom: 15px;
}
.list-explain__image img {
  width: 100%;
}
.list-explain__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list-explain__title {
    font-size: 16px;
  }
}
.list-explain__text {
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .list-explain__text {
    font-size: 16px;
  }
}

.message {
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .message {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

.mv {
  margin: 0 auto 30px;
}
.mv:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .mv {
    max-width: 700px;
  }
  .mv--w800 {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 20px;
  }
}
.mv--middle {
  margin-bottom: 50px;
}
.mv--far {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .mv--full {
    width: 100%;
  }
}
.mv--last-item {
  margin-bottom: 0;
}
.mv img {
  width: 100%;
}
.mv__message {
  margin: 50px 0 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__message {
    margin: 30px 0 20px;
    font-size: 30px;
  }
}
.mv__text {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mv__text {
    font-size: 20px;
  }
}

.mv-box {
  margin-bottom: 50px;
  padding: 30px 0;
  background: #ededed;
}
@media screen and (max-width: 767px) {
  .mv-box {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}
.mv-box__inner {
  margin: 0 70px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .mv-box__inner {
    margin: 0 10px;
    padding: 10px;
  }
}

.panel {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .panel-box .panel {
    width: calc((100% - 30px) / 2);
    margin: 0 30px 50px 0;
  }
  .panel-box .panel:nth-child(even) {
    margin-right: 0;
  }
  .panel-box .panel:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .panel {
    margin-bottom: 30px;
  }
  .panel:last-child {
    margin-bottom: 0;
  }
}
.panel--gray {
  background: #ededed;
}
.panel__heading {
  padding: 20px;
  background: #2b2b2b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .panel__heading {
    font-size: 16px;
  }
}
.panel__body {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .panel__body {
    padding: 20px 10px;
  }
}
.panel__body--pc-slim {
  padding: 30px 20px;
}
.panel__body--white {
  background: #fff;
}
.panel__inner {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .panel__inner {
    padding: 10px;
  }
}
.panel__sub-heading {
  margin-bottom: 25px;
  color: #238c96;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .panel__sub-heading {
    font-size: 20px;
  }
}
.panel__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .panel__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.panel__image {
  width: calc((100% - 40px) / 2);
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .panel__image {
    width: initial;
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .panel__image {
    width: 100%;
  }
}
.panel__image--small {
  width: 160px;
}
.panel__image--large {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .panel__image--large {
    width: 100%;
  }
}
.panel__image--wide {
  width: 100%;
}
.panel__image--arrow {
  width: 59px;
}
@media screen and (max-width: 767px) {
  .panel__image--arrow {
    width: 30px;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .panel__image--accessories {
    max-width: 320px;
  }
}
.panel__image img {
  width: 100%;
}
.panel__image-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 580px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .panel__image-box {
    width: 100%;
  }
}
.panel__image-box:last-child {
  margin-bottom: 0;
}
.panel__image-box .panel__image {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .panel__image-box .panel__image {
    margin-right: 20px;
  }
}
.panel__image-box .panel__image:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .panel__image-box .panel__image--arrow {
    margin: 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .panel__image-box .panel__image--with--arrow {
    margin: 0;
  }
}
.panel__image-box--far {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .panel__image-box--far {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .panel__image-box--plus {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .panel__image-box--arrow {
    flex-direction: column;
  }
}
.panel__image-box--streak {
  border: salmon;
  justify-content: center;
}
.panel__image-box--streak .panel__image {
  width: 200px;
  height: 200px;
  margin: 0 16px 0 0;
}
.panel__image-box--streak .panel__image:last-child {
  margin: 0;
}
.panel__image-text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .panel__image-text {
    margin-top: 20px;
    font-size: 16px;
  }
}
.panel__text {
  margin: 30px 0;
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .panel__text {
    margin: 20px 0;
    font-size: 16px;
  }
}
.panel__text:first-child {
  margin-top: 0;
}
.panel__text:last-child {
  margin-bottom: 0;
}
.panel__text--pc-slim {
  margin: 20px 0;
  line-height: 1.5;
}
.panel__text--pc-slim:first-child {
  margin-top: 0;
}
.panel__text--pc-slim:last-child {
  margin-bottom: 0;
}
.panel__sub-text {
  margin-bottom: 4px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .panel__sub-text {
    font-size: 14px;
  }
}
.panel__strong {
  color: #b61a2b;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .panel__strong {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .panel-box {
    display: flex;
    flex-wrap: wrap;
  }
}

.panel-column-box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .panel-column-box {
    display: block;
  }
}
.panel-column-box__column {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .panel-column-box__column {
    width: 100%;
  }
}
.panel-column-box__column:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .panel-column-box__column:first-child {
    margin: 0 0 15px;
  }
}

.panel-3column-box {
  display: flex;
  margin-bottom: 50px;
}
.panel-3column-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .panel-3column-box {
    display: block;
    margin-bottom: 30px;
  }
}
.panel-3column-box__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .panel-3column-box__title {
    font-size: 20px;
  }
}
.panel-3column-box__text {
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .panel-3column-box__text {
    font-size: 16px;
  }
}
.panel-3column-box__text--far {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .panel-3column-box__text--far {
    margin-top: 15px;
  }
}
.panel-3column-box__column {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.panel-3column-box__column--auto {
  width: auto;
  margin-right: 30px;
}
.panel-3column-box__column--auto .panel__image-box {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .panel-3column-box__column {
    width: 100%;
    margin: 0 0 20px;
  }
}
.panel-3column-box__column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .panel-3column-box__column:last-child {
    margin-bottom: 0;
  }
}
.panel-3column-box__button {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 300px;
  margin: 25px 0 50px;
  padding: 15px;
  border: 2px solid #2b2b2b;
  background: #fff;
  color: #2b2b2b !important;
  font-size: 18px;
  font-weight: 600;
}
.panel-3column-box__button:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .panel-3column-box__button {
    width: 100%;
    margin: 15px 0;
  }
}
.panel-3column-box__button:visited {
  color: #2b2b2b;
}
.panel-3column-box__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 18px;
  margin-left: 16px;
  transform: translateY(-50%);
  background: url("/include_html/commodities_insert/koukoku/kaercher/images/ico_arrow_black.png") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .panel-3column-box__button::after {
    width: 20px;
    margin-left: 16px;
  }
}

@media screen and (min-width: 768px) {
  .panel-note {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .panel-note__image {
    width: 300px;
    margin-right: 30px;
  }
}
.panel-note__image img {
  width: 100%;
}

.panel-set {
  display: flex;
}
@media screen and (max-width: 767px) {
  .panel-set {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .panel-set:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .panel-set__image {
    flex-shrink: 0;
    width: 47%;
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .panel-set__image--reverse {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .panel-set__image--reverse {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .panel-set__image {
    margin-bottom: 20px;
  }
}
.panel-set__image img {
  width: 100%;
}
.panel-set__text {
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .panel-set__text {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .panel-set__text {
    font-size: 16px;
  }
}
.panel-set__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  line-height: 1.75;
  width:100%;
}
@media screen and (max-width: 767px) {
  .panel-set__wrap {
    order: 1;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .panel-set__image-half {
    flex-shrink: 0;
    width: 50%;
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .panel-set__image-half--reverse {
    margin: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .panel-set__image-half {
    order: 2;
    margin: 10px 0 0;
  }
}
.panel-set__image-half img {
  width: 100%;
}

.reason-image {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .reason-image {
    margin-bottom: 30px;
  }
}
.reason-image__history {
  margin-right: 40px;
}
@media screen and (min-width: 768px) {
  .reason-image__history {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .reason-image__history {
    margin-right: 20px;
  }
}
.reason-image__history img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .reason-image__history img {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .reason-image__items {
    height: 200px;
  }
}
.reason-image__items img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .reason-image__items img {
    height: 100%;
  }
}

.reason-table {
  width: 100%;
  background: #fff;
}
.reason-table__head {
  padding: 25px 30px;
  font-size: 20px;
  line-height: 1.75;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .reason-table__head {
    width: 370px;
    border-bottom: 1px solid #ededed;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .reason-table__head {
    display: block;
    padding: 20px 20px 5px;
    font-size: 16px;
  }
}
tr:last-child .reason-table__head {
  border-bottom: 0;
}
.reason-table__year {
  font-weight: normal;
}
.reason-table__data {
  padding: 25px 30px 25px 0;
  border-bottom: 1px solid #ededed;
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .reason-table__data {
    display: block;
    padding: 0 20px 20px;
    font-size: 16px;
  }
}
tr:last-child .reason-table__data {
  border-bottom: 0;
}

.region {
  margin: 80px 0 50px;
  border: 1px solid #b61a2b;
}
@media screen and (max-width: 767px) {
  .region {
    margin: 40px 0 30px;
  }
}
.region__heading {
  padding: 30px;
  background: #b61a2b;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .region__heading {
    padding: 20px;
    font-size: 20px;
  }
}
.region__body {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .region__body {
    padding: 20px;
  }
}
.region__message {
  margin-bottom: 30px;
  color: #b61a2b;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .region__message {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.region-hz__item {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .region-hz__item {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .region-hz__item {
    margin-bottom: 20px;
  }
}
.region-hz__item:last-child {
  margin-bottom: 0;
}
.region-hz__head {
  flex-shrink: 0;
  padding: 25px 35px;
  background: #a4cb49;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .region-hz__head {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .region-hz__head {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
  }
}
.region-hz__head--high-hz {
  background: #7bccf3;
}
.region-hz__data {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .region-hz__data {
    font-size: 16px;
  }
}
