.v-headline {
  background-image: url(../../../img/views/savingenergy/pc/visual.jpg);
}
@media screen and (max-width: 750px) {
  .v-headline {
    background-image: url(../../../img/views/savingenergy/sp/visual.jpg);
  }
}

.v-catch {
  margin-bottom: 55px;
}
@media screen and (max-width: 750px) {
  .v-catch {
    margin-bottom: 4.5rem;
  }
  .v-catch .is-sp {
    letter-spacing: 0;
    font-size: 2.5rem;
  }
}

.v-merit {
  margin-bottom: 85px;
  padding-bottom: 95px;
  border-bottom: 2px solid #C6C6C6;
}
@media screen and (max-width: 750px) {
  .v-merit {
    margin-bottom: 4.5rem;
    padding-bottom: 6rem;
    border-bottom: 0.2rem solid #C6C6C6;
  }
}
.v-merit .c-heading {
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .v-merit .c-heading {
    margin-bottom: 3rem;
  }
}
.v-merit__grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .v-merit__grid {
    flex-direction: column;
  }
}
.v-merit__grid > li {
  width: 565px;
  height: 399px;
  background: #F8F8F8;
  padding: 45px;
}
.v-merit__grid > li:nth-child(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .v-merit__grid > li {
    width: 100%;
    height: auto;
    padding: 3.5rem 1.5rem;
  }
  .v-merit__grid > li:nth-child(n+2) {
    margin-top: 4rem;
  }
}
.v-merit__head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .v-merit__head {
    margin-bottom: 3.5rem;
  }
}
.v-merit__head__icon.is-left {
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .v-merit__head__icon.is-left {
    margin-right: 1rem;
  }
}
.v-merit__head__icon.is-right {
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .v-merit__head__icon.is-right {
    margin-left: 2.8rem;
  }
}
@media screen and (max-width: 750px) {
  .v-merit__head__icon--1 img {
    width: 8rem;
  }
  .v-merit__head__icon--2.is-right {
    margin-left: -0.7rem;
  }
  .v-merit__head__icon--2 img {
    width: 10rem;
  }
  .v-merit__head__icon--3 img {
    width: 6.5rem;
  }
  .v-merit__head__icon--4 img {
    width: 7.8rem;
  }
}
.v-merit__head__text.is-right {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .v-merit__head__text--3.is-right {
    text-align: left;
  }
  .v-merit__head__text--4.v-merit__head__text {
    text-align: right;
  }
}
.v-merit__head__text h4 {
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .v-merit__head__text h4 {
    font-size: 2.4rem;
    line-height: 2;
  }
}
.v-merit__head__text h3 {
  color: #E50019;
  line-height: 1;
  font-size: 100px;
}
.v-merit__head__text h3 span {
  font-size: 29px;
}
@media screen and (max-width: 750px) {
  .v-merit__head__text h3 {
    font-size: 8.1rem;
  }
  .v-merit__head__text h3 span {
    font-size: 2.3rem;
  }
  .v-merit__head__text h3 span.is-block-sp {
    display: block;
  }
  .v-merit__head__text h3 span.is-block-sp.has-mt {
    margin-top: 0.8rem;
  }
}
.v-merit__body > p {
  letter-spacing: 1.65px;
}
@media screen and (max-width: 750px) {
  .v-merit__body > p {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
  }
}

