.treatment .treatment-head .treatment-head_title {
  font-size: 20px;
  text-align: center;
}

.treatment .treatment-head .treatment-head_lead {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.treatment .treatment-head .treatment-head_feature {
  margin-top: 60px;
}

.treatment .treatment-body {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.treatment .treatment-body .treatment-body_img {
  width: 63%;
}

.treatment .treatment-body .treatment-body_txt {
  width: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.treatment .treatment-foot {
  margin-top: 85px;
}

.treatment .treatment-foot .treatment-foot_recommend {
  text-align: center;
}

.treatment .treatment-foot .treatment-foot_btn {
  margin-top: 60px;
  text-align: center;
}

.featurelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.featurelist .featurelist-item {
  margin-left: 45px;
}

.featurelist .featurelist-item:first-child {
  margin-left: 0;
}

.feature {
  width: 170px;
  height: 170px;
  border: 1px solid #333333;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.recommend {
  width: 600px;
  height: 280px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #939393;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.recommend .recommend-head {
  font-size: 20px;
}

.recommend .recommend-body {
  margin-top: 32px;
}

.recommend .recommend-body .recommend-body_item {
  font-size: 16px;
  margin-top: 20px;
}

.recommend .recommend-body .recommend-body_item:first-child {
  margin-top: 0;
}

.index {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.25;
  width: 100%;
  max-width: 382px;
}

.treatment_btn {
  font-family: 'Helvetica','Helvetica Neue','Arial',sans-serif;
  font-weight: 400;
  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;
  width: 380px;
  height: 70px;
  background-color: #333333;
  font-size: 28px;
  letter-spacing: 0.15em;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.treatment_btn::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../common/img/icon-circlearrow--white.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

@media screen and (max-width: 980px) {
  .main .main-body {
    position: relative;
  }
  .main .main-body:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #939393;
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .treatment .treatment-head .treatment-head_title {
    font-size: 15px;
    text-align: center;
  }
  .treatment .treatment-head .treatment-head_lead {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    padding: 0;
  }
  .treatment .treatment-head .treatment-head_feature {
    margin-top: 45px;
  }
  .treatment .treatment-body {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .treatment .treatment-body .treatment-body_img {
    width: 100%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .treatment .treatment-body .treatment-body_recommend {
    margin-top: 40px;
  }
  .treatment .treatment-body .treatment-body_txt {
    margin-top: 35px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .treatment .treatment-foot {
    margin-top: 85px;
  }
  .treatment .treatment-foot .treatment-foot_recommend {
    display: none;
  }
  .treatment .treatment-foot .treatment-foot_btn {
    margin-top: 60px;
    text-align: center;
  }
  .featurelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .featurelist .featurelist-item {
    margin-left: 0px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .featurelist .featurelist-item:first-child {
    margin-left: 0;
  }
  .feature {
    width: 100px;
    height: 100px;
    border: 1px solid #333333;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
  .recommend {
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid #939393;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 20px;
  }
  .recommend .recommend-head {
    font-size: 17px;
    text-align: left;
  }
  .recommend .recommend-body {
    margin-top: 20px;
  }
  .recommend .recommend-body .recommend-body_item {
    font-size: 13px;
    margin-top: 14px;
    text-align: left;
  }
  .recommend .recommend-body .recommend-body_item:first-child {
    margin-top: 0;
  }
  .index {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2.25;
    width: 100%;
    max-width: auto;
  }
  .treatment_btn {
    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;
    width: 100%;
    height: 70px;
    background-color: #333333;
    font-size: 20px;
    letter-spacing: 0.15em;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .treatment_btn::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../common/img/icon-circlearrow--white.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
}
/*# sourceMappingURL=treatment.css.map */