﻿@charset "UTF-8";

/* ----------------------- */

/* メディアクエリ（min-width)

/* ----------------------- */

/*-------------header------------*/
.l-header {
  height: 60px;
  background: #fff;
  width: 100%;
}
.l-header__inner {
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.l-header-logo--osakagas {
  width: 133px;
  top: 16px;
  left: 18px;
}
.l-header-logo {
  position: absolute;
}
.l-header-logo--daigas {
  width: 110px;
  top: 17px;
  left: 165px;
}


/*---common---*/
/* link */
#enefarm_cp_2025 a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}

/* font */
#enefarm_cp_2025 strong {
  font-weight: bold;  
}

/* icon */
.icon_blank::after {
  content:'';
  display: inline-block;
  width: 20px;
  height: 16px;
  margin: 0 3px 0 2px;
  background:url("/assets/img/icon_blank.svg") no-repeat right center;
  background-size: contain;
  vertical-align: middle;
}

/* margin */
.mt0 {
  margin-top: 0!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mb0 {
  margin-bottom: 0!important;
}

/* indent */
.indent1,
.indent1s {
  padding-left: 1em;
  text-indent: -1em;
}
.indent1s {
  font-size: 1.3rem;
}


/*---enefarm_cp_2025---*/
#enefarm_cp_2025 .main-img {
  margin-bottom: 38px;
  text-align: center;
}
#enefarm_cp_2025 .main-img::before {
  display: none;
}
#enefarm_cp_2025 .main-img img {
  width: 1000px;
  height: auto;
  -o-object-fit: inherit;
  object-fit: inherit;
  margin: auto;
}

#enefarm_cp_2025 dl {
  margin: 0 auto 76px;
  width: 950px;
  max-width: 100%;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.556;
}
#enefarm_cp_2025 dt {
  margin-bottom: 23px;
  padding: 13px 30px 8px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.318;
  background: #d36;
  color: #fff;
}
#enefarm_cp_2025 dl dt.tit02 {
  background: #0bab52;
}
#enefarm_cp_2025 dd {
  margin: 0 30px 39px;
}
#enefarm_cp_2025 dd:last-of-type {
  margin-bottom: 0;
}
#enefarm_cp_2025 dd small {
  display: block;
  font-size: 1.3rem;
  line-height: 1.556;
}
#enefarm_cp_2025 dd small:first-of-type {
  margin-top: 29px;
}
#enefarm_cp_2025 dd small.indent {
  padding-left: 1em;
}
#enefarm_cp_2025 dd small.indent::before {
  content: "※";
  margin-left: -1em;
}

/* detail_method */
#enefarm_cp_2025 dl dt#detail_method + dd {
  margin: 0 16px 30px;
  text-align: center;
}
#enefarm_cp_2025 dl dt#detail_method + dd div {
  text-align: left;
}
#enefarm_cp_2025 dl dt#detail_method + dd img {
  width: 75%;
  max-width: 380px;
  margin: 5% auto 0;
}

/* detail_extra */
#enefarm_cp_2025 .detail_extra {
  margin: 30px 11px 50px;
  padding: 20px 16px;
  background: #ffecaf;
  border-radius: 20px;
  font-size: 1.5rem;
}
#enefarm_cp_2025 .detail_extra img {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 890px;
  image-rendering: -webkit-optimize-contrast;
}
#enefarm_cp_2025 .detail_extra a {
  font-weight: bold;
  color: #e00;
}
#enefarm_cp_2025 .detail_extra a:hover {
  opacity: 0.7;
}
#enefarm_cp_2025 .detail_extra dl {
  margin: 0 auto 30px;
  font-size: 1.4rem;
}
#enefarm_cp_2025 .detail_extra dt {
  margin: 0 0 15px 0;
  padding: 8px 16px 6px;
  font-size: 1.5rem;
  background: #3c508d;
}
#enefarm_cp_2025 .detail_extra dl dd {
  margin-bottom: 20px;
}

/* cv_area */
#enefarm_cp_2025 .cv_area {
  text-align: center;
}
#enefarm_cp_2025 .btn_estimate {
  background: #f18518;
  border-radius: 100px;
  margin: 30px auto;
  position: relative;
  width: 90%;
  max-width: 500px;
}
#enefarm_cp_2025 .btn_estimate a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 18px 15px 15px;
  display: block;
  font-size: 20px;
}
#enefarm_cp_2025 .btn_estimate a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
#enefarm_cp_2025 .btn_estimate a:hover {
  opacity: 0.7;
}


/* ----------------------- */
@media (min-width: 980px) {
  #enefarm_cp_2025 dl dt#detail_method + dd {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 39px 15px;
  }
  #enefarm_cp_2025 dl dt#detail_method + dd img {
    width: 280px;
    margin: 25px 0 0;
  }
  #enefarm_cp_2025 .detail_extra {
    margin: 39px auto 76px;
    padding: 25px 30px;
    width: 950px;
    font-size: 1.8rem;
    line-height: 1.556;
  }
  #enefarm_cp_2025 .detail_extra dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    gap: 15px;
    width: 860px;
    margin: 0 15px 40px;
    line-height: 1.556;
  }
  #enefarm_cp_2025 .detail_extra dl dt {
    width: 20%;
    margin: 0;
    text-align: center;
  }
  #enefarm_cp_2025 .detail_extra dl dd {
    width: calc(80% - 15px);
    margin: 0;
    padding: 0; 
  }
  #enefarm_cp_2025 .detail_extra p,
  #enefarm_cp_2025 .detail_extra ul {
    margin-left: 15px;
    margin-right: 15px;
  }
}


@media (max-width: 520px) {
  * {
    font-family: "メイリオ", Meiryo, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
  }
  .l-header {
    height: 12vw;
  }
  .l-header-logo--osakagas {
    width: 20vw;
    top: 4vw;
    left: 2.66667vw;
  }
  .l-header-logo--daigas {
    width: 20vw;
    top: 3.73333vw;
    left: 23.73333vw;
  }
  #enefarm_cp_2025 a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
  .icon_blank::after {
    width: 16px;
    height: 13px;
  }

  #enefarm_cp_2025 .main-img {
    margin-bottom: 30px;
  }
  #enefarm_cp_2025 .main-img img {
    width: 100%;
  }
  #enefarm_cp_2025 dl {
    margin: 0 11px 50px;
    width: auto;
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    line-height: 1.75;
  }
  #enefarm_cp_2025 dt {
    margin-bottom: 21px;
    padding: 13px 16px 9px;
    font-size: 2rem;
    line-height: 1.45;
  }
  #enefarm_cp_2025 dd {
    margin: 0 16px 32px;
  }
  #enefarm_cp_2025 dd:last-of-type {
    margin-bottom: 0;
  }
  #enefarm_cp_2025 dd small {
    line-height: 1.69;
  }
  #enefarm_cp_2025 dd small:first-of-type {
    margin-top: 17px;
  }
  #enefarm_cp_2025 .cv_area {
    width: calc(100% - 22px);
    margin: 0 auto;
  }
  #enefarm_cp_2025 dl .cv_area {
    width: 100%;
  }
  #enefarm_cp_2025 dl .cv_area + dt {
    margin-top: 30px;   
  }
  #enefarm_cp_2025 .btn_estimate {
    width: 100%;
    padding: 0;
    margin: 15px 0;
  }
  #enefarm_cp_2025 .btn_estimate a {
    padding: 12px 15px 8px;
    line-height: 1.45;
  }
}