@charset "utf-8";

.tech_top {
  padding: 2rem 0 4rem;
  line-height: 1.7;
}

.tech_top .top_section_ttl {
  font-size: 1.25rem;
}

.tech_list > li:not(:last-child) {
  margin-bottom: 5rem;
}

.tech_list .top_text_ttl {
  margin-bottom: 0.8rem;
}

.tech_list_sub_ttl {
  font-size: 1.25rem;
  margin: 0 0 2rem 6rem;
}

.tech_list_img {
  flex-basis: 35%;
  text-align: center;
  margin-right: 2%;
}

.tech_list_text {
  flex-basis: 63%;
}

.tech_list_text p:not(:last-child) {
  margin-bottom: 1.7em;
}

.alliance_ttl {
  font-size: 1.125rem;
  margin-bottom: 1em;
}

.alliance_link li {
  display: inline-block;
}

.alliance_link li:not(:last-child) {
  margin-right: 0.6rem;
}

.alliance_link li .base_btn {
  font-weight: normal;
}

.alliance_link li .base_btn::before {
  display: none;
}

/* MORITA MEDICAL INFORMATION 開設のお知らせ */
.medical_site_info {
  background: #eaebf0;
  padding: 2rem;
  margin-top: 5rem;
  border-radius: 10px;
}

.medical_site_info_ttl {
  color: #039;
  font-weight: 500;
  font-size: 1.15rem;
  text-align: center;
  margin-bottom: 1rem;
}

.medical_site_info_text {
  flex-basis: 48%;
  margin-right: 4%;
}

.medical_site_info_text p:not(:last-child) {
  margin-bottom: 1em;
}

.medical_site_info_text .note {
  font-size: 0.875rem;
}

.medical_site_info_img {
  flex-basis: 48%;
}

@media screen and (max-width: 736px) {
  .tech_top {
    padding: 1rem 0 1rem;
  }

  .tech_top .top_section_ttl {
    font-size: 0.875rem;
  }

  .tech_list > li:not(:last-child) {
    margin-bottom: 3rem;
  }

  .tech_list .top_text_ttl {
    margin-bottom: 0.5rem;
  }

  .tech_list_sub_ttl {
    font-size: 0.875rem;
    margin: 0 0 1rem 3rem;
  }

  .tech_list_img {
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .tech_list_img img {
    width: 35%;
  }

  .tech_list_text {
    flex-basis: auto;
    font-size: 0.875rem;
  }

  .tech_list_text p:not(:last-child) {
    margin-bottom: 1.7em;
  }

  .alliance_ttl {
    font-size: 1rem;
  }

  .alliance_link li {
    margin-bottom: 0.5rem;
  }

  .alliance_link li:not(:last-child) {
    margin-right: 0;
  }

  /* MORITA MEDICAL INFORMATION 開設のお知らせ */
  .medical_site_info {
    padding: 1rem;
    margin-top: 2rem;
  }

  .medical_site_info_ttl {
    font-size: 1rem;
  }

  .medical_site_info_text {
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .medical_site_info_text p {
    font-size: 0.75rem;
  }

  .medical_site_info_text .note {
    font-size: 0.75rem;
  }

  .medical_site_info_img {
    flex-basis: auto;
  }
}
