@charset "UTF-8";
/*不燃認定壁紙1000-point1*/
#funen #features-fig-01_01 {
  padding: 40px 80px;
}

#funen #features-fig-01_01 img {
    margin: 20px 0;
}

#funen #features .features-fig-h3 {
  font-size: 24px;
  margin-bottom: 0;
}  

#funen #features .features-fig-h3 span {
  font-size: 16px;
  font-weight: 400;
}  

#funen #features .features-fig-lead {
  font-size: 16px;
}  

#funen #features .features-fig-note {
  font-size: 24px;
  margin-bottom: .3em;
}

#features .features-fig-caution {
  font-size: 14px;
}  

/*不燃認定壁紙1000-point2*/
#funen .features-highlight-text {
  width: 80%;
  margin: 1.5em auto;
  text-align: center;
  font-size: 42px;
  color: #fff;
  background-color: #8f929e;
  letter-spacing: .1em;
}

#funen .features-highlight-text span {
  font-size: 64px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 .1em;
}

/*メディアクエリ 768px以下*/
@media (max-width:768px) {
  /*不燃認定壁紙1000-point1*/
  #funen #features-fig-01_01 {
    padding: 20px;
  }
  
  #funen #features .features-fig-h3 {
    font-size: 16px;
  }  
  
  #funen #features .features-fig-h3 span {
    font-size: 12px;
  }  
  
  #funen #features .features-fig-lead {
    font-size: 12px;
  }  
  
  #funen #features .features-fig-note {
    font-size: 14px;
  }  
  
  #funen #features .features-fig-caution {
    font-size: 12px;
  }  
  
  /*不燃認定壁紙1000-point2*/
  #funen .features-highlight-text {
    font-size: 5.33vw;
  }
  
  #funen .features-highlight-text span {
    font-size: 7.46vw;
  }
}