/* new_home */
/* img */
img[src$="/images/common/to_new_home.svg"] {
  width: 6.46em;
}

img[src$="/images/common/to_home.svg"] {
  width: 6.5em;
}

img[src$="/images/common/to_contact_tel_new_home.svg"] {
  width: 6.5rem;
}

img[src$="/images/new_home/graph-1.png"] {
  width: 22em;
}

img[src$="/images/new_home/graph-2.png"] {
  width: 22em;
}

img[src$="/images/new_home/contact_head_image2.1.png"] {
  width: 23.1em
}

img[src$="/images/new_home/advantage_point3.1-2.svg"] {
  width: 13.35em;
}

img[src$="/images/new_home/newhome_graph.svg"] {
  width: 58vw;
  box-sizing: border-box;
  padding: 0 13.4% 65px;
}

/* other_style; */
/* merit */
.Bilder_merit h2 span {
  color: #DD592D;
}

@media (min-width: 568px) {
  .merit_content {
    width: 49rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .merit_content>img {
    width: 50%;
    height: auto;
  }
}

@media (max-width: 567px) {
  .merit_content {
    margin: 0 auto;
  }

  .merit_content>img {
    width: 100%;
  }
}

/* other_dif */
@media (min-width: 568px) {
  .Other_dif {
    width: 49rem;
    margin: 0 auto;
    padding-top: 8rem;
  }
}

.Other_dif * {
  box-sizing: border-box;
}

.Other_dif h2 {
  width: 100%;
  padding: 40px 0;
  margin-bottom: 67px;
  font-size: 27px;
  background-color: #DD592D;
  border-radius: 100px;
  text-align: center;
  vertical-align: baseline;
  color: #fff;
}

.Other_dif h2 span {
  font-size: 20px;
}

.Other_dif .dif_sec {
  margin-bottom: 62px;
}

.Other_dif .dif_sec.dif_img_player {
  position: relative;
}

.Other_dif .dif_sec.dif_img_player:after {
  content: "";
  position: absolute;
  right: 5.7%;
  top: 18.5px;
  width: 9.39%;
  height: 100%;
  background: url('/images/new_home/other_dif_player.png') no-repeat top/contain;
}

.Other_dif .dif_content {}

.Other_dif .dif_content.dif_txt_img {
  padding-left: 55px;
  text-align: left;
}

.Other_dif .dif_content.dif_txt_img img {
  width: 90%;
  margin-left: 0;
  margin-right: auto;
  line-height: 1;
  margin-bottom: 28px;
}

.Other_dif .dif_content.dif_flex {
  display: flex;
  margin-bottom: 32px;
}

.Other_dif .dif_content.dif_flex img {
  width: 50%;
  flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 32px;
  padding-right: 5.12%;
  padding-left: 5.12%;
}

.Other_dif .dif_content.dif_flex img:first-child {
  width: 43.9%;
  padding-left: 2.2%;
  padding-right: 5.12%;
  border-right: 2px solid #DD592D;
}

.Other_dif .dif_content.dif_text {
  text-align: left;
  padding-left: 2.2%;
}

.Other_dif .dif_content.dif_text h3 {
  font-size: 23px;
  color: #DD592D;
}

.Other_dif .dif_content.dif_text ul {
  padding-left: 0;
  list-style: none;
}

.Other_dif .dif_content.dif_text li {
  font-size: 12px;
}

.Other_dif .dif_content.dif_calendar {
  padding-left: 3.8%;
}

.Other_dif .dif_content.dif_calendar img {
  width: 100%;
  padding-right: 16px;
}

.Other_dif .dif_content.dif_guarantee .dif_guarantee_txt {
  font-size: 21.5px;
  line-height: 1.6;
  padding: 0 2.5rem 47.8px;
  text-align: left;
}

.Other_dif .dif_content.dif_guarantee .dif_guarantee_attention p {
  font-size: 16.7px;
  padding: 0 2.5rem;
  text-align: left;
}

.Other_dif .dif_content.dif_guarantee .dif_guarantee_txt p,
.Other_dif .dif_content.dif_guarantee .dif_guarantee_attention p {
  margin: 0;
}

.Other_dif .dif_content.dif_guarantee table {
  width: 100%;
  margin-bottom: 65px;
  table-layout: fixed;
  border-collapse: collapse;
}

.Other_dif .dif_content.dif_guarantee th {
  width: 26.5%;
  font-size: 21.5px;
  color: #DD592D;
  text-align: left;
  padding: 2.4% 0 2.4% 3.2%;
  border-right: 1px solid #DD592D;
  border-top: 1px solid #DD592D;
  border-bottom: 1px solid #DD592D;
}

.Other_dif .dif_content.dif_guarantee td {
  font-size: 17.5px;
  line-height: 1.36;
  color: #000;
  text-align: left;
  padding-left: 2.4%;
  border-left: 1px solid #DD592D;
  border-top: 1px solid #DD592D;
  border-bottom: 1px solid #DD592D;
}

.Other_dif .dif_content.dif_guarantee h3 {
  font-size: 24px;
  line-height: 1;
  color: #DD592D;
  padding: 25.5px;
  border-top: 2px solid #DD592D;
  border-bottom: 2px solid #DD592D;
  margin-bottom: 37.5px;
}

.Other_dif .dif_strong_content * {
  padding: 0;
  margin: 0;
  border: 0;
}

.Other_dif .dif_content.dif_strong .dif_strong_content {
  padding: 0 2.5rem 37.5px;
}

.Other_dif .dif_content.dif_strong .dif_strong_content:last-child {
  padding-bottom: 0;
}

.Other_dif .dif_content.dif_strong .dif_strong_content h3 {
  font-size: 24px;
  line-height: 1;
  color: #DD592D;
  padding: 21.5px;
  border: 2px solid #DD592D;
  border-radius: 5px;
  margin-bottom: 41.5px;
}

.Other_dif .dif_content.dif_strong .dif_strong_content p {
  font-size: 21.5px;
  line-height: 1.6;
  text-align: left;
}

.Other_dif .dif_content.dif_strong .dif_strong_content ul {
  list-style: none;
  padding-bottom: 22px;
}

.Other_dif .dif_content.dif_strong .dif_strong_content li {
  position: relative;
  font-size: 21.5px;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 16px;
}

.Other_dif .dif_content.dif_strong .dif_strong_content li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: url('/images/new_home/newhome_list_dot.svg') no-repeat center/cover;
}

