div.dep div.section-in {
  min-height: 60vh;
}
@media screen and (max-width: 500px) {
  div.dep div.section-in {
    min-height: auto;
  }
}

section p {
  line-height: 240%;
}
section p.wp {
  background-color: #FFEFF2;
  padding: 10px;
  margin: auto 20px;
}
section .bold {
  font-weight: bold;
}

.reserve {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  position: fixed;
  right: 0;
  background-color: #D6909D;
  z-index: 500;
}
.reserve div {
  text-align: center;
}
.reserve div i {
  margin-bottom: 10px;
  font-size: 3rem;
}

.greeting {
  min-height: 60vh;
  background-image: url(../patients/images/bcg.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
}
.greeting div.white {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 20px;
  box-sizing: border-box;
}
.greeting ul {
  width: 80%;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .greeting ul {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .greeting ul {
    display: block;
  }
}
.greeting ul a {
  display: block;
  width: 40%;
  background-color: #FFEFF2;
  border: 1px solid #666666;
  padding: 2%;
  box-sizing: border-box;
  position: relative;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .greeting ul a {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .greeting ul a {
    width: 100%;
    margin-bottom: 15px;
  }
}
.greeting ul a li::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  right: 20px;
}

.fertility {
  display: flex;
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .fertility {
    display: block;
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .fertility {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .fertility div {
    background-image: url(../images/fertility_bcg.jpg);
    background-size: cover;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1024px) {
  .fertility img {
    display: none;
  }
}
.fertility p {
  width: 80%;
  margin: 20px auto;
  line-height: 180%;
}
.fertility p.title {
  padding-bottom: 10px;
  border-bottom: 2px solid #D6909D;
  font-size: 2rem;
}

.image-grid {
  width: 80%;
  margin: 0 auto;
}
.image-grid div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .image-grid div {
    display: block;
  }
}
.image-grid div img {
  max-width: 100%;
  width: auto;
}
.image-grid p {
  text-align: center;
}

.image-grid2 {
  width: 80%;
  margin: 0 auto;
}
.image-grid2 div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .image-grid2 div {
    display: block;
    height: auto;
  }
}
.image-grid2 div img {
  max-height: 250px;
}

.image-grid3 {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 15px;
}
@media screen and (max-width: 500px) {
  .image-grid3 {
    display: block;
  }
}
.image-grid3 img {
  max-width: 100%;
}
.image-grid3 figcaption {
  text-align: center;
}

ul.dep {
  width: 80%;
  margin: 20px auto -20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  ul.dep {
    width: 100%;
    gap: 0 0;
  }
}
ul.dep a {
  display: block;
  background-color: #FFEFF2;
  border: 1px solid #666666;
  padding: 3%;
  box-sizing: border-box;
  position: relative;
  color: #000000;
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  ul.dep a {
    margin-bottom: 0;
  }
}
ul.dep a li::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  right: 20px;
}

.fertility_box {
  min-height: 60vh;
  background-image: url(../patients/images/bcg02.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
}
.fertility_box h2 {
  text-align: center !important;
}

.jyusin {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .jyusin {
    display: block;
  }
}
.jyusin table {
  border-collapse: collapse;
  margin-left: 30px;
  min-width: 300px;
}
.jyusin table td, .jyusin table th {
  padding: 20px;
  border: 1px solid #666666;
}
@media screen and (max-width: 500px) {
  .jyusin table {
    margin-left: 0;
  }
}
.jyusin p.f-small {
  font-size: 1.2rem;
  line-height: 120% !important;
}
.jyusin div.tel {
  background-color: #FFEFF2;
  padding: 20px 50px;
  min-width: 300px;
  margin-top: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .jyusin div.tel {
    margin-top: 0;
  }
}
.jyusin div.tel p {
  margin: 0;
  line-height: 100%;
  text-align: center;
  padding: 0;
}

div.caution {
  font-size: 1.5rem;
}
div.caution p {
  line-height: 120% !important;
}

div.fertility-link ul.tab {
  width: 90%;
  margin: 30px 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  list-style: none;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 1024px) {
  div.fertility-link ul.tab {
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  div.fertility-link ul.tab {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  div.fertility-link ul.tab {
    grid-template-columns: 1fr 1fr;
  }
}
div.fertility-link ul.tab a {
  color: #000000;
}
div.fertility-link ul.tab a li {
  background-color: #FFEFF2;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  div.fertility-link ul.tab a li {
    border-left: 1px solid #666666;
  }
}
@media screen and (max-width: 500px) {
  div.fertility-link ul.tab a li {
    border-bottom: 1px solid #666666;
  }
}
div.fertility-link ul.tab a li.active {
  background-color: #D6909D;
  color: #ffffff;
}
div.fertility-link div.f-link {
  background-color: #dbecfc;
  width: 80%;
  margin: 30px 5%;
}
@media screen and (max-width: 768px) {
  div.fertility-link div.f-link {
    width: 90%;
    margin: 10px auto;
  }
}
div.fertility-link div.f-link p {
  line-height: 100%;
}
div.fertility-link div.f-link p.small {
  font-size: 1.3rem;
  margin-top: 0;
  padding-top: 0;
}
div.fertility-link div.f-link a {
  display: block;
  border: 1px solid #666666;
  box-sizing: border-box;
  position: relative;
  color: #000000;
  margin-bottom: 15px;
  padding-left: 50px;
}
div.fertility-link div.f-link a::before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
div.fertility-link div.f-link:hover {
  background-color: #FFEFF2;
}
div.fertility-link p.top-link {
  background-color: #FFEFF2;
  border: 1px solid #666666;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  color: #000000;
  margin-bottom: 15px;
  width: 20em;
  margin: 20px 10px 10px auto;
}
div.fertility-link p.top-link::after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  right: 20px;
}

table.fertility-table {
  border-collapse: collapse;
  margin-left: 30px;
  min-width: 738px;
}
@media screen and (max-width: 768px) {
  table.fertility-table {
    margin-left: 0;
  }
}
table.fertility-table td, table.fertility-table th {
  padding: 20px;
  border: 1px solid #666666;
}
table.fertility-table th:nth-child(2) {
  background-color: #edeafc;
}
table.fertility-table th:nth-child(3) {
  background-color: #dbecfc;
}
table.fertility-table th:nth-child(4) {
  background-color: #FFEFF2;
}
table.fertility-table td:nth-child(2) {
  background-color: rgba(237, 234, 252, 0.5);
  width: 28%;
}
table.fertility-table td:nth-child(3) {
  background-color: rgba(219, 236, 252, 0.5);
  width: 28%;
}
table.fertility-table td:nth-child(4) {
  background-color: rgba(255, 239, 242, 0.5);
  width: 28%;
}

ol.robot {
  width: 80%;
  margin: 0 auto;
}
ol.robot li {
  margin-bottom: 15px;
}

@media screen and (max-width: 500px) {
  .robot div {
    background-image: none;
  }
}/*# sourceMappingURL=patients.css.map */