.under-mv {
  margin-top: 100px;
  position: relative;
  background-position: center;
  background-size: cover;
  height: 200px;
  z-index: 3;
}
@media only screen and (max-width: 751px) {
  .under-mv {
    margin-top: 60px;
    height: 100px;
  }
}
.under-mv-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.under-mv-heading {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.under-mv-heading__title {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 751px) {
  .under-mv-heading__title {
    font-size: 15px;
  }
}
.under-mv-heading__title-en {
  font-family: Roboto;
  font-size: 40px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 751px) {
  .under-mv-heading__title-en {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.under-mv-heading__sub {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 751px) {
  .under-mv-heading__sub {
    font-size: 15px;
  }
}

.under-trouble {
  background-image: linear-gradient(-90deg, #fff 60%, transparent 40%);
  background-size: 8px;
}
.under-trouble-inner {
  padding-top: 88px;
  padding-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 751px) {
  .under-trouble-inner {
    padding-top: 45px;
    padding-bottom: 0;
  }
}
.under-trouble-title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #454649;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 751px) {
  .under-trouble-title {
    width: 200px;
    line-height: 29px;
  }
}
.under-trouble-title::before {
  content: "";
  background-size: cover;
  width: 39px;
  height: 64px;
  position: absolute;
  left: -60px;
  bottom: -40px;
}
@media only screen and (max-width: 751px) {
  .under-trouble-title::before {
    width: 28px;
    height: 50px;
    left: -50px;
    bottom: 0;
  }
}
.under-trouble-title::after {
  content: "";
  background-size: cover;
  width: 39px;
  height: 64px;
  position: absolute;
  right: -60px;
  bottom: -40px;
}
@media only screen and (max-width: 751px) {
  .under-trouble-title::after {
    width: 28px;
    height: 50px;
    right: -40px;
    bottom: 2px;
  }
}
.under-trouble-list {
  max-width: 667px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 751px) {
  .under-trouble-list {
    max-width: 100%;
    flex-direction: column;
    justify-content: unset;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 751px) {
  .under-trouble-list-item {
    width: 202px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 751px) {
  .under-trouble-list-item::after {
    margin-bottom: 0;
  }
}

.under-contact-inner {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 751px) {
  .under-contact-inner {
    max-width: 100%;
    border-radius: 0;
  }
}
.under-contact-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 751px) {
  .under-contact-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
  }
}
.under-contact-list {
  display: flex;
  justify-content: space-between;
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 751px) {
  .under-contact-list {
    max-width: 90%;
    flex-direction: column;
    justify-content: unset;
  }
}
.under-contact-list-item {
  width: 420px;
}
@media only screen and (max-width: 751px) {
  .under-contact-list-item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.under-contact-list-item:hover {
  opacity: 0.85;
  transition: 0.3s;
}
.under-contact-list-item:last-of-type {
  margin-bottom: 0;
}
.under-contact-list-item__img {
  width: 100%;
}
.related-links {
  background-color: #F0F0F0;
}
.related-links-inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 751px) {
  .related-links-inner {
    max-width: 90%;
    padding-top: 43px;
    padding-bottom: 32px;
  }
}
.related-links-title {
  margin-bottom: 118px;
}
.related-links-list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 751px) {
  .related-links-list {
    flex-direction: column;
    justify-content: unset;
  }
}
.related-links-list-item {
  width: 310px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
@media only screen and (max-width: 751px) {
  .related-links-list-item {
    width: 100%;
    height: 120px;
  }
}
.related-links-list-item__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.related-links-list-item__text {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
}
@media only screen and (max-width: 751px) {
  .related-links-list-item__text {
    font-weight: 700;
    font-size: 16px;
  }
}

.energy-mv {
  background: linear-gradient(to bottom, #232981, #232981, #121541);
}
.energy-catch-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 751px) {
  .energy-catch-inner {
    max-width: 100%;
    padding-top: 44px;
  }
}
@media only screen and (max-width: 751px) {
  .energy-catch-inner {
    padding-bottom: 0;
  }
}
.energy-catch-box {
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
}
@media only screen and (max-width: 751px) {
  .energy-catch-box {
    flex-direction: column;
    justify-content: unset;
    padding-right: 0;
    padding-left: 0;
  }
}
.energy-catch-box__left {
  max-width: 540px;
}
@media only screen and (max-width: 751px) {
  .energy-catch-box__left {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
}
.energy-catch-box__right {
  max-width: 520px;
}
@media only screen and (max-width: 751px) {
  .energy-catch-box__right {
    max-width: 100%;
  }
}
.energy-catch-box__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
  color: #454649;
  margin-bottom: 57px;
}
@media print, only screen and (min-width: 750px) {
  .energy-catch-box__title {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 751px) {
  .energy-catch-box__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}
.energy-catch-box__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #454649;
}
@media only screen and (max-width: 751px) {
  .energy-catch-box__text {
    font-weight: 400;
    line-height: 29px;
  }
}
@media only screen and (max-width: 751px) {
  .energy-catch-box__img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 751px) {
  .energy-catch-box__img img {
    width: 100%;
  }
}
.energy-strength {
  background-color: #EEF3F9;
}
.energy-strength-inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 81px;
  padding-bottom: 122px;
}
@media only screen and (max-width: 751px) {
  .energy-strength-inner {
    max-width: 92%;
    padding-top: 51px;
    padding-bottom: 61px;
  }
}
.energy-strength-list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 751px) {
  .energy-strength-list {
    max-width: 100%;
    flex-direction: column;
    justify-content: unset;
  }
}
.energy-strength-list-item {
  width: 268px;
}
@media only screen and (max-width: 751px) {
  .energy-strength-list-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 751px) {
  .energy-strength-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.energy-strength-list-item__img {
  margin-bottom: 40px;
}
@media only screen and (max-width: 751px) {
  .energy-strength-list-item__img {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.energy-strength-list-item__img img {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
}
.energy-strength-list-item__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #454649;
}
@media only screen and (max-width: 751px) {
  .energy-strength-list-item__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
  }
}
.energy-strength-title {
  margin-bottom: 99px;
}
.energy-business-inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 98px;
  padding-bottom: 22px;
}
@media only screen and (max-width: 751px) {
  .energy-business-inner {
    max-width: 92%;
    padding-top: 50px;
    padding-bottom: 52px;
  }
}
.energy-business-title {
  margin-bottom: 119px;
}
.energy-business-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 751px) {
  .energy-business-list {
    flex-wrap: unset;
    flex-direction: column;
    justify-content: unset;
  }
}
.energy-business-list-item {
  width: 460px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 751px) {
  .energy-business-list-item {
    width: 100%;
    margin-bottom: 27px;
  }
}
.energy-business-list-item:nth-of-type(odd) {
  margin-right: 80px;
}
@media only screen and (max-width: 751px) {
  .energy-business-list-item:nth-of-type(odd) {
    margin-right: 0;
  }
}
.energy-business-list-item:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 751px) {
  .energy-business-list-item:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.energy-business-list-item__link {
  display: block;
  width: 100%;
}
.energy-business-list-item__link:hover .energy-business-list-item__text::before {
  width: 45px;
  right: 1px;
}
@media only screen and (max-width: 751px) {
  .energy-business-list-item__link:hover .energy-business-list-item__text::before {
    width: 25px;
    right: 0;
  }
}
.energy-business-list-item__link:hover .energy-business-list-item__text::after {
  right: 0px;
}
@media only screen and (max-width: 751px) {
  .energy-business-list-item__link:hover .energy-business-list-item__text::after {
    width: 10px;
  }
}
.energy-business-list-item__img {
  width: 100%;
  margin-bottom: 15px;
}
.energy-business-list-item__img img {
  width: 100%;
}
.energy-business-list-item__text {
  font-weight: 500;
  font-size: 20px;
  color: #454649;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 751px) {
  .energy-business-list-item__text {
    font-size: 16px;
  }
}
.energy-business-list-item__text::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 21px;
  width: 25px;
  height: 2px;
  background: #242B7C;
  transition: 0.3s;
}
@media only screen and (max-width: 751px) {
  .energy-business-list-item__text::before {
    right: 0;
    transition: unset;
  }
}
.energy-business-list-item__text::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 21px;
  width: 10px;
  height: 8px;
  border-top: 2px solid #242B7C;
  transform: rotate(45deg);
  transition: 0.3s;
}
@media only screen and (max-width: 751px) {
  .energy-business-list-item__text::after {
    right: 0;
    transition: unset;
  }
}
.energy-results {
  background-color: #EEF3F9;
  margin-bottom: 10px;
}
.energy-results-title {
  margin-bottom: 112px;
}
.energy-results-inner {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 751px) {
  .energy-results-inner {
    max-width: 92%;
    padding-top: 43px;
    padding-bottom: 50px;
  }
}
.energy-results-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 751px) {
  .energy-results-contents {
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
}
.energy-results-left {
  width: 478px;
}
@media only screen and (max-width: 751px) {
  .energy-results-left {
    width: 100%;
  }
}
@media only screen and (max-width: 751px) {
  .energy-results-left img {
    width: 100%;
  }
}
.energy-results-left area {
  display: block;
}
.energy-results-left area:hover {
  opacity: 0.7;
}
.energy-results-right {
  width: 420px;
}
@media only screen and (max-width: 751px) {
  .energy-results-right {
    width: 100%;
  }
}
.energy-results-box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 751px) {
  .energy-results-box-item {
    margin-bottom: 15px;
  }
}
.energy-results-box-item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 751px) {
  .energy-results-box-item__img {
    width: 100%;
  }
}
.energy-results-box-item__dt {
  width: 130px;
  font-weight: 700;
  font-size: 16px;
  color: #454649;
  padding-top: 20px;
}
@media only screen and (max-width: 751px) {
  .energy-results-box-item__dt {
    text-align: right;
    padding-right: 14px;
  }
}
.energy-results-box-item__dt:lang(en) {
  padding-top: 0;
}
.energy-results-box-item__dd {
  width: 290px;
  font-weight: 700;
  font-size: 20px;
  color: #232981;
}
.energy-results-box-item__text-small-01 {
  font-size: 14px;
  color: #232981;
  padding-right: 5px;
}
.energy-results-box-item__text-small-02 {
  font-weight: 400;
  font-size: 14px;
  color: #454649;
  padding-left: 10px;
}
@media only screen and (max-width: 751px) {
  .energy-results-box-item__text-small-02 {
    display: block;
    padding-left: 0;
  }
}
.energy-results-box-item__number {
  font-family: Roboto;
  font-weight: 700;
  font-size: 50px;
  color: #232981;
}
@media only screen and (max-width: 751px) {
  .energy-results-box-item__number {
    font-size: 40px;
  }
}
.energy-results-box-item__link {
  margin-top: 57px;
  text-align: center;
}
@media only screen and (max-width: 751px) {
  .energy-results-box-item__link {
    margin-top: 40px;
  }
}
.energy-results-box-item__link .next-btn {
  width: 350px;
}
.energy-results-img img {
  width: 100%;
}
.energy-links-list-item:nth-of-type(1) {
  background-image: url(../img/related-links/related-03.png);
}
.energy-links-list-item:nth-of-type(1):hover {
  background-image: none;
  background-color: #232981;
}
.energy-links-list-item:nth-of-type(2) {
  background-image: url(../img/related-links/related-02.png);
}
.energy-links-list-item:nth-of-type(2):hover {
  background-image: none;
  background-color: #18749D;
}
.energy-links-list-item:nth-of-type(3) {
  background-image: url(../img/related-links/related-04.png);
}
.energy-links-list-item:nth-of-type(3):hover {
  background-image: none;
  background-color: #947527;
}

