@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* メインビジュアル
----------------------------------------------------- */
/* リード
----------------------------------------------------- */
#lead {
  padding-bottom: 10px;
}
#lead .lead__box {
  align-items: center;
  width: 96%;
  max-width: 1500px;
  margin: 0 auto;
  background: #f1efee;
  border-radius: 20px;
}
#lead .lead__box .box__img {
  width: 50%;
}
#lead .lead__box .box__img img {
  display: block;
  width: 100%;
  min-height: 100%;
  border-radius: 20px 0 0 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
#lead .lead__box .box__body {
  width: 50%;
  padding: 15px 5%;
  text-align: left;
}
#lead .lead__box .box__body .body__title {
  margin-bottom: 20px;
  font-size: 24rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
#lead .lead__box .box__body .body__title > span {
  display: inline-block;
  font-weight: inherit;
}
#lead .lead__box .box__body .body__text {
  line-height: 2;
  letter-spacing: 0.05em;
}

/* 凡庸
----------------------------------------------------- */
#hotwater .section__title > span {
  display: inline-block;
  font-weight: inherit;
}
#hotwater .section__title .small {
  display: block;
  font-size: 26rem;
  font-weight: inherit;
  line-height: 1.2;
}

#hotwater .section__bordertitle {
  font-size: 30rem;
  font-weight: 700;
  margin-bottom: 50px;
}
#hotwater .section__bordertitle > span {
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #faecd6 70%);
  padding: 0px 60px 0px 60px;
}
#hotwater .section__bordertitle > span > span {
  display: inline-block;
}

.table__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2em;
}
.table__block .table__col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.table__block .table__col .col__head {
  grid-row: 1;
  font-family: "Zen Maru Gothic", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 22rem;
  font-weight: 700;
  background-color: #ffebcd;
  border: 1px solid #CAC5C1;
  border-bottom: none;
  line-height: 1.6;
  padding: 3% 1%;
  align-content: center;
}
.table__block .table__col .col__body {
  grid-row: 2;
  text-align: left;
  border: 1px solid #CAC5C1;
  padding: 5%;
  line-height: 2;
  letter-spacing: 1.8px;
}

.point__list {
  margin-top: 60px;
  gap: 40px 0;
}
.point__list .list__item {
  width: calc(33% - 10px);
  padding: 30px 30px 35px;
  background: #f1efee;
  border-radius: 20px;
}
.point__list .list__item .item__img {
  margin-bottom: 15px;
  text-align: center;
}
.point__list .list__item .item__title {
  margin-bottom: 30px;
  font-size: 22rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.point__list .list__item .item__text {
  margin-bottom: 0;
  line-height: 1.75;
}

.supplement__block {
  padding: 30px 80px;
  border: 1px solid #cec9c4;
  border-radius: 20px;
  margin-top: 50px;
}
.supplement__block .block__col {
  align-items: center;
  margin-top: -10px;
}
.supplement__block .block__col .block__body {
  width: 48%;
  font-size: 18rem;
  line-height: 2;
}
.supplement__block .block__col .block__body ul {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
.supplement__block .block__col .block__body ul li {
  position: relative;
  padding-left: 35px;
  font-weight: bold;
}
.supplement__block .block__col .block__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../images/hotwater/icon_check.svg) no-repeat;
  background-size: 100%;
}
.supplement__block .block__col .block__body ul li + li {
  margin-top: 15px;
}
.supplement__block .block__col .block__img {
  width: 48%;
}
.supplement__block .block__col .block__img img {
  border-radius: 20px;
}

.spCont {
  display: none;
}

/* 給湯器に変えるとこんなに快適
----------------------------------------------------- */
#appeal {
  padding-bottom: 50px;
  text-align: left;
}
#appeal .container {
  width: 1500px;
}
#appeal .appeal__list {
  margin-top: 50px;
}
#appeal .appeal__list .list__item {
  width: 25%;
}
#appeal .appeal__list .list__item .item__title {
  margin-bottom: 25px;
  font-size: 24rem;
  letter-spacing: 0.05em;
  text-align: center;
}
#appeal .appeal__list .list__item .item__title > span {
  padding-bottom: 5px;
  border-bottom: 2px solid currentColor;
}
#appeal .appeal__list .list__item .item__title .color {
  display: inline-block;
  color: #e8a132;
  font-weight: inherit;
}
#appeal .appeal__list .list__item .item__title .dots {
  position: relative;
}
#appeal .appeal__list .list__item .item__title .dots > span {
  position: absolute;
  left: 0;
  top: -0.75em;
  color: #e8a132;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
}
#appeal .appeal__list .list__item .item__img {
  margin-bottom: 20px;
  text-align: center;
}
#appeal .appeal__list .list__item .item__text {
  max-width: 310px;
  margin: 10px auto 0;
  line-height: 2;
  position: relative;
  padding-left: 30px;
}
#appeal .appeal__list .list__item .item__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  width: 20px;
  height: 14px;
  background: url(../images/hotwater/icon_check.svg) no-repeat;
  background-size: 100%;
}

