@charset "UTF-8";
/*---------------------
変数
-----------------------*/
/**************************

  カラーパレット

**************************/
/*-- mixinフォルダの中の_index.scss --*/
/*------------------------------------
SP特化サイト用メディアクエリ MIXIN
---------------------------------*/
/*---------------------
 ★ 文字関連一括指定（フォントサイズ+2px対応版）
-----------------------*/
/*---------------------
//Fontサイズ vw可変指定（SP特化サイト用）
----------------------*/
/* @include font-vw(font-size, 440px, 16px, 12px);
SP特化サイトの最大幅440pxのとき16pxの文字sizeをvw変換し、
幅を狭めるごとに比率で縮めるが、そのまま適用すると早々に小さくなりすぎるので、
最小値12pxを指定。最小値になる幅sizeを割り出し、メディアクエリにmin指定することで
16pxの比率のまま縮め、12px以下には縮まないという指定にしている。
*/
/*---------------------
 ★ リンク文字色 一括指定
-----------------------*/
/*---------------------
 ★ リンク下線復活
-----------------------*/
/*-------------------------------------
 ★ リンク下線消去 一括指定//フォーカスのみ下線
---------------------------------------*/
/*-------------------------------------
 ★ floatのあとは自動 clear: both;
 @include clearfix;
 float: left;
 のように使用する
---------------------------------------*/
/*-------------------------------------
 ★セレクトのプロパティをサイズ指定して変更
---------------------------------------*/
/*-------------------------------------

   レイアウト汎用

---------------------------------------*/
/*-----------------------------------

 上部余白

-----------------------------------*/
/*-----------------------------------

 改行制御

-----------------------------------*/
/*-----------------------------------

 中央寄せと左寄せ制御

-----------------------------------*/
/*--------------------------------------------
//文字数を指定行数で丸めて…で省略・複数行対応mixin
----------------------------------------------*/
/*-----------------------------------

 文章段落

-----------------------------------*/
/*--------------------------------
トイレリフォームページ
---------------------------------*/
.p-reform-toilet {
  /*--------------------------------
  ヒーローセクション
  ---------------------------------*/
  /*--------------------------------
  トイレ全体を新しくセクション
  ---------------------------------*/
  /*--------------------------------
  部分リフォームでおすすめの改善例セクション
  ---------------------------------*/
  /*--------------------------------
  こんなお悩みはありませんか？セクション
  ---------------------------------*/
  /*--------------------------------
  トイレリフォーム工事の流れ（ページ固有スタイル）
  ---------------------------------*/
  /*--------------------------------
  トイレFAQセクション（ページ固有スタイル）
  ---------------------------------*/
  /*--------------------------------
  トイレFAQアコーディオン（ページ固有スタイル）
  ---------------------------------*/
  /*--------------------------------
  関連ページセクション（ページ固有スタイル）
  ---------------------------------*/
}
.p-reform-toilet .hero {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.p-reform-toilet .hero__content {
  padding: 0;
  margin: 0;
  width: 100%;
}
.p-reform-toilet .hero__content img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-reform-toilet .hero__content img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.p-reform-toilet .full-reform-section {
  background: #ffffff;
}
.p-reform-toilet .full-reform-section__image-container {
  width: 100%;
  overflow: hidden;
}
.p-reform-toilet .full-reform-section__main-image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-reform-toilet .full-reform-section__content {
  width: 100%;
  background: linear-gradient(135deg, #6b5d4f, #2f2a25);
}
@media (min-width: 800px) {
  .p-reform-toilet .full-reform-section__content {
    padding-top: 42px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .full-reform-section__content {
    padding-top: calc(2.0833333333vw + 25.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .full-reform-section__content {
    padding-top: 32px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .full-reform-section__content {
    padding-bottom: 42px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .full-reform-section__content {
    padding-bottom: calc(2.0833333333vw + 25.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .full-reform-section__content {
    padding-bottom: 32px;
  }
}
.p-reform-toilet .full-reform-section__subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 800px) {
  .p-reform-toilet .full-reform-section__subtitle {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .full-reform-section__subtitle {
    font-size: calc(0.8333333333vw + 21.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .full-reform-section__subtitle {
    font-size: 24px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .full-reform-section__subtitle {
    margin-bottom: 18px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .full-reform-section__subtitle {
    margin-bottom: calc(0.8333333333vw + 11.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .full-reform-section__subtitle {
    margin-bottom: 14px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .full-reform-section__subtitle {
    gap: 10px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .full-reform-section__subtitle {
    gap: calc(0.4166666667vw + 6.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .full-reform-section__subtitle {
    gap: 8px;
  }
}
.p-reform-toilet .full-reform-section__subtitle-icon {
  color: #ff6b35;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 800px) {
  .p-reform-toilet .full-reform-section__subtitle-icon {
    font-size: 30px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .full-reform-section__subtitle-icon {
    font-size: calc(0.8333333333vw + 23.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .full-reform-section__subtitle-icon {
    font-size: 26px;
  }
}
.p-reform-toilet .full-reform-section__text {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #ffffff;
  letter-spacing: 0em;
  line-height: 1.8;
  margin: 0;
  line-height: 1.8;
}
@media (min-width: 800px) {
  .p-reform-toilet .full-reform-section__text {
    font-size: 17px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .full-reform-section__text {
    font-size: calc(0.4166666667vw + 13.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .full-reform-section__text {
    font-size: 15px;
  }
}
.p-reform-toilet .partial-reform-section {
  padding-top: 60px;
  background: #f8f9fb;
}
@media only screen and (max-width: 768px) {
  .p-reform-toilet .partial-reform-section {
    padding-top: 40px;
  }
}
.p-reform-toilet .partial-reform-section__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: #333;
  letter-spacing: 0em;
  line-height: 1.4;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__title {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__title {
    font-size: calc(0.8333333333vw + 21.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__title {
    font-size: 24px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__title {
    margin-bottom: 18px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__title {
    margin-bottom: calc(0.8333333333vw + 11.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__title {
    margin-bottom: 14px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__title {
    gap: 10px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__title {
    gap: calc(0.4166666667vw + 6.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__title {
    gap: 8px;
  }
}
.p-reform-toilet .partial-reform-section__title-icon {
  color: #ff6b35;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__title-icon {
    font-size: 30px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__title-icon {
    font-size: calc(0.8333333333vw + 23.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__title-icon {
    font-size: 26px;
  }
}
.p-reform-toilet .partial-reform-section__lead {
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #666;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__lead {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__lead {
    font-size: calc(0.4166666667vw + 14.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__lead {
    font-size: 16px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__lead {
    margin-bottom: 42px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__lead {
    margin-bottom: calc(2.0833333333vw + 25.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__lead {
    margin-bottom: 32px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__items {
    margin-bottom: 42px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__items {
    margin-bottom: calc(2.0833333333vw + 25.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__items {
    margin-bottom: 32px;
  }
}
.p-reform-toilet .partial-reform-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__item {
    margin-bottom: 32px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__item {
    margin-bottom: calc(1.0416666667vw + 23.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__item {
    margin-bottom: 27px;
  }
}
.p-reform-toilet .partial-reform-section__item:last-child {
  margin-bottom: 0;
}
.p-reform-toilet .partial-reform-section__item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__item-image {
    max-width: 122px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__item-image {
    max-width: calc(8.3333333333vw + 55.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__item-image {
    max-width: 82px;
  }
}
.p-reform-toilet .partial-reform-section__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.p-reform-toilet .partial-reform-section__item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__item-content {
    padding: 18px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__item-content {
    padding: calc(0.8333333333vw + 11.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__item-content {
    padding: 14px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__item-content {
    min-height: 142px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__item-content {
    min-height: calc(4.1666666667vw + 108.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__item-content {
    min-height: 122px;
  }
}
.p-reform-toilet .partial-reform-section__item-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #2f2a25;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__item-title {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__item-title {
    font-size: calc(0.4166666667vw + 16.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__item-title {
    font-size: 18px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__item-title {
    margin-bottom: 8px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__item-title {
    margin-bottom: calc(0.4166666667vw + 4.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__item-title {
    margin-bottom: 6px;
  }
}
.p-reform-toilet .partial-reform-section__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #666;
  letter-spacing: 0em;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__item-text {
    gap: 10px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__item-text {
    gap: calc(0.4166666667vw + 6.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__item-text {
    gap: 8px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__item-text {
    font-size: 17px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__item-text {
    font-size: calc(0.2083333333vw + 15.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__item-text {
    font-size: 16px;
  }
}
.p-reform-toilet .partial-reform-section__item-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #333;
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__item-arrow {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__item-arrow {
    font-size: calc(0.4166666667vw + 16.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__item-arrow {
    font-size: 18px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__item-arrow {
    margin-top: 4px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__item-arrow {
    margin-top: calc(0.2083333333vw + 2.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__item-arrow {
    margin-top: 3px;
  }
}
.p-reform-toilet .partial-reform-section__item-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.7;
}
.p-reform-toilet .partial-reform-section__conclusion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__conclusion {
    gap: 22px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__conclusion {
    gap: calc(1.0416666667vw + 13.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__conclusion {
    gap: 17px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__conclusion {
    padding: 22px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__conclusion {
    padding: calc(0.8333333333vw + 15.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__conclusion {
    padding: 18px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__conclusion {
    margin-top: 42px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__conclusion {
    margin-top: calc(2.0833333333vw + 25.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__conclusion {
    margin-top: 32px;
  }
}
.p-reform-toilet .partial-reform-section__conclusion-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 500;
  font-size: calc(18 / 16 * 1rem);
  color: #333;
  letter-spacing: 0em;
  line-height: 1.7;
  margin: 0;
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__conclusion-text {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__conclusion-text {
    font-size: calc(0.4166666667vw + 14.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__conclusion-text {
    font-size: 16px;
  }
}
.p-reform-toilet .partial-reform-section__conclusion-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__conclusion-icon {
    width: 82px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__conclusion-icon {
    width: calc(4.1666666667vw + 48.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__conclusion-icon {
    width: 62px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .partial-reform-section__conclusion-icon {
    height: 82px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .partial-reform-section__conclusion-icon {
    height: calc(4.1666666667vw + 48.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .partial-reform-section__conclusion-icon {
    height: 62px;
  }
}
.p-reform-toilet .partial-reform-section__conclusion-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-reform-toilet .toilet-problems-section {
  padding-top: 20px;
  padding-bottom: 30px;
  background: #f8f9fb;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-reform-toilet .toilet-problems-section {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-reform-toilet .toilet-problems-section {
    padding-bottom: 20px;
  }
}
.p-reform-toilet .toilet-problems-section__decoration {
  width: 100%;
  height: auto;
  overflow: hidden;
  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;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__decoration {
    margin-bottom: 32px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__decoration {
    margin-bottom: calc(2.0833333333vw + 15.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__decoration {
    margin-bottom: 22px;
  }
}
.p-reform-toilet .toilet-problems-section__decoration-image {
  width: 700px;
  height: auto;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-reform-toilet .toilet-problems-section__subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #2f2a25;
  letter-spacing: 0em;
  line-height: 1.6;
  text-align: left;
  margin-top: 0;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__subtitle {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__subtitle {
    font-size: calc(0.8333333333vw + 17.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__subtitle {
    font-size: 20px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__subtitle {
    margin-bottom: 22px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__subtitle {
    margin-bottom: calc(0.8333333333vw + 15.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__subtitle {
    margin-bottom: 18px;
  }
}
.p-reform-toilet .toilet-problems-section__list {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__list {
    margin-bottom: 42px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__list {
    margin-bottom: calc(2.0833333333vw + 25.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__list {
    margin-bottom: 32px;
  }
}
.p-reform-toilet .toilet-problems-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__item {
    padding: 22px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__item {
    padding: calc(1.0416666667vw + 13.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__item {
    padding: 17px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__item {
    margin-bottom: 2px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__item {
    margin-bottom: calc(0vw + 2px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__item {
    margin-bottom: 2px;
  }
}
.p-reform-toilet .toilet-problems-section__item:last-child {
  border-bottom: none;
}
.p-reform-toilet .toilet-problems-section__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #333;
  letter-spacing: 0em;
  line-height: 1.6;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__item-text {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__item-text {
    font-size: calc(0.4166666667vw + 16.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__item-text {
    font-size: 18px;
  }
}
.p-reform-toilet .toilet-problems-section__item-check {
  color: #214287;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #214287;
  color: #ffffff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    margin-right: 14px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    margin-right: calc(0.4166666667vw + 10.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    margin-right: 12px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    margin-top: 4px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    margin-top: calc(0.2083333333vw + 2.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    margin-top: 3px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    font-size: calc(0.4166666667vw + 18.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    font-size: 20px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    width: 26px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    width: calc(0.8333333333vw + 19.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    width: 22px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    height: 26px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    height: calc(0.8333333333vw + 19.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    height: 22px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    font-size: calc(0.4166666667vw + 14.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__item-check {
    font-size: 16px;
  }
}
.p-reform-toilet .toilet-problems-section__conclusion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__conclusion {
    margin-top: 32px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__conclusion {
    margin-top: calc(2.0833333333vw + 15.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__conclusion {
    margin-top: 22px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__conclusion {
    padding: 22px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__conclusion {
    padding: calc(1.0416666667vw + 13.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__conclusion {
    padding: 17px;
  }
}
.p-reform-toilet .toilet-problems-section__conclusion-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__conclusion-icon {
    margin-right: 18px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__conclusion-icon {
    margin-right: calc(0.8333333333vw + 11.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__conclusion-icon {
    margin-right: 14px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__conclusion-icon {
    width: 82px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__conclusion-icon {
    width: calc(4.1666666667vw + 48.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__conclusion-icon {
    width: 62px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__conclusion-icon {
    height: 82px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__conclusion-icon {
    height: calc(4.1666666667vw + 48.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__conclusion-icon {
    height: 62px;
  }
}
.p-reform-toilet .toilet-problems-section__conclusion-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-reform-toilet .toilet-problems-section__conclusion-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-style: normal;
  font-weight: 400;
  font-size: calc(18 / 16 * 1rem);
  color: #666;
  letter-spacing: 0em;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-problems-section__conclusion-text {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-problems-section__conclusion-text {
    font-size: calc(0.4166666667vw + 16.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-problems-section__conclusion-text {
    font-size: 18px;
  }
}
.p-reform-toilet .toilet-reform-flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-reform-flow__title {
    gap: 10px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-reform-flow__title {
    gap: calc(0.4166666667vw + 6.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-reform-flow__title {
    gap: 8px;
  }
}
.p-reform-toilet .toilet-reform-flow__title-icon {
  color: #ff6b35;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-reform-flow__title-icon {
    font-size: 30px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-reform-flow__title-icon {
    font-size: calc(0.8333333333vw + 23.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-reform-flow__title-icon {
    font-size: 26px;
  }
}
.p-reform-toilet .toilet-faq-section {
  background: #f8f9fb;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .p-reform-toilet .toilet-faq-section {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-reform-toilet .toilet-faq-section {
    padding-bottom: 40px;
  }
}
.p-reform-toilet .toilet-faq-section__title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(24 / 16 * 1rem);
  color: #333;
  letter-spacing: 0em;
  line-height: 1.4;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-faq-section__title {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-faq-section__title {
    font-size: calc(0.8333333333vw + 21.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-faq-section__title {
    font-size: 24px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-faq-section__title {
    margin-bottom: 32px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-faq-section__title {
    margin-bottom: calc(2.0833333333vw + 15.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-faq-section__title {
    margin-bottom: 22px;
  }
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-faq-section__title {
    gap: 10px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-faq-section__title {
    gap: calc(0.4166666667vw + 6.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-faq-section__title {
    gap: 8px;
  }
}
.p-reform-toilet .toilet-faq-section__title-icon {
  color: #ff6b35;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-faq-section__title-icon {
    font-size: 30px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-faq-section__title-icon {
    font-size: calc(0.8333333333vw + 23.3333333333px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-faq-section__title-icon {
    font-size: 26px;
  }
}
.p-reform-toilet .toilet-faq-section__title-main {
  background: linear-gradient(135deg, #6b5d4f, #2f2a25);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-reform-toilet .toilet-faq-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 800px) {
  .p-reform-toilet .toilet-faq-accordion {
    gap: 22px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .p-reform-toilet .toilet-faq-accordion {
    gap: calc(1.0416666667vw + 13.6666666667px);
  }
}
@media (max-width: 319px) {
  .p-reform-toilet .toilet-faq-accordion {
    gap: 17px;
  }
}
.p-reform-toilet .cp-related-pages {
  background: #ffffff !important;
}
.p-reform-toilet .cp-related-pages__title-main {
  background: linear-gradient(135deg, #6b5d4f, #2f2a25) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.toilet-reform-flow {
  background-color: #f0f8f0;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .toilet-reform-flow {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .toilet-reform-flow {
    padding-bottom: 40px;
  }
}
.toilet-reform-flow__title {
  text-align: left;
}
@media (min-width: 800px) {
  .toilet-reform-flow__title {
    margin-bottom: 42px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__title {
    margin-bottom: calc(2.0833333333vw + 25.3333333333px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__title {
    margin-bottom: 32px;
  }
}
.toilet-reform-flow__title-main {
  font-style: normal;
  font-weight: 700;
  font-size: calc(22 / 16 * 1rem);
  color: #333;
  letter-spacing: 0em;
  line-height: 1.4;
}
@media (min-width: 800px) {
  .toilet-reform-flow__title-main {
    font-size: 26px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__title-main {
    font-size: calc(0.8333333333vw + 19.3333333333px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__title-main {
    font-size: 22px;
  }
}
.toilet-reform-flow__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  position: relative;
}
.toilet-reform-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (min-width: 800px) {
  .toilet-reform-flow__step {
    padding-bottom: 42px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__step {
    padding-bottom: calc(2.0833333333vw + 25.3333333333px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__step {
    padding-bottom: 32px;
  }
}
.toilet-reform-flow__step:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #c0c0c0 0px, #c0c0c0 4px, transparent 4px, transparent 8px);
  z-index: 1;
}
@media (min-width: 800px) {
  .toilet-reform-flow__step:not(:last-child)::after {
    left: 42px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__step:not(:last-child)::after {
    left: calc(2.0833333333vw + 25.3333333333px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__step:not(:last-child)::after {
    left: 32px;
  }
}
@media (min-width: 800px) {
  .toilet-reform-flow__step:not(:last-child)::after {
    width: 4px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__step:not(:last-child)::after {
    width: calc(0.2083333333vw + 2.3333333333px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__step:not(:last-child)::after {
    width: 3px;
  }
}
@media (min-width: 800px) {
  .toilet-reform-flow__step:not(:last-child)::after {
    top: 82px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__step:not(:last-child)::after {
    top: calc(4.1666666667vw + 48.6666666667px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__step:not(:last-child)::after {
    top: 62px;
  }
}
.toilet-reform-flow__step-number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 800px) {
  .toilet-reform-flow__step-number {
    margin-right: 22px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__step-number {
    margin-right: calc(1.0416666667vw + 13.6666666667px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__step-number {
    margin-right: 17px;
  }
}
@media (min-width: 800px) {
  .toilet-reform-flow__step-number {
    width: 82px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__step-number {
    width: calc(4.1666666667vw + 48.6666666667px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__step-number {
    width: 62px;
  }
}
@media (min-width: 800px) {
  .toilet-reform-flow__step-number {
    height: 82px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__step-number {
    height: calc(4.1666666667vw + 48.6666666667px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__step-number {
    height: 62px;
  }
}
.toilet-reform-flow__step-label {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(12 / 16 * 1rem);
  color: #666;
  letter-spacing: 0em;
  line-height: 1;
}
@media (min-width: 800px) {
  .toilet-reform-flow__step-label {
    margin-bottom: 6px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__step-label {
    margin-bottom: calc(0.4166666667vw + 2.6666666667px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__step-label {
    margin-bottom: 4px;
  }
}
.toilet-reform-flow__step-digit {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(34 / 16 * 1rem);
  color: #333;
  letter-spacing: 0em;
  line-height: 1;
}
@media (min-width: 800px) {
  .toilet-reform-flow__step-digit {
    font-size: 40px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__step-digit {
    font-size: calc(2.5vw + 20px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__step-digit {
    font-size: 28px;
  }
}
.toilet-reform-flow__step-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.toilet-reform-flow__step-title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(20 / 16 * 1rem);
  color: #333;
  letter-spacing: 0em;
  line-height: 1.4;
}
@media (min-width: 800px) {
  .toilet-reform-flow__step-title {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__step-title {
    font-size: calc(0.4166666667vw + 18.6666666667px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__step-title {
    font-size: 20px;
  }
}
@media (min-width: 800px) {
  .toilet-reform-flow__step-title {
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__step-title {
    margin-bottom: calc(0.4166666667vw + 6.6666666667px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__step-title {
    margin-bottom: 8px;
  }
}
.toilet-reform-flow__step-description {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16 / 16 * 1rem);
  color: #666;
  letter-spacing: 0em;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 800px) {
  .toilet-reform-flow__step-description {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 799px) {
  .toilet-reform-flow__step-description {
    font-size: calc(0.4166666667vw + 14.6666666667px);
  }
}
@media (max-width: 319px) {
  .toilet-reform-flow__step-description {
    font-size: 16px;
  }
}