/*sunny.css,poul.css,wally.cssを元にwoody固有のstyleを追加*/
.woody_cont {
  max-width: 712px;
  margin: 0 auto;
  text-align: left;
}
.sec_tit {
  color: #a6713c;
}
#catch01 {
  max-width: 400px;
  right: 2%;
}
.f-textbox {
  border: 2px solid #f39a23;
}
.woody_effect {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  #catch01 {
    right: auto;
  }
  .woody_effect {
    display: block;
    text-align: center;
  }
}
/* ウッディ防汚試験 ①木材 */
.woody_test_tit {
  font-size: 18px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
}
.woody_test01 {
  margin-top: 20px;
}
.woody_test01 li {
  margin-bottom: 40px;
}
.woody_test01_flex {
  display: flex;
  justify-content: space-between;
}
.woody_test01_txt {
  position: relative;
  width: 2em;
  background-color: #dd960f;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  margin-right: 10px;
  flex: 0 0 2em;
}
.woody_test01_txt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woody_test01_left {
  margin-right: 10px;
}
.woody_test01_come {
  margin-top: 10px;
  padding-left: 4em;
}
@media screen and (max-width:600px) {
  .woody_test01_flex {
    display: block;
    text-align: center;
  }
  .woody_test01_txt {
    width: 100%;
    height: 2em;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .woody_test01_left {
    margin-right: 0;
    margin-bottom: .5em;
  }
  .woody_test01_come {
    padding-left: 0;
    text-align: center;
  }
}
/* ウッディ防汚試験 ②石材 */
.woody_test02 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.woody_test02 li {
  flex: 0 1 220px;
}
.woody_test02 li:nth-child(2) {
  margin: 0 10px;
}
.woody_test02_txt {
  font-size: 18px;
  color: #fff;
  background-color: #898989;
  text-align: center;
  margin-bottom: 5px;
}
.woody_test02_come {
  margin-top: 10px;
}
@media screen and (max-width:600px) {
  .woody_test02 {
    display: block;
    text-align: center;
  }
  .woody_test02 li {
    margin-bottom: 40px;
  }
  .woody_test02 li:nth-child(2) {
    margin: 0 auto 40px;
  }
  .woody_test02_txt {
    margin-bottom: 20px;
  }
}
/* ウッディ耐候性試験 */
.woody_test03 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.woody_test03 li {
  flex: 0 1 201px;
}
.woody_test03 li:nth-child(2) {
  margin: 0 10px;
}
.woody_test03_come {
  margin-top: 10px;
}
@media screen and (max-width:600px) {
  .woody_test03 {
    display: block;
    text-align: center;
  }
  .woody_test03 li {
    margin-bottom: 40px;
  }
  .woody_test03 li:nth-child(2) {
    margin: 0 auto 40px;
  }
}
