  @charset "utf-8";
/* =============================
  all_electric
============================= */

.pbAreaWrapper1 {
  width: 100% !important;
}
.headingl h1,
.heading_l h1 {
  display: none !important;
}

/* lp02 reset */
#td_lp02_wrap ol, #td_lp02_wrap ul {
  list-style: none;
}

/* lp02 common */
#td_lp02_wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#td_lp02_wrap img {
  max-width: 100%;
}

#td_lp02_wrap .move {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1s;
}
#td_lp02_wrap .move.mv02{
  transform: translate(0, 0);
  opacity: 1;
}

#td_lp02_wrap .pcOnly { display: block;}
#td_lp02_wrap .spOnly { display: none;}

#td_lp02_wrap #page_Top {
  max-width: 81px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}

#td_lp02_wrap .flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

#td_lp02_wrap .figure { position: relative;}
#td_lp02_wrap .figure .figcaption.cap {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 100%;
  letter-spacing: 0;
}
#td_lp02_wrap .figure .figcaption.cap.white { color: #fff; }
#td_lp02_wrap img {
  width: 100%;
  vertical-align: bottom;
}
#td_lp02_wrap a {
  opacity: 1;
  transition: .3s;
}
#td_lp02_wrap a:hover {
  opacity: .5;
  transition: .3s;
}
#td_lp02_wrap .notes {
  font-size: 70%;
}
#td_lp02_wrap .notes sub {
    vertical-align: text-top;
}
.indent-1 p {
    text-indent: -1em;
    padding-left: 1em;
}

/*td_lp02*/
#td_lp02_wrap {
  /* width: 1130px; */
  max-width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
#td_lp02_wrap .inner {
  width: 1130px;
  max-width: 95%;
  margin: 0 auto;
}

#td_lp02_wrap .inner_1000 {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
}
#td_lp02_wrap .inner_800 {
  width: 800px;
  max-width: 95%;
  margin: 0 auto 50px;
}

#td_lp02_wrap .main {
  background: rgb(241,112,112);
  background: linear-gradient(90deg, rgba(241,112,112,1) 0%, rgba(240,158,145,1) 50%, rgba(255,255,255,1) 100%);
  padding:2% 0;
  margin:80px 0 0;
}
#td_lp02_wrap .main .inner.flex {
  align-items: center;
}
#td_lp02_wrap .main .txt_Box {
  width:480px;
}
#td_lp02_wrap .main .txt_Box h2 {
  width: 458px;
  /* width: 100%; */
  margin-bottom: 20px;
}
#td_lp02_wrap .main .txt_Box p {
  font-size: 130%;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color:#FFF;
}
#td_lp02_wrap .figure {
  max-width:700px;
  width: 100%;
}


#td_lp02_wrap ul.ancr_Area {
  padding: 2% 0;
}
#td_lp02_wrap ul.ancr_Area li {
  width: 260px;
  /* width: calc((100% - 4%) / 4); */
}
#td_lp02_wrap  ul.ancr_Area li a img  {
  opacity: 1;
  transition: .3s;
}
#td_lp02_wrap  ul.ancr_Area li a:hover img {
  opacity: .5;
  transition: .3s;
}

/* merit_Area */
#td_lp02_wrap .merit_Area {
  padding:5% 0 8%;
  background:#fff4ec url(/library/td/images/supply_electrification/image/all_electric/bg_merit.png) center top no-repeat;
  background-size: cover;
}
#td_lp02_wrap .merit_Area h3 {
  max-width: 290px;
  width: 100%;
  margin: 0 auto 50px;
}
#td_lp02_wrap .merit_Area .white_Box {
  max-width: 1000px;
  border:5px solid #f17070;
  border-radius: 30px;
  background: #FFF;
  padding:3% 3%;
  margin: 0 auto;
}
#td_lp02_wrap .merit_Area .white_Box .white_Box_Inner {
  border-bottom:1px solid #f17070;
  padding: 3% 0 3%;
}
#td_lp02_wrap .merit_Area .white_Box .white_Box_Inner:first-of-type {
  padding: 0 0 3%;
}
#td_lp02_wrap .merit_Area .white_Box .white_Box_Inner:last-of-type {
  border-bottom:none;
  padding:3% 0 0;
}
#td_lp02_wrap .merit_Area .white_Box h4 {
  font-size: 170%;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #f17070;
  margin-bottom: 20px;
}
#td_lp02_wrap .merit_Area .white_Box h4::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/library/td/images/supply_electrification/image/all_electric/icn_square.png) center top no-repeat;
  background-size: contain;
  position:relative;
  top:3px;
  margin-right: 5px;
}
#td_lp02_wrap .merit_Area .white_Box p {
  font-size: 130%;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#td_lp02_wrap .merit_Area .white_Box p small {
    vertical-align: 4px;
}
#td_lp02_wrap .merit_Area .white_Box p.note_wrap {
  line-height: 1.3;
}

