.title_1 {
  background: #efedda;
  padding: 15px;
  margin-bottom: 15px;
  color: #56A110;
}

.title_1 p {
  position: relative;
  padding: 0;
  margin: 0;
  float: right;
  bottom: 20px;
}

.title_m1 {
  display: none;
}

img {
  vertical-align: top;
}

#met {}

#met ul {
  padding: 0;
}

#met li {
  font-size: 15px;
  line-height: 24px;
  list-style: none;
  float: left;
  padding-left: 50px;
}

#met li span {
  font-size: 3px;
  padding: 0 5px;
  color: #194b8f;
}

#met .met_img1 {
  text-align: inherit;
  overflow: hidden;
  width: 90%;
  margin: 80px auto;
  max-width: 760px;
}
#met .met_img1 div {
  float: left;
  max-height: 150px;
}
.left_circle {
  max-width: 150px;
  background: #95a3ce;
  border-radius: 100px;
  white-space: pre-line;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 40px 25px;
    font-weight: 700;
}
.left_circle span {
  color: #fcff00;
}
.left_circle em {
  text-decoration:none;
  font-style: normal;
  font-size: 21px;
}
.right_desc {
  width: 600px;
  margin-top: 10px;
}
.right_desc p {
  border-bottom: solid 1px #ddd;
  padding-bottom: 3px;
  font-size: 14px;
  margin-left: 20px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.more_desc {
  max-width: 720px;
  margin: 0 auto;
  font-size: 13px;
  color: #7b7b7b;
  white-space: pre-line;
  line-height: 2;
  margin-bottom: 60px;
}
.more_desc::first-line {
  font-size: 18px;
}
#met .text_box {
  padding-bottom: 30px;
}

#met .met_text1 {
  border-top: 3px solid #222;
  margin-top: 30px;
  border-bottom: 1px solid #222;
  padding: 20px 5px;
}

#met .met_text1 h4 {
  padding: 0;
  margin: 0;
}

#met .met_text1 span {
  color: #d47903;
}

#met2 {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

#met2 .met_text {
  padding: 24px 0 0;
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #4d68c1;
  margin-right: 30px;
  white-space:pre;
}

#met2 .met_text1 {
  float: left;
  width: 80%;
  padding: 0;
  margin: 0;
}
.met_text1>p {
  white-space: pre-line;
}

#met2 p {
  line-height: 2;
  font-size: 16px;
}

#met3 {
  width: 70%;
  margin: 20px auto 30px;
}

#met3 .met_text {
  width: 20%;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #4d68c1;
  font-weight: 700;
  padding: 12px 0 0 10px;
}

#met3 .met_text1 {
  width: 70%;
}

#met3 p {
  line-height: 25px;
  letter-spacing: -1px;
  font-size: 13.5px;
}

@media only screen and (max-width: 800px) {
  #met2 p {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  #met .met_img1 {
    margin: 30px auto;
  }
  #met .met_img1 div {
    width: 100%;
    float: none;
    max-height: inherit;
    margin: 0 auto;
  }
  .right_desc {
    margin-top: 20px;
  }
  .left_circle {
    padding: 40px 0;
  }
  .right_desc p {
    padding-left: 0;
    margin-left: 0;
    font-size: 13px;
  }
  .more_desc {
    width: 90%;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .more_desc::first-line {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  #met2 p {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
  #met .met_img1 {
    margin: 30px auto;
  }
  #met .met_img1 div {
    width: 100%;
    float: none;
    max-height: inherit;
    margin: 0 auto;
  }
  .left_circle {
    padding: 40px 0;
  }
  .right_desc {
    margin-top: 20px;
  }
  .right_desc p {
    padding-left: 0;
    margin-left: 0;
    font-size: 13px;
  }
  .more_desc {
    width: 90%;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .more_desc::first-line {
    font-size: 16px;
  }
  .title_m1 {
    background: #efedda;
    padding: 15px;
    margin-bottom: 15px;
    color: #56A110;
  }
  .title_m1 p {
    position: relative;
    padding: 0;
    margin: 0;
    float: right;
    bottom: 20px;
  }
  .title_m1 {
    display: block;
  }
  .title_1 {
    display: none;
  }
  .w_sns {
    display: none;
  }
  #met2 .s_title p {
    width: 100%;
  }
  #met2 .met_text {
    width: 90%;
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #4d68c1;
    font-weight: 700;
    padding: 12px 0 0 10px;
    white-space: normal;
  }
  #met2 .met_text1 {
    display: inline-block;
    width: 95%;
    float: left;
    margin-left: 12px;
  }
  #met3 .met_text1 {
    width: 95%;
    margin-left: 12px;
  }
  #met3 .s_title p {
    width: 100%;
  }
  #met4 .met_text1 {
    width: 95%;
    margin-left: 12px;
  }
  #met5 .met_text1 {
    width: 95%;
    margin-left: 12px;
  }
}

@media only screen and (max-width: 345px) {
  #met2 p {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  #met .met_img1 {
    margin: 30px auto;
  }
  #met .met_img1 div {
    width: 100%;
    float: none;
    max-height: inherit;
    margin: 0 auto;
  }
  .left_circle {
    padding: 40px 0;
  }
  .right_desc {
    margin-top: 20px;
  }
  .right_desc p {
    padding-left: 0;
    margin-left: 0;
    font-size: 13px;
  }
  .more_desc {
    width: 90%;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .more_desc::first-line {
    font-size: 16px;
  }
  #met2 .met_text {
    width: 100%
  }
  #met3 .met_text {
    width: 100%
  }
  #met4 .met_text {
    width: 100%
  }
  #met5 .met_text {
    width: 100%
  }
  #met2 .met_text1 {
    padding-left: 10px;
    width: 95%;
  }
  #met3 .met_text1 {
    padding-left: 10px;
    width: 95%;
  }
  #met4 .met_text1 {
    padding-left: 10px;
    width: 95%;
  }
  #met5 .met_text1 {
    padding-left: 10px;
    width: 95%;
  }
}
