

.first {
  position: relative;
  width: 100%;
  margin: 2% 0;
}
.first .back {
  width: 70%;
  max-width: 800px;
  min-width: 250px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first .back img {
  width: 320px;
  height: 150px;
}
.first .h {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  text-align: center;
  align-content: center;
  transform: translateY(-50%);
}
.first .h h2 {
  text-align: center;
  font-weight: 700;
  color: #ec9939;
  text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.87);
  letter-spacing: 3px;
}

.page-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  color: #ffffff;
}
.page-top .top-topic-1 {
  width: 35%;
  text-align: center;
}
.page-top .top-topic-1 h1 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  background: linear-gradient(90deg, rgb(255, 166, 0), rgb(255, 202, 57));
  padding: 120px 50px 50px 50px;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.4745098039);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
}
.page-top .top-topic-2 {
  width: 60%;
  height: 250px;
  margin-top: 80px;
  margin-left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-top .top-topic-2 div {
  width: 90%;
  border: rgba(199, 199, 199, 0.7058823529) solid 3px;
}
.page-top .top-topic-2 div h2 {
  text-align: center;
  padding: 30px;
  color: #636363;
  left: 3px;
}
.page-top .medical-top-topic-2 {
  background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.479)), url("http://twebnes.com/wp-content/uploads/2025/07/IMG_E2005-scaled.jpg");
  background-size: cover;
}

.medical-page-contents {
  margin-top: 40px;
}

.medical-page-contents-h {
  width: 100%;
}
.medical-page-contents-h h2 {
  width: 70%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 80px;
  background: linear-gradient(90deg, rgb(255, 166, 0), rgb(255, 202, 57));
  text-align: center;
  color: #ffffff;
}

.m2 h2 {
  margin-left: 30%;
}

.m1 h2 {
  margin-right: 30%;
}

.medical-page-item1 {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #f1f1f1;
}
.medical-page-item1 .medical-page-img {
  background-color: #ec9939;
}
.medical-page-item1 .medical-page-img img {
  width: 100%;
  border: #ffffff 3px solid;
}

@media screen and (min-width: 769px) {
  .medical-page-item1 {
    margin: 5% auto;
    padding: 5%;
  }
  .medical-page-item1 li {
    width: 45%;
    margin: auto;
  }
  .medical-page-item1 li img {
    transform: translate(-5%, -5%);
  }
  .top-topic-1 {
    transform: translateX(50%);
  }
  .medical-page-item-p {
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .medical-top-topic-1 {
    transform: translateX(5%);
  }
  .medical-page-item1 {
    margin: 5% auto;
    flex-direction: column;
    padding: 5%;
  }
  .medical-page-item1 li {
    width: 90%;
    padding: 2%;
  }
  .medical-page-item1 li img {
    transform: translate(-5%, -5%);
  }
  .medical-page-item-p {
    line-height: 30px;
  }
  .m2-order1 {
    order: 1;
  }
  .m2-order2 {
    order: 2;
  }
}/*# sourceMappingURL=medical-page.css.map */