@charset "UTF-8";

/* リセット */
#increase .bge-contents p,
.c-content-main p {
  padding: 0;
  margin: 0;
}

#increase .c-content-main p.renew_price {
  font-size: 30px;
  color: #cb0909;
  line-height: 1.5;
  text-align: center !important;
  border: 2px solid #cb0909;
  padding: 16px 0;
  margin: 20px auto;
}

@media (max-width: 767px) {
  #increase .c-content-main p.renew_price {
    padding: 10px 0;
    font-size: 20px;
    line-height: 1.4;
  }
}

#increase .c-content-main ul {
  padding: 0 0 0 0;
  margin: 0;
}

#increase .c-content-main ul li {
  /*text-indent: -1em;
  padding-left: 1em;*/
  text-indent: 0;
  padding-left: 0;
}

#increase .c-content-main ul > li::before {
  content: none;
}

#increase .c-content-main .modelcase ul li {
  text-indent: 0;
  padding-left: 0;
}

#increase .c-content-main .modelcase ul li p.case_txt {
  line-height: 1.2;
}

#increase .c-content-main .modelcase ul li p.case_txt span {
  padding: 3px 5px;
}

#increase .c-content-main .modelcase ul li p.case_txt small {
  font-size: 14px;
}

.price_content .about_price p.ttl {
  font-size: 20px;
}

.price_content .modelcase ul li p.case_txt span {
  display: inline-block;
  border: 1px solid #000;
  padding: 0 5px 0 7px;
  margin-right: 10px;
}

/* ヘッダー背景色 */
#increase #nav_Sub {
  width: 100%;
  background-color: #ffe3ec;
}

/* 個別 */
.price_content .graph02 {
  margin-top: 50px;
}

.price_content .graph03 {
  margin-top: 50px;
}

/* 電気料金見直しについて */
#wrap01 {
  margin-bottom: 80px;
}

.c-content-main p.price_txt {
  padding-left: 1em;
  /* text-indent: 1em; */
}

.graph03 h5::after,
.attention h5::after,
.modelcase h5::after {
  display: block;
  content: "";
  width: calc(100% + 40px);
  height: 4px;
  margin-left: -20px;
  background-image: linear-gradient(to right, #3f3f3f 0%, #727272 100%);
}

@media (max-width: 767px) {
  #wrap01 h5,
  #wrap02 h5 {
    margin: 3.125em 0 1em;
    font-size: 1.25em;
    padding: 0 4vw;
  }

  #wrap01 h5::after,
  #wrap02 h5::after {
    height: 2px;
  }
}

.modelcase {
  margin-top: 50px;
}

.case_List {
  margin-bottom: 10px;
}

.case_List li {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  border-bottom: 1px solid #b0b0b0;
}

.case_List li .case_ttl {
  display: block;
  position: relative;
  width: 30%;
  min-height: 150px;
  background-image: linear-gradient(to right, #d2d2d2 0%, #e8e8e8 100%);
}

.case_List li .case_ttl span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.case_List li > div {
  width: 70%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.case_List li > div .hikaku {
  margin-right: 20px;
}
.case_List li > div .par {
}
.case_List li > div .par p {
  margin-bottom: 0 !important;
  text-align: right;
  font-size: 25px;
  color: #000;
  /* color: #ba0404; */
  /* font-weight: bold; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
}
.case_List li > div .par p small {
  font-size: 20px;
  /* font-size: 25px; */
}
.case_List li > div .par p .sync {
  width: 25px;
  margin-right: 10px;
}
.case_List li > div p:last-child {
  padding: 0;
}

.bge-contents p:last-child,
.c-content-main p:last-child {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .case_List li > div .par {
    width: 45%;
  }
  .case_List li > div .par p {
    justify-content: center;
    align-items: center;
    line-height: 1;
  }
  .case_List li > div .par p small {
    font-size: 22px;
  }
}

.case_List li > div p:first-of-type {
  margin-bottom: 10px;
}

.bge-contents h3:first-child,
.c-content-main h3:first-child {
  margin-top: 50px;
}
.bge-contents h4,
.c-content-main h4 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .bge-contents h3:first-child,
  .c-content-main h3:first-child {
    margin-top: 0px;
  }
  .bge-contents h4,
  .c-content-main h4 {
    margin-top: 0px;
    margin-bottom: 0 !important;
  }
  .case_List li {
    flex-direction: column;
    flex-wrap: wrap;
    border-bottom: 1px solid #b0b0b0;
  }

  .case_List li .case_ttl {
    display: block;
    position: relative;
    width: 100%;
    min-height: initial;
    padding: 10px;
    box-sizing: border-box;
  }

  .case_List li .case_ttl span {
    position: inherit;
    top: unset;
    left: unset;
    width: 100%;
    text-align: left;
    transform: translate(0, 0);
  }

  .case_List li > div {
    width: 100%;
    padding: 10px;
  }

  .case_List li > div p:first-of-type {
    margin-bottom: 10px;
  }
}

/* 電気料金見直しについて */
#wrap02 {
  margin-bottom: 80px;
}

.attention {
  margin-top: 50px;
}

#increase .c-content-main ul.attention_List {
  padding-left: 1.5em;
  box-sizing: border-box;
}

.c-content-main ul.attention_List > li {
  list-style: disc;
}

/* 電気シミュレーション */
.simulation_BtnArea {
  margin: 40px auto 0;
}

