.therapy_eyecatch_area {
  display: block;
  padding: 50px 0 0;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #3c3e24;
}
.therapy_desc {
  width: 100%;
  margin: 0 auto;
  max-width: 1040px;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #a2a76e;
  text-align: center;
}
.therapy_desc h1 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.therapy_desc p {
  color: white;
  font-size: 18px;
}

.therapy_content_wrap {
  margin: 30px auto;
  width: 100%;
  max-width: 1040px;
}

.therapy_content_wrap h2 {
  margin: 60px 0 30px;
  padding: 15px 0px;
  clear: both;
  border-bottom: 2px solid #777e41;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
.therapy_content_wrap p {
  margin: 0 0 30px;
  color: #222222;
  font-size: 18px;
  line-height: 1.67;
  position: relative;
}
.therapy_content_wrap p::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #777e41;
  margin-right: 5px;
}
.therapy_content_wrap a {
  color: #777e41;
}
.therapy_content_wrap a:hover {
  font-weight: bold;
}
.therapy_content_wrap h4::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: #777e41;
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 599px) {
  .therapy_desc h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .therapy_desc p {
    font-size: 14px;
    text-align: left;
  }
  .therapy_content_wrap h2 {
    margin: 30px 0 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .therapy_content_wrap p {
    margin: 0 0 15px;
  }
}