.Other_dif .dif_content.dif_strong .dif_strong_content .dis_strong_attention {
  font-size: 16px;
}

.Other_dif .dif_content.dif_strong .dif_strong_content .dif_strong_em {
  color: #DD592D;
}

/* Cost */
@media (min-width: 568px) {
  .Cost .body {
    width: 58vw;
  }
}

/* Flow */
@media (min-width: 568px) {
  .Flow_solar {
    width: 49rem;
    margin: 0 auto;
    padding-top: 8rem;
  }
}

.Flow_solar * {
  box-sizing: border-box;
}

.Flow_solar h2 {
  width: 100%;
  padding: 40px 0;
  margin-bottom: 67px;
  font-size: 27px;
  background-color: #DD592D;
  border-radius: 100px;
  text-align: center;
  vertical-align: baseline;
  color: #fff;
}

.Flow_solar h2 span {
  font-size: 20px;
}

.Flow_solar .flow_sec {
  margin-bottom: 62px;
}

.Flow_solar .flow_sec:last-child {
  margin-bottom: 0px;
}

.Flow_solar .flow_content {
  text-align: left;
  padding-left: 3.8%;
}

.Flow_solar .flow_content h3 {
  font-size: 23px;
  color: #DD592D;
}

.Flow_solar .flow_content p {
  margin: 0;
  font-size: 16px;
}

.Flow_solar .flow_content img {
  width: 100%;
  padding-right: 16px;
  padding-bottom: 50px;
}

.Flow_solar .flow_content.flow_text {
  padding-bottom: 62px;
}

