@charset "UTF-8";
/*==================================================
sp pc
==================================================*/
@media all and (max-width: 769px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media all and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

main.power_saving {
  width: unset;
}

.power_saving .l-inner {
  width: 100%;
}

.power_saving section {
  width: 1140px;
  margin: auto;
}
@media all and (max-width: 1080px) {
  .power_saving section {
    width: 86%;
  }
}
.power_saving section + .power_saving section {
  margin-bottom: 60px;
}

.low_ttl {
  line-height: 1.6;
  border-bottom: #1E4483 solid 1px;
  margin-top: 40px;
}
.low_ttl:before {
  border: unset;
}

.low_path {
  display: block;
}
@media all and (max-width: 1080px) {
  .low_path {
    margin-bottom: 20px;
  }
}

.low_main.power_saving {
  position: relative;
  background-image: url(/assets/img/power_saving/img_main.png);
  height: 540px;
  background-size: cover;
}
@media all and (max-width: 1080px) {
  .low_main.power_saving {
    margin-bottom: 0;
  }
}
@media all and (max-width: 1080px) {
  .low_main.power_saving {
    background-image: url(/assets/img/power_saving/img_main_sp.png);
    height: 480px;
  }
}
@media screen and (max-width: 460px) {
  .low_main.power_saving {
    background-size: cover;
    height: 255px;
  }
}

.p-firstview__image {
  position: absolute;
  right: 440px;
  top: 25%;
}
@media all and (max-width: 1080px) {
  .p-firstview__image {
    right: 193px;
  }
}
@media all and (max-width: 1080px) {
  .p-firstview__image {
    right: 17px;
  }
}

.p-attract {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4rem !important;
}

.p-attract__heading {
  font-family: Noto Sans JP;
  color: #1E4483;
  font-weight: 300;
  font-size: 40px;
  -webkit-text-decoration: underline dotted #000000;
          text-decoration: underline dotted #000000;
  text-underline-offset: 16px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media all and (max-width: 1080px) {
  .p-attract__heading {
    font-size: 26px;
    font-weight: 100;
    text-underline-offset: 8px;
    text-align: center;
  }
}

.p-attract__text {
  display: block;
  font-size: 16px;
  color: #484848;
  margin: 32px 0;
  text-align: center;
  letter-spacing: 1.8px;
}
@media all and (max-width: 1080px) {
  .p-attract__text {
    width: 100%;
    text-align: left;
  }
}

.p-recio__porporate {
  padding: 40px;
  background: repeating-linear-gradient(90deg, #EBF7FF, #EBF7FF 10px, #E1F2FF 10px, #E1F2FF 20px);
}
@media all and (max-width: 1080px) {
  .p-recio__porporate {
    padding: 20px;
  }
}
.p-recio__porporate cite {
  font-size: 16px;
  margin-top: 20px;
  display: flex;
  justify-content: baseline;
}
@media all and (max-width: 1080px) {
  .p-recio__porporate cite {
    font-size: 12px;
    display: flow;
  }
}

.p-recio__porporate__heading__wrap {
  display: flex;
  gap: 100px;
}
@media all and (max-width: 1080px) {
  .p-recio__porporate__heading__wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.p-recio__porporate__heading__wrap h4 {
  font-size: 24px;
  font-weight: bold;
}
.p-recio__porporate__heading__wrap p {
  font-size: 16px;
  font-weight: bold;
}
.p-recio__porporate__heading__wrap p span {
  color: #CC6436;
}

.p-recio__porporate__graph {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}
@media all and (max-width: 1080px) {
  .p-recio__porporate__graph {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
  }
}
@media all and (max-width: 1080px) {
  .p-recio__porporate__graph {
    gap: 10px;
  }
}

@media all and (max-width: 1080px) {
  .p-recio__porporate__graph__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.p-recio__porporate__graph__item p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #1E4483;
}
@media all and (max-width: 1080px) {
  .p-recio__porporate__graph__item p {
    font-size: 18px;
  }
}
.p-recio__porporate__graph__item img {
  display: block;
  width: 243px;
  height: 243px;
}
@media all and (max-width: 1080px) {
  .p-recio__porporate__graph__item img {
    width: 301px;
    height: 301px;
  }
}
@media all and (max-width: 1080px) {
  .p-recio__porporate__graph__item img {
    width: 140px;
    height: 140px;
  }
}

.p-recio__general {
  margin-top: 40px;
  padding: 40px 60px 40px 40px;
  background: repeating-linear-gradient(90deg, #FFFBCB, #FFFBCB 10px, #FFF8B2 10px, #FFF8B2 20px);
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1080px) {
  .p-recio__general {
    flex-direction: column;
    padding: 20px;
  }
}
.p-recio__general cite {
  margin-top: 16px;
  font-size: 16px;
  display: flex;
  justify-content: baseline;
}
@media all and (max-width: 1080px) {
  .p-recio__general cite {
    font-size: 12px;
    display: flow;
  }
}
.p-recio__general cite.u-sp {
  display: none;
}
@media all and (max-width: 1080px) {
  .p-recio__general cite.u-sp {
    display: block;
    text-align: end;
  }
}
.p-recio__general cite.u-tb-pc {
  display: block;
}
@media all and (max-width: 1080px) {
  .p-recio__general cite.u-tb-pc {
    display: none;
  }
}

.p-recio__general__heading h4 {
  font-size: 24px;
  font-weight: bold;
}
.p-recio__general__heading p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 36px;
}
@media all and (max-width: 1080px) {
  .p-recio__general__heading p {
    margin-top: 20px;
  }
}
.p-recio__general__heading p span {
  color: #CC6436;
}

@media all and (max-width: 1080px) {
  .p-recio__general__image {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
}
.p-recio__general__image img {
  width: 323px;
  height: 323px;
}
@media all and (max-width: 1080px) {
  .p-recio__general__image img {
    width: 280px;
    height: 280px;
  }
}

.p-power_saving__image__wrap {
  margin-top: 40px;
}
@media all and (max-width: 1080px) {
  .p-power_saving__image__wrap {
    margin-top: 24px;
  }
}
.p-power_saving__image__wrap img + img {
  margin-top: 40px;
}

.p-induction {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 70px;
}
@media all and (max-width: 1080px) {
  .p-induction {
    margin-top: 40px;
  }
}

.p-induction__text {
  color: #00810A;
  font-size: 24px;
  text-align: center;
  font-family: Noto Sans JP;
  font-weight: bold;
}
.p-induction__text__remarks {
  font-size: 32px;
  color: #1789C0;
  margin: 50px 0 15px;
  letter-spacing: 1.4px;
  text-align: center;
  font-weight: normal;
  font-family: Noto Sans JP;
}
@media all and (max-width: 1080px) {
  .p-induction__text__remarks {
    font-size: 18px;
    margin: 24px 0 15px;
  }
}

.p-inductuin__remarks {
  color: #000000;
  font-size: 16px;
}

.p-inductuin__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 200px solid transparent;
  border-left: 200px solid transparent;
  border-top: 60px solid #028109;
  border-bottom: 0;
}
@media all and (max-width: 1080px) {
  .p-inductuin__triangle {
    border-right: 80px solid transparent;
    border-left: 80px solid transparent;
  }
}

.p-prosandcons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media all and (max-width: 1080px) {
  .p-prosandcons {
    flex-direction: column;
  }
}

.p-pros {
  border: 2px solid #F09400;
  border-radius: 4px;
  background: #fff;
  padding: 26px 0 26px 40px;
  width: 640px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media all and (max-width: 1080px) {
  .p-pros {
    width: 100%;
  }
}
@media all and (max-width: 1080px) {
  .p-pros {
    padding: 26px 14px;
    border: 4px solid #F09400;
    border-radius: 16px;
  }
}
.p-pros p {
  color: #1E4483;
  font-weight: bold;
  font-size: 20px;
}
@media all and (max-width: 1080px) {
  .p-pros p {
    line-height: 1;
  }
}
.p-pros ul {
  margin-top: 20px;
}
.p-pros ul li {
  font-size: 24px;
  color: #1E4483;
  position: relative;
  padding-left: 2.4em;
  font-weight: bold;
}
@media all and (max-width: 1080px) {
  .p-pros ul li {
    padding-left: 3.2em;
    font-size: 16px;
  }
}
.p-pros ul li:before {
  content: "";
  background: url("/assets/img/power_saving/check.svg");
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  left: 0;
}
@media all and (max-width: 1080px) {
  .p-pros ul li:before {
    top: -5px;
  }
}
.p-pros ul li + li {
  margin-top: 12px;
}
@media all and (max-width: 1080px) {
  .p-pros ul li + li {
    margin-top: 25px;
  }
}

.p-cons {
  background-color: #F7F6F6;
  width: 440px;
  padding: 26px 40px;
  border-radius: 16px;
}
@media all and (max-width: 1080px) {
  .p-cons {
    width: 100%;
  }
}
.p-cons p {
  color: #484848;
  font-size: 20px;
  letter-spacing: 1.4px;
}
.p-cons p:first-child {
  color: #1E4483;
  font-weight: bold;
  font-size: 18px;
}

.power_saving .p-guarantee {
  background-color: #1e4483;
  background-image: url("/assets/img/power_saving/guarantee_bg.png");
  padding: 20px 130px;
  background-position-x: right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 0;
  margin-top: 40px;
}
@media all and (max-width: 1080px) {
  .power_saving .p-guarantee {
    padding: 20px 30px;
    background-size: cover;
  }
}

.p-guarantee__content {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 1080px) {
  .p-guarantee__content {
    justify-content: left;
  }
}
@media all and (max-width: 1080px) {
  .p-guarantee__content {
    justify-content: left;
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
}
@media all and (max-width: 1080px) {
  .p-guarantee__content img {
    width: 31px;
    height: 40px;
  }
}

.p-guarantee__text__main,
.p-guarantee__text__sub {
  color: #fff;
}

.p-guarantee__text__main {
  font-size: 32px;
  letter-spacing: 1.4px;
}
@media all and (max-width: 1080px) {
  .p-guarantee__text__main {
    font-size: 18px;
  }
}

.p-guarantee__text__sub {
  font-size: 18px;
}
@media all and (max-width: 1080px) {
  .p-guarantee__text__sub {
    font-size: 14px;
  }
}

.power_saving .p-customer {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
}
@media all and (max-width: 1080px) {
  .power_saving .p-customer {
    flex-direction: column;
  }
}

.p-customer__block__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  gap: 20px;
  padding: 24px 24px 50px;
}
@media all and (max-width: 1080px) {
  .p-customer__block__wrap {
    width: 100%;
  }
}
.p-customer__block__wrap:first-child {
  background: repeating-linear-gradient(90deg, #EBF7FF, #EBF7FF 10px, #E1F2FF 10px, #E1F2FF 20px);
}
.p-customer__block__wrap:first-child .p-customer__heading {
  color: #1E4483;
}
.p-customer__block__wrap:first-child .p-customer__button {
  background: linear-gradient(261deg, rgb(255, 177, 0) 0%, rgb(255, 93, 93) 100%);
}
.p-customer__block__wrap:last-child {
  background: repeating-linear-gradient(90deg, #FFFBCB, #FFFBCB 10px, #FFF8B2 10px, #FFF8B2 20px);
}
.p-customer__block__wrap:last-child .p-customer__heading {
  color: #F09400;
}
.p-customer__block__wrap:last-child .p-customer__button {
  background: linear-gradient(261deg, rgb(147, 0, 255) 0%, rgb(93, 149, 255) 100%);
}

.p-customer__block {
  display: flex;
  gap: 24px;
}
@media all and (max-width: 1080px) {
  .p-customer__block {
    flex-direction: column;
    align-items: center;
  }
}
.p-customer__block .p-customer__heading {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 1080px) {
  .p-customer__block .p-customer__heading {
    text-align: center;
  }
}
.p-customer__block .p-customer__text {
  font-size: 24px;
  color: #000000;
  line-height: 1.6;
  margin-top: 20px;
}
@media all and (max-width: 1080px) {
  .p-customer__block .p-customer__text {
    font-size: 18px;
  }
}
.p-customer__block img {
  display: block;
  width: 180px;
  height: 180px;
}

.p-customer__text__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-customer__button {
  box-shadow: 9px 8px 34px -4px #7f7f7f;
}
.p-customer__button a {
  padding: 10px 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 1080px) {
  .p-customer__button a {
    padding: 10px 27px;
  }
}

.p-customer__button__text__1st {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 1080px) {
  .p-customer__button__text__1st {
    font-size: 14px;
    white-space: nowrap;
  }
}

.p-customer__button__text__2nd {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-top: 6px;
}
@media all and (max-width: 1080px) {
  .p-customer__button__text__2nd {
    font-size: 20px;
    white-space: nowrap;
  }
}

.p-reduction {
  display: flex;
  gap: 80px;
  margin-top: 40px;
}
@media all and (max-width: 1080px) {
  .p-reduction {
    flex-direction: column;
    gap: 24px;
  }
}

.p-reduction__detail__block {
  padding: 10px 0;
  background: #fff;
}
.p-reduction__detail__block h3 {
  line-height: 1;
  color: #00810A;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 2em;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__block h3 {
    padding-left: 3em;
    font-size: 18px;
  }
}
.p-reduction__detail__block h3:before {
  content: "";
  background-image: url("/assets/img/power_saving/reduction.svg");
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  width: 40px;
  height: 43px;
  left: 0;
}

.p-reduction__detail__block__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-left: 2.4em;
  position: relative;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__block__info {
    padding: 0;
  }
}
.p-reduction__detail__block__info:before {
  content: "";
  position: absolute;
  width: 90%;
  border-bottom: 1px dotted #707070;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__block__info:before {
    width: 100%;
  }
}
.p-reduction__detail__block__info + .p-reduction__detail__block__info {
  margin-top: 10px;
}
.p-reduction__detail__block__info:first-of-type {
  margin-top: 20px;
}
.p-reduction__detail__block__info p:first-child {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__block__info p:first-child {
    font-size: 18px;
  }
}
.p-reduction__detail__block__info p:first-child span {
  font-size: 16px;
}
.p-reduction__detail__block__info p:last-child {
  font-size: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #FF6C6C;
  position: relative;
  padding-left: 1.8em;
  white-space: nowrap;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__block__info p:last-child {
    font-size: 16px;
    padding-left: 2.8em;
  }
}
.p-reduction__detail__block__info p:last-child:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 25px solid #ff6c6c;
  border-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-reduction__detail__block__info p:last-child span {
  color: #FF6C6C;
  font-size: 30px;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__block__info p:last-child span {
    font-size: 24px;
  }
}

.p-reduction__detail__compare {
  display: flex;
  border-radius: 16px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 3px solid #1E4483;
}

.p-reduction__detail__compare__block {
  min-height: 160px;
  max-height: 160px;
  padding: 30px;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__compare__block {
    padding: 10px 0 0 20px;
    min-height: 130px;
    max-height: 130px;
  }
}
.p-reduction__detail__compare__block.u-blue {
  border-radius: 11px 0 0 11px;
  background-color: #1E4483;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__compare__block.u-blue {
    width: 39%;
  }
}
.p-reduction__detail__compare__block.u-blue p {
  line-height: 1;
  color: #fff;
}
.p-reduction__detail__compare__block.u-blue p:nth-child(1) {
  font-size: 18px;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__compare__block.u-blue p:nth-child(1) {
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-reduction__detail__compare__block.u-blue p:nth-child(2) {
  font-size: 16px;
  margin-top: 20px;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__compare__block.u-blue p:nth-child(2) {
    font-size: 14px;
  }
}
.p-reduction__detail__compare__block.u-blue p:nth-child(3) {
  font-size: 24px;
  margin-top: 10px;
  font-weight: bold;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__compare__block.u-blue p:nth-child(3) {
    font-size: 18px;
  }
}
.p-reduction__detail__compare__block.u-blue p:nth-child(3) span {
  font-size: 20px;
  color: #fff;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__compare__block.u-blue p:nth-child(3) span {
    font-size: 14px;
  }
}
.p-reduction__detail__compare__block.u-white {
  border-radius: 0 16px 16px 0;
  position: relative;
  padding-left: 80px;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__compare__block.u-white {
    width: 61%;
    padding-left: 48px;
  }
}
.p-reduction__detail__compare__block.u-white:before {
  content: "";
  width: 0;
  height: 100%;
  border-style: solid;
  border-top: 80px solid rgba(0, 0, 0, 0);
  border-bottom: 80px solid rgba(0, 0, 0, 0);
  border-left: 50px solid #1E4483;
  border-right: 0;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__compare__block.u-white:before {
    border-top: 67px solid rgba(0, 0, 0, 0);
    border-bottom: 67px solid rgba(0, 0, 0, 0);
    border-left: 37px solid #1E4483;
  }
}
.p-reduction__detail__compare__block.u-white p {
  line-height: 1;
  color: #1E4483;
}
.p-reduction__detail__compare__block.u-white p:nth-child(1) {
  font-weight: bold;
  font-size: 24px;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__compare__block.u-white p:nth-child(1) {
    font-size: 18px;
  }
}
.p-reduction__detail__compare__block.u-white p:nth-child(2) {
  font-size: 16px;
  margin-top: 16px;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__compare__block.u-white p:nth-child(2) {
    font-size: 14px;
    margin-top: 40px;
  }
}
.p-reduction__detail__compare__block.u-white p:nth-child(3) {
  font-size: 30px;
  margin-top: 10px;
  color: #F09400;
  font-weight: bold;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__compare__block.u-white p:nth-child(3) {
    font-size: 24px;
  }
}
.p-reduction__detail__compare__block.u-white p:nth-child(3) span {
  color: #F09400;
  font-size: 20px;
}
@media all and (max-width: 1080px) {
  .p-reduction__detail__compare__block.u-white p:nth-child(3) span {
    font-size: 16px;
  }
}

.p-reduction__remarks {
  font-size: 14px;
  color: #CC6436;
  margin-top: 20px;
  padding-left: 1em;
  position: relative;
  padding-left: 1.2em;
}
.p-reduction__remarks:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 1%;
  color: #CC6436;
  font-size: 14px;
}

.p-button__claim {
  background: linear-gradient(261deg, rgb(0, 157, 255) 0%, rgb(0, 71, 168) 100%);
  border-radius: 70px;
  width: 720px;
  margin: 50px auto 0;
  position: relative;
  box-shadow: 9px 8px 34px -4px #7f7f7f;
}
@media all and (max-width: 1080px) {
  .p-button__claim {
    width: 100%;
    max-width: 440px;
    border-radius: 16px;
  }
}
.p-button__claim:after {
  content: "";
  background-image: url("/assets/img/power_saving/button_document.svg");
  width: 140px;
  height: 166px;
  display: block;
  position: absolute;
  top: -11px;
  right: 40px;
}
@media all and (max-width: 1080px) {
  .p-button__claim:after {
    width: 60px;
    height: 70px;
    background-size: cover;
    top: 12px;
    right: 24px;
  }
}
.p-button__claim img {
  width: 62px;
}
.p-button__claim a {
  display: flex;
  align-items: center;
  padding: 30px 0 30px 100px;
  gap: 20px;
  cursor: pointer;
}
@media all and (max-width: 1080px) {
  .p-button__claim a {
    padding: 20px 80px 20px 20px;
  }
}

.p-button__claim__text__sub {
  background-color: #fff;
  color: #1E4483;
  padding: 10px 28px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  font-size: 16px;
}
@media all and (max-width: 1080px) {
  .p-button__claim__text__sub {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 22px;
  }
}
@media all and (max-width: 1080px) and (max-width: 1080px) {
  .p-button__claim__text__sub {
    font-size: 10px;
    padding: 5px 14px;
  }
}

.p-button__claim__text__main {
  color: #fff;
  font-size: 24px;
  position: relative;
  border-bottom: 2px dashed #fff;
}
.p-button__claim__text__main:before {
  content: "";
  background-image: url("/assets/img/common/arrow.svg");
  display: block;
  background-size: 7px;
  width: 7px;
  height: 12px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 1080px) {
  .p-button__claim__text__main:before {
    right: 11px;
  }
}
@media all and (max-width: 1080px) {
  .p-button__claim__text__main {
    font-size: 18px;
  }
}
@media all and (max-width: 1080px) {
  .p-button__claim__text__main {
    font-size: 15px;
  }
}

.p-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
}

.p-flow__block {
  width: 720px;
  margin: auto;
  background-color: #EBF3FF;
  border-radius: 24px;
  padding: 37px;
  position: relative;
  text-align: center;
}
@media all and (max-width: 768px) {
  .p-flow__block {
    width: 100%;
    padding: 32px 15px;
  }
}
.p-flow__block .p-button__claim {
  width: 100%;
  margin-top: 18px;
}
@media all and (max-width: 1080px) {
  .p-flow__block .p-button__claim {
    width: 100%;
    max-width: 420px;
  }
}
.p-flow__block .p-button__claim .p-button__claim__text__sub {
  padding: 5px 42px;
}
.p-flow__block .p-button__claim .p-button__claim__text__main:before {
  right: 6px;
}
@media all and (max-width: 1080px) {
  .p-flow__block .p-button__claim .p-button__claim__text__main:before {
    right: 14px;
  }
}
.p-flow__block .p-button__claim p {
  font-size: 20px;
}
@media all and (max-width: 1080px) {
  .p-flow__block .p-button__claim p {
    font-size: 14px;
  }
}
.p-flow__block .p-button__claim a {
  justify-content: center;
  padding: 12px 0;
}
.p-flow__block .p-button__claim:after {
  content: unset;
}
.p-flow__block:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 16px solid #1E4483;
  border-bottom: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.p-flow__block:last-of-type:after {
  content: unset;
}

.p-flow__heading {
  font-size: 32px;
  color: #000000;
  line-height: 1;
}
@media all and (max-width: 1080px) {
  .p-flow__heading {
    font-size: 24px;
  }
}
.p-flow__heading span {
  line-height: 1;
  padding-right: 10px;
  font-size: 36px;
  color: #1E4483;
}

.p-attract__banner {
  border: 4px solid #FFC403;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  margin: 80px 30px;
}
@media all and (max-width: 1080px) {
  .p-attract__banner {
    justify-content: unset;
    align-items: unset;
    position: relative;
    margin-bottom: 100px;
  }
}
@media all and (max-width: 1080px) {
  .p-attract__banner {
    width: 330px;
    margin: 100px auto 80px;
  }
}
.p-attract__banner p {
  color: #1E4483;
  position: relative;
  z-index: 1;
}
.p-attract__banner p:first-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
@media all and (max-width: 1080px) {
  .p-attract__banner p:first-child {
    font-size: 18px;
  }
}
.p-attract__banner p:first-child:before {
  content: "";
  background-image: url("/assets/img/power_saving/q.svg");
  width: 180px;
  height: 166px;
  display: block;
  position: absolute;
  right: -220px;
  top: 54%;
  transform: translateY(-50%);
}
@media all and (max-width: 1080px) {
  .p-attract__banner p:first-child:before {
    left: 421px;
    top: 17px;
    width: 143px;
    height: 131px;
    background-size: contain;
    z-index: -1;
  }
}
@media all and (max-width: 1080px) {
  .p-attract__banner p:first-child:before {
    left: 171px;
    top: -36px;
  }
}
.p-attract__banner p:last-child {
  font-size: 16px;
}
@media all and (max-width: 1080px) {
  .p-attract__banner p:last-child {
    font-size: 16px;
  }
}
@media all and (max-width: 1080px) {
  .p-attract__banner p:last-child {
    margin-top: 100px;
    text-align: end;
  }
}
@media all and (max-width: 1080px) {
  .p-attract__banner p:last-child {
    width: 140px;
    position: relative;
    left: 136px;
    margin-top: 28px;
    text-align: unset;
  }
}
.p-attract__banner p:last-child:before {
  content: "";
  background-image: url("/assets/img/power_saving/graph.png");
  background-size: contain;
  width: 218px;
  height: 231px;
  display: block;
  position: absolute;
  left: -220px;
  top: -140%;
  transform: translateY(-50%);
}
@media all and (max-width: 1080px) {
  .p-attract__banner p:last-child:before {
    left: -70px;
    top: 26%;
    background-size: contain;
  }
}
@media all and (max-width: 1080px) {
  .p-attract__banner p:last-child:before {
    left: -204px;
    top: 60%;
    background-size: contain;
  }
}

.power_saving #footer {
  margin-top: 0;
}
@media (max-width: 1179px) {
  .power_saving #footer {
    margin-top: 0;
    padding-top: 40px;
    font-size: 17px;
    background: url(/assets/img/common/footer.png) center top;
    background-size: cover;
    color: #FFF;
  }
}
@media (max-width: 767px) {
  .power_saving #footer .u_inner {
    padding: 0 3.125%;
  }
}
.power_saving .footer {
  background: url(/assets/img/common/footer_bg.png) no-repeat center top;
  background-size: cover;
}
.power_saving .f_bg {
  background: url(/assets/img/common/footer.png) center top;
  padding-top: 3.2em;
  position: relative;
}
@media (max-width: 1179px) {
  .power_saving .f_bg {
    background: none;
    padding-top: 5px;
    border-top: solid 1px #707070;
    margin-top: 0.4em;
  }
}
.power_saving .f_info {
  width: 387px;
}
@media (max-width: 1179px) {
  .power_saving .f_info {
    width: 100%;
    order: 2;
  }
}
@media (max-width: 1179px) {
  .power_saving .f_info .flex {
    flex-direction: unset;
  }
}
.power_saving .f_info .flex p:first-child {
  margin-right: 5px;
}
.power_saving .f_logo {
  margin-bottom: 1em;
}
@media (max-width: 1179px) {
  .power_saving .f_logo {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .power_saving .f_logo {
    width: 40%;
    margin-bottom: 5px;
  }
}
.power_saving .f_info p {
  font-size: 16px;
  color: #fff;
  line-height: 2.5;
}
@media (max-width: 1179px) {
  .power_saving .f_info p {
    font-size: 17px;
    line-height: 1.8;
  }
}
.power_saving .f_map {
  margin-top: 0.7em;
}
@media (max-width: 1179px) {
  .power_saving .f_map {
    order: 3;
  }
}
@media (max-width: 1179px) {
  .power_saving .f_map iframe {
    width: 100%;
    height: 150px;
  }
}
.power_saving .f_nav {
  width: 340px;
  margin: 0.7em 0 0 2.2em;
}
@media (max-width: 1179px) {
  .power_saving .f_nav {
    width: 100%;
    order: 1;
    margin: 0px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .power_saving .f_nav {
    margin: 0.4em 0;
  }
}
.power_saving .f_nav ul {
  vertical-align: top;
}
@media (max-width: 1179px) {
  .power_saving .f_nav ul {
    width: 100%;
  }
}
@media (max-width: 1179px) {
  .power_saving .f_nav ul li {
    width: 50%;
    padding-left: 8px;
    background: url(/assets/img/common/footer_nav.png) no-repeat left center;
    background-size: 3px;
  }
}
.power_saving .f_nav ul a {
  color: #fff;
  background: url(/assets/img/common/c_icon_arrow01.png) no-repeat left center;
  padding-left: 1.2em;
  font-size: 16px;
}
@media (max-width: 1179px) {
  .power_saving .f_nav ul a {
    background: none;
    display: block;
    padding: 3px 0;
    color: #FFF;
    font-size: 17px;
  }
}
.power_saving .f_nav .flex {
  flex-wrap: wrap;
  flex-direction: inherit;
}
.power_saving .f_nav .flex li {
  width: 50%;
}
.power_saving .f_copy {
  background: url(/assets/img/common/f_bg2.jpg) center center;
  height: 78px;
  text-align: center;
  border-top: solid 2px #fff;
  color: #fff;
  padding-top: 2em;
  font-size: 14px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .power_saving .f_copy {
    margin-top: 10px;
    margin-bottom: unset;
  }
}
/*# sourceMappingURL=power_saving.css.map */