@charset "Shift_JIS";

.zeh_m_oriented .breadcrumb li p {
    color: #242424;
}

#zeh-m .caption{
	max-height : 100% ;
	font-size:10px;
	color:#231815;
	text-align: left;
	line-height : 15px ;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

#zeh-m .inner{
	position : relative ;
	width : 960px ;
	margin-left : auto ;
	margin-right : auto ;
	color : #000 ;
}

#zeh-m .imgBox{
  position: relative;
}

#zeh-m .imgBox .imgCaption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 12px;
}

#zeh-m #about{
  margin-top:60px;
}

#zeh-m #about p{
  font-size:20px;
  line-height: 1.8;
  text-align: center;
}

#zeh-m #definition{
  margin:80px auto 0;
  max-width:800px;
}

#zeh-m #definition .housing{
  background: #EEF5E3;
  padding:25px;
  position: relative;
}

#zeh-m #definition .housing::after{
  content: '';
  width:100%;
  height:52px;
  background: url("../images/zeh_m/arrow.svg") top center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top:100%;
}

#zeh-m #definition .housing h4{
  color:#00693E;
  font-size:30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index:1;
}

#zeh-m #definition .housing .tableTitle{
  font-size:16px;
  position: relative;
  z-index:1;
}

#zeh-m #definition table{
  border:2px solid #0E5D35;
  width:100%;
}

#zeh-m #definition table th,
#zeh-m #definition table td{
	padding:5px 10px;
  text-align: center;
}

#zeh-m #definition table th:not(:first-child),
#zeh-m #definition table td:not(:first-child){
	border-left:1px solid #0E5D35;
}

#zeh-m #definition table th{
	background: #00933C;
  border-bottom:1px solid #0E5D35;
	color:#FFF;
}

#zeh-m #definition table td{
	background: #FFF;
}

#zeh-m #definition table+.caption{
	margin-top:10px;
}

#zeh-m #definition .housing .caption{
  position: relative;
  z-index:1;
}

#zeh-m #definition .factorWrap{
	width:100%;
	margin:40px auto 0;
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}

#zeh-m #definition .factorItem{
  width:50%;
}

#zeh-m #definition .factor{
	width:278px;
  margin:0 auto;
}

#zeh-m #definition .factor .factorTitle{
	font-size:26px;
  font-weight: bolder;
	border-bottom:1px solid #000;
  text-align: center;
  padding-bottom:15px;
  margin-bottom:15px;
}

#zeh-m #definition .factor .factorCopy{
  font-size:18px;
  font-weight: bolder;
  text-align: center;
}

#zeh-m #definition .factorImg{
	margin:20px auto 0;
}

#zeh-m #definition .factorImg img{
  max-width: 100%;
}

#zeh-m #definition #energy1 .puton{
	position: absolute;
	top:0;
	left:0;
}

#zeh-m #definition #energy1 .factorImg .base{
	animation: insulation 4s linear infinite;
}

@keyframes insulation {
  0%,40% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }
}

#zeh-m #definition .summary{
  margin-top:40px;
  padding-bottom:15px;
  border-bottom:2px solid #7BC27C;
}

#zeh-m #definition .summary .txtBox p{
  text-align: center;
  font-size:21px;
  line-height: 1.8;
}

#zeh-m #definition .summary h3{
  color:#00693E;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top:20px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  letter-spacing: 2px;
}

#zeh-m #definition .summary h3 .harfsize{
  font-size: 28px;
}

#zeh-m #bels{
  margin-top:80px;
}

#zeh-m #bels #belsContents{
  background: #EEF5E3;
  padding:22px;
}

#zeh-m #bels #belsContents .belsbody::after{
  display : block;
	clear : both;
	content : '';
}

#zeh-m #bels #belsContents .boxleft{
  float: left;
  width:406px;
}

#zeh-m #bels #belsContents .boxright{
  float: right;
  width:490px;
}

#zeh-m #bels #belsContents p.belscopy{
  font-size:18px;
  line-height: 1.4;
  text-align: justify;
}

#zeh-m #bels #belsContents .belscaption{
  width:100%;
  margin-top:10px;
}

#zeh-m h2 {
    text-align: center;
}

#zeh-m .zeh-m-links {
    display: flex;
    align-items: stretch;
    background-color: #E6E6E6;
}

#zeh-m .zeh-m-items {
    width: 100%;
}

