@charset "utf-8";

.sub_eyecatch{
	position: relative;
	margin-bottom: 7vh;
}
.sub_h1{
	position: absolute;
	bottom:1.2em;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.plan_lead p{
	line-height: 2.0;
}
.plan_p02{
	margin-bottom: 7vh;
}

.plan_lead2{
  display: grid;
  grid-template-columns: 1fr 1fr;
	align-items: center;
  gap: 24px;
}

 /*==============*/

	
.fukidashi{
	position: relative;
	width: fit-content;
  padding: 6px;
  border-bottom: 1px solid #333333;
  background-color: #ffffff;
}
.fukidashi::before {
  content: "";
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  width: 0.8em;
  height: 0.8em;
  box-sizing: border-box;
  background-color: #ffffff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.fukidashi::after {
  content: "";
  position: absolute;
  bottom: -0.5em;
  left: 50%;
  z-index: -2;
  width: 0.8em;
  height: 0.8em;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #333333 #333333 transparent transparent;
  background-color: #ffffff;
  rotate: 135deg;
  translate: -50%;
}
.align_s{
	align-items: start;
}

.eq_fl2{
	  display: grid;
  grid-template-columns: repeat(2, 1fr);
	align-items: start;
  gap: 4.0em;
}
.varM{
	vertical-align: middle;
}
.grid_eco_poi{
	font-family: "Zen Maru Gothic", sans-serif;
	padding: 1.5em;
	border: 3px solid #e0660c;
	border-radius: 1.5em;
}
.grid_eco_poi dt{
	color: #5f5f5f;
}
.point_grid{
	display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 6fr);
  gap: 16px;
}
sup {
  vertical-align: super; /* 上付き位置に */
  font-size: smaller;    /* 文字を小さく */
  /* 必要に応じて line-height や margin も調整 */
}
.pad_5vw{
	padding: 0 5vw;
}
.denkidai{
	font-family: "Zen Maru Gothic", sans-serif;
	text-align: center;
	font-weight: bold;
	color: #5f5f5f;
}
.spe_photo{
	width: 60vh;
	margin: 0 auto 5.0em;
}
.sp_sec_name{
	position: relative;
	text-align: center;
	margin-bottom: 5.0em;
}
.sp_sec_name::after {
  content: "";
  position: absolute;
  left: 50%; /* 中央寄せ */
  transform: translateX(-50%); /* 中央寄せの補正 */
  bottom: -1.5em; /* 文字からの距離 */
  width: 2.0em; /* ★ここで下線の長さを指定（文字幅の60%） */
  height: 1px; /* 線の太さ */
  background-color: #333333; /* 線の色 */
}
.spe_taisin{
	display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 2.0em;
	align-items: center;
}
.spe_grid_last{
	background-color: #f7f7f7;
	padding: 6.0em;
}
.spe_sup{
	padding-bottom: 2.0em;
	border-bottom: solid 1px #333333;
	margin-bottom: 2.0em;
}
.spe_cap{
	text-align: end;
}
.solar_logo{
	position: relative;
}
.solar_logo::before{
	content: url("../images/equ/eco_04.png");
		position: absolute;
	    right: 0;
	bottom: 0;
}
@media (max-width: 768px) {
  .item2 {
    order: 3;
  }

  .item3 {
    order: 2;
  }
.eq_fl2,.sp_grid,.spe_taisin{
	display: grid;
	  grid-template-columns: 1fr;
}
 .item4 {
    order: 2;
  }

  .item5 {
    order: 1;
  }
.spe_photo{
	width: 100%;
	margin: 0 auto 5.0em;
}
.spe_grid_last{
	padding: 3.0em 1.0em;
}
}
@media (max-width: 428px) {
.point_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}
	.point_grid img{
		width: 30%;
	}
.sub_h1{
	bottom:0.5em;
}
	}
