body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  position: relative;
}

body p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}

.font-noto {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.font-din {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

a {
  text-decoration: none !important;
}

a:hover {
  opacity: 0.8;
  transition-duration: 0.5s;
}

.fw-medium {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  color: #333;
  font-style: normal;
}
.leader {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  color: #333;
  font-style: normal;
}
.text-justify {
  text-align: justify;
}
.kome {
  text-indent: -1.7em;
  padding-left: 1.7em;
}

/*フォントサイズ*/
.fz-10 {
  font-size: 10px;
}
.fz-11 {
  font-size: 11px;
}
.fz-12 {
  font-size: 12px;
}
.fz-14 {
  font-size: 14px;
}
.fz-15 {
  font-size: 15px;
}
.fz-16 {
  font-size: 16px;
}
.fz-18 {
  font-size: 18px;
}
.fz-20 {
  font-size: 20px;
}
.fz-24 {
  font-size: 24px;
}
.fz-28 {
  font-size: 28px;
}
.fz-32 {
  font-size: 32px;
}

@media screen and (min-width: 768px) {
  .fz-md-14 {
    font-size: 14px;
  }
  .fz-md-16 {
    font-size: 16px;
  }
  .fz-md-18 {
    font-size: 18px;
  }
  .fz-md-20 {
    font-size: 20px;
  }
  .fz-md-22 {
    font-size: 22px;
  }
  .fz-md-24 {
    font-size: 24px;
  }
  .fz-md-28 {
    font-size: 28px;
  }
  .fz-md-32 {
    font-size: 32px;
  }
  .fz-md-40 {
    font-size: 40px;
  }
  .fz-md-48 {
    font-size: 48px;
  }
  .fz-md-56 {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  .mt-24-sp {
    margin-top: 24px !important;
  }
  .mt-36-sp {
    margin-top: 36px !important;
  }
}


.mt-45 {
    margin-top: 2rem !important;
}

.section {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .section {
    margin-top: 100px;
  }
}

.bg-orange {
  background-color: #0066C8;
}

.bg-red {
  background-color: #c52620;
}

.text-orange {
  color: #d08727;
}

.text-orange-b {
  color: #ce6016;
}

.text-red {
  color: #c52620;
}

@media (max-width: 576px) {
  .container {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1000px !important;
  }
}

/*ヘッダー*/
#header {
  position: relative;
  background-image: url(../images/bg-headersp202602.jpg);
  background-size: 100%;
  background-position: top center;
  width: 100%;
  /* pointer-events: none; */
}

#header {
  aspect-ratio: 75/47;
}

#header .header-logo {
  position: absolute;
  left: 4%;
  top: 4%;
  width: 18%;
  z-index: 99;
}

#header .header-content {
  width: 100%;
  top: 30.5%;
  left: 36.5%;
  transform: translate(-50%, 0px);
  z-index: 99;
}

#header .header-title {
  width: 39%;
}
#header .header-leaf {
  left: 50%;
  top: 0;
  transform: translate(-50%, 0px);
  width: 100%;
  z-index: 4;
  pointer-events: none;
}

@media (min-width: 768px) {
#header {
  background-image: url(../images/bg-header2026.jpg);
}
  #header {
    aspect-ratio: 143/88;
  }
  #header .header-logo {
    left: 4.4%;
    top: 5.6%;
    width: 11%;
    z-index: 99;
  }

  #header .header-deco {
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 143/75;
    opacity: 0.8;
  }

  #header .header-content {
    width: 100%;
    top: 25.5%;
    left: 37%;
    transform: translate(-50%, 0px);
    z-index: 99;
  }

  #header .header-title {
    width: 36%;
  }
  #header .header-leaf {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0px);
    width: 100%;
    z-index: 4;
    pointer-events: none;
  }
}

