/*sunny.cssを元にpole固有のstyleを追加*/
/*ポールの特徴から*/
#p03 {
  filter: drop-shadow(0 0 10px #eee);
}
.bg_lightblue {
  background: #f6feff;
}
/*特徴*/
.feature {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}
.feature h2 {
  text-align: center;
  margin: 0 0 60px 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fed900;
}
.feature h3 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.f-textbox {
  text-align: left;
  padding: 0.5rem;
  border: 2px solid #fed900;
  border-radius: 10px;
  font-size: 0.6rem;
  letter-spacing: 1px;
  background: #fff;
}
#main-fbox {
  width: 70%;
  margin: 30px auto;
}
.f-point {
  display: flex;
  justify-content: space-between;
}
.f-point li {
  text-align: center;
  width: 33.333%;
  margin: 0 0 30px 0;
}
.f-point li:nth-child(2) {
  margin: 0 15px;
}
.f-point img {
  margin: 0 0 20px 0;
}
/*コストパフォーマンス*/
.cost-performance {
  max-width: 712px;
  margin: 0 auto;
}
.cost-performance h2 {
  text-align: center;
  margin: 0 auto;
  padding: 0.3rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: #fed900;
}
.cost-performance ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px auto 60px;
}
/*防カビ・お手入れ*/
.sec_tit {
  color: #fed900;
}
.protect {
  text-align: center;
  margin-top: 40px;
}
.maintenance ul {
  display: flex;
  justify-content: space-between;
}
/*施工箇所*/
.bg_lightpink {
  background: #f6feff;
}
/*製品仕様*/
.spec-table th {
  color: #232323;
  background: #fed900;
}
.spec-table td {
  border: 1px solid #fed900;
}
@media screen and (max-width:768px) {
  .sec_tit {
    font-size: 1.6rem;
  }
  .feature {
    width: 100%;
  }
  .feature h2 {
    font-size: 2rem;
  }
  #main-fbox {
    width: 90%;
    margin: 0 auto;
  }
  .f-point {
    flex-wrap: wrap;
    align-items: center;
  }
  #main-fbox {
    font-size: 12px;
  }
  .f-point li {
    width: 90%;
    margin: 30px auto;
  }
  .f-point li p {
    font-size: 12px;
  }
  .f-point li:nth-child(2) {
    margin: 0 auto;
  }
  .f-point h3 {
    margin: 0 0 20px 0;
  }
  .mainfeature h3 {
    margin: 0 0 20px 0;
  }
  .cost-performance h2 {
    padding: 0.5rem;
    font-size: 1.5rem;
  }
  .cost-performance ul {
    display: block;
    text-align: center;
  }
  .cost-performance li {
    margin-bottom: 30px;
  }
}
