@charset "utf-8";

.bebasNeue {
  font-family: "Bebas Neue", cursive !important;
  font-size: min(100px, 20vw) !important;
}


.products-wrapper .product-review__title span {
  font-size: 0.9em;
  line-height: 1.4em;
}

/* プロダクトのページの清掃手順 */
.kp-cl .stepblock {
  display: table;
  width: 100%;
}

.kp-cl .process-hidden {
  display: none;
}

.kp-cl .showMoreBtn {
  display: block;
  width: 240px;
  height: 50px;
  margin: 20px auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  background: red;
  border-radius: 2em;
  cursor: pointer;
  border: none;
}

.kp-cl .step_num {
  display: table-cell;
  background: linear-gradient(to bottom, #d3d3d3, #808080);
  width: 52px;
  padding: 10px 5px 20px;
  vertical-align: top;
  text-align: center;
  position: relative;
}

.kp-cl .step_num:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #808080;
}

.kp-cl .step_txt {
  display: table-cell;
  background: #fff;
  padding: 10px 0 20px 15px;
}

.kp-cl .step_header {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.kp-cl .step_thumb {
  margin-right: 15px;
  vertical-align: top;
}

.kp-cl .step_thumb+.step_body {
  width: 390px;
}

@media only screen and (max-width: 768px) {
  .kp-cl .step_thumb+.step_body {
    width: 100%;
  }
}

.kp-cl .step_body {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}

/* プロダクトのページの清掃手順 ここまで */

.kp-cl .text-left {
  text-align: left !important;
}

/* プロダクトページ内こんな人にオススメ */
.product-column__recommend {
  padding: 1em;
  background-color: #F5F5F5;
  border-radius: 1em;
  margin-bottom: 2em;
}

.product-column__recommend h2 {
  font-size: 20px;
}

.product-column__recommend h2::after {
  display: none !important;
}

.product-column__recommend ul {
  line-height: 1.4em;
}

/* こんな人にオススメ ここまで */

.kp-cl .mb-0 {
  margin-bottom: 0px !important;
}

.kp-cl .mb-1 {
  margin-bottom: 1rem !important;
}

.kp-cl .mb-2 {
  margin-bottom: 1.4rem !important;
}

.kp-cl .mb-3 {
  margin-bottom: 1.6rem !important;
}

.kp-cl .mb-0 {
  margin-top: 0px !important;
}

.kp-cl .mt-1 {
  margin-top: 1em !important;
}

.kp-cl .mt-2 {
  margin-top: 1.4em !important;
}

.kp-cl .mt-3 {
  margin-top: 1.6em !important;
}

.kp-cl .max-w-300 {
  max-width: 300px;
}


/* プロダクトカード関連 */
.kp-cl .mt-5 {
  margin-top: 3rem !important;
}

.kp-cl .product-box {
  display: flex;
  background-color: #efefef;
}

.kp-cl .product-box .product-box-img {
  width: fit-contents;
  max-width: 50%;
}

.kp-cl .product-box-img img {
  width: 100%;
}

.kp-cl .product-box-text {
  padding: 0 1rem;
}

.kp-cl .product-box .product-box-text h3 {}

.kp-cl .product-box .product-box-text p {}

@media(max-width:680px) {
  .kp-cl .product-box .product-box-img {
    width: 100%;
    max-width: 100%;
  }

  .kp-cl .product-box {
    display: block;
  }
}

/* プロダクトカード関連ここまで */

/* セクションの上下余白を調整 */
.kp-cl .section-padding-adjust {
  padding-top: 3vh;
  padding-bottom: 3vh;
}

/* メインビジュアルにコピーを重ねる */
.kp-cl .page-mv {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .kp-cl .page-mv {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .kp-cl .page-mv {
    margin-top: 0;
  }
}

.kp-cl .page-mv__text {
  position: absolute;
  top: 246px;
  left: 50%;
  transform: translateX(-50%);
  width: 538px;
}

@media screen and (max-width: 768px) {
  .kp-cl .page-mv__text {
    top: 126px;
    left: 50%;
    transform: translateX(-50%);
    width: 288px;
  }
}

.kp-cl .page-mv__text img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.kp-cl .page-mv-image {
  height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .kp-cl .page-mv-image {
    height: 380px;
  }
}


.kp-cl .down-triangle {
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}

.kp-cl .img-half {
  width: 50%;
}

.kp-cl h3 {
  margin: 1em 0 !important;
}

/* メインビジュアル */
.kp-cl .mv_sp {
  display: none;
}

.kp-cl .mv_pc {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 1rem auto;
}

.kp-cl .description {
  font-size: 0.8em;
}

.kp-cl .pc-hidden {
  display: none;
}

.kp-cl .bold {
  font-weight: bold !important;
}

.kp-cl .red {
  color: #FF0000;
}

.kp-cl .blue {
  color: #0096FF;
}

/* 記事内でのバナー */
.kp-cl .cm-banner {
  max-width: 90%;
}

.kp-cl .col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.kp-cl .col_3>div {
  width: 33.33333%;
  padding: 10px;
}

@media screen and (max-width: 960px) {
  .kp-cl .col_3>div {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .kp-cl .col_3>div {
    width: 100%;
  }
}

/* 4カラム */
.kp-cl .col_4 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.kp-cl .col_4>div {
  width: 25%;
  padding: 10px;
}

/* 画像に影つける */
.kp-cl .img-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* 埋込動画の高さをレスポンシブにする。 */
.kp-cl .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.kp-cl .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ランキング箇所 */
.kp-cl .products__ranking {
  margin: 20px 0;
  background-color: #f1f0e0;
}

.kp-cl .products__ranking--listBox {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}

.kp-cl .products__ranking--list {
  width: 240px;
  margin: 40px 10px;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #fff;
}

.kp-cl .products__ranking--list .icon {
  width: 120px;
  margin: -70px auto 10px;
}

.kp-cl .products__ranking--list .icon img {
  max-width: 100%;
}

.kp-cl .kp-cl .products__ranking--list .thmbnail {
  margin: 0 auto;
}

.kp-cl .products__ranking--list .thmbnail img {
  width: 100%;
}

.kp-cl .products__ranking--list dl {
  margin: 15px auto 10px;
}

.kp-cl .products__ranking--list dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.kp-cl .products__ranking--list dd {
  font-size: 13px;
  line-height: 22px;
}

.kp-cl .products__ranking .box-btn {
  margin-bottom: 0;
}

.kp-cl .user-review-rating {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
}

.kp-cl .user-review-rating p {
  margin: 0;
  padding: 0;
}

.kp-cl .rating {
  color: #FFD700 !important;
}

.kp-cl .user-review {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.kp-cl .user-review .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.kp-cl .user-review .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.kp-cl .user-review .chatting {
  width: 100%;
}

.kp-cl .says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.kp-cl .says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.kp-cl .says p {
  margin: 0;
  padding: 0;
}

.kp-cl .says h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.9em;
}

/* 装飾 ボックス*/
.kp-cl .point__box {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #4b3e2e;
  border-radius: 8px;
}

.kp-cl .point__box .point__box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #4b3e2e;
  font-weight: bold;
}

.kp-cl .point__box p {
  margin: 0;
  padding: 0;
}

/* 装飾 ハイライト黄色*/
.kp-cl .marker-yellow {
  background: linear-gradient(transparent 75%, #fff799 75%);
  font-weight: bold;
}

/* 装飾 ハイライト青*/
.kp-cl .marker-blue {
  background: linear-gradient(transparent 75%, #7fbfff 75%);
  font-weight: bold;
}

.kp-cl .yellow {
  color: yellow;
}

/* 見出し関連 */
.kp-cl .service-summary {
  margin-top: 30px;
  margin-bottom: 30px;
}

.kp-cl .service-summary h2 {
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  background-color: #4b3e2e;
  padding: 0.5em;
  border-radius: 0.5em 0.5em 0 0;
  margin-bottom: 0 !important;
}

.kp-cl .service-summary h2::after {
  display: none;
}

.kp-cl .option-summary h2 {
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  background-color: #4b3e2e;
  padding: 0.5em;
  border-radius: 0.5em 0.5em 0 0;
  margin-bottom: 0 !important;
}

.kp-cl .option-summary h2::after {
  display: none;
}

.kp-cl .option-summary-contents {
  background-color: #fff;
  padding: 0.5em;
  margin-top: 0px;
}

.kp-cl .option-text {
  padding: 20px 10px;
  margin: 10px auto;
  background-color: #fff;
  width: 90%;
  display: flex;
}

.kp-cl .summary-text {
  padding: 20px 10px;
  margin: 10px auto;
  background-color: #fff;
  width: 90%;
  display: flex;
}

.kp-cl .price {
  color: #d70a17;
  font-size: 22px;
  font-weight: 600;
  padding: 5px;
}

.kp-cl .price-tag {
  color: #fff;
  background-color: #4b3e2e;
  padding: 10px;
  font-weight: 600;
  display: inline-block;
}

.kp-cl .label-section {
  width: 30%;
}

.kp-cl .info-tag {
  border: solid 1px #4b3e2e;
  padding: 10px;
  display: inline-block;
  font-weight: 600;
}

.kp-cl .contents-section {
  width: 70%;
}

.kp-cl .contents-text {
  margin: 1em 10px;
}

.kp-cl .bg-lightgreen {
  background-color: #f1f0e0;
}

.kp-cl .bg-lightgray {
  background-color: #f5f5f5;
  padding-bottom: 3vh;
  padding-top: 3vh;
}

/* レスポンシブ用 */
.kp-cl *,
.kp-cl *:before,
.kp-cl *:after {
  box-sizing: border-box;
}

.kp-cl .col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* IE10 */
}

.kp-cl .col_2>.col_2_left {
  width: 50%;
  padding: 10px;
}

.kp-cl .col_2>.col_2_right {
  width: 50%;
  padding: 10px;
}

.kp-cl .col_2>.summary-img {
  width: 40%;
}

.kp-cl .col_2>.summary-contents {
  width: 60%;
}

.kp-cl .col_2>.option-summary {
  width: 48%;
  margin: 1em auto;
}

/*ボタン　オレンジグラデーション */
.kp-cl .btn-gradient-radius {
  display: inline-block;
  padding: 0.8em 1.8em;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
  font-size: 1.2em;
  background-image: linear-gradient(45deg, #ffa500 0%, #ff5514 100%);
  transition: .4s;
  border-bottom: solid 4px #895800;
  margin-top: 18px;
  margin-bottom: 18px;
}

/* ホバー時の挙動 */
.kp-cl .btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

.kp-cl .btn-gradient-radius:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}

.kp-cl .btn-center {
  text-align: center;
}

.kp-cl .txt-link {
  font-weight: 600;
  text-decoration: underline;
}

.kp-cl .page-parts table {
  max-width: 100% !important;
}

.kp-cl .page-parts table th {
  background-color: initial;
}

.kp-cl .page-parts table td {
  padding: 18px 17px !important;
}

.kp-cl .page-parts table tbody th {
  background: #f1f0e0 !important;
  color: #4b3e2e !important;
  padding: 18px 17px !important;
  font-weight: bold !important;
}

.kp-cl .page-parts table thead th {
  background: #4b3e2e !important;
  color: #fff !important;
  padding: 18px 17px !important;
  font-weight: bold !important;
}

.kp-cl .page-parts table thead td {
  background: #4b3e2e !important;
  color: #fff !important;
  padding: 18px 17px !important;
  font-weight: bold !important;
}

.kp-cl table {
  border: none!important;
  border-collapse: collapse;
  margin: 0 auto 50px;
  padding: 0;
  /* width: 650px; */
  table-layout: fixed;
}

.kp-cl table tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 2px solid #fff !important;
}

.kp-cl table td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #fff !important;
  width: calc(100% / 2);
  width: -webkit-calc(100% / 2);
}

.kp-cl table th {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #fff !important;
  border-left: none!important;
  width: calc(100% / 4);
  width: -webkit-calc(100% / 4);
}

.kp-cl table th {
  /* font-size: .85em; */
}

.kp-cl table thead tr {
  background-color: #fff;
  color: #fff;
}

.kp-cl table tbody th {
  background: #f1f0e0 !important;
  color: #fff;
}

.kp-cl .table-txt {
  text-align: right;
  /* font-size: .85em; */
}

.kp-cl .table-price {
  text-align: right;
  color: #d70a17;
  font-weight: bold;
}

.kp-cl .table-price span {
  font-size: 12px;
}

.kp-cl .non {
  background: #4b3e2e;
}

/* Tablet */
@media screen and (max-width: 768px) {
  .kp-cl .products__ranking {
    padding: 30px 20px;
  }

  .kp-cl .products__ranking--list {
    width: 100%;
  }

  .kp-cl .products__ranking--list .icon {
    width: 100px;
  }

  .kp-cl .products__ranking--list .thmbnail {
    width: 100%;
    border: solid 3px #fff6f6;
    margin: 0 auto;
  }

  .kp-cl .col_2>.col_2_left {
    width: 100%;
    padding: 0px;
  }

  .kp-cl .col_2>.col_2_right {
    width: 100%;
    padding: 0px;
  }

  .kp-cl .col_2>.summary-img {
    width: 100%;
  }

  .kp-cl .col_2>.summary-contents {
    width: 100%;
  }

  .kp-cl .col_2>.option-summary {
    width: 100%;
  }

  .kp-cl table th,
  .kp-cl table td {
    width: auto;
    position: relative;
    display: block;
    border: none!important;
  }

  .kp-cl .page-parts table tbody th {
    background: #4b3e2e !important;
    color: #f1f0e0 !important;
    padding: 18px 17px !important;
    font-weight: bold !important;
  }

  .kp-cl table {
    border: 0;
    width: 100%;
    margin: 0 auto;
  }

  .kp-cl table th {
    background-color: #4b3e2e;
    display: block;
    border-right: none;
  }

  .kp-cl table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .kp-cl table tr {
    display: block;
    margin-bottom: .625em;
  }

  .kp-cl table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #4b3e2e;
  }

  .kp-cl table td:last-child {
    border-bottom: 0;
  }

  .kp-cl table tbody th {
    color: #fff;
  }

  .kp-cl .tb-yellow {
    color: yellow !important;
  }
}

/* SP */
@media screen and (max-width: 480px) {
  .kp-cl .col_4>div {
    width: 50%;
  }

  .kp-cl .cm-banner {
    max-width: 100%;
  }

  .kp-cl .pc-hidden {
    display: block;
  }

  .kp-cl .mv_sp {
    display: block;
    width: 100%;
  }

  .kp-cl .mv_pc {
    display: none !important;
  }

  .kp-cl .img-half {
    width: 100%;
  }
}

/* サービス/エリアページの専門業者比較table制御 */

#contents-area .table-compare th {
  width: calc(100% / 4);
}

@media screen and (max-width: 767px) {
  .l-wrapper #contents-area .table-scroll table {
    width: 768px;
  }
}

/* サイトトップ「お客様からのお褒めの言葉を募集中」のリンクバナーを一時的に非表示 */
.l-link-banner a.c-link-banner__item:first-child {
    display: none;
}