#l-supports {
  margin-top: 120px;
}

#mv {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #EFF7F9;
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

#mv .comment {
  font-size: 20px;
  font-weight: 600;
  width: 18rem;
  height: 9rem;
  color: #fff;
  background-image: url(/assets/images/solution/thermal_efficiency/mv_cooment_back.png);
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  align-items: center;
  justify-content: center;
  position: relative;
  justify-content: center;
  display: flex;
  padding-bottom: 10px;
  position: absolute;
  top: 1.5rem;
  left: calc(50% - 53rem);
}

#mv .title {
  font-size: 4.4rem;
  font-weight: 800;
  color: #1F88BF;
  margin-bottom: 0.5rem;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

#mv .title span {
  font-size: 90%;
  font-weight: 800;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

#mv .title .title_box {
  display: inline-block;
  background-color: #ea5711;
  color: #fff;
  padding: 1rem 1rem;
  margin: 0 0.1rem 0 0;
  font-weight: 800;
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

#mv .title02 {
  font-size: 5rem;
  font-weight: 800;
  color: #1F88BF;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

#mv .title02 div {
  display: inline-block;
  color: #ea5711;
  font-weight: 900;
  font-size: 7rem;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  margin-right: 0.5rem;
}

#mv .title02 div span {
  font-weight: 800;
  font-size: 5rem;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

#mv .sub_lead {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3rem;
  background-color: #1F88BF;
  padding: 1rem 2rem;
  border-radius: 2rem;
  display: inline-block;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  line-height: 1.3em;
}


@media screen and (max-width: 767px) {
  #mv {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  #mv .title {
    font-size: 3.2rem;
    line-height: 1.5em;
  }

  #mv .title .title_box {
    padding: 0rem 1rem;
  }

  #mv .title02 {
    font-size: 4rem;
    line-height: 1em;
  }


}


.point_copy {
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 6rem;
  line-height: 0.7em;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

.point_copy span {
  color: #ea5711;
  font-size: 2.4rem;
  font-weight: 800;
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {
  .point_copy {
    font-size: 3.2rem;
    line-height: 1.4em;
    margin-bottom: 4rem;
  }

  .point_copy span {
    margin-bottom: -2em;
  }
}


.title03 {
  font-size: 3.8rem;
  font-weight: 800;
  color: #1F88BF;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

.title03 .title_box {
  display: inline-block;
  font-weight: 800;
  color: #ea5711;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-weight: 800;
  margin-right: 0.1em;
}

.title03 span {
  display: inline-block;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-weight: 800;
  position: relative;
}

.title03 span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ea5711;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {

  .title03 {
    font-size: 2.6rem;
    line-height: 4rem;
    margin-bottom: 0.5rem;
  }

  .title03 span::before {
    top: -2px;
    width: 7px;
    height: 7px;
  }
}

.txt01 {
  font-size: 3.3rem;
  font-weight: 900;
  margin-top: 8rem;
  margin-bottom: 8rem;
  line-height: 1.4em;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", serif;
}

.txt01 span {
  font-size: 2.4rem;
  font-weight: 600;
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

@media screen and (max-width: 767px) {

  .txt01 {
    font-size: 3rem;
    line-height: 1.4em;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

}



.heat-table {
  width: 100%;
  margin: 2rem auto 2rem;
  border-collapse: collapse;
}

.heat-table th,
.heat-table td {
  border: 1px solid rgba(31, 136, 191, 0.45);
  text-align: center;
  padding: 1.4rem 1.2rem;
  font-size: 2rem;
  line-height: 1.2;
}

.heat-table td {
  font-size: 1.6rem;
}

.heat-table th {
  color: #1F88BF;
  font-weight: 700;
  background-color: #f4f4f4;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

.heat-table th.is-high {
  color: #fff;
  background-color: #1cb5bb;
}

.heat-table th.is-low {
  color: #fff;
  background-color: #f39b22;
}

.font_bold {
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

.txt02 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 2rem;
  font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-weight: 600;
}

.c-h2-line {
  font-size: 2.8rem;
  color: #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
}

@media screen and (max-width: 767px) {
p{
  line-height: 1.4em;
}
 
  .heat-table th,
  .heat-table td {
    padding: 1.4rem 0.4rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  
  .heat-table td {
    font-size: 1.4rem;
  }
  
  
  .txt02 {
    font-size: 1.8rem;
  }
  

}