@charset "UTF-8";
html {
  scroll-behavior: auto !important;
  scroll-padding-top: 600px;
}

.fip_lp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333;
}
.fip_lp * {
  margin: 0;
  padding: 0;
}
.fip_lp p {
  line-height: 1.8;
}
.fip_lp a {
  color: inherit;
  text-decoration: none;
}
.fip_lp ul {
  list-style-type: none;
}
.fip_lp h1, .fip_lp h2, .fip_lp h3, .fip_lp h4, .fip_lp li, .fip_lp dt, .fip_lp input {
  line-height: 1.4;
}
.fip_lp img {
  max-width: 100%;
}
.fip_lp pre {
  white-space: pre-wrap;
}

.ff_roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.sp_hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp_hidden {
    display: block;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc_only {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .pc_hidden {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .over_alpha {
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    cursor: pointer;
  }
  .over_alpha:hover {
    opacity: 0.8;
  }
}

.screen {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.screen iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* //////////////////////////////////////////////////

ナビゲーション（ページ内リンク）

////////////////////////////////////////////////// */
.lp_domestic_link {
  position: sticky;
  display: block;
  top: 60px;
  width: 100%;
  background-color: #fff;
  padding-inline: 2rem;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .lp_domestic_link {
    top: 40px;
  }
}
.lp_domestic_link .dl_ttl {
  padding-block: 1.6rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .lp_domestic_link .dl_ttl {
    display: none;
  }
}
.lp_domestic_link .dl_ttl .lp_nav_switch {
  display: block;
  width: 2.8rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.lp_domestic_link .dl_ttl .lp_nav_switch::before, .lp_domestic_link .dl_ttl .lp_nav_switch::after {
  content: "";
  translate: -50% 0;
}
.lp_domestic_link .dl_ttl .lp_nav_switch span, .lp_domestic_link .dl_ttl .lp_nav_switch::before, .lp_domestic_link .dl_ttl .lp_nav_switch::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background-color: #333;
  left: 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.lp_domestic_link .dl_ttl .lp_nav_switch::before {
  top: 0;
}
.lp_domestic_link .dl_ttl .lp_nav_switch span {
  top: 50%;
  translate: -50% -50%;
}
.lp_domestic_link .dl_ttl .lp_nav_switch::after {
  bottom: 0;
}
.lp_domestic_link ul {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lp_domestic_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .lp_domestic_link ul li a {
    display: block;
    padding: 1.2rem 2.4rem;
  }
}

.open {
  height: calc(100vh - 60px);
}
.open .dl_ttl .lp_nav_switch::before {
  top: 50%;
  rotate: 45deg;
  translate: -50% -50%;
}
.open .dl_ttl .lp_nav_switch span {
  opacity: 0;
}
.open .dl_ttl .lp_nav_switch::after {
  bottom: 50%;
  rotate: -45deg;
  translate: -50% 50%;
}
.open ul {
  display: block;
  border-top: 0.1rem solid #999;
}
.open li {
  border-bottom: solid 0.1rem #e6e6e6;
}
.open li a {
  display: block;
  padding-block: 1.6rem;
}

.lp_content {
  width: 960px;
  max-width: 94%;
  margin-inline: auto;
  padding-block: 4rem;
}
@media screen and (min-width: 768px) {
  .lp_content {
    padding-block: 6.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_content {
    padding-block: 9.6rem;
  }
}

/* //////////////////////////////////////////////////

コンテンツタイトル

////////////////////////////////////////////////// */
.lp_cont_ttl {
  text-align: center;
  font-size: 2rem;
  position: relative;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .lp_cont_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_cont_ttl {
    font-size: 3.2rem;
    margin-bottom: 3.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .lp_cont_ttl {
    font-size: 4rem;
    margin-bottom: 4.8rem;
  }
}
.lp_cont_ttl::before {
  content: attr(data-ttl-en) "";
  display: block;
  font-size: 1.2rem;
  color: #005EB8;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .lp_cont_ttl::before {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_cont_ttl::before {
    font-size: 1.6rem;
  }
}
.lp_cont_ttl::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.3rem;
  background-color: #005EB8;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
.lp_cont_ttl em {
  color: #005EB8;
}

.lp_cont_outline {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .lp_cont_outline {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_cont_outline {
    font-size: 2.4rem;
  }
}
.lp_cont_outline em {
  font-size: 1.2em;
  color: #005EB8;
}

.default_btn {
  display: block;
  padding: 1.6rem;
  text-align: center;
  background-color: #005EB8;
  border-radius: 10rem;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 36rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .default_btn {
    font-size: 2rem;
    padding: 2rem;
  }
}

.fig_row {
  display: block;
  margin-block: 2.4rem;
}
@media screen and (min-width: 768px) {
  .fig_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fig_row li {
  width: 90%;
  margin-inline: auto;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .fig_row li {
    width: 48%;
    margin: 0 1%;
  }
}
.fig_row li h4 {
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .fig_row li h4 {
    font-size: 1.6rem;
  }
}

.one_col_fig {
  margin-block: 2.4rem;
}
@media screen and (min-width: 768px) {
  .one_col_fig {
    width: 80%;
    margin-inline: auto;
    margin-block: 3.6rem 4.8rem;
  }
}

.note {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
}
.note li {
  font-size: 1.2rem;
}
.note li a {
  color: #006699;
  text-decoration: underline;
}

.flt_bnr {
  position: fixed;
  bottom: 0.8rem;
  right: 8rem;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .flt_bnr {
    right: 8.8rem;
  }
}
.flt_bnr a {
  display: block;
  padding: 1.6rem;
  background-color: #ff9c00;
  border-radius: 0.8rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .flt_bnr a {
    padding: 2rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .flt_bnr a {
    padding: 2.4rem;
    font-size: 2rem;
  }
}
.flt_bnr a img {
  margin-right: 0.4rem;
  position: relative;
  top: -0.4rem;
}
@media screen and (min-width: 1024px) {
  .flt_bnr a img {
    width: 2.4rem;
    top: -0.7rem;
    margin-right: 0.6rem;
  }
}

/* //////////////////////////////////////////////////

FV

////////////////////////////////////////////////// */
.lp_fv {
  background-image: url(/jp/ja/products_service/energy/service/fip/assets/img/fv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .lp_fv {
    background-position: center bottom;
  }
}

.lp_fv_inner {
  width: 960px;
  padding-block: 3.6rem;
  max-width: 94%;
  margin-inline: auto;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp_fv_inner {
    padding-left: 24rem;
    padding-block: 9.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_fv_inner {
    padding-left: 29rem;
    padding-block: 16rem;
  }
}
.lp_fv_inner .fv_txt01 {
  text-align: center;
  font-size: 1.2rem;
  background-color: #005EB8;
  padding-block: 0.4rem;
}
@media screen and (min-width: 768px) {
  .lp_fv_inner .fv_txt01 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_fv_inner .fv_txt01 {
    font-size: 1.6rem;
  }
}
.lp_fv_inner h1 {
  font-size: 2.6rem;
  text-align: center;
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.6);
  margin-bottom: 1.2rem;
  background-color: rgba(0, 30, 131, 0.3);
  padding-block: 1.2rem;
}
@media screen and (min-width: 768px) {
  .lp_fv_inner h1 {
    background-color: rgba(0, 30, 131, 0.5);
    font-size: 3.6rem;
    padding-inline: 1.2rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .lp_fv_inner h1 {
    font-size: 5.2rem;
    padding-inline: 2rem;
  }
}
.lp_fv_inner h1 span {
  display: block;
  font-size: 2rem;
  color: #FFD82B;
}
@media screen and (min-width: 768px) {
  .lp_fv_inner h1 span {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_fv_inner h1 span {
    font-size: 4rem;
  }
}
.lp_fv_inner .fv_txt02 {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 30, 131, 0.5);
  padding-block: 1.2rem;
}
@media screen and (min-width: 768px) {
  .lp_fv_inner .fv_txt02 {
    font-size: 1.7rem;
    padding-inline: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_fv_inner .fv_txt02 {
    font-size: 2.4rem;
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .lp_fv_inner .fv_txt02 br {
    display: none;
  }
}
.lp_fv_inner .zero {
  width: 16rem;
  margin-inline: auto;
  margin-bottom: 2.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp_fv_inner .zero {
    position: absolute;
    margin: 0;
    left: 6rem;
    top: 50%;
    translate: 0 -50%;
  }
}
@media screen and (min-width: 1024px) {
  .lp_fv_inner .zero {
    width: 24rem;
    left: 2rem;
  }
}
.lp_fv_inner .zero .flare {
  width: 120%;
  max-width: 120%;
  position: absolute;
  top: -34%;
  right: -38%;
}
.lp_fv_inner .fv_date {
  background-color: #005EB8;
  width: 28rem;
  text-align: center;
  color: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 10rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
}
@media screen and (min-width: 1024px) {
  .lp_fv_inner .fv_date {
    width: 40rem;
    font-size: 2rem;
  }
}

/* //////////////////////////////////////////////////

初期費用ゼロ＆サービス利用料ゼロで「FIP転」を実現します

////////////////////////////////////////////////// */
.sec01 .emphasis {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 4.2rem;
  margin-block: -2rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .sec01 .emphasis {
    font-size: 2.4rem;
    line-height: 5.6rem;
  }
}
.sec01 .emphasis span {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  background-color: #005EB8;
  color: #ffee00;
  border-radius: 10rem;
}
@media screen and (min-width: 768px) {
  .sec01 .emphasis span {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.sec01 .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffe000));
  background: linear-gradient(transparent 70%, #ffe000 0%);
}

.lp_features {
  margin-top: 6.4rem;
}
@media screen and (min-width: 768px) {
  .lp_features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .lp_features {
    margin-top: 9.6rem;
  }
}
.lp_features .features_module {
  background-color: #EBF2F9;
  margin-bottom: 6.4rem;
  position: relative;
  padding: 2.4rem;
}
@media screen and (min-width: 768px) {
  .lp_features .features_module {
    width: 48%;
    margin-inline: 1%;
  }
}
@media screen and (min-width: 1024px) {
  .lp_features .features_module {
    width: 31%;
  }
}
.lp_features .features_module::before, .lp_features .features_module::after {
  display: block;
  text-align: center;
  font-weight: 700;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
}
.lp_features .features_module::before {
  content: "特長";
  top: -1.2rem;
  width: 6.4rem;
  height: 6.4rem;
  background-color: #005EB8;
  border-radius: 10rem;
  padding-top: 0.8rem;
}
.lp_features .features_module::after {
  content: attr(data-feature-num) "";
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.2rem;
  top: 0;
}
.lp_features .features_module h3 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
}
.lp_features .features_module h3 em {
  color: #005EB8;
  font-size: 1.2em;
}
.lp_features .features_module figure {
  width: 72%;
  margin-inline: auto;
}

/* //////////////////////////////////////////////////

お困りではありませんか？出力制御による売電ロスリスク

////////////////////////////////////////////////// */
.sec02 {
  background-color: #fafafa;
}
.sec02 .lp_cont_ttl::before {
  color: #cc2222;
}
.sec02 .lp_cont_ttl::after {
  background-color: #cc2222;
}
.sec02 .lp_cont_ttl em {
  color: #cc2222;
}
.sec02 p em {
  font-weight: 700;
  color: #cc2222;
  font-size: 1.2em;
}
.sec02 p em.blue {
  color: #005EB8;
}

.risk_ttl {
  margin-top: 4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .risk_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 6.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .risk_ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 7.2rem;
  }
}
.risk_ttl .line_box {
  display: block;
  width: 20rem;
  background-color: #e6e6e6;
  padding: 0.8rem;
  font-size: 1.4rem;
  text-align: center;
  position: relative;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .risk_ttl .line_box {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .risk_ttl .line_box::before {
    font-size: 1.2rem;
  }
}
.risk_ttl .ttl_txt {
  display: block;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .risk_ttl .ttl_txt {
    width: calc(100% - 22rem);
  }
}
@media screen and (min-width: 1024px) {
  .risk_ttl .ttl_txt {
    font-size: 2.4rem;
  }
}

.risk_list {
  margin: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .risk_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.risk_list li {
  padding: 0.8rem;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .risk_list li {
    width: 49%;
    padding: 1.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .risk_list li {
    padding: 1.6rem;
    font-size: 1.8rem;
  }
}
.risk_list li:first-child {
  border: solid 0.2rem #ee3333;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .risk_list li:first-child {
    margin-bottom: 0;
  }
}
.risk_list li:first-child em {
  color: #ee3333;
}
.risk_list li:last-child {
  border: solid 0.2rem #005EB8;
}
.risk_list li:last-child em {
  color: #005EB8;
}

.lp_topics {
  border: solid 0.2rem #666;
  background-color: #fff;
  padding: 2.8rem 2rem 2rem;
  margin-block: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lp_topics {
    margin-block: 6.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_topics {
    padding: 3.6rem 2.4rem 2.4rem;
  }
}
.lp_topics::before {
  content: "";
  display: block;
  width: 64%;
  height: 0.4rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -0.2rem;
}
@media screen and (min-width: 768px) {
  .lp_topics::before {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .lp_topics::before {
    width: 36%;
  }
}
.lp_topics h3 {
  width: 100%;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lp_topics h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .lp_topics h3 {
    font-size: 2.4rem;
  }
}
.lp_topics .fig_row {
  position: relative;
}
.lp_topics .fig_row::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2rem;
  background-color: #ff9c00;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .lp_topics .fig_row::before {
    width: 2.8rem;
    height: 2.8rem;
    top: 50%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    translate: -50% -50%;
  }
}
.lp_topics .fig_row li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lp_topics .fig_row li {
    width: 48%;
  }
}

.loss {
  margin-top: 4rem;
}
.loss h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 1.2rem;
  border-bottom: solid 0.1rem #ccc;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .loss h3 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .loss h3 {
    font-size: 2.8rem;
    margin-bottom: 2.8rem;
  }
}
.loss .risk02_graph01 {
  margin-block: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .loss .risk02_graph01 {
    width: 80%;
    margin-inline: auto;
  }
}
.loss .loss_intro {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .loss .loss_intro {
    font-size: 2rem;
  }
}
.loss .loss_intro em {
  font-weight: 700;
}
.loss .loss_intro em:nth-of-type(1) {
  color: #cc2222;
}
.loss .loss_intro em:nth-of-type(2) {
  color: #005EB8;
}
.loss .loss_summary {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .loss .loss_summary {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .loss .loss_summary {
    font-size: 3.2rem;
  }
}
.loss .loss_summary em {
  color: #cc2222;
  font-size: 1.2em;
}

/* //////////////////////////////////////////////////

出力制御課題を解決する「FIP転」の<br><em>メリット・デメリットとは？

////////////////////////////////////////////////// */
.sec03 .contact_wrap {
  border: solid 0.1rem #005EB8;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .sec03 .contact_wrap {
    padding: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec03 .contact_wrap {
    padding: 3.6rem;
  }
}
.sec03 .contact_wrap .lp_cont_outline {
  margin-bottom: 2rem;
}

.merit_ttl, .demerit_ttl {
  font-size: 1.8rem;
  margin-top: 3.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .merit_ttl, .demerit_ttl {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .merit_ttl, .demerit_ttl {
    font-size: 2.4rem;
  }
}
.merit_ttl span, .demerit_ttl span {
  display: block;
  padding: 0.4rem;
  font-size: 1.4rem;
  width: 12rem;
  text-align: center;
  margin-bottom: 0.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .merit_ttl span, .demerit_ttl span {
    display: inline-block;
    padding: 0.4rem;
    margin: 0 0.8rem 0 0;
    top: -0.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .merit_ttl span, .demerit_ttl span {
    top: -0.3rem;
  }
}

.merit_ttl {
  color: #005EB8;
}
.merit_ttl span {
  background-color: #EBF2F9;
}

.demerit_ttl span {
  background-color: #e6e6e6;
}

.table_ttl {
  margin-block: 4rem 1.2rem;
}
@media screen and (min-width: 1024px) {
  .table_ttl {
    font-size: 1.6rem;
  }
}

.table_frame {
  width: 100%;
  overflow: auto;
}

.comparison_table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .comparison_table {
    width: 100%;
  }
}
.comparison_table th, .comparison_table td {
  width: 22%;
  border: solid 0.1rem #999;
  padding: 0.8rem;
}
.comparison_table th {
  background-color: #EBF2F9;
}
.comparison_table .first_cell {
  border-left: none;
}
@media screen and (min-width: 1024px) {
  .comparison_table .first_cell {
    width: 26%;
  }
}
.comparison_table .last_cell {
  border-right: none;
  width: 34%;
}
@media screen and (min-width: 1024px) {
  .comparison_table .last_cell {
    width: 30%;
  }
}
.comparison_table em {
  color: #005EB8;
  font-weight: 700;
}
.comparison_table span {
  color: #ee3333;
  font-weight: 700;
}
.comparison_table .fip_row th, .comparison_table .fip_row td {
  border-top: solid 0.3rem #005EB8;
  border-bottom: solid 0.3rem #005EB8;
}
.comparison_table .fip_row td {
  background-color: #ffffcc;
}
.comparison_table .fip_row .first_cell {
  border-left: solid 0.3rem #005EB8;
}
.comparison_table .fip_row .last_cell {
  border-right: solid 0.3rem #005EB8;
}

.fip_summary {
  padding-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fip_summary {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .fip_summary {
    font-size: 2.4rem;
  }
}
.fip_summary em {
  color: #005EB8;
  font-weight: 700;
}
.fip_summary span {
  color: #ee3333;
  font-weight: 700;
}
.fip_summary::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 1.6rem;
  background-color: #005EB8;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.fip_summary::after {
  content: "";
  display: block;
  width: 6rem;
  height: 2rem;
  background-color: #005EB8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 1.6rem;
  left: 50%;
  translate: -50% 0;
}

/* //////////////////////////////////////////////////

低圧FIT売電保証サービスならFIP転をすべておまかせ<br>FIP転のメリットを最大化、デメリットを最小化！
低圧FIT売電保証サービスなら、初期費用0円、サービス利用料0円でFIP転を手軽にスタートできます。

////////////////////////////////////////////////// */
.sec04 {
  background-color: #EBF2F9;
}
.sec04 .screen_size {
  margin-block: 4rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .sec04 .screen_size {
    width: 80rem;
  }
}
.sec04 p em {
  color: #005EB8;
  font-weight: 700;
}

.point_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .point_row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.point_row .point_col01 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .point_row .point_col01 {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .point_row .point_col01 {
    width: 77%;
  }
}
.point_row .point_col02 {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .point_row .point_col02 {
    width: 23%;
  }
}
@media screen and (min-width: 1024px) {
  .point_row .point_col02 {
    width: 20%;
  }
}

.point_ttl {
  font-size: 1.8rem;
  padding-bottom: 1.2rem;
  border-bottom: solid 0.1rem #005EB8;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .point_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .point_ttl {
    font-size: 2.8rem;
    margin-top: 6.4rem;
  }
}
.point_ttl span {
  display: block;
  width: 10rem;
  text-align: center;
  background-color: #005EB8;
  color: #fff;
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .point_ttl span {
    display: inline-block;
    margin-right: 0.8rem;
    margin-bottom: 0;
    position: relative;
    top: -0.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .point_ttl span {
    width: 12rem;
    font-size: 1.6rem;
    margin-right: 1.2rem;
  }
}
.point_ttl em {
  color: #005EB8;
  font-size: 1.2em;
}

.point01_graph01_ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .point01_graph01_ttl {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .point01_graph01_ttl {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.point01_graph01 {
  margin-block: 1.2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .point01_graph01 {
    width: 80%;
    margin-inline: auto;
  }
}

.point_baloon {
  margin: 4rem 0;
  background-color: #fff;
  border: solid 0.1rem #005EB8;
  border-radius: 1.2rem;
  padding: 2.4rem 2rem 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .point_baloon {
    padding: 3.2rem 2.4rem 2.4rem;
    margin-top: 6.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .point_baloon {
    padding: 4rem 3.2rem 3.2rem;
    margin-top: 8rem;
  }
}
.point_baloon span {
  display: block;
  text-align: center;
  width: 20rem;
  background-color: #005EB8;
  padding: 0.4rem 1.2rem;
  border-radius: 10rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 1024px) {
  .point_baloon span {
    width: 24rem;
    font-size: 1.6rem;
  }
}
.point_baloon h3 {
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .point_baloon h3 {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .point_baloon h3 {
    font-size: 2.4rem;
    margin-bottom: 2.8rem;
  }
}
.point_baloon h3 em {
  color: #005EB8;
}
.point_baloon figure {
  margin-top: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .point_baloon figure {
    width: 80%;
    margin-inline: auto;
  }
}

.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-block: 2.4rem;
}
.service_list li {
  width: 49%;
  background-color: #005EB8;
  color: #fff;
  padding: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service_list li {
    padding: 1.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .service_list li {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
}

/* //////////////////////////////////////////////////

工事も各種手続きもおまかせ！低圧FIT売電保証サービス導入の流れ

////////////////////////////////////////////////// */
.sec05 .note {
  margin-block: 0.8rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .sec05 .note {
    margin-block: 0.8rem 4rem;
  }
}

.conditions_table_ttl {
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.conditions_table {
  border-collapse: collapse;
  width: 100%;
}
.conditions_table th, .conditions_table td {
  border: solid 0.1rem #ccc;
  padding: 0.8rem;
}
.conditions_table th {
  background-color: #EBF2F9;
}
.conditions_table .first_cell {
  border-left: none;
}
.conditions_table .last_cell {
  border-right: none;
}

@media screen and (min-width: 768px) {
  .flow_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .flow_row {
    position: relative;
  }
}
.flow_row .flow_module {
  margin-bottom: 3.6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow_row .flow_module {
    width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .flow_row .flow_module {
    width: 31%;
    margin-bottom: 3.6rem;
  }
}
.flow_row .flow_module::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #F4CE50;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -3rem;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .flow_row .flow_module::before {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    left: auto;
    right: -3rem;
    bottom: 50%;
    translate: 0 50%;
  }
}
.flow_row .flow_module h3 {
  background-color: #005EB8;
  border: solid 0.1rem #005EB8;
  color: #fff;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.flow_row .flow_module h3 span {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background-color: #fff;
  color: #005EB8;
  margin-right: 0.8rem;
}
@media screen and (min-width: 768px) {
  .flow_row .flow_module:nth-child(2n)::before {
    left: -2.4rem;
    right: auto;
    bottom: -3rem;
    translate: 0 0;
    rotate: 10deg;
  }
}
@media screen and (min-width: 1024px) {
  .flow_row .flow_module:nth-child(2n)::before {
    left: auto;
    right: -3rem;
    bottom: 50%;
    translate: 0 50%;
    rotate: 0deg;
  }
}
@media screen and (min-width: 1024px) {
  .flow_row .flow_module:nth-child(3)::before {
    content: none;
  }
}
.flow_row .flow_module:last-of-type::before {
  content: none;
}
.flow_row .flow_arrow {
  display: none;
}
@media screen and (min-width: 1024px) {
  .flow_row .flow_arrow {
    display: block;
    width: 67rem;
    position: absolute;
    bottom: 50%;
    left: 50%;
    translate: -50% 0;
  }
}

/* //////////////////////////////////////////////////

FAQ

////////////////////////////////////////////////// */
.sec06 {
  background-color: #fafafa;
}
.sec06 .contact_wrap {
  border: solid 0.1rem #005EB8;
  padding: 2rem;
  background-color: #EBF2F9;
}
@media screen and (min-width: 768px) {
  .sec06 .contact_wrap {
    padding: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec06 .contact_wrap {
    padding: 3.6rem;
  }
}
.sec06 .contact_wrap .lp_cont_outline {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .sec06 .contact_wrap .lp_cont_outline {
    margin-bottom: 2.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec06 .contact_wrap .lp_cont_outline {
    margin-bottom: 3.6rem;
  }
}

.faq_list {
  margin-bottom: 6.4rem;
}
.faq_list dt {
  padding: 2rem 2.4rem 2rem 3.2rem;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
  border-top: dotted 0.1rem #ccc;
}
@media screen and (min-width: 768px) {
  .faq_list dt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq_list dt {
    padding: 2.4rem 2.4rem 2.4rem 4.8rem;
    font-size: 2rem;
  }
}
.faq_list dt::before {
  content: "Q";
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.2rem;
  color: #005EB8;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media screen and (min-width: 1024px) {
  .faq_list dt::before {
    font-size: 4rem;
  }
}
.faq_list dt::after {
  content: "＋";
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.4rem;
  font-weight: 400;
  color: #005EB8;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.faq_list .faq_open + dd {
  display: block;
}
.faq_list .faq_open::after {
  content: "ー";
}
.faq_list dd {
  display: none;
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 1.6rem 1.6rem 1.6rem 4rem;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .faq_list dd {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .faq_list dd {
    font-size: 1.8rem;
    padding: 2rem 2rem 2rem 4.8rem;
  }
}
.faq_list dd::before {
  content: "A";
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.2rem;
  font-weight: 700;
  color: #005EB8;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .faq_list dd::before {
    font-size: 4rem;
  }
}
.faq_list dd a {
  color: #006699;
  text-decoration: underline;
}

/* //////////////////////////////////////////////////

コンバージョン

////////////////////////////////////////////////// */
.sec07 {
  background-color: #EBF2F9;
}
/*# sourceMappingURL=style.css.map */