.ev-mv {
  background-image: url(../img/ev/ev-mv.png);
}
.ev-feature-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 87px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 751px) {
  .ev-feature-inner {
    max-width: 100%;
    padding-top: 44px;
  }
}
@media only screen and (max-width: 751px) {
  .ev-feature-inner {
    padding-bottom: 0px;
  }
}
.ev-feature-title {
  margin-bottom: 125px;
}
.ev-feature-box {
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
}
@media only screen and (max-width: 751px) {
  .ev-feature-box {
    flex-direction: column;
    justify-content: unset;
    padding-right: 0;
    padding-left: 0;
  }
}
.ev-feature-box__left {
  max-width: 540px;
}
@media only screen and (max-width: 751px) {
  .ev-feature-box__left {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
}
.ev-feature-box__right {
  max-width: 500px;
}
@media only screen and (max-width: 751px) {
  .ev-feature-box__right {
    max-width: 100%;
  }
}
.ev-feature-box__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
  color: #454649;
  margin-bottom: 57px;
}
@media print, only screen and (min-width: 750px) {
  .ev-feature-box__title {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 751px) {
  .ev-feature-box__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}
.ev-feature-box__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #454649;
}
@media only screen and (max-width: 751px) {
  .ev-feature-box__text {
    font-weight: 400;
    line-height: 29px;
  }
}
@media only screen and (max-width: 751px) {
  .ev-feature-box__img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 751px) {
  .ev-feature-box__img img {
    width: 100%;
  }
}
.ev-strength-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 139px;
}
@media only screen and (max-width: 751px) {
  .ev-strength-inner {
    max-width: 100%;
    padding-top: 44px;
  }
}
@media only screen and (max-width: 751px) {
  .ev-strength-inner {
    max-width: 100%;
    padding-bottom: 40px;
  }
}
.ev-strength-title {
  margin-bottom: 128px;
}
.ev-strength-box {
  display: flex;
  justify-content: space-between;
  padding-right: 100px;
}
@media only screen and (max-width: 751px) {
  .ev-strength-box {
    flex-direction: column;
    justify-content: unset;
    padding-right: 0;
    padding-left: 0;
  }
}
.ev-strength-box__left {
  max-width: 500px;
}
@media only screen and (max-width: 751px) {
  .ev-strength-box__left {
    max-width: 100%;
    padding-bottom: 40px;
    order: 2;
  }
}
.ev-strength-box__right {
  max-width: 540px;
}
@media only screen and (max-width: 751px) {
  .ev-strength-box__right {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    order: 1;
  }
}
.ev-strength-box__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
  color: #454649;
  margin-bottom: 57px;
}
@media print, only screen and (min-width: 750px) {
  .ev-strength-box__title {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 751px) {
  .ev-strength-box__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}
.ev-strength-box__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #454649;
}
@media only screen and (max-width: 751px) {
  .ev-strength-box__text {
    font-weight: 400;
    line-height: 29px;
  }
}
@media only screen and (max-width: 751px) {
  .ev-strength-box__img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 751px) {
  .ev-strength-box__img img {
    width: 100%;
  }
}
.ev-business-title {
  margin-bottom: 119px;
}
.ev-business-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 98px;
  padding-bottom: 22px;
}
.ev-business-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ev-business-list-item {
  width: 460px;
  margin-bottom: 95px;
}
.ev-business-list-item:nth-of-type(odd) {
  margin-right: 80px;
}
.ev-business-list-item:last-of-type {
  margin-right: 0;
}
.ev-business-list-item__link {
  display: block;
  width: 100%;
}
.ev-business-list-item__img {
  width: 100%;
  margin-bottom: 15px;
}
.ev-business-list-item__img img {
  width: 100%;
}
.ev-business-list-item__text {
  font-weight: 500;
  font-size: 20px;
  color: #454649;
}
.ev-trouble {
  background-color: #EEF3F9;
}
.ev-trouble-title span {
  color: #232981;
}
.ev-trouble-title::before {
  background-image: url(../img/energy/trouble-line-01.svg);
}
.ev-trouble-title::after {
  background-image: url(../img/energy/trouble-line-02.svg);
}
.ev-contact-inner {
  background-color: #242B7C;
}
.ev-energy-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 751px) {
  .ev-energy-inner {
    max-width: 92%;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.ev-energy-title {
  margin-bottom: 136px;
}
.ev-energy-list-item {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #eee;
}
.ev-energy-list-item:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ev-energy-list-item__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  color: #242b7c;
  margin-bottom: 22px;
  position: relative;
}
.ev-energy-list-item__detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 751px) {
  .ev-energy-list-item__detail {
    display: block;
  }
}
.ev-energy-list-item__detail__img {
  width: 100%;
  max-width: 222px;
  text-align: center;
}
@media only screen and (max-width: 751px) {
  .ev-energy-list-item__detail__img {
    max-width: 100%;
    text-align: center;
  }
}
.ev-energy-list-item__detail__img img {
  width: 100%;
}
@media only screen and (max-width: 751px) {
  .ev-energy-list-item__detail__img img {
    width: 50%;
  }
}
.ev-energy-list-item__detail__txt {
  width: 100%;
  max-width: calc(100% - 222px);
  box-sizing: border-box;
  padding: 0 0 0 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #454649;
}
@media only screen and (max-width: 751px) {
  .ev-energy-list-item__detail__txt {
    padding: 32px 0 0 0;
    max-width: 100%;
  }
}
.ev-energy-list-item__detail__txt__feature {
  padding: 0 32px 32px 32px;
}
@media only screen and (max-width: 751px) {
  .ev-energy-list-item__detail__txt__feature {
    padding: 0 0 32px 0;
  }
}
.ev-energy-list-item__detail__txt__feature h4 {
  font-weight: 500;
  font-size: 22px;
  color: #454649;
  margin-bottom: 1em;
}
.ev-energy-list-item__detail__txt__feature ul {
  margin-left: 20px;
  list-style-type: disc;
}
.ev-energy-list-item__detail__txt__feature ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 751px) {
  .ev-energy-list-item__detail__txt__feature ul li {
    margin-bottom: 5px;
  }
}
.ev-energy-list-item__detail__txt__specification {
  padding: 32px;
  background-color: #eef3f9;
  border-radius: 8px;
}
.ev-energy-list-item__detail__txt__specification ul {
  margin-left: 20px;
  list-style-type: disc;
  font-size: 14px;
}
.ev-energy-list-item__detail__txt__specification ul li {
  margin-bottom: 0;
}
.ev-world-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 751px) {
  .ev-world-inner {
    max-width: 92%;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.ev-world-title {
  margin-bottom: 136px;
}
.ev-world-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 751px) {
  .ev-world-content {
    display: block;
  }
}
.ev-world-content__left {
  width: 100%;
  max-width: 650px;
}
.ev-world-content__left p {
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
  color: #454649;
}
@media only screen and (max-width: 751px) {
  .ev-world-content__left p {
    font-size: 16px;
    line-height: 32px;
  }
}
.ev-world-content__right {
  width: 100%;
  max-width: 350px;
  height: 384px;
  overflow: hidden;
}
@media only screen and (max-width: 751px) {
  .ev-world-content__right {
    margin-top: 32px;
    max-width: 100%;
    height: unset;
    aspect-ratio: 9/16;
  }
}
.ev-world-content__right ul li {
  width: 100%;
}
.ev-world-content__right ul li img {
  display: block;
  width: 100%;
}

.solarmodule-mv {
  background-image: url(../img/energy/solarmodule-mv.png);
}
.solarmodule-feature-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 87px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 751px) {
  .solarmodule-feature-inner {
    max-width: 100%;
    padding-top: 44px;
  }
}
@media only screen and (max-width: 751px) {
  .solarmodule-feature-inner {
    padding-bottom: 0;
  }
}
.solarmodule-feature-title {
  margin-bottom: 125px;
}
.solarmodule-feature-box {
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
}
@media only screen and (max-width: 751px) {
  .solarmodule-feature-box {
    flex-direction: column;
    justify-content: unset;
    padding-right: 0;
    padding-left: 0;
  }
}
.solarmodule-feature-box__left {
  max-width: 540px;
}
@media only screen and (max-width: 751px) {
  .solarmodule-feature-box__left {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
}
.solarmodule-feature-box__right {
  max-width: 500px;
}
@media only screen and (max-width: 751px) {
  .solarmodule-feature-box__right {
    max-width: 100%;
  }
}
.solarmodule-feature-box__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
  color: #454649;
  margin-bottom: 57px;
}
@media print, only screen and (min-width: 750px) {
  .solarmodule-feature-box__title {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 751px) {
  .solarmodule-feature-box__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}
.solarmodule-feature-box__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #454649;
}
@media only screen and (max-width: 751px) {
  .solarmodule-feature-box__text {
    font-weight: 400;
    line-height: 29px;
  }
}
@media only screen and (max-width: 751px) {
  .solarmodule-feature-box__img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 751px) {
  .solarmodule-feature-box__img img {
    width: 100%;
  }
}
.solarmodule-strength-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
}
@media only screen and (max-width: 751px) {
  .solarmodule-strength-inner {
    max-width: 100%;
    padding-top: 44px;
  }
}
@media only screen and (max-width: 751px) {
  .solarmodule-strength-inner {
    padding-bottom: 0;
  }
}
.solarmodule-strength-title {
  margin-bottom: 128px;
}
.solarmodule-strength-box {
  display: flex;
  justify-content: space-between;
  padding-right: 100px;
}
@media only screen and (max-width: 751px) {
  .solarmodule-strength-box {
    flex-direction: column;
    justify-content: unset;
    padding-right: 0;
    padding-left: 0;
  }
}
.solarmodule-strength-box__left {
  max-width: 500px;
}
@media only screen and (max-width: 751px) {
  .solarmodule-strength-box__left {
    max-width: 100%;
    order: 2;
  }
}
.solarmodule-strength-box__right {
  max-width: 540px;
}
@media only screen and (max-width: 751px) {
  .solarmodule-strength-box__right {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    order: 1;
  }
}
.solarmodule-strength-box__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
  color: #454649;
  margin-bottom: 57px;
}
@media print, only screen and (min-width: 750px) {
  .solarmodule-strength-box__title {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 751px) {
  .solarmodule-strength-box__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}
.solarmodule-strength-box__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #454649;
}
@media only screen and (max-width: 751px) {
  .solarmodule-strength-box__text {
    font-weight: 400;
    line-height: 29px;
  }
}
@media only screen and (max-width: 751px) {
  .solarmodule-strength-box__img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 751px) {
  .solarmodule-strength-box__img img {
    width: 100%;
  }
}
.solarmodule-panel-inner {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 144px;
}
@media only screen and (max-width: 751px) {
  .solarmodule-panel-inner {
    max-width: 92%;
    padding-top: 51px;
    padding-bottom: 80px;
  }
}
.solarmodule-panel-box {
  background: #eef3f9;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
  padding-top: 68px;
  padding-left: 57px;
  padding-right: 46px;
  padding-bottom: 64px;
}
@media only screen and (max-width: 751px) {
  .solarmodule-panel-box {
    box-shadow: unset;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}
.solarmodule-panel-box-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 92px;
}
.solarmodule-panel-box-inner:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 751px) {
  .solarmodule-panel-box-inner {
    flex-direction: column;
    justify-content: unset;
    margin-bottom: 40px;
  }
}
.solarmodule-panel-box__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.8em;
  text-align: center;
  color: #232981;
  position: relative;
  margin-bottom: 65px;
}
.solarmodule-panel-box__title::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #242b7c;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease-in;
}
@media only screen and (max-width: 751px) {
  .solarmodule-panel-box__title::before {
    bottom: -22px;
    height: 2px;
  }
}
.solarmodule-panel-box__title.active::before {
  width: 60px;
}
@media only screen and (max-width: 751px) {
  .solarmodule-panel-box__title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.solarmodule-panel-box__text {
  width: 490px;
}
@media only screen and (max-width: 751px) {
  .solarmodule-panel-box__text {
    width: 100%;
  }
}
.solarmodule-panel-box__text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  color: #454649;
}
@media only screen and (max-width: 751px) {
  .solarmodule-panel-box__text p {
    padding-bottom: 20px;
  }
}
.solarmodule-panel-box__text span {
  color: #18749D;
  padding-right: 5px;
}
.solarmodule-panel-box__img {
  width: 220px;
}
@media only screen and (max-width: 751px) {
  .solarmodule-panel-box__img {
    width: 100%;
  }
}
@media only screen and (max-width: 751px) {
  .solarmodule-panel-box__img img {
    width: 100%;
  }
}
.solarmodule-trouble {
  background-color: #EEF3F9;
}
.solarmodule-trouble-title span {
  color: #232981;
}
.solarmodule-trouble-title::before {
  background-image: url(../img/energy/trouble-line-01.svg);
}
.solarmodule-trouble-title::after {
  background-image: url(../img/energy/trouble-line-02.svg);
}
.solarmodule-trouble-list {
  max-width: 900px;
}
.solarmodule-contact-inner {
  background-color: #242B7C;
}