/* merit01_Area */
#td_lp02_wrap .merit01_Area {
  padding: 0 0 80px;
}
#td_lp02_wrap .merit01_Area .img01 {
  max-width: 370px;
  margin-left: 30px;
}
#td_lp02_wrap .merit01_Area .graph {
  max-width: 700px;
  margin: 20px 0;
}
#td_lp02_wrap .merit01_Area .img02 {
  max-width: 420px;
  margin-left: 30px;
}

/* merit02_Area */
#td_lp02_wrap .merit02_Area .img_Box01 {
  justify-content:space-between;
  align-items: center;
  padding: 0 0;
}
#td_lp02_wrap .merit02_Area .img_Box01 li {
    width: 48%;
}
#td_lp02_wrap .merit02_Area .img_Box01 .figure {
  max-width: 500px;
  width:80%;
  margin: 0 auto;
}
#td_lp02_wrap .merit02_Area .img_Box01 .figure {
  max-width: 500px;
  width:80%;
  margin: 0 auto;
}
#td_lp02_wrap .merit02_Area .img_Box01 li:last-of-type .figure {
  max-width: 500px;
  width:80%;
  margin: 0 auto;
}



#td_lp02_wrap .merit02_Area .pink_Box {
  background: #ffedeb;
  outline: 1px solid #f17070;
  outline-offset: -10px;
  padding:5% 5%;
  margin: 30px 0 0;
}
#td_lp02_wrap .merit02_Area .pink_Box h5 {
  max-width: 268px;
  margin: 0 auto 20px;
}
#td_lp02_wrap .merit02_Area .pink_Box h6 {
  background: #f17070;
  padding:8px 0;
  text-align:center;
  font-size: 150%;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
  color:#FFF;
  margin: 20px 0;
}
#td_lp02_wrap .merit02_Area .pink_Box .txt_Center {
  text-align: center;
}
#td_lp02_wrap .merit02_Area .pink_Box .txt_Bold {
  font-weight: 700;
}

#td_lp02_wrap .merit02_Area .img_Box02 {
    justify-content: space-between;
  align-items:flex-start;
  padding: 0 0;
}
#td_lp02_wrap .merit02_Area .img_Box02 li {
  width:46%;
}
#td_lp02_wrap .merit02_Area .img_Box02 .figure {
  max-width: 340px;
  margin: 0 auto;
}

#td_lp02_wrap .merit02_Area .img_Box03 {
    justify-content: space-between;
  align-items:flex-start;
  padding: 0 0;
}
#td_lp02_wrap .merit02_Area .img_Box03 li {
  width:46%;
}
#td_lp02_wrap .merit02_Area .img_Box03 .figure {
  max-width: 340px;
  margin: 0 auto;
}

/* IH */
#td_lp02_wrap .ih_Area {
  padding: 50px 0 50px;
    margin-top: -50px;
}
#td_lp02_wrap .ih_Area .title_Box {
  width: 100%;
  background-image: url(/library/td/images/supply_electrification/image/all_electric/bg_pink.png) ;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-size: 100%;
  position:relative;
  height: 360px;
}
#td_lp02_wrap .ih_Area .title_Box h3 {
  position:absolute;
  top:-10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 540px;
  width:30%;
}

#td_lp02_wrap .ih_Area h4 {
  background: #f17070;
  padding:8px 0;
  text-align:center;
  font-size: 170%;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 700;
  color:#FFF;
  margin: 20px 0;
}
#td_lp02_wrap .ih_Area p {
  font-size: 120%;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

#td_lp02_wrap .ih_Area .img_Box01 {
  justify-content: space-around;
  align-items: center;
  padding: 0 0;
}
#td_lp02_wrap .ih_Area .img_Box01 li:first-of-type .figure {
  max-width: 390px;
}
#td_lp02_wrap .ih_Area .img_Box01 li:last-of-type .figure {
  max-width: 290px;
}

#td_lp02_wrap .ih_Area .ih_pink_Box {
  background: #ffedeb;
  border:3px solid #f17070;
  padding:3% 3%;
  margin:35px 0 0;
  border-radius: 20px;
  position:relative;
}
#td_lp02_wrap .ih_Area .ih_pink_Box h5 {
  position:absolute;
  top:-25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #f17070;
  padding:8px 0;
  width:50%;
  color:#FFF;
  font-size: 130%;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  border-radius: 20px;
}