@media (max-width: 567px) {
  .Other_dif {
    margin: 0 1rem;
  }

  .Other_dif * {
    box-sizing: border-box;
  }

  .Other_dif h2 {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10%;
    font-size: 4.375vw;
    background-color: #DD592D;
    border-radius: 40px;
    text-align: center;
    vertical-align: baseline;
    color: #fff;
  }

  .Other_dif h2 span {
    font-size: 0.6em;
  }

  .Other_dif .dif_sec {
    margin-bottom: 10%;
  }

  .Other_dif .dif_sec.dif_img_player {
    position: relative;
  }

  .Other_dif .dif_sec.dif_img_player:after {
    content: "";
    position: absolute;
    right: 0%;
  }

  .Other_dif .dif_content {}

  .Other_dif .dif_content.dif_txt_img {
    padding-left: 0px;
    text-align: left;
  }

  .Other_dif .dif_content.dif_txt_img img {
    width: 100%;
    margin: 0 auto 28px;
    line-height: 1;
  }

  .Other_dif .dif_content.dif_flex {
    display: block;
    margin-bottom: 32px;
  }

  .Other_dif .dif_content.dif_flex img {
    width: 100%;
    padding: 0;
  }

  .Other_dif .dif_content.dif_flex img:first-child {
    width: 100%;
    padding: 0;
    border-right: 0px;
    margin-bottom: 10%;
  }

  .Other_dif .dif_content.dif_text {
    text-align: left;
    padding-left: 0%;
  }

  .Other_dif .dif_content.dif_text h3 {
    font-size: 13px;
    color: #DD592D;
  }

  .Other_dif .dif_content.dif_text ul {
    padding-left: 0;
    list-style: none;
  }

  .Other_dif .dif_content.dif_text li {
    font-size: 10px;
  }

  .Other_dif .dif_content.dif_calendar {
    padding-left: 0%;
  }

  .Other_dif .dif_content.dif_calendar img {
    width: 100%;
    padding-right: 0px;
  }

  .Other_dif .dif_content.dif_guarantee .dif_guarantee_txt {
    font-size: 3.75vw;
    padding: 0 1rem 6.25vw;
  }

  .Other_dif .dif_content.dif_guarantee .dif_guarantee_attention p {
    font-size: 3.125vw;
    padding: 0 1rem;
  }

  .Other_dif .dif_content.dif_guarantee .dif_guarantee_txt p,
  .Other_dif .dif_content.dif_guarantee .dif_guarantee_attention p {
    margin: 0;
  }

  .Other_dif .dif_content.dif_guarantee table {
    margin-bottom: 15vw;
  }

  .Other_dif .dif_content.dif_guarantee th {
    width: 26.5%;
    font-size: 3.75vw;
    padding: 2.4% 0 2.4% 3.2%;
  }

  .Other_dif .dif_content.dif_guarantee td {
    font-size: 3.125vw;
    padding-left: 2.4%;
  }

  .Other_dif .dif_content.dif_guarantee h3 {
    font-size: 4.6875vw;
    padding: 4.375vw;
    margin-bottom: 6.25vw;
  }

  .Other_dif .dif_strong_content * {
    padding: 0;
    margin: 0;
    border: 0;
  }

  .Other_dif .dif_content.dif_strong .dif_strong_content {
    padding: 0 1rem 6.25vw;
  }

  .Other_dif .dif_content.dif_strong .dif_strong_content:last-child {
    padding-bottom: 0;
  }

  .Other_dif .dif_content.dif_strong .dif_strong_content h3 {
    font-size: 5vw;
    padding: 3.5vw;
    margin-bottom: 6.25vw;
  }

  .Other_dif .dif_content.dif_strong .dif_strong_content p {
    font-size: 3.75vw;
  }

  .Other_dif .dif_content.dif_strong .dif_strong_content ul {
    padding-bottom: 3.125vw;
  }

  .Other_dif .dif_content.dif_strong .dif_strong_content li {
    position: relative;
    font-size: 3.75vw;
    text-align: left;
    padding-left: 4.6875vw;
    padding-bottom: 2.5vw;
  }

  .Other_dif .dif_content.dif_strong .dif_strong_content li:before {
    content: "";
    position: absolute;
    top: 1.5625vw;
    left: 2px;
    width: 2.5vw;
    height: 2.5vw;
    background: url('/images/new_home/newhome_list_dot.svg') no-repeat center/cover;
  }

  .Other_dif .dif_content.dif_strong .dif_strong_content .dis_strong_attention {
    font-size: 3.125vw;
  }

  .Other_dif .dif_content.dif_strong .dif_strong_content .dif_strong_em {
    color: #DD592D;
  }

  /* Cost */
  .Cost .body {
    width: calc(100% - 2rem);
  }

  img[src$="/images/new_home/newhome_graph.svg"] {
    width: 100%;
    padding: 0;
  }

  /* Flow */
  .Flow_solar {
    margin: 0 1rem;
  }

  .Flow_solar * {
    box-sizing: border-box;
  }

  .Flow_solar h2 {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10%;
    font-size: 4.375vw;
    background-color: #DD592D;
    border-radius: 40px;
    text-align: center;
    vertical-align: baseline;
    color: #fff;
  }

  .Flow_solar h2 span {
    font-size: 0.6em;
  }

  .Flow_solar .flow_sec {
    margin-bottom: 10%;
  }

  .Flow_solar .flow_sec:last-child {
    margin-bottom: 0px;
  }

  .Flow_solar .flow_content {
    text-align: left;
    padding-left: 0%;
  }

  .Flow_solar .flow_content h3 {
    font-size: 13px;
    color: #DD592D;
  }

  .Flow_solar .flow_content p {
    margin: 0;
    font-size: 10px;
  }

  .Flow_solar .flow_content img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }

  .Flow_solar .flow_content.flow_text {
    padding-bottom: 0;
    margin-top: 5%;
  }
}
