<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*===========================================*/
/*============ carbon_neutral ==========*/
/*===========================================*/
#single #titBox h1 {
font-size: 36px;
font-weight: 700;
padding: 0.4em 0;
  letter-spacing: -0.03em;
}
#single .editer .txtBox {
  width: calc(100% - 160px);
  background-color: #e9f3fb;
  font-size: 16px;
  padding: 1.5em;
  border-radius: 15px;
  position: relative;
  display: flex;
align-items: center;
  
}
/*#single .editer .txtBox p span {
  background: rgb(255,244,176);
background: linear-gradient(0deg, rgba(255,244,176,0) 3%, rgba(255,244,176,0.80015756302521) 4%, rgba(255,244,176,0.80015756302521) 46%, rgba(255,244,176,0) 47%);
}*/
.marker {
background: rgb(255,241,0);
background: linear-gradient(180deg, rgba(255,241,0,0) 0%, rgba(255,241,0,1) 20%,rgba(255,241,0,0) 100%);
background-repeat: no-repeat;
background-size: 0% .8em;
background-position: 0 1em;
transition: all 1.5s ease 0.5s;
font-weight: 500;
background-position: 0 .8em;
}
.marker.active {
    background-size: 100% .8em;
}
#single .editer_bl .txtBox {
  background-color: #e9f3fb;
}

#single .editer .txtBox::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 100%;
  top: 45%;
  transform: translateY(-50%) rotateZ(180deg);
  border-right: #e9f3fb solid 30px;
  border-top: transparent solid 15px;
    border-bottom: transparent solid 15px
}
#single .editer_pk .txtBox::after {
border-right: #fbe8e8 solid 30px;
}

#single .editer.quest .imgBox {
  border-radius: 50%;
  overflow: hidden;
}
#single .editer.quest .txtBox {
  background-color: #FCEAEA;
}
#single .editer.quest .txtBox::after {
  left: inherit;
  right: 100%;
  transform: translateY(-50%);
  border-right: #FCEAEA solid 30px;
  border-top: transparent solid 15px;
    border-bottom: transparent solid 15px
}

#single .pointWrap {
  padding-top: 50px;
}
#single .pointWrap .pointBox {
  border: #DCDDDD solid 2px;
  border-radius: 15px;
  position: relative;
  padding: 50px 50px 25px;
}

#single .pointWrap .pointBox h4 {
  position: absolute;
  width: 20%;
  top: 0;
  left: 50%;
  transform: translate(-50%,-60%);
}
#single .pointWrap .pointBox dl {
}
#single .pointWrap .pointBox dt {
  font-size: 24px;
}
#single .pointWrap .pointBox dd {
  font-size: 16px;
  line-height: 1.6;
  padding: 1em 0;
}
#single .pointWrap .pointBox .figBox {
  padding: 20px 0;
}
#single .pointWrap .pointBox .fig02 {
  max-width:600px;
  margin: 0 auto;
}
#single .pointWrap .pointBox .caption {
  text-align: right;
  font-size: clamp(10px, 3.0vw, 12px);
}


#single .secQ {}
#single .secQ h2 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding: 1.5em 1em;
  border:#EC6D7B solid 2px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 5px 5px 1px rgba(0,0,0,0.1);
  letter-spacing: -0.05em;
  margin-bottom: 30px;
}
#single .secQ h2::after {
  content: '　';
  position: absolute;
  width: 2.2em;
  height: 2.2em;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
  background-color: #EC6D7B;
  border-radius: 50%;
  background-image: url("../carbon_neutral/img/icon-q1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#single .secQ.q02 h2::after {
  background-image: url("../carbon_neutral/img/icon-q2.svg");
}
#single .secQ.q03 h2::after {
  background-image: url("../carbon_neutral/img/icon-q3.svg");
}
#single .secQ.q04 h2::after {
  background-image: url("../carbon_neutral/img/icon-q4.svg");
}
#single .secQ.q05 h2::after {
  background-image: url("../carbon_neutral/img/icon-q5.svg");
}

