.section-placenta .wrapper {
  background: #eff4f9;
}
.section-placenta .placenta-box {
  background: #fff;
  border-radius: 0.15rem;
}
.section-placenta .placenta-description {
  color: #336abd;
  font-size: 0.2rem;
  line-height: 2;
  font-weight: 500;
}
.section-placenta .placenta-description p:last-child {
  margin-bottom: 0;
}
.section-placenta .placenta-note {
  font-size: 0.18rem;
  color: #4a525f;
  font-weight: 400;
}
.is-iphone .section-placenta .placenta-note {
  letter-spacing: -0.02em;
}
.section-placenta .placenta-contact {
  border: 2px solid #f93;
  line-height: 1.75;
  color: #f93;
  text-align: center;
  display: block;
  border-radius: 0.15rem;
  padding: 0.21rem 0 0.25rem;
}
.section-placenta .placenta-contact p {
  margin-bottom: 0;
}
.section-placenta .placenta-text {
  font-feature-settings: "palt";
}
.section-placenta .placenta-tel {
  background: #f93;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 0.54rem;
  text-align: center;
  text-decoration: none;
  padding: 0.05rem 0.2rem;
  font-size: 0.24rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  margin: 0.08rem 0 0.04rem;
}
.section-placenta .placenta-tel > span {
  position: relative;
}
.section-placenta .placenta-tel > span:before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.12rem;
  background: url(../img/common/icn_phone.png) no-repeat center center/contain;
}

@media print, (min-width: 768px) {
  .section-placenta {
    margin-bottom: 274px;
    padding: 0 40px;
  }
  .section-placenta .wrapper {
    max-width: 1200px;
    padding: 30px;
    border-radius: 0.05rem;
  }
  .section-placenta .placenta-box {
    padding: 18px 30px 30px;
  }
  .section-placenta .placenta-description {
    margin-bottom: 20px;
  }
  .section-placenta .placenta-description p {
    margin-bottom: 10px;
  }
  .section-placenta .placenta-price {
    margin-right: 88px;
  }
  .section-placenta .placenta-note {
    display: inline-block;
  }
  .section-placenta .placenta-contact {
    max-width: 450px;
    margin: 0 auto;
  }
  .section-placenta .placenta-tel {
    pointer-events: none;
    margin-bottom: 5px;
  }
  .section-placenta .placenta-tel > span {
    padding-left: 0.5rem;
  }
  .section-placenta .placenta-text {
    padding-left: 0.4em;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-placenta {
    margin-bottom: 2.7rem;
    padding: 0 0.1rem;
  }
  .section-placenta .wrapper {
    padding: 0.3rem 0.1rem;
    border-radius: 0.15rem;
  }
  .section-placenta .placenta-box {
    padding: 0.18rem 0.1rem 0.3rem;
  }
  .section-placenta .placenta-box p {
    margin-bottom: -0.03rem;
  }
  .section-placenta .placenta-description {
    margin-bottom: 0.09rem;
  }
  .section-placenta .placenta-contact {
    padding-top: 0.22rem;
  }
  .section-placenta .placenta-note {
    display: block;
  }
  .section-placenta .placenta-tel {
    margin-top: 0.1rem;
  }
  .section-placenta .placenta-tel > span {
    padding-left: 0.5rem;
  }
}
/*# sourceMappingURL=placenta_menu.css.map */