#td_lp02_wrap .ih_Area .img_Box02 {
  justify-content: space-around;
  align-items: center;
  padding: 0 0;
}
#td_lp02_wrap .ih_Area .img_Box02 .figure {
  max-width: 302px;
}

#td_lp02_wrap .ih_Area .movie_Box {
  width: 85%;
  margin: 30px auto;
}

#td_lp02_wrap .ih_Area .img_Box03 {
  justify-content: space-around;
  align-items:flex-start;
  padding: 0 0;
}
#td_lp02_wrap .ih_Area .img_Box03 .figure {
  max-width: 360px;
}

#td_lp02_wrap .ih_Area .column_Box {
  background: #fffdeb;
  padding:4% 4%;
  border-radius: 20px;
  margin: 50px auto;
}
#td_lp02_wrap .ih_Area .column_Box h5 {
  max-width: 192px;
  margin: 0 auto 30px;
}
#td_lp02_wrap .ih_Area .column_Box .lead_Txt {
  text-align:center;
  font-size: 170%;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 700;
  color:#f17070;
  margin: 20px 0;
}
#td_lp02_wrap .ih_Area .figcaption {
  margin-top:15px;
  font-size: 80%;
  line-height: 1.3;
  text-align: left;
}
#td_lp02_wrap .ih_Area .img05 {
  max-width: 660px;
  margin: 20px auto;
}
#td_lp02_wrap .ih_Area .img06 {
  max-width: 470px;
  margin: 20px auto;
}
#td_lp02_wrap .ih_Area .img07 {
  max-width: 672px;
  margin: 20px auto;
}
#td_lp02_wrap .ih_Area .graph03 {
  max-width: 410px;
  margin: 20px auto;
}

/* ECO */
#td_lp02_wrap .eco_Area {
  padding: 0px 0 50px;
  margin-top: 50px;
  background: #ffedeb;
}
#td_lp02_wrap .eco_Area .title_Box {
  width: 100%;
  background-image: url(/library/td/images/supply_electrification/image/all_electric/bg_pink02.png) ;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-size: 100%;
  position:relative;
  height: 360px;
}
#td_lp02_wrap .eco_Area .title_Box h3 {
  position:absolute;
  top:-10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 540px;
  width:30%;
}

#td_lp02_wrap .eco_Area h4 {
  background: #f17070;
  padding:8px 0;
  text-align:center;
  font-size: 170%;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 700;
  color:#FFF;
  margin: 20px 0;
}
#td_lp02_wrap .eco_Area p {
  font-size: 120%;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

#td_lp02_wrap .eco_Area .graph01,
#td_lp02_wrap .eco_Area .graph02,
#td_lp02_wrap .eco_Area .graph03 {
  max-width: 600px;
  margin: 20px auto;
}
#td_lp02_wrap .eco_Area .graph04 {
  margin: 20px 0;
  position: relative;
}
#td_lp02_wrap .eco_Area .graph04 .modal_Box3 {
  width: 90%;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*エコキュート　モーダル表示*/
#td_lp02_wrap .eco_Area .modal_Box3{
  border:3px solid #f17070;
  background: #FFF;
  padding:0 0;
  margin: 0 auto;
  border-radius: 50px;
}
#td_lp02_wrap .eco_Area .modal_Box3 h5{
  font-size: 150%;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  color: #f17070;
  position: relative;
  margin: 0;
}
#td_lp02_wrap .eco_Area .modal_Box3 h5::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 10px;
  width: 1.5em;
  height: 1.5em;
  background: url(/library/td/images/supply_electrification/image/all_electric/icn_plus.png) no-repeat;
  background-size: contain;
  margin-right: 0.2em;
}
#td_lp02_wrap .eco_Area .modal_Box3 h5 a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #f17070;
}
#td_lp02_wrap .eco_Area .modal3{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  z-index: 10;
}
#td_lp02_wrap .eco_Area .modal__bg3{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
#td_lp02_wrap .eco_Area .modal__content3{
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
}
#td_lp02_wrap .eco_Area .js-modal-close3{
  width: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
}