#zeh-m .zeh-m-items a {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 39px 0;
    justify-content: center;
    text-align: center;
    color: #9FA0A0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Shippori Mincho", serif;
    border-block: 1px solid #F1E9DC;
    height: 100%;
    border-right: 1px solid #F1E9DC;
}


#zeh-m .zeh-m-items.btn a {
    color: #fff;
    border-block: 1px solid #F1E9DC;
    background-color: #868076;
    border-right: none;
    position: relative;
    pointer-events: all;
}

#zeh-m .zeh-m-items.btn a::after {
    content: "";
    background-image: url('../images/zeh_m/arrw.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

#zeh-m .container.zeh {
    margin-top: 100px;
    margin-bottom: 180px;
}


#zeh-m .zeh-m-btm {
  margin-top: 100px;
}

#zeh-m .zeh-m-btm-box {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 35px;
  padding: 40px 40px 32px 40px;
  background-color: #E2F0D9;
}


#zeh-m .zeh-m-btm-left {
  max-width: 365px;
  width: 100%;
}

#zeh-m .zeh-m-btm-right {
  max-width: 480px;
  width: 100%;
  line-height: 0;
}


#zeh-m .zeh-m-btm-txt {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}

#zeh-m .zeh-m-btm-txt.sm {
  font-size: 18px;
  line-height: 31.5px;
  margin-top: 123px;
}


