/*sunny.cssを元にwally固有のstyleを追加*/
.feature h2 {
  color: #f39a23;
}

.feature h3 {
  font-size: 1.2rem;
}

.f-textbox {
  border-color: #f39a23;
}

#box01 {
  text-align: left;
}

.textArea02 {
  max-width: 482px;
  margin-left: auto;
  margin-right: auto;
  -ms-text-align-last: auto;
  text-align: left;
}

.justify {
  justify-content: space-around;
  flex-wrap: wrap;
}

.justify figure {
  margin: 0 0 40px 0;
}

.justify figure figcaption {
  margin: 30px 0 0 0;
}

.sec_tit {
  color: #f39a23;
}

#material-p {
  text-align: right;
}

#wally-place-det {
  text-align: right;
}

.spec-table th {
  background: #f39a23;
}

.spec-table td {
  border-color: #f39a23;
}
