.news_wrapper .news_area {
  padding: 0 10px;
}
@media screen and (min-width: 600px) {
  .news_wrapper .news_area {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1025px) {
  .news_wrapper .news_area {
    padding: 0 20%;
  }
}
.news_wrapper .news_area .date {
  margin-bottom: 6px;
}
.news_wrapper .news_area .text {
  line-height: 1.4em;
}

.message_wrapper {
  position: relative;
}
.message_wrapper .img_area {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.message_wrapper .img_area img {
  width: 100%;
}
.message_wrapper .message_text {
  background: #fff;
  opacity: 0.9;
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  padding: 12px;
  line-height: 1.6em;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 600px) {
  .message_wrapper .message_text {
    width: 88%;
    padding: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .message_wrapper .message_text {
    width: 80%;
    padding: 16px;
    font-size: 20px;
  }
}

.evolution_wrapper {
  margin-bottom: 100px;
}
.evolution_wrapper .evolution_btn_wrapper {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .evolution_wrapper .evolution_btn_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.evolution_wrapper .evolution_btn_wrapper .evolution_btn {
  width: 100%;
  border-radius: 999px;
  background: #0570c6;
  color: #fff;
  padding: 16px 8px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (min-width: 1025px) {
  .evolution_wrapper .evolution_btn_wrapper .evolution_btn {
    padding: 16px 90px;
  }
}

.about_clinic .evolution_dental_caries_treatment {
  color: #0570c6;
  text-align: center;
  border: 1px solid #0570c6;
  height: 300px;
  width: 90%;
  margin: auto auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.about_clinic .about_clinic_img_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.about_clinic .about_clinic_img_wrapper img {
  width: 100%;
}
.about_clinic .about_clinic_contents_wrapper {
  max-width: 1200px;
}
@media screen and (min-width: 1025px) {
  .about_clinic .about_clinic_contents_wrapper {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 92%;
    margin: auto;
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .about_clinic .about_clinic_contents_wrapper {
    width: 84%;
  }
}
.about_clinic .about_clinic_contents.mb {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .about_clinic .about_clinic_contents.mb {
    margin-bottom: 60px;
  }
}
.about_clinic .about_clinic_contents .about_clinic_heading {
  color: #0570c6;
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto 8px;
  width: 94%;
  background: #bde9ff;
  text-align: center;
  border-radius: 999px;
}
@media screen and (min-width: 600px) {
  .about_clinic .about_clinic_contents .about_clinic_heading {
    font-size: 24px;
    margin: 60px auto 20px;
  }
}
@media screen and (min-width: 1025px) {
  .about_clinic .about_clinic_contents .about_clinic_heading {
    font-size: 26px;
  }
}
.about_clinic .about_clinic_contents .about_clinic_heading h3 {
  transform: translateY(-40%);
}
.about_clinic .about_clinic_contents .about_clinic_text {
  width: 90%;
  margin: auto;
  line-height: 1.5em;
}

.medical {
  background: #e4f6ff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.medical .medical_contents_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 94%;
  margin: auto;
  gap: 2%;
}
@media screen and (min-width: 1025px) {
  .medical .medical_contents_wrapper {
    width: 70%;
  }
}
.medical .medical_contents_wrapper .medical_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  padding: 12px 8px;
  margin-bottom: 16px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  width: 48%;
}
@media screen and (min-width: 600px) {
  .medical .medical_contents_wrapper .medical_card {
    width: 32%;
  }
}
@media screen and (min-width: 1025px) {
  .medical .medical_contents_wrapper .medical_card {
    width: 23%;
    margin-bottom: 30px;
  }
}
.medical .medical_contents_wrapper .medical_card .medical_name {
  color: #0570c6;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #0570c6;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
  .medical .medical_contents_wrapper .medical_card .medical_name {
    font-size: 24px;
  }
}
.medical .medical_contents_wrapper .medical_card .medical_description {
  font-size: 14px;
  line-height: 1.5em;
}
@media screen and (min-width: 600px) {
  .medical .medical_contents_wrapper .medical_card .medical_description {
    font-size: 16px;
  }
}
.medical .medical_contents_wrapper .medical_card .more_btn {
  background: #0570c6;
  width: 92%;
  margin: auto;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (min-width: 600px) {
  .medical .medical_contents_wrapper .medical_card .more_btn {
    font-size: 16px;
  }
}
.medical .medical_contents_wrapper .medical_card .more_btn a {
  display: block;
  padding: 8px 8px;
}

.access .access_text {
  text-align: center;
  line-height: 1.5em;
}
.access .map_area {
  width: 100%;
  margin-top: 20px;
}
.access .map_area iframe {
  height: 300px;
}
@media screen and (min-width: 600px) {
  .access .map_area iframe {
    height: 500px;
  }
}/*# sourceMappingURL=top.css.map */