/*リード*/
#content-1,
#content-5 {
  position: relative;
  background-image: url(../images/bg_about_ecoplan.jpg);
  background-size: 100%;
  background-position: center center;
  width: 100%;
  pointer-events: none;
  padding: 32px 0;
}
@media (min-width: 768px) {
  #content-1,
  #content-5 {
    padding: 64px 0;
  }
}
#content-1 p {
  line-height: 1.72;
}
.about_ecoplan_title {
  max-width: 200px;
}
@media (min-width: 768px) {
  .about_ecoplan_title {
    max-width: 290px;
  }
}
/*コンテンツ2*/
.section-title {
  position: relative;
  font-size: 20px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  color: #333;
  padding: 6px 0 9px 26px;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 2px;
  width: 15px;
  background: url("../images/texture-vertical.png") no-repeat;
  background-size: cover;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 976px;
  width: 100%;
  height: 2px;
  background: url("../images/texture-line.png") repeat-x;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 26px;
    padding: 6px 0 9px 36px;
  }
  .section-title::before {
    bottom: 3px;
    width: 19px;
  }
  .section-title::after {
    height: 3px;
  }
}
.text-teal {
  color: #007e84;
  letter-spacing: 0.12rem;
}
.kojinhoujin {
  height: 30px;
}
#content-2 .melit-content p {
  letter-spacing: 0.1rem;
  line-height: 1.75rem;
}
.melit-img {
  padding: 0 48px;
}
@media (min-width: 768px) {
  .kojinhoujin {
    height: 34px;
  }
  .melit-img {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .melit-img {
    padding: 0 48px;
  }
}

/*コンテンツ3*/
.contract-table {
  border-top: 2px solid #007e84;
}

.contract-row {
  display: flex;
  border-bottom: 2px solid #007e84;
}

/* 左固定 */
.contract-label {
  width: 134px;          /* ← 固定幅 */
  flex-shrink: 0;        /* ← 縮まない */
  background-color: #f2f2ed;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .2rem;
  color: #007e84;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 右可変 */
.contract-content {
  flex: 1;               /* ← 残り幅全部 */
  padding: 12px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .contract-label {
    width: 180px;          /* ← 固定幅 */
    font-size: 18px;
    padding: 16px;
  }
  .contract-content {
    font-size: 18px;
    padding: 16px;
    color: #333;
    display: flex;
    align-items: center;
  }
}

/*コンテンツ4*/
.section-subtitle {
  position: relative;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #007e84;
  padding-left: 22px;   /* バー分の余白 */
}

/* 左テクスチャバー */
.section-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 24px;
  background: url("../images/texture-vertical.png") no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .section-subtitle {
    font-size: 22px;
    padding-left: 24px;
  }

  .section-subtitle::before {
    width: 18px;
    height: 28px;
  }
}

@media (min-width: 768px) {
  .plus_price {
    padding: 0 1.5rem;
  }
}
@media (min-width: 992px) {
  .plus_price {
    padding: 0 3rem;
  }
}

/*コンテンツ5*/
.power-list-sp h6 {
  margin: 0;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border-bottom: dotted 2px #333;
  padding-bottom: 3px;
  margin-bottom: 5px;
}

.power-list-sp p {
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .power-list {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0 4px;
  }
  
  .power-list dt {
    margin: 0;
    white-space: nowrap;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  }
  
  .power-list dd {
    margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  font-weight: 400;
  }
}

.white-area {
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  background: #fff;     /* ← SP用の白 */
  border-radius: 24px;  /* ← SPでも角丸 */
  padding: 0 24px 20px;
  z-index: 0;
}

.white-area h5 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #666;
}
.white-area h5 span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}

@media (min-width: 768px) {

  .white-area {
    margin-left: -24px;
    margin-right: -24px;
    position: relative;
    padding: 12px 58px 38px;
    z-index: 0;
  }

  .white-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    border-radius: 24px;
    z-index: -1;
  }

  .white-area h5 {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #666;
    margin-bottom: 24px;
  }
  .white-area h5 span {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666;
  }
}

/* SP（デフォルト） */
.note-area h6 {
  padding-left: 0;
  text-indent: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #333;
}
.note-area p {
  padding-left: 0;
  text-indent: 0;
  font-size: 11px;
}
/* PCだけ */
@media (min-width: 768px) {

  .note-area h6 {
    padding-left: 4em;
    text-indent: -4em;
  }

  .note-area p {
    padding-left: 4em;
  }
}

.border-yellow-dash {
  border: dashed 4px #f0cf00;
  padding: 16px 32px;
  border-width: 4px;
  border-radius: 12px;
}

/*コンテンツ6*/
.contact-sp {
  max-width: 295px;
}
.contact-pc {
  max-width: 386px;
}
.callcenter-sp {
  max-width: 272px;
}
.callcenter-pc {
  max-width: 640px;
}

/*フッター*/
  #footer {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
@media (min-width: 768px) {
  #footer {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}

span.marker {
    background-color: rgba(255, 255, 60, 0.8);
}