.v-case .c-heading {
  margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .v-case .c-heading {
    margin-bottom: 2.2rem;
  }
}
.v-case__intro {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .v-case__intro {
    margin-bottom: 2.5rem;
  }
}
.v-case__intro__note {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .v-case__intro__image {
    margin-top: 3rem;
  }
}
.v-case__intro__image > p {
  margin-left: 100px;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .v-case__intro__image > p {
    margin-left: 0;
    margin-top: 0.8rem;
  }
}
.v-case__table {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .v-case__table {
    margin-bottom: 4.3rem;
  }
}
.v-case__table > h3 {
  font-size: 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .v-case__table > h3 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.v-case__table__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .v-case__table__container {
    flex-direction: column;
  }
}
.v-case__table__container > table {
  width: 569px;
}
@media screen and (max-width: 750px) {
  .v-case__table__container > table {
    width: 100%;
  }
}
.v-case__table table {
  border-collapse: collapse;
}
.v-case__table table tr {
  border-top: 2px solid #C6C6C6;
}
.v-case__table table tr:last-child {
  border-bottom: 2px solid #c6c6c6;
}
.v-case__table table tr.has-bb {
  border-bottom: 2px solid #c6c6c6;
}
@media screen and (max-width: 750px) {
  .v-case__table table tr {
    border-top: 0.2rem solid #C6C6C6;
  }
  .v-case__table table tr.has-no-bt {
    border-top: none;
  }
  .v-case__table table tr:last-child {
    border-bottom: none;
  }
  .v-case__table table tr.has-bb {
    border-bottom: 0;
  }
}
.v-case__table table tr td {
  letter-spacing: 1.6px;
}
@media screen and (max-width: 750px) {
  .v-case__table table tr td {
    letter-spacing: 0.15rem;
  }
}
.v-case__table table tr td p.is-bold {
  font-weight: bold;
}
.v-case__table--1 td {
  display: flex;
}
.v-case__table--1 td p {
  line-height: 60px;
}
.v-case__table--1 td p:first-child {
  width: 315px;
  position: relative;
}
.v-case__table--1 td p:first-child::after {
  content: "";
  background: url(../../../img/views/savingenergy/pc/red-arrow.svg) center no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 24px;
}
@media screen and (max-width: 750px) {
  .v-case__table--1 td {
    padding: 1.5rem 0;
    flex-direction: column;
  }
  .v-case__table--1 td.has-td-bb {
    border-bottom: 0.2rem solid #C6C6C6;
  }
  .v-case__table--1 td p {
    line-height: 2.2;
  }
  .v-case__table--1 td p:first-child {
    width: 100%;
  }
  .v-case__table--1 td p:first-child::after {
    right: unset;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: -2.5rem;
    left: 0;
    width: 1.4rem;
    height: 1.6rem;
    background-size: contain;
  }
  .v-case__table--1 td p:last-child {
    padding-left: 2.5rem;
  }
}
.v-case__table--2 table {
  width: 100%;
  margin-bottom: 45px;
}
.v-case__table--2 table tr.is-border-space {
  height: 30px;
  border-top: 2px solid #C6C6C6;
}
.v-case__table--2 table tr th {
  width: 200px;
  text-align: center;
  background: #F0F0F0;
  font-size: 18px;
  letter-spacing: 1.6px;
}
.v-case__table--2 table tr td.is-bold {
  width: 200px;
  text-align: center;
  font-weight: bold;
  border-right: 2px solid #C6C6C6;
}
.v-case__table--2 table tr td.is-flex {
  display: flex;
}
.v-case__table--2 table tr td.is-flex p {
  line-height: 60px;
}
.v-case__table--2 table tr td.is-flex p:first-child {
  width: 320px;
  position: relative;
  padding-left: 65px;
}
.v-case__table--2 table tr td.is-flex p:first-child::after {
  content: "";
  background: url(../../../img/views/savingenergy/pc/red-arrow.svg) center no-repeat;
  position: absolute;
  right: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 24px;
}
.v-case__table--2 table tr td.is-red {
  width: 270px;
  background: #FFCBCB;
  color: #E50019;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .v-case__table--2 table {
    margin-bottom: 3.5rem;
  }
  .v-case__table--2 table tr {
    display: flex;
    flex-direction: column;
  }
  .v-case__table--2 table tr.is-border-space {
    height: 4rem;
    border-top: 0.2rem solid #C6C6C6;
  }
  .v-case__table--2 table tr th {
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 0.15rem;
    padding: 2.2rem 0;
  }
  .v-case__table--2 table tr td.is-bold {
    width: 100%;
    border-right: none;
    padding: 2.2rem 0 0.5rem;
  }
  .v-case__table--2 table tr td.is-flex {
    justify-content: center;
    padding-bottom: 2.2rem;
  }
  .v-case__table--2 table tr td.is-flex p {
    line-height: 1.8;
  }
  .v-case__table--2 table tr td.is-flex p:first-child {
    width: auto;
    padding-left: 0;
    padding-right: 6rem;
  }
  .v-case__table--2 table tr td.is-flex p:first-child::after {
    right: 2.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.4rem;
    height: 1.6rem;
    background-size: contain;
  }
  .v-case__table--2 table tr td.is-red {
    width: 100%;
    padding: 2.2rem 0;
  }
  .v-case__table--2 table tr td.is-red.has-bb {
    border-bottom: 0.2rem solid #C6C6C6;
  }
  .v-case__table--2 > p {
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
  }
}
.v-case__table--3 > h3 {
  margin-bottom: 10px;
}
.v-case__table--3 > p.is-catch {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}
.v-case__table--3 > p.is-note {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #E50019;
}
.v-case__table--3 > h4 {
  font-size: 16px;
  margin-bottom: 55px;
  letter-spacing: 1.8px;
}
.v-case__table--3 table {
  margin-bottom: 55px;
}
.v-case__table--3 table th {
  width: 200px;
  font-weight: 400;
  background: #F0F0F0;
  line-height: 60px;
}
.v-case__table--3 table td {
  line-height: 60px;
  padding-left: 25px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .v-case__table--3 > h3 {
    margin-bottom: 2rem;
  }
  .v-case__table--3 > p.is-catch {
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 2.5rem;
  }
  .v-case__table--3 > p.is-note {
    font-size: 2rem;
    text-align: left;
  }
  .v-case__table--3 table {
    margin-bottom: 5rem;
  }
  .v-case__table--3 table tr {
    display: flex;
    flex-direction: column;
  }
  .v-case__table--3 table tr:last-child {
    border-bottom: 0.2rem solid #C6C6C6;
  }
  .v-case__table--3 table tr th {
    width: 100%;
    line-height: 7rem;
  }
  .v-case__table--3 table tr td {
    width: 100%;
    text-align: center;
    line-height: 7rem;
    padding-left: 0;
  }
}
/*# sourceMappingURL=index.css.map */