/* VARIABLES */
/* MIXINS */
/* FUNCTIONS */
/* ADJUSTMENT */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0vw !important;
  }
  .mb0 {
    margin-bottom: 0vw !important;
  }
  .mt5 {
    margin-top: 1.3333333333vw !important;
  }
  .mb5 {
    margin-bottom: 1.3333333333vw !important;
  }
  .mt10 {
    margin-top: 2.6666666667vw !important;
  }
  .mb10 {
    margin-bottom: 2.6666666667vw !important;
  }
  .mt15 {
    margin-top: 4vw !important;
  }
  .mb15 {
    margin-bottom: 4vw !important;
  }
  .mt20 {
    margin-top: 5.3333333333vw !important;
  }
  .mb20 {
    margin-bottom: 5.3333333333vw !important;
  }
  .mt25 {
    margin-top: 6.6666666667vw !important;
  }
  .mb25 {
    margin-bottom: 6.6666666667vw !important;
  }
  .mt30 {
    margin-top: 8vw !important;
  }
  .mb30 {
    margin-bottom: 8vw !important;
  }
  .mt35 {
    margin-top: 9.3333333333vw !important;
  }
  .mb35 {
    margin-bottom: 9.3333333333vw !important;
  }
  .mt40 {
    margin-top: 10.6666666667vw !important;
  }
  .mb40 {
    margin-bottom: 10.6666666667vw !important;
  }
  .mt45 {
    margin-top: 12vw !important;
  }
  .mb45 {
    margin-bottom: 12vw !important;
  }
  .mt50 {
    margin-top: 13.3333333333vw !important;
  }
  .mb50 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.idemitsu-denki {
  text-align: center;
}
.idemitsu-denki .col--2 {
  margin-bottom: 0;
}
.idemitsu-denki .col__item {
  display: flex;
  flex-direction: column;
}
.idemitsu-denki .col__item .box {
  height: 100%;
}

.option-plan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .option-plan {
    flex-direction: column;
    margin-bottom: 5.3333333333vw;
  }
}
.option-plan__item {
  margin: auto;
}
.option-plan__item:first-child {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .option-plan__item:first-child {
    width: 100%;
  }
}
.option-plan__item:last-child {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .option-plan__item:last-child {
    width: 100%;
  }
}
.option-plan__item:last-child .bg--gray {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .option-plan__item:last-child .bg--gray {
    padding: 4vw;
  }
}
.option-plan__item:last-child .bg--gray .txt--green {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 1.75em;
}
.option-plan__item:last-child .bg--gray .txt--green .txt--ex-large {
  font-size: 2em;
}
.option-plan__formula {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .option-plan__formula {
    flex-direction: column;
  }
}
.option-plan__formula__item {
  margin: auto;
}
.option-plan__formula__item:first-child, .option-plan__formula__item:last-child {
  width: 45%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .option-plan__formula__item:first-child, .option-plan__formula__item:last-child {
    width: 70%;
    padding: 2.6666666667vw;
  }
}
.option-plan__formula__item:nth-child(2) {
  width: calc(10% - 30px);
}
@media screen and (max-width: 768px) {
  .option-plan__formula__item:nth-child(2) {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .option-plan__img {
    width: 50%;
  }
}

.combined-use {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #bec3c6;
}
@media screen and (max-width: 768px) {
  .combined-use {
    flex-direction: column;
    margin-bottom: 8vw;
    padding: 2.6666666667vw;
  }
}
.combined-use__item:first-child, .combined-use__item:last-child {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .combined-use__item:first-child, .combined-use__item:last-child {
    width: 100%;
  }
}
.combined-use__item:first-child .img, .combined-use__item:last-child .img {
  margin: 0;
}
.combined-use__item:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .combined-use__item:nth-child(2) {
    flex-direction: row;
    width: 100%;
    padding: 4vw;
  }
  .combined-use__item:nth-child(2) .plus {
    margin: 0;
    margin-right: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .plus {
    width: 8%;
  }
}
.tab__menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tab__menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.tab__btn {
  display: block;
  width: calc((100% - 8px) / 9);
  padding: 10px 0;
  margin-bottom: 20px;
  position: relative;
  background: #e0e0e0;
  text-align: center;
  font-size: 0.75em;
}
@media screen and (max-width: 768px) {
  .tab__btn {
    width: calc((100% - 4px) / 5);
  }
}
.tab__btn.active {
  background: #cc0033;
  color: #fff;
}
.tab__btn.active::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 7px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #cc0033;
}
.tab__content {
  display: none;
}
.tab__content.active {
  display: block;
}

.txt--indent-1[data-area] {
  display: none;
}
.txt--indent-1[data-area].active {
  display: block;
}
/*# sourceMappingURL=lvp.css.map */