/*=============================
sp
=============================*/
@media only screen and (max-width: 768px) {

  /* td_lp02_wrap common */
  #td_lp02_wrap .pcOnly { display: none;}
  #td_lp02_wrap .spOnly { display: block;}

  #td_lp02_wrap .notes {
    font-size: 80%;
    line-height: 1.0;
  }

  #td_lp02_wrap .inner_800 {
    max-width: 95%;
    margin: 0 auto 20px;
  }

  .pbAreaWrapper1 {
    width: 100% !important;
  }

  #td_lp02_wrap .main {
    background: rgb(241,112,112);
    background: linear-gradient(90deg, rgba(241,112,112,1) 0%, rgb(248, 149, 133) 50%, rgb(250, 188, 188) 100%);
    padding:2% 0;
    margin:80px 0 0;
  }
  #td_lp02_wrap .main .inner.flex {
    flex-direction: column;
  }
  #td_lp02_wrap .main .txt_Box {
    width:100%;
    padding: 30px 0;
  }
  #td_lp02_wrap .main .txt_Box h2 {
    max-width: 100%;
    width: 70%;
    margin:0 auto 10px;
  }
  #td_lp02_wrap .main .txt_Box p {
    font-size: 100%;
    text-align: center;
  }
  #td_lp02_wrap .main .figure {
    max-width:100%;
    width: 90%;
  }

  #td_lp02_wrap ul.ancr_Area {
    flex-wrap:wrap;
  }
  #td_lp02_wrap ul.ancr_Area li {
    width: calc((100% - 3%) / 2);
    margin-bottom: 2%;
  }
  #td_lp02_wrap  ul.ancr_Area li a img  {
    opacity: 1;
    transition: .3s;
  }
  #td_lp02_wrap  ul.ancr_Area li a:hover img {
    opacity: .5;
    transition: .3s;
  }

  /* merit_Area */
  #td_lp02_wrap .merit_Area {
    padding:5% 0 10%;
  }
  #td_lp02_wrap .merit_Area h3 {
    max-width:100%;
    width: 50%;
    margin: 0 auto 30px;
  }
  #td_lp02_wrap .merit_Area .white_Box {
    max-width: 1000px;
    border:3px solid #f17070;
    border-radius: 20px;
    padding:5% 5%;
    margin: 0 auto;
  }
  #td_lp02_wrap .merit_Area .white_Box .white_Box_Inner {
    flex-direction: column;
    padding: 3% 0 3%;
  }
  #td_lp02_wrap .merit_Area .white_Box .white_Box_Inner:first-of-type {
    padding: 0 0 3%;
  }
  #td_lp02_wrap .merit_Area .white_Box .white_Box_Inner:last-of-type {
    border-bottom:none;
    padding:3% 0 0;
  }
  #td_lp02_wrap .merit_Area .white_Box h4 {
    font-size: 130%;
    margin-bottom: 10px;
  }
  #td_lp02_wrap .merit_Area .white_Box p {
    font-size: 100%;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  #td_lp02_wrap .merit_Area .white_Box p span.notes {
    font-size: 80%;
    line-height: 1.0;
  }
  #td_lp02_wrap .merit01_Area {
    padding: 0 0 40px;
  }
  #td_lp02_wrap .merit01_Area .img01 {
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
  }
  #td_lp02_wrap .merit01_Area .graph {
    max-width: 100%;
    margin: 20px auto;
  }
  #td_lp02_wrap .merit01_Area .img02 {
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
  }


  #td_lp02_wrap .merit02_Area .img_Box01 {
    align-items:baseline;
  }
  #td_lp02_wrap .merit02_Area .img_Box01 li {
  width:48%;
  }
  #td_lp02_wrap .merit02_Area .img_Box01 li:first-of-type .figure {
    max-width: 100%;
    width:95%;
    margin: 0 auto 30px;
  }
  #td_lp02_wrap .merit02_Area .img_Box01 li:last-of-type .figure {
    max-width: 100%;
    width:90%;
    margin: 0 auto;
  }


  #td_lp02_wrap .merit02_Area .pink_Box {
    outline-offset: -10px;
    padding:8% 8%;
    margin: 30px 0 0;
  }
  #td_lp02_wrap .merit02_Area .pink_Box h5 {
    max-width: 100%;
    width:70%;
    margin: 0 auto 20px;
  }
  #td_lp02_wrap .merit02_Area .pink_Box h6 {
    padding:5px 0;
    font-size: 100%;
    margin: 20px 0;
  }


  #td_lp02_wrap .merit02_Area .img_Box02 {
    flex-direction: column;
  }
  #td_lp02_wrap .merit02_Area .img_Box02 li {
    width:100%;
    margin-bottom: 10px;
  }

  #td_lp02_wrap .merit02_Area .img_Box03 {
    flex-direction: column;
  }
  #td_lp02_wrap .merit02_Area .img_Box03 li {
    width:100%;
    margin-bottom: 10px;
  }


  /* IH */
  #td_lp02_wrap .ih_Area {
    margin-top: 0px;
    padding: 80px 0 30px;
    position: relative;
  }
  #td_lp02_wrap .ih_Area:before {
    width: 100%;
    height: 80px;
    background: #fff4ec;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  #td_lp02_wrap .ih_Area .title_Box {
    width: 100%;
    background-image: url(/library/td/images/supply_electrification/image/all_electric/bg_pink_sp.png) ;
    height: 125px;
  }
  #td_lp02_wrap .ih_Area .title_Box h3 {
    position:absolute;
    top:-60%;
    max-width: 100%;
    width:60%;
  }

  #td_lp02_wrap .ih_Area h4 {
    padding:8px 0;
    font-size: 110%;
    line-height: 1.3;
    margin: 20px 0 10px;
  }
  #td_lp02_wrap .ih_Area p {
    font-size: 80%;
    text-align: center;
  }

  #td_lp02_wrap .ih_Area .img_Box01,
  #td_lp02_wrap .ih_Area .img_Box02,
  #td_lp02_wrap .ih_Area .img_Box03 {
    flex-direction: column;
  }

  #td_lp02_wrap .ih_Area ul .figure {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px;
  }

  #td_lp02_wrap .ih_Area .ih_pink_Box {
    /* background: #ffedeb;
    border:3px solid #f17070; */
    padding:3% 3%;
    margin:35px 0 0;
    border-radius: 10px;
    /* position:relative; */
  }
  #td_lp02_wrap .ih_Area .ih_pink_Box h5 {
    padding:4px 0;
    width:80%;
    color:#FFF;
    font-size: 100%;
    line-height: 1.6;
    border-radius: 20px;
  }

  #td_lp02_wrap .ih_Area .movie_Box {
    width: 95%;
    margin: 0px auto;
  }

  #td_lp02_wrap .ih_Area .column_Box {
    background: #fffdeb;
    padding:4% 4%;
    border-radius: 20px;
    margin: 20px auto;
  }
  #td_lp02_wrap .ih_Area .column_Box h5 {
    max-width: 192px;
    width: 40%;
    margin: 0 auto 20px;
  }
  #td_lp02_wrap .ih_Area .column_Box .lead_Txt {
    font-size: 100%;
    line-height: 1.3;
    margin: 10px 0;
  }

  #td_lp02_wrap .ih_Area .img05,
  #td_lp02_wrap .ih_Area .img07,
  #td_lp02_wrap .ih_Area .graph03 {
    max-width: 100%;
    margin: 10px auto;
  }
  #td_lp02_wrap .ih_Area .img06 {
    max-width: 100%;
    width: 70%;
    margin: 10px auto;
  }


  /* ECO */
  #td_lp02_wrap .eco_Area {
    margin-top: 0px;
    padding-top: 80px;
    position: relative;
  }
  #td_lp02_wrap .eco_Area:before {
    width: 100%;
    height: 80px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }
  #td_lp02_wrap .eco_Area .title_Box {
    width: 100%;
    background-image: url(/library/td/images/supply_electrification/image/all_electric/bg_pink02_sp.png) ;
    height: 100px;
  }
  #td_lp02_wrap .eco_Area .title_Box h3 {
    position:absolute;
    top:-70%;
    max-width: 100%;
    width:60%;
  }

  #td_lp02_wrap .eco_Area h4 {
    padding:8px 0;
    text-align:center;
    font-size: 110%;
    line-height: 1.3;
    margin: 20px 0 10px;
  }
  #td_lp02_wrap .eco_Area p {
    font-size: 80%;
  }

  #td_lp02_wrap .eco_Area .graph01,
  #td_lp02_wrap .eco_Area .graph02,
  #td_lp02_wrap .eco_Area .graph03 {
    max-width: 100%;
    width: 95%;
    margin: 10px auto;
  }
  #td_lp02_wrap .eco_Area .graph04 .modal_Box3 {
    bottom: 20px;
  }


    #td_lp02_wrap .eco_Area .modal_Box3 h5::after {
        top: 30%;
    }
  #td_lp02_wrap .eco_Area .modal-open3 {
    padding:5px 0;
  }
  #td_lp02_wrap .eco_Area .modal-open3 h5 {
    font-size: 100%;
  }
  #td_lp02_wrap .eco_Area .modal-open3 h5::after {
    position: absolute;
    top: 3%;
    right: 10px;
    width: 1.5em;
    height: 1.5em;
  }
    #td_lp02_wrap .eco_Area .modal__content3 {
        background: none;
        padding: 0;
        width: 90%;
    }
    #td_lp02_wrap .eco_Area .js-modal-close3 {
        width: 40px;
        max-width: 10%;
        top: 10px;
        right: 10px;
    }


}