#single #secMessage {
  background-color: #EAEAE2;
  border-radius: 15px;
  padding: 50px;
}
#single #secMessage h4 {
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 1em;
}
#single #secMessage .flex {}
#single #secMessage .flex .txtBox {
  background-color: #fff;
}
#single #secMessage .flex .txtBox::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: inherit;
  right: 100%;
  top: 45%;
  transform: translateY(-50%);
  border-right: #fff solid 30px;
  border-top: transparent solid 15px;
    border-bottom: transparent solid 15px
}
#single #secMessage h5 {
  display: block;
width: 100%;
font-size: 20px;
color: #fff;
text-align: center;
padding: 0.6em;
background-color: #00A983;
border-radius: 12px;
margin-bottom: 20px;
}

#single #secMessage a {
  display: block;
  padding: 15px 30px;
}
#single #secMessage a:hover {
  opacity: 0.7;
}

#single #pdfWrap {
  font-size: 20px;
  padding: 1.5em 2em;
  border:#EC6D7B solid 2px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 5px 5px 1px rgba(0,0,0,0.1);
  margin-top: 30px;
}
#single #pdfWrap a {
  display: block;
  margin: 0 auto;
  background-color: #EA5C71;
  padding: 10px 10%;
  width: 360px;
  margin-top: 30px;
}
#single #pdfWrap p.caption {
  text-align: center;
  font-size: 13px;
}

@media screen and (max-width: 959px) {
  #single .secQ h2 {
    font-size: clamp(22px, 3vw, 24px);
  }
  #single #pdfWrap {
    font-size: clamp(18px, 2.5vw, 20px);
  }

}
@media screen and (max-width: 599px) {
  #single #titBox h1 {
  font-size: clamp(24px, 3.3vw, 26px);
  }
  
  #single .secQ h2 {
    font-size: clamp(17px, 4.8vw, 19px);
    padding: 2em 1em 1em;
  }
  #single .secQ h2::after {
    width: 3.2em;
    height: 3.2em;
  }
  #single .editer {
    flex-direction: column-reverse;
  }
  #single .editer .txtBox {
    width: 100%;
    background-color: #e9f3fb;
    font-size: 16px;
    padding: 1.5em;
    border-radius: 15px;
    position: relative;
    margin-top: 30px;
  }
  #single .editer .txtBox::after {
    width: 30px;
    height: 30px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
    border-bottom: #e9f3fb solid 30px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
  }
  #single .editer.quest{
    flex-direction: column;
  }
  #single .editer.quest .txtBox::after {
    width: 30px;
    height: 30px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
    border-bottom: #FCEAEA solid 30px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
  }
  #single .pointWrap .pointBox h4 {
  position: absolute;
  width: 40%;
  }
  #single .pointWrap .pointBox {
    padding: 10% 5% 2%;
  }
  #single .pointWrap .pointBox dt {
    font-size: clamp(18px, 5.1vw, 20px);
    font-weight: 500;
    text-align: center;
    padding-top: 1em;
    line-height: 1.3;
  }
  #single .pointWrap .pointBox dd {
    font-size: clamp(15px, 4.3vw, 17px);
  }
  #single #secMessage {
    border-radius: 15px;
    padding: 5%;
  }
  #single #secMessage .editer {
    flex-direction: column;
  }
  #single #secMessage .flex .txtBox::after {
    width: 30px;
    height: 30px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
    border-bottom: #fff solid 30px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
  }
  #single #secMessage h5 {
    font-size: clamp(15px, 4.3vw, 17px);
  }
  #single #secMessage a {
    display: block;
    padding: 15px 0px;
  }
  #single #pdfWrap {
  font-size: clamp(15px, 4.3vw, 17px);
  padding: 1.5em 1em;
  }
  #single #pdfWrap li {
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
  #single #pdfWrap a {
    width: 90%;
  }
  

  
}
  
  


/*=====================END======================*/
/*============ carbon_neutral ==========*/
/*===========================================*/
</pre></body></html>