@charset "UTF-8";
/* -----------------------------------------------
common
----------------------------------------------- */
.ene_description_wrap {
  font-feature-settings: "palt";
}

.ene_description_wrap p,
.ene_description_wrap h4 {
  margin: 0;
}

.ene_description_wrap img {
  width: 100%;
}

.text_blue {
  color: #0099cc;
}

.text_red {
  color: #ff4646;
}

.ene_description_wrap .heading {
  background-color: #e8f6fb;
  text-align: center;
}

.ene_description_wrap .heading h2 {
  letter-spacing: 0.04em;
  color: #0099cc;
  font-weight: bold;
}

.ene_description_wrap .heading p {
  letter-spacing: 0.04em;
}

.ene_description_wrap .tab_con h3 {
  line-height: 1.14;
  /* border-left: 6px solid #0099cc; */
  letter-spacing: 0.04em;
  color: #0099cc;
  font-weight: bold;
  position: relative;
}

.ene_description_wrap .tab_con h3::after {
  content: '';
  background: #0099cc;
  width: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ene_description_wrap .tab_con h3 .text_small {
  font-size: 18px;
  display: block;
}

.ene_description_wrap .tab_con h4 {
  letter-spacing: 0.04em;
  color: #0099cc;
  font-weight: bold;
}

.ene_description_wrap .tab_con p {
  letter-spacing: 0.04em;
}

.ene_description_wrap .tab_con ul:not(.att_text) li {
  letter-spacing: 0.04em;
  text-indent: -1em;
  padding-left: 1em;
}

.ene_description_wrap .att_text {
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0.05em;
}

.ene_description_wrap .att_text + .att_text {
  margin-top: 1em;
}

.ene_description_wrap .att_text.att_num {
  text-indent: -2em;
  padding-left: 2em;
}

.ene_description_wrap .att_text.att_circle {
  text-indent: -1em;
  padding-left: 1em;
}

.ene_description_wrap .att_text a[target="_blank"] {
  background: url(../img/product_enefarm/icon_blank.svg) no-repeat right 0.1em center / 1em 1em;
  padding-right: 1.3em;
  color: #0099cc;
  border-bottom: 1px solid #0099cc;
}

.ene_description_wrap figure {
  margin: 0;
}

.ene_description_wrap figcaption {
  font-size: 12px;
  line-height: 1.66;
  margin-top: 1em;
  letter-spacing: 0.04em;
  text-align: center;
}

.ene_description_wrap table {
  border-collapse:collapse;
  width: 100%;
}

.ene_description_wrap table tr:not(:last-child) > * {
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.ene_description_wrap table th {
  background: #D3EEF7;
  color: #0099CC;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

.ene_description_wrap table td {
  background: #FAFAFA;
}

@media screen and (max-width: 767px) {
  .scroll_text {
    display: block;
    margin-bottom: 21px;
  }

  .ene_description_wrap .heading {
    padding: 22px 6.66%;
    margin-bottom: 34px;
  }

  .ene_description_wrap .heading h2 {
    font-size: 2.2rem;
    line-height: 1.63;
  }

  .ene_description_wrap .heading p {
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 21px;
    text-align: left;
  }

  .ene_description_wrap .tab_con h3 {
    font-size: 2.2rem;
    margin-bottom: 11px;
    padding-left: 18px;
    line-height: 1.54;
  }

  .ene_description_wrap .tab_con h3::after {
    height: calc(100% - 0.44em);
  }

  .ene_description_wrap .tab_con h3 .text_small {
    line-height: 1.2;
  }

  .ene_description_wrap .tab_con h4 {
    font-size: 1.8rem;
  }

  .ene_description_wrap .tab_con p {
    font-size: 1.4rem;
    line-height: 1.71;
  }

  .ene_description_wrap .tab_con ul:not(.att_text) li {
    font-size: 1.4rem;
    line-height: 1.71;
  }

  .ene_description_wrap .tab_con ul li + li {
    margin-top: 0.5em;
  }

  .ene_description_wrap table {
    font-size: 1.4rem;
  }

  section table tr>* {
    display: block;
    width: 100%;
  }

  section table th {
    padding: .6em 1.4em;
  }

  section table td {
    padding: 1em 1.4em;
  }
}

@media screen and (min-width: 768px) {
  .ene_description_wrap .heading {
    padding: 24px 1em 31px;
    margin-bottom: 54px;
  }

  .ene_description_wrap .heading h2 {
    font-size: 28px;
    line-height: 1.57;
  }

  .ene_description_wrap .heading p {
    font-size: 16px;
    line-height: 2;
    margin-top: 11px;
  }

  .ene_description_wrap .con_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ene_description_wrap .tab_con h3 {
    font-size: 28px;
    margin-bottom: 14px;
    padding-left: 20px;
    line-height: 1.57;
  }

  .ene_description_wrap .tab_con h3::after {
    height: calc(100% - 0.47em);
  }

  .ene_description_wrap .tab_con h3 .text_small {
    line-height: 1.77;
  }

  .ene_description_wrap .tab_con h4 {
    font-size: 22px;
  }

  .ene_description_wrap .tab_con p {
    font-size: 16px;
    line-height: 2;
  }

  .ene_description_wrap .tab_con ul:not(.att_text) li {
    font-size: 16px;
    line-height: 2;
  }

  .ene_description_wrap table {
    font-size: 16px;
  }

  .ene_description_wrap table tr>* {
    padding: 13px 1.4em 17px;
  }
  
  section table th {
    width: 27.34%;
    border-right: 1px solid #fff;
  }
}

/* -----------------------------------------------
タブ
----------------------------------------------- */
.ene_description_wrap .tab_btn_wrap {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
}

.ene_description_wrap .tab_btn {
  border: 1px solid #009cd0;
  border-radius: 4px;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ene_description_wrap .tab_btn strong {
  font-weight: 500;
  color: #009cd0;
}

.ene_description_wrap .tab_btn.active {
  background-color: #009cd0;
  position: relative;
}

.ene_description_wrap .tab_btn.active::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6.5px 0 6.5px;
  border-color: #0099cc transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.ene_description_wrap .tab_btn.active strong {
  color: #fff;
}

.ene_description_wrap .tab_con {
  display:none;
}

.ene_description_wrap .tab_con.active {
  display:block;
}

@media screen and (max-width: 767px) {
  .ene_description_wrap .tab_btn_wrap {
    padding-bottom: 28px;
  }

  .ene_description_wrap .tab_btn {
    width: 160px;
    min-width: 160px;
    height: 64px;
  }

  .ene_description_wrap .tab_btn:not(:first-child) {
    margin-left: 12px;
  }

  .ene_description_wrap .tab_btn strong {
    font-size: 12px;
  }

  .tab_con_wrap {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .ene_description_wrap .tab_btn_wrap {
    padding-bottom: 15px;
  }

  .ene_description_wrap .tab_btn {
    width: 200px;
    min-width: 200px;
    height: 80px;
  }

  .ene_description_wrap .tab_btn:not(:first-child) {
    margin-left: 16px;
  }

  .ene_description_wrap .tab_btn strong {
    font-size: 16px;
  }

  .tab_con_wrap {
    margin-top: 26px;
  }
}

/* -----------------------------------------------
tab_con_environment
----------------------------------------------- */
.ene_description_wrap .tab_con_environment .con_fx + .con_fx {
  border-top: 1px dashed #0099cc;
}

@media screen and (max-width: 767px) {
  .ene_description_wrap .tab_con_environment .con_fx + .con_fx {
    margin-top: 35px;
    padding-top: 34px;
  }

  .ene_description_wrap .tab_con_environment .con_wrap .att_text {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .ene_description_wrap .tab_con_environment .con_fx .text {
    width: 46.87%;
  }
  
  .ene_description_wrap .tab_con_environment .con_fx .img {
    width: 46.87%;
  }

  .ene_description_wrap .tab_con_environment .con_fx + .con_fx {
    margin-top: 58px;
    padding-top: 53px;
  }

  .ene_description_wrap .tab_con_environment .con_wrap .att_text {
    margin-top: 19px;
  }
}

/* -----------------------------------------------
tab_con_economy
----------------------------------------------- */
.ene_description_wrap .tab_con_economy .con_wrap strong {
  font-weight: 500;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.ene_description_wrap .tab_con_economy .content + .content {
  border-top: 1px dashed #0099cc;
}

.ene_description_wrap .tab_con_economy .content:nth-child(2) .img:not(.scroll_text) img {
  display: block;
}

@media screen and (max-width: 767px) {
  .ene_description_wrap .tab_con_economy .con_wrap strong {
    font-size: 19px;
    line-height: 1.68;
    margin: 27px 0 11px;
  }

  .ene_description_wrap .tab_con_economy .img + .att_text,
  .ene_description_wrap .tab_con_economy img + .att_text {
    margin-top: 28px;
  }

  .ene_description_wrap .tab_con_economy .content + .content {
    padding-top: 40px;
    margin-top: 40px;
  }

  .ene_description_wrap .tab_con_economy .content:nth-child(2) .img:not(.scroll_text) {
    margin: -3px auto 0;
    padding-bottom: 34px;
    overflow-x: scroll;
  }

  .ene_description_wrap .tab_con_economy .content:nth-child(2) .img:not(.scroll_text) img {
    width: 720px;
  }
}

@media screen and (min-width: 768px) {
  .ene_description_wrap .tab_con_economy .con_wrap strong {
    font-size: 22px;
    line-height: 1.45;
    margin: 41px 0 20px;
  }

  .ene_description_wrap .tab_con_economy .img + .att_text,
  .ene_description_wrap .tab_con_economy img + .att_text {
    margin-top: 48px;
  }

  .ene_description_wrap .tab_con_economy .content + .content {
    padding-top: 51px;
    margin-top: 56px;
  }

  .ene_description_wrap .tab_con_economy .content:nth-child(2) .img {
    width: 1000px;
    max-width: 100%;
    margin: 47px auto 0;
  }
}

/* -----------------------------------------------
tab_con_feature
----------------------------------------------- */
.ene_description_wrap .tab_con_feature strong {
  display: block;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.04em;
}

.ene_description_wrap .tab_con_feature .wrap + .wrap {
  border-top: 1px dashed #0099cc;
}

/* .ene_description_wrap .tab_con_feature img + .att_text {
  margin-top: 50px;
} */

@media screen and (max-width: 767px) {
  .ene_description_wrap .tab_con_feature .wrap h3::after {
    height: 100%;
  }

  .ene_description_wrap .tab_con_feature h4 {
    margin-bottom: 10px;
  }

  .ene_description_wrap .tab_con_feature strong {
    font-size: 2rem;
  }

  .ene_description_wrap .tab_con_feature strong + p {
    margin-top: 4px;
  }

  .ene_description_wrap .tab_con_feature h4:not(:first-child) {
    margin-top: 28px;
  }

  .ene_description_wrap .tab_con_feature ul:not(.att_text) + ul.att_text {
    margin-top: 10px;
  }

  .ene_description_wrap .tab_con_feature .con_fx .img {
    margin-top: 40px;
  }

  .ene_description_wrap .tab_con_feature .wrap:first-child .img {
    width: 72.2%;
    margin: 40px auto 0;
  }

  .ene_description_wrap .tab_con_feature .wrap + .wrap {
    margin-top: 40px;
    padding-top: 40px;
  }

  .ene_description_wrap .tab_con_feature .con_fx + .con_fx {
    margin-top: 40px;
  }

  .ene_description_wrap .tab_con_feature .con_fx + .content {
    margin-top: 40px;
  }

  .ene_description_wrap .tab_con_feature p + .att_text,
  .ene_description_wrap .tab_con_feature .img + .att_text {
    margin-top: 30px;
  }

  .ene_description_wrap .tab_con_feature .content:last-child .img {
    overflow: scroll;
    padding-bottom: 30px;
  }

  .ene_description_wrap .tab_con_feature .content:last-child .img img {
    width: 800px;
    max-width: none;
  }
}

@media screen and (min-width: 768px) {
  .ene_description_wrap .tab_con_feature .con_fx .text {
    width: 64.84%;
  }

  .ene_description_wrap .tab_con_feature .con_fx .img {
    width: 29.6%;
  }

  .ene_description_wrap .tab_con_feature h4 {
    margin-bottom: 10px;
  }

  .ene_description_wrap .tab_con_feature strong {
    font-size: 22px;
    line-height: 1.6;
  }

  .ene_description_wrap .tab_con_feature strong + p {
    margin-top: 15px;
  }

  .ene_description_wrap .tab_con_feature h4:not(:first-child) {
    margin-top: 42px;
  }

  .ene_description_wrap .tab_con_feature ul:not(.att_text) + ul.att_text {
    margin-top: 20px;
  }

  .ene_description_wrap .tab_con_feature .wrap + .wrap {
    margin-top: 66px;
    padding-top: 55px;
  }

  .ene_description_wrap .tab_con_feature .con_fx + .con_fx {
    margin-top: 59px;
  }

  .ene_description_wrap .tab_con_feature .con_fx + .content {
    margin-top: 562x;
  }

  .ene_description_wrap .tab_con_feature p + .att_text,
  .ene_description_wrap .tab_con_feature .img + .att_text {
    margin-top: 30px;
  }

  .ene_description_wrap .tab_con_feature strong + img:not(.scroll_text) {
    margin-top: 27px;
    display: block;
  }
  
  .ene_description_wrap .tab_con_feature .content:last-child .img {
    margin-top: 27px;
  }

  .ene_description_wrap .tab_con_feature .content:last-child .img + .att_text {
    margin-top: 45px;
  }
}

/* -----------------------------------------------
tab_con_maintenance
----------------------------------------------- */
.ene_description_wrap .tab_con_maintenance .content + .content {
  border-top: 1px dashed #0099cc;
}

@media screen and (max-width: 767px) {
  .ene_description_wrap .tab_con_maintenance .content + .content {
    margin-top: 40px;
    padding-top: 35px;
  }

  .ene_description_wrap .tab_con_maintenance h4 + .att_text {
    margin-top: 9px;
  }

  .ene_description_wrap .tab_con_maintenance .img + .att_text {
    margin-top: 30px;
  }

  .ene_description_wrap .tab_con_maintenance .img {
    overflow-x: scroll;
    padding-bottom: 30px;
  }

  .ene_description_wrap .tab_con_maintenance .img img:not(.scroll_text) {
    width: 800px!important;
    max-width: none;
  }
}

@media screen and (min-width: 768px) {
  .ene_description_wrap .tab_con_maintenance .content + .content {
    margin-top: 60px;
    padding-top: 52px;
  }

  .ene_description_wrap .tab_con_maintenance h4 + .att_text {
    margin-top: 16px;
  }

  .ene_description_wrap .tab_con_maintenance .img + .att_text {
    margin-top: 47px;
  }

  .ene_description_wrap .tab_con_maintenance .img {
    margin-top: 27px;
  }

  .ene_description_wrap .tab_con_maintenance .img img {
    display: block;
    margin: 0 auto;
  }
}

/* -----------------------------------------------
tab_con_spec
----------------------------------------------- */
.ene_description_wrap .tab_con_spec strong {
  font-weight: 500;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .ene_description_wrap .tab_con_spec strong {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .ene_description_wrap .tab_con_spec .fx_item + .fx_item {
    margin-top: 38px;
  }

  .ene_description_wrap .tab_con_spec .con_fx + .content {
    margin-top: 40px;
  }

  .ene_description_wrap .tab_con_spec table + .att_text {
    margin-top: 28px;
  }
  
  .ene_description_wrap .tab_con_spec .content + .content {
    margin-top: 32px;
  }
  
  .ene_description_wrap .tab_con_spec .content:last-child .att_text {
    margin-top: 46px;
  }
}

@media screen and (min-width: 768px) {
  .ene_description_wrap .tab_con_spec strong {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 21px;
  }

  .ene_description_wrap .tab_con_spec .fx_item {
    width: 47.96%;
  }
  
  .ene_description_wrap .tab_con_spec .fx_item th {
    width: 40.39%;
  }

  .ene_description_wrap .tab_con_spec .con_fx + .content {
    margin-top: 40px;
  }

  .ene_description_wrap .tab_con_spec table + .att_text {
    margin-top: 28px;
  }
  
  .ene_description_wrap .tab_con_spec .content + .content {
    margin-top: 50px;
  }
  
  .ene_description_wrap .tab_con_spec .content:last-child .att_text {
    margin-top: 46px;
  }
}

/* -----------------------------------------------
tab_con_other
----------------------------------------------- */
.ene_description_wrap .tab_con_other strong {
  line-height: 1.77;
  letter-spacing: 0.04em;
  color: #0099cc;
  font-weight: bold;
  display: block;
}

.ene_description_wrap .tab_con_other .content + .content {
  border-top: 1px dashed #0099cc;
}

@media screen and (max-width: 767px) {
  .ene_description_wrap .tab_con_other strong {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .ene_description_wrap .tab_con_other ul + strong {
    margin-top: 31px;
  }

  .ene_description_wrap .tab_con_other .content + .content {
    margin-top: 36px;
    padding-top: 33px;
  }

  .ene_description_wrap .tab_con_other .content + .heading {
    margin-top: 40px;
  }

  .ene_description_wrap .tab_con_other .con_fx {
    margin-top: 27px;
  }

  .ene_description_wrap .tab_con_other .con_fx .img {
    width: 110px;
    margin: 0 auto 18px;
  }
}

@media screen and (min-width: 768px) {
  .ene_description_wrap .tab_con_other strong {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .ene_description_wrap .tab_con_other ul + strong {
    margin-top: 33px;
  }

  .ene_description_wrap .tab_con_other .content + .content {
    margin-top: 54px;
    padding-top: 52px;
  }

  .ene_description_wrap .tab_con_other .content + .heading {
    margin-top: 74px;
  }

  .ene_description_wrap .tab_con_other .con_fx {
    margin-top: 36px;
  }

  .ene_description_wrap .tab_con_other .con_fx .text {
    flex: 1;
  }
  
  .ene_description_wrap .tab_con_other .con_fx .img {
    width: 110px;
    margin-left: 45px;
  }
}