.sub_page_contents_wrap .about_healing_box {
  padding: 0;
}

.sub_page_contents_wrap .about_healing_box .center_wrap .sub_text_box ul {
  margin: 24px 0;
}

.sub_page_contents_wrap .about_healing_box .center_wrap .sub_text_box ul li h2 {
  margin-bottom: 12px;
  font-size: 16px;
}

.sub_page_contents_wrap .dog_healing_box .healing_info_box {
  margin-top: 24px;
}

.sub_page_contents_wrap .dog_healing_box .healing_info_box .healing {
  background-color: #f5f5f5;
  padding: 24px 20px;
  margin-bottom: 20px;
}

.sub_page_contents_wrap .dog_healing_box .healing_info_box .healing .img_title_box {
  margin-bottom: 12px;
}

.sub_page_contents_wrap .dog_healing_box .healing_info_box .healing .img_title_box span {
  font-size: 16px;
  margin-top: 20px;
  display: block;
}

.sub_page_contents_wrap .dog_healing_box .healing_info_box .healing ul li {
  margin-bottom: 20px;
}

.sub_page_contents_wrap .dog_healing_box .healing_info_box .healing ul li span {
  font-size: 14px;
}

.sub_page_contents_wrap .dog_healing_box .healing_info_box .healing ul li .sub_title_text {
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
}

.sub_page_contents_wrap .dog_healing_box .healing_info_box .healing ul li .sub_title_text::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F36A10), to(#087A49));
  background: linear-gradient(to bottom, #F36A10, #087A49);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.sub_page_contents_wrap .dog_healing_box .healing_info_box .healing ul li:last-child {
  margin: 0;
}

.sub_page_contents_wrap .dog_healing_box .healing_info_box .healing:last-child {
  margin: 0;
}

.sub_page_contents_wrap .dog_healing_box .healing_sub_text_box {
  margin-top: 8px;
}

.sub_page_contents_wrap .dog_healing_box .healing_sub_text_box span {
  font-size: 14px;
}

.sub_page_contents_wrap .dog_healing_box .graph_box {
  margin-top: 40px;
}

.sub_page_contents_wrap .dog_healing_box .graph_box h2 {
  background-color: #000;
  color: #fff;
  padding: 20px 24px;
  text-align: center;
  font-size: 18px;
}

.sub_page_contents_wrap .dog_healing_box .graph_box .img_box {
  padding: 20px 24px;
  background-color: #f5f5f5;
  text-align: center;
}

.sub_page_contents_wrap .before_after_box .center_wrap .graph_list_box {
  margin-top: 24px;
}

.sub_page_contents_wrap .before_after_box .center_wrap .graph_list_box ul {
  margin-bottom: 20px;
}

.sub_page_contents_wrap .before_after_box .center_wrap .graph_list_box ul li {
  text-align: center;
}

.sub_page_contents_wrap .before_after_box .center_wrap .graph_list_box ul li .graph_title_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
  font-size: 16px;
  width: 105px;
  height: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#F36A10), to(#087A49));
  background: linear-gradient(to right, #F36A10, #087A49);
  border-radius: 20px;
  color: #fff;
  margin: 0 auto 20px;
}

.sub_page_contents_wrap .before_after_box .center_wrap .graph_list_box ul:last-child {
  margin: 0;
}

@media all and (min-width: 768px) {
  .sub_page_contents_wrap .about_healing_box .center_wrap .sub_text_box ul {
    margin: 32px 0;
  }
  .sub_page_contents_wrap .about_healing_box .center_wrap .sub_text_box ul li h2 {
    font-size: 20px;
  }
  .sub_page_contents_wrap .dog_healing_box .healing_info_box {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sub_page_contents_wrap .dog_healing_box .healing_info_box .healing {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .sub_page_contents_wrap .dog_healing_box .healing_info_box .healing .img_title_box {
    margin-bottom: 16px;
  }
  .sub_page_contents_wrap .dog_healing_box .healing_info_box .healing .img_title_box span {
    font-size: 18px;
    margin-top: 24px;
  }
  .sub_page_contents_wrap .dog_healing_box .healing_info_box .healing ul li span {
    font-size: 16px;
  }
  .sub_page_contents_wrap .dog_healing_box .healing_info_box .healing:nth-child(3) {
    margin: 0;
  }
  .sub_page_contents_wrap .dog_healing_box .graph_box {
    margin-top: 60px;
  }
  .sub_page_contents_wrap .dog_healing_box .graph_box h2 {
    padding: 24px;
    font-size: 20px;
  }
  .sub_page_contents_wrap .dog_healing_box .graph_box .img_box {
    padding: 40px 60px;
  }
  .sub_page_contents_wrap .before_after_box .center_wrap .graph_list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
  }
  .sub_page_contents_wrap .before_after_box .center_wrap .graph_list_box ul {
    width: calc(33.33% - 20px);
    margin-bottom: 0;
  }
  .sub_page_contents_wrap .before_after_box .center_wrap .graph_list_box ul li .graph_title_text {
    font-size: 18px;
    width: 120px;
  }
}

@media all and (min-width: 1024px) {
  .sub_page_contents_wrap .about_healing_box .center_wrap .sub_text_box ul {
    margin: 40px 0;
  }
  .sub_page_contents_wrap .about_healing_box .center_wrap .sub_text_box ul li h2 {
    font-size: 24px;
  }
  .sub_page_contents_wrap .dog_healing_box .healing_info_box {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  .sub_page_contents_wrap .dog_healing_box .healing_info_box .healing {
    width: calc(25% - 15px);
    margin-bottom: 0;
  }
  .sub_page_contents_wrap .dog_healing_box .healing_info_box .healing .img_title_box {
    margin-bottom: 20px;
  }
  .sub_page_contents_wrap .dog_healing_box .healing_info_box .healing .img_title_box span {
    font-size: 20px;
  }
  .sub_page_contents_wrap .dog_healing_box .graph_box h2 {
    font-size: 22px;
  }
  .sub_page_contents_wrap .dog_healing_box .graph_box .img_box {
    padding: 40px 100px;
  }
  .sub_page_contents_wrap .before_after_box .center_wrap .graph_list_box {
    margin-top: 40px;
  }
  .sub_page_contents_wrap .before_after_box .center_wrap .graph_list_box ul {
    width: calc(33.33% - 40px);
  }
}