.recycle-mv {
  background-image: url(../img/energy/recycle-mv.png);
}
.recycle-strength-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 87px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 751px) {
  .recycle-strength-inner {
    max-width: 100%;
    padding-top: 44px;
  }
}
@media only screen and (max-width: 751px) {
  .recycle-strength-inner {
    padding-bottom: 80px;
  }
}
.recycle-strength-title {
  margin-bottom: 125px;
}
.recycle-strength-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 751px) {
  .recycle-strength-box {
    flex-direction: column;
    justify-content: unset;
    padding-right: 0;
    padding-left: 0;
  }
}
.recycle-strength-box-01 {
  padding-left: 100px;
  padding-bottom: 143px;
}
@media only screen and (max-width: 751px) {
  .recycle-strength-box-01 {
    padding-left: 0;
    padding-bottom: 40px;
  }
}
.recycle-strength-box-02 {
  padding-right: 100px;
}
@media only screen and (max-width: 751px) {
  .recycle-strength-box-02 {
    padding-right: 0;
    order: 2;
  }
}
.recycle-strength-box__left-01 {
  max-width: 540px;
}
@media only screen and (max-width: 751px) {
  .recycle-strength-box__left-01 {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
}
.recycle-strength-box__left-02 {
  max-width: 500px;
}
@media only screen and (max-width: 751px) {
  .recycle-strength-box__left-02 {
    max-width: 100%;
    order: 1;
  }
}
.recycle-strength-box__right-01 {
  max-width: 500px;
}
@media only screen and (max-width: 751px) {
  .recycle-strength-box__right-01 {
    max-width: 100%;
  }
}
.recycle-strength-box__right-02 {
  max-width: 540px;
}
@media only screen and (max-width: 751px) {
  .recycle-strength-box__right-02 {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
}
.recycle-strength-box__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
  color: #454649;
  margin-bottom: 57px;
}
@media print, only screen and (min-width: 750px) {
  .recycle-strength-box__title {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 751px) {
  .recycle-strength-box__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}
.recycle-strength-box__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #454649;
}
@media only screen and (max-width: 751px) {
  .recycle-strength-box__text {
    font-weight: 400;
    line-height: 29px;
  }
}
@media only screen and (max-width: 751px) {
  .recycle-strength-box__img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 751px) {
  .recycle-strength-box__img img {
    width: 100%;
  }
}
.recycle-trouble {
  background-color: #EEF3F9;
}
.recycle-trouble-title span {
  color: #232981;
}
.recycle-trouble-title::before {
  background-image: url(../img/energy/trouble-line-01.svg);
}
.recycle-trouble-title::after {
  background-image: url(../img/energy/trouble-line-02.svg);
}
.recycle-contact-inner {
  background-color: #242B7C;
}
.recycle-energy-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95px;
  padding-bottom: 100px;
}
.recycle-energy-title {
  margin-bottom: 136px;
}
.recycle-energy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.recycle-energy-list-item {
  width: 460px;
  margin-bottom: 80px;
}
.recycle-energy-list-item:nth-of-type(odd) {
  margin-right: 80px;
}
.recycle-energy-list-item:last-of-type {
  margin-right: 0;
}
.recycle-energy-list-item__img {
  width: 100%;
  margin-bottom: 22px;
}
.recycle-energy-list-item__img img {
  width: 100%;
}
.recycle-energy-list-item__title {
  font-weight: 500;
  font-size: 20px;
  color: #232981;
  margin-bottom: 23px;
}
.recycle-energy-list-item__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #454649;
}
.recycle-contents {
  background-color: #EEF3F9;
}
.recycle-contents-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 95px;
  padding-bottom: 196px;
}
@media only screen and (max-width: 751px) {
  .recycle-contents-inner {
    max-width: 100%;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.recycle-discription {
  padding-bottom: 121px;
}
@media only screen and (max-width: 751px) {
  .recycle-discription {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }
}
.recycle-discription-title {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: #232981;
  margin-bottom: 88px;
}
@media only screen and (max-width: 751px) {
  .recycle-discription-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}
.recycle-discription-box {
  padding-top: 55px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 45px;
  background-color: #fff;
  border: 2px solid #242B7C;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 751px) {
  .recycle-discription-box {
    padding: 20px;
  }
}
.recycle-discription-box::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #FFF;
  z-index: 2;
}
.recycle-discription-box::after {
  content: "";
  position: absolute;
  bottom: -56px;
  left: 50%;
  margin-left: -28px;
  border: 28px solid transparent;
  border-top: 28px solid #242B7C;
  z-index: 1;
}
.recycle-discription-box-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 751px) {
  .recycle-discription-box-inner {
    flex-direction: column;
    justify-content: unset;
  }
}
.recycle-discription-box__left {
  width: 460px;
}
@media only screen and (max-width: 751px) {
  .recycle-discription-box__left {
    width: 100%;
    order: 2;
  }
}
@media only screen and (max-width: 751px) {
  .recycle-discription-box__left img {
    width: 100%;
  }
}
.recycle-discription-box__right {
  width: 390px;
}
@media only screen and (max-width: 751px) {
  .recycle-discription-box__right {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 751px) {
  .recycle-discription-box__right img {
    width: 100%;
  }
}
.recycle-discription-text {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: #232981;
}
@media only screen and (max-width: 751px) {
  .recycle-discription-text {
    font-weight: 700;
    font-size: 20px;
  }
}
.recycle-discription-menu {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 751px) {
  .recycle-discription-menu-item:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (max-width: 751px) {
  .recycle-discription-menu-item {
    width: 49%;
    margin-right: 2%;
  }
}
.recycle-discription-menu-item-01 .recycle-discription-menu-item__arrow img {
  right: 160px;
}
@media only screen and (max-width: 751px) {
  .recycle-discription-menu-item-01 .recycle-discription-menu-item__arrow img {
    right: 20px;
  }
}
.recycle-discription-menu-item-02 .recycle-discription-menu-item__arrow img {
  left: 160px;
}
@media only screen and (max-width: 751px) {
  .recycle-discription-menu-item-02 .recycle-discription-menu-item__arrow img {
    left: 20px;
  }
}
.recycle-discription-menu-item__arrow {
  height: 72px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 751px) {
  .recycle-discription-menu-item__arrow {
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.recycle-discription-menu-item__arrow img {
  position: absolute;
}
@media only screen and (max-width: 751px) {
  .recycle-discription-menu-item__arrow img {
    height: 55px;
    width: auto;
  }
}
.recycle-discription-menu-item__link {
  width: 490px;
  display: block;
  background-color: #232981;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 35px;
  color: #fff !important;
  position: relative;
}
@media only screen and (max-width: 751px) {
  .recycle-discription-menu-item__link {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.recycle-discription-menu-item__link::after {
  content: "";
  width: 14px;
  height: 6px;
  background-image: url(../img/energy/recycle-arrow-03.svg);
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
}
.recycle-discription-menu-item__link:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.recycle-reuse {
  padding-bottom: 121px;
}
@media only screen and (max-width: 751px) {
  .recycle-reuse {
    padding-bottom: 50px;
  }
}
.recycle-reuse-icon {
  text-align: center;
  padding-bottom: 20px;
}
.recycle-reuse-title {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: #232981;
  margin-bottom: 64px;
}
.recycle-reuse-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #454649;
  margin-bottom: 65px;
}
@media only screen and (max-width: 751px) {
  .recycle-reuse-text {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    margin-bottom: 40px;
  }
}
.recycle-reuse-case-title {
  font-weight: 700;
  font-size: 20px;
  color: #232981;
  margin-bottom: 20px;
}
@media only screen and (max-width: 751px) {
  .recycle-reuse-case-title {
    line-height: 36px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
.recycle-reuse-case-text {
  font-size: 16px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 751px) {
  .recycle-reuse-case-text {
    line-height: 29px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .recycle-reuse-case-text:last-of-type {
    margin-bottom: 0;
  }
}
.recycle-reuse-case-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}
@media only screen and (max-width: 751px) {
  .recycle-recycle {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
.recycle-recycle-icon {
  text-align: center;
  padding-bottom: 20px;
}
.recycle-recycle-title {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  color: #232981;
  margin-bottom: 64px;
}
.recycle-recycle-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #454649;
  margin-bottom: 65px;
}
@media only screen and (max-width: 751px) {
  .recycle-recycle-text {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    margin-bottom: 40px;
  }
}
.recycle-recycle-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recycle-recycle-box__img {
  margin-bottom: 18px;
}
@media only screen and (max-width: 751px) {
  .recycle-recycle-box__img {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media print, only screen and (min-width: 750px) {
  .recycle-recycle-box__img:nth-last-of-type(-n+4) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 751px) {
  .recycle-recycle-box__img:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 751px) {
  .recycle-recycle-box__img img {
    width: 100%;
  }
}

.performance {
  padding-top: 100px;
  margin-top: -100px;
}
@media only screen and (max-width: 751px) {
  .performance {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.performance-mv {
  background: linear-gradient(to bottom, #232981, #232981, #121541);
}
.performance-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 84px;
  padding-bottom: 157px;
}
@media only screen and (max-width: 751px) {
  .performance-inner {
    max-width: 92%;
    padding-top: 47px;
    padding-bottom: 96px;
  }
}
.performance-title {
  margin-bottom: 110px;
}
.performance-menu {
  margin-bottom: 77px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 751px) {
  .performance-menu {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.performance-menu-item {
  width: 120px;
}
@media only screen and (max-width: 751px) {
  .performance-menu-item {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 751px) {
  .performance-menu-item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}
.performance-menu-item:nth-of-type(6):lang(en) .performance-menu-item__link {
  font-size: 13px;
}
@media print, only screen and (min-width: 750px) {
  .performance-menu-item:nth-of-type(6):lang(en) .performance-menu-item__link {
    padding-top: 7px;
    padding-bottom: 18px;
  }
}
@media only screen and (max-width: 751px) {
  .performance-menu-item:nth-of-type(6):lang(en) .performance-menu-item__link {
    padding-bottom: 23px;
  }
}
.performance-menu-item__link {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #232981 !important;
  background-color: #EEF3F9;
  position: relative;
  transition: 0.3s;
}
.performance-menu-item__link::after {
  content: "";
  width: 14px;
  height: 6px;
  background-image: url(../img/energy/performance-menu-arrow.svg);
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
}
.performance-menu-item__link:hover {
  color: #fff !important;
  background-color: #232981;
}
.performance-menu-item__link:hover::after {
  background-image: url(../img/energy/performance-menu-arrow-hover.svg);
}
.performance-box {
  padding-bottom: 82px;
}
@media only screen and (max-width: 751px) {
  .performance-box {
    padding-bottom: 60px;
  }
}
.performance-box:last-of-type {
  padding-bottom: 0;
}
.performance-box-title {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  background-color: #232981;
  margin-bottom: 32px;
}
@media only screen and (max-width: 751px) {
  .performance-box-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}
.performance-box-list-item {
  margin-bottom: 70px;
}
@media only screen and (max-width: 751px) {
  .performance-box-list-item {
    margin-bottom: 40px;
  }
}
.performance-box-list-item:last-of-type {
  margin-bottom: 0;
}
.performance-box-list-item-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 751px) {
  .performance-box-list-item-wrap {
    flex-direction: column;
    justify-content: unset;
  }
}
.performance-box-list-item__title {
  font-weight: 500;
  font-size: 20px;
  color: #454649;
  margin-bottom: 22px;
}
@media only screen and (max-width: 751px) {
  .performance-box-list-item__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.performance-box-list-item__img {
  max-width: 330px;
}
@media only screen and (max-width: 751px) {
  .performance-box-list-item__img {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 751px) {
  .performance-box-list-item__img img {
    width: 100%;
  }
}
.performance-box-list-item__detail {
  max-width: 430px;
}
@media only screen and (max-width: 751px) {
  .performance-box-list-item__detail {
    max-width: 100%;
  }
}
.performance-box-list-item__table {
  width: 100%;
  border: 1px solid #E0E0E0;
}
.performance-box-list-item__table-row {
  border-bottom: 1px solid #E0E0E0;
}
.performance-box-list-item__table-row:last-of-type {
  border-bottom: 0;
}
.performance-box-list-item__table-th {
  width: 140px;
  background-color: #F0F0F0;
  font-size: 15px;
  text-align: left;
  color: #454649;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 751px) {
  .performance-box-list-item__table-th {
    width: 42%;
  }
}
.performance-box-list-item__table-td {
  width: 290px;
  background-color: #fff;
  font-size: 15px;
  color: #454649;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 751px) {
  .performance-box-list-item__table-td {
    width: 58%;
  }
}

.ev-trouble-list.under-trouble-list {
  max-width: 900px;
}

a.energy-btn-dl {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #232981;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  transition: background-color 0.3s;
}
a.energy-btn-dl:hover {
  background-color: #181c59;
  text-decoration: none;
  color: #fff !important;
}/*# sourceMappingURL=ev.css.map */