.simulation_BtnArea .bgt-btn {
  border-radius: 35px;
  width: 446px;
  margin: 0 auto;
  padding: 13px 0;
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
  transition: 300ms;
}

@media (max-width: 767px) {
  .simulation_BtnArea .bgt-btn {
    border-radius: 29px;
    width: 75.73333vw;
    font-size: 0.875em;
  }
}

/* よくあるご質問 */
.faq {
  padding: 40px 0 35px;
  text-align: center;
}

@media (max-width: 767px) {
  .faq {
    padding: 14.66667vw 0 0;
  }
}

.faq h2 {
  margin: 0 0 10px;
  background: none;
  line-height: 1.5;
  color: #222;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.05em;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentcolor;
}

@media (max-width: 767px) {
  .faq h2 {
    margin: 0 0 1.33333vw;
    font-size: 5.86667vw;
  }
}

.faq .item {
  border-bottom: 1px solid #eee;
  width: 960px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .faq .item {
    width: 100%;
    margin: 0;
  }
}

.faq .item dl {
  margin: 0;
  padding: 0;
  text-align: left;
}

.faq .item dt {
  position: relative;
  margin: 0;
  padding: 22px 52px 22px 62px;
  line-height: 1.85714;
  font-size: 1.4rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .faq .item dt:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .faq .item dt {
    padding: 3.33333vw 2vw 3.33333vw 8vw;
    font-size: 0.875em;
  }
}

.faq .item dt::before {
  content: "Q.";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 20px;
  line-height: 1;
  color: #3965f1;
  font-weight: bold;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .faq .item dt::before {
    font-size: 4vw;
    top: 4vw;
    left: 1.73333vw;
  }
}

.faq .item dt::after {
  border-top: 2px solid #3965f1;
  border-right: 2px solid #3965f1;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .faq .item dt::after {
    display: none;
  }
}

.faq .item dt.open::after {
  transform: rotate(-45deg);
}

.faq .item dd {
  display: none;
  margin: 0 0 20px;
  padding: 0 52px 0 62px;
  line-height: 1.85714;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .faq .item dd {
    padding: 0 2vw 0 8vw;
    font-size: 3.2vw;
  }
}

.faq .button {
  margin: 30px 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .faq .button {
    margin-top: 8vw;
  }
}

.faq .button a {
  display: inline-block;
  min-width: 320px;
  padding: 15px 50px;
  border-radius: 55px;
  background: url("../img/icon-arrow-04.png") no-repeat right 30px top 50%/10px auto, linear-gradient(90deg, #3a55fd 0, #0090eb 100%);
  line-height: 1.38889;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 768px) {
  .faq .button a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .faq .button a {
    display: block;
    width: 72vw;
    min-width: 0;
    margin: 0 auto;
    padding: 3.33333vw 0;
    border-radius: 11.2vw;
    background-position: right 4vw top 50%, 0 0;
    background-size: 1.33333vw auto, 101% 100%;
    line-height: 1;
    font-size: 0.875em;
  }
}

@media (max-width: 767px) {
  .js-scrollable01,
  .js-scrollable02,
  .js-scrollable03 {
    max-width: 992px !important;
    width: 992px;
  }
}

.description {
  display: block;
  margin-top: 10px !important;
}

.about_energy {
  margin: 50px auto 0 !important;
}

.price_content h4 {
  text-align: center !important;
}

/* 20230528追加 */
.anchor {
  flex-wrap: wrap;
}
.anchor li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.anchor li:nth-of-type(3n) {
  margin-right: 0;
}
.anchor li a {
  display: block;
  color: #147ef5;
  text-align: center;
  background: #fff;
  border: 1px solid #147ef5;
  padding: 10px 0;
  position: relative;
}

.anchor li a::after {
  content: "";
  border: 6px solid transparent;
  border-top: 7px solid #147ef5;
  position: absolute;
  top: 56%;
  right: 15px;
  transform: translateY(-50%);
}

.anchor li a:hover {
  color: #fff;
  background: #147ef5;
}

.anchor li a:hover::after {
  border-top: 7px solid #fff;
}

.anchor li.here a {
  color: #fff;
  background: #147ef5;
}

.anchor li.here a::after {
  content: "";
  border: 6px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  top: 56%;
  right: 15px;
  transform: translateY(-50%);
}

.anchor li.here a:hover {
  color: #147ef5;
  border: 1px solid #147ef5;
  background: #fff;
}

.anchor li.here a:hover::after {
border-top: 7px solid #147ef5;
}
  /* アンカーリンク位置調整 */
  #price_info {
    padding-top: 160px;
    margin-top: -160px;
  }
  #new_plan {
    padding-top: 160px;
    margin-top: -160px;
  }
  #question {
    padding-top: 160px;
    margin-top: -160px;
  }

  @media (max-width: 1024px) {
    .anchor li a {
      font-size: 14px;
    }
  }

@media (max-width: 767px) {
  .price_content h4 {
    text-align: left !important;
  }
  #increase .c-content-main ul.anchor {
    margin: 0 auto 40px;
  }
  .anchor li {
    width: 90%;
   margin: 0 auto;
  }
  .anchor li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .anchor li:nth-of-type(3n) {
    margin: 20px auto 0;
  }
  .anchor li a {
    font-size: 16px;
    padding: 10px 0;
  }
  #price_info {
    padding-top: 10px;
    margin-top: -10px;
  }
  #new_plan {
    padding-top: 10px;
    margin-top: -10px;
  }
  #question {
    padding-top: 10px;
    margin-top: -10px;
  }

}