/**************************************************************************************/
/**************************************************************************************/
/* SP Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width: 640px) {
 #zeh-m .container.zeh {
    padding-inline: 20px;
    margin-block: 60px 80px;
 }

 #zeh-m .zeh_m-gray-box {
    height: 155px;
    margin-top: 60px;
}
  
  #zeh-m .inner{
    width:90%;
  }
  
  #zeh-m #about{
    margin-top:50px;
  }
  
  #zeh-m #about p{
    text-align: justify;
    font-size:3.5vw;
  }
  
  #zeh-m #about p br{
    display:none;
  }
  
  #zeh-m #definition{
    width:100%;
    margin-top:65px;
  }
  
  #zeh-m #definition .housing{
    padding:15px;
  }
  
  #zeh-m #definition .housing h4{
    font-size:5.5vw;
  }
  
  #zeh-m #definition .housing h4 span{
    display:inline-block;
  }
  
  #zeh-m #definition .housing .tableTitle,
  #zeh-m #definition table th,
  #zeh-m #definition table td{
    font-size:3.0vw;
  }
  
  #zeh-m #definition table th,
  #zeh-m #definition table td{
    width:33.33%;
  }
  
  #zeh-m #definition table td span{
    display:inline-block;
  }
  
  #zeh-m #definition .housing::after{
    height: 30px;
  }
  
  #zeh-m #definition .factorWrap{
    justify-content: center;
    flex-wrap: wrap;
  }
  
  #zeh-m #definition .factorItem{
    width:70%;
    max-width: 400px;
  }
  
  #zeh-m #definition .factorItem:not(:first-child){
    margin-top:50px;
  }
  
  #zeh-m #definition .factor{
    width:100%;
  }
  
  #zeh-m #definition .factor .factorTitle{
    font-size:5.0vw;
    padding-bottom:10px;
    margin-bottom:10px;
  }
  
  #zeh-m #definition .factor .factorCopy{
    font-size:3.5vw;
  }
  
  #zeh-m #definition .summary .txtBox p{
    font-size:4.5vw;
  }
  
  #zeh-m #definition .summary .ibspan{
    display: inline-block;
  }
  
  #zeh-m #definition .summary h3{
    font-size:9.0vw;
  }
  
  #zeh-m #definition .summary h3 .harfsize{
    font-size:6.0vw;
  }
  
  #zeh-m #bels #belsContents .boxleft,
  #zeh-m #bels #belsContents .boxright{
    width:100%;
    float:none;
  }
  
  #zeh-m #bels #belsContents .boxright{
    margin:20px auto 0;
    width:100%;
    max-width: 490px;
  }


  #zeh-m .zeh-m-links {
    flex-direction: column;
}


#zeh-m .zeh-m-items a {
    padding: 16.5px 0;
    border-right: none;
}


#zeh-m .zeh-m-items.btn a {
    color: #fff;
    border-block: 1px solid #F1E9DC;
    background-color: #868076;
    border-right: none;
    position: relative;
}

#zeh-m .zeh-m-items.btn a::after {
    content: "";
    background-image: url('../images/zeh_m/arrw.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

#zeh-m .zeh-m-btm {
  margin-top: 40px;
}

#zeh-m .zeh-m-btm-box {
  gap: 24px;
  padding: 20px;
  flex-direction: column-reverse;
}


#zeh-m .zeh-m-btm-left {
  max-width: 100%;
}

#zeh-m .zeh-m-btm-right {
  max-width: 100%;
}


#zeh-m .zeh-m-btm-txt {
  font-size: 16px;
  line-height: 28px;
}

#zeh-m .zeh-m-btm-txt.sm {
  font-size: 14px;
  line-height: 24.5px;
  margin-top: 10px;
}


}

.br-mid {
    display: none;
}

@media (min-width:641px) and (max-width:689px) {
  #zeh-m .zeh-m-btm-box {
    flex-direction: column-reverse;
  }

  #zeh-m .zeh-m-btm-txt.sm {
    margin-top: 10px;
  }
  
  #zeh-m .zeh-m-btm-left {
    max-width: 100%;
  }
}

@media (min-width:690px) and (max-width:1199px) {
    #zeh-m .zeh-m-items a {
        font-size: 13px;
        padding-inline: 10px;
    }

    .br-mid {
        display: block;
    }

  
}


@media (min-width:690px) and (max-width: 991px) {
  #zeh-m .zeh-m-btm-txt {
    font-size: 17px;
    line-height: 30px;
  }

  #zeh-m .zeh-m-btm-txt.sm {
    font-size: 15px;
    line-height: 26.5px;
    margin-top: 20px;
  }
  #zeh-m .zeh-m-btm-box {
    align-items: flex-start;
  }
}


.equipment-links {
  display: flex;
  align-items: center;

  @media (max-width:991px) {
      flex-direction: column;
  }
}

.equipment-items {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  min-height: 100px;
  
  @media (max-width:767px) {
      min-height: 55px;
  }
  
  
  a {
      border: 0.5px solid #F0E9DD;
      font-family: "Shippori Mincho", serif;
      font-weight: 400;
      line-height: 26px;
      background-color:#FEFCF8;
      color: #000000;
      width: 100%;
      height: auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      font-size: 18px;
      transition: all 0.35s ease;

      @media (min-width:992px) and (max-width:1199px) {
          font-size: 14px;
          padding-inline: 20px;
      }

      &::after {
          content: "";
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.411' height='12.035' viewBox='0 0 7.411 12.035'%3E%3Cpath id='Path_2041' data-name='Path 2041' d='M1.557,0,.328,1.23,4.951,5.854,0,10.805l1.23,1.23L7.411,5.854Z' transform='translate(0 0)' fill='%23808081'/%3E%3C/svg%3E%0A");
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          width: 7.41px;
          height:12.03px;
          left: 16px;
          top: 50%;
          transform: translateY(-50%);
      }

      @media (min-width:768px) {
          &:hover {
              background-color: #858077;
              color: #fff;
              opacity: 1;
              border-color: #707070;
  
              &::after {
                  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.411' height='12.035' viewBox='0 0 7.411 12.035'%3E%3Cpath id='Path_2041' data-name='Path 2041' d='M1.557,0,.328,1.23,4.951,5.854,0,10.805l1.23,1.23L7.411,5.854Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
              }
          }
      }
  }

  &.active {
      a {
          background-color: #858077;
          color: #fff;
          border-color: #707070;

          &::after {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.411' height='12.035' viewBox='0 0 7.411 12.035'%3E%3Cpath id='Path_2041' data-name='Path 2041' d='M1.557,0,.328,1.23,4.951,5.854,0,10.805l1.23,1.23L7.411,5.854Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
          }

          @media (min-width:768px) {
              &:hover {
                  background-color:#FEFCF8;
                  color: #000000;
  
                  &::after {
                      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.411' height='12.035' viewBox='0 0 7.411 12.035'%3E%3Cpath id='Path_2041' data-name='Path 2041' d='M1.557,0,.328,1.23,4.951,5.854,0,10.805l1.23,1.23L7.411,5.854Z' transform='translate(0 0)' fill='%23808081'/%3E%3C/svg%3E%0A");
                  }
              }
          }
      }
  }
}