/* 新しい給湯器で快適・清潔な暮らしを
----------------------------------------------------- */
#ultra .ultra__title {
  margin-bottom: 50px;
  font-size: 24rem;
  text-align: center;
}
#ultra .ultra__title > span {
  border-bottom: 2px solid currentColor;
}
#ultra .ultra__title > span > span {
  display: inline-block;
  font-weight: inherit;
}
#ultra .ultra__title .color {
  display: inline-block;
  color: #e8a132;
  font-weight: inherit;
}
#ultra .ultra__text {
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 2;
  max-width: 1000px;
  margin-inline: auto;
}
#ultra .supplement__block {
  padding: 30px;
}
#ultra .supplement__block .block__col .block__body p {
  text-align: left;
  line-height: 1.8;
}
#ultra .supplement__block .block__col .block__body p:first-child {
  font-weight: bold;
}
#ultra .supplement__block .block__col .block__body ul {
  margin-bottom: 20px;
}
#ultra .ultra__button {
  margin: 25px auto;
}
#ultra .point__list .list__item {
  width: calc(49% - 10px);
}

/* 大阪ガスの安心サポート
----------------------------------------------------- */
#anshin .table__block {
  grid-template-columns: 1fr 1fr;
}
#anshin .anshin__button {
  grid-row: 3;
  margin-top: 25px;
}

/* 工事の流れとサポート体制
----------------------------------------------------- */
#flow .flow__block {
  width: 91%;
  max-width: 1000px;
  align-items: stretch;
  margin-top: 40px;
  border: 1px solid #cec9c4;
  border-radius: 20px;
  overflow: hidden;
}
#flow .flow__block .block__img {
  width: -moz-max-content;
  width: max-content;
  max-width: 40.5%;
  margin-left: -1px;
  display: flex;
  align-items: stretch;
}
#flow .flow__block .block__img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#flow .flow__block .block__body {
  width: 59.5%;
  padding: 30px 40px;
  text-align: left;
}
#flow .flow__block .block__body p {
  margin: 0;
  line-height: 2;
}
#flow .flow__block .block__body .body__title {
  margin-bottom: 20px;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1.9;
}
#flow .flow__block .block__body .body__title > span {
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #faecd6 70%);
}
#flow .flow__block.even {
  margin-left: auto;
}
#flow .flow__block.even .block__img {
  order: 10;
  margin-right: -1px;
}

/* 給湯器の修理・交換
----------------------------------------------------- */
#repair .repair__block {
  background-color: #FAF8F6;
  border: 1px solid #CAC5C1;
  border-radius: 20px;
  padding: 20px 0;
  margin-bottom: 60px;
}
#repair .repair__block > h3 {
  font-size: 20rem;
}
#repair .repair__block > div {
  margin: 50px auto;
}
#repair .repair__block > div > ul {
  justify-content: center;
  margin-left: 22px;
}
#repair .repair__block > div > ul > li {
  position: relative;
  width: 45%;
  padding-left: 30px;
  margin-bottom: 8px;
}
#repair .repair__block > div > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 23px;
  height: 20px;
  background: url(../images/hotwater/icon_check.png) no-repeat;
  background-size: 100%;
}
#repair .table__block {
  grid-template-columns: 1fr 1fr 1fr;
}

/* 交換時のチェックポイント
----------------------------------------------------- */
#checkpoint .checkpoint__text {
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 2;
  max-width: 810px;
  margin-inline: auto;
}

/* 取扱い機種例
----------------------------------------------------- */
#exapmle .exapmle__title {
  margin-bottom: 50px;
  font-size: 24rem;
  text-align: center;
}
#exapmle .exapmle__title > span {
  border-bottom: 2px solid currentColor;
}
#exapmle .exapmle__title .color {
  display: inline-block;
  color: #e8a132;
  font-weight: inherit;
}
#exapmle .exapmle__box {
  border: 1px solid #cec9c4;
  border-radius: 20px;
  padding: 30px;
}
#exapmle .exapmle__box .box__img {
  width: 18%;
}
#exapmle .exapmle__box .box__text {
  width: 77%;
  text-align: left;
}

/* ========================================================
  画面幅1500px以下のスタイル
=========================================================*/
/* 給湯器に変えるとこんなに快適
----------------------------------------------------- */
@media screen and (max-width: 1500px) {
  #appeal .container {
    width: 1100px;
  }
  #appeal .appeal__list .list__item {
    width: 22%;
  }
  #appeal .appeal__list .list__item .item__title > span .appeal_spCont {
    display: inline-block;
    margin-top: 20px;
  }
}
/* ========================================================
  画面幅1366px以下のスタイル
=========================================================*/
@media screen and (max-width: 1366px) {
  #lead .lead__box .box__body {
    padding: 15px 4%;
  }
  #lead .lead__box .box__body .body__title {
    font-size: 22rem;
  }
}
/* ========================================================
  画面幅1200px以下のスタイル
=========================================================*/
@media screen and (max-width: 1200px) {
  #lead .lead__box .box__body .body__title {
    font-size: 20rem;
  }
}
/* ========================================================
  画面幅768px以下のスタイル
=========================================================*/
@media screen and (max-width: 768px) {
  #lead {
    padding-top: 0;
    padding-bottom: 50px;
  }
  #lead .lead__box {
    width: 100%;
    border-radius: 20px;
  }
  #lead .lead__box .box__img {
    width: 100%;
  }
  #lead .lead__box .box__img img {
    width: 100%;
    min-height: 0;
    height: auto;
    border-radius: 0;
  }
  #lead .lead__box .box__body {
    width: 100%;
    padding: 30px 20px;
  }
  #lead .lead__box .box__body .body__title {
    margin-bottom: 20px;
    font-size: 20rem;
    letter-spacing: 0.05em;
  }
  /* 凡庸
  ----------------------------------------------------- */
  #hotwater .section__bordertitle {
    font-size: 24rem;
    margin-bottom: 25px;
  }
  #hotwater .section__bordertitle > span {
    padding: 0px 10px 0px 10px;
  }
  .table__block {
    display: block;
  }
  .table__block .table__col {
    display: block;
    margin-bottom: 30px;
  }
  .table__block .table__col .col__head {
    font-size: 18rem;
  }
  .table__block .table__col:last-child {
    margin-bottom: 0;
  }
  .point__list {
    margin-top: 0;
    gap: 15px 0;
  }
  .point__list .list__item {
    width: 100%;
    padding: 30px 20px 35px;
    border-radius: 20px;
  }
  .point__list .list__item .item__img {
    margin-bottom: 15px;
  }
  .point__list .list__item .item__img img {
    width: 64px;
    height: auto;
  }
  .point__list .list__item .item__title {
    margin-bottom: 20px;
    font-size: 20rem;
  }
  .supplement__block {
    padding: 20px 20px 30px;
  }
  .supplement__block .block__col .block__body {
    width: 100%;
    font-size: 16rem;
    line-height: 2;
  }
  .supplement__block .block__col .block__body ul {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
  }
  .supplement__block .block__col .block__body ul li {
    padding-left: 35px;
  }
  .supplement__block .block__col .block__body ul li + li {
    margin-top: 10px;
  }
  .supplement__block .block__col .block__img {
    width: 100%;
    margin: 25px auto 25px;
  }
  .supplement__block .block__col .block__img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .spCont {
    display: block;
  }
  /* 給湯器に変えるとこんなに快適
  ----------------------------------------------------- */
  #appeal .container {
    width: 100%;
  }
  #appeal .appeal__list {
    margin-top: 0;
    gap: 40px;
  }
  #appeal .appeal__list .list__item {
    width: 100%;
  }
  #appeal .appeal__list .list__item .item__title {
    margin-bottom: 25px;
    font-size: 20rem;
    letter-spacing: 0.05em;
  }
  #appeal .appeal__list .list__item .item__text {
    margin-top: 10px;
    line-height: 1.75;
  }
  #appeal .appeal__list .list__item .item__text::before {
    top: 5px;
  }
  /* 新しい給湯器で快適・清潔な暮らしを
  ----------------------------------------------------- */
  #ultra .ultra__title {
    font-size: 20rem;
  }
  #ultra .supplement__block {
    padding: 20px 20px 30px;
    margin-bottom: 40px;
  }
  #ultra .point__list .list__item {
    width: 100%;
  }
  /* 工事の流れとサポート体制
  ----------------------------------------------------- */
  #flow .flow__block {
    width: 100%;
    margin-top: 20px;
  }
  #flow .flow__block .block__img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  #flow .flow__block .block__img img {
    width: 100%;
    height: auto;
  }
  #flow .flow__block .block__body {
    width: 100%;
    padding: 20px 20px 25px;
  }
  #flow .flow__block .block__body .body__title {
    margin-bottom: 15px;
    font-size: 20rem;
  }
  #flow .flow__block.even {
    margin-left: auto;
  }
  #flow .flow__block.even .block__img {
    order: 0;
    margin-right: 0;
  }
  /* 給湯器の修理・交換
  ----------------------------------------------------- */
  #repair .repair__block {
    padding: 20px 15px;
  }
  #repair .repair__block > h3 {
    font-size: 18rem;
  }
  #repair .repair__block > div {
    width: 100%;
    margin: 15px auto;
  }
  #repair .repair__block > div > ul {
    display: block;
  }
  #repair .repair__block > div > ul > li {
    width: 100%;
  }
  /* 取扱い機種例
  ----------------------------------------------------- */
  #exapmle .exapmle__title {
    margin-bottom: 30px;
    font-size: 20rem;
  }
  #exapmle .exapmle__box {
    display: block;
  }
  #exapmle .exapmle__box .box__img {
    width: 48%;
    margin: 0 auto 25px;
  }
  #exapmle .exapmle__box .box__text {
    width: 100%;
  }
}/*# sourceMappingURL=hotwater.css.map */