.c-page figure {
  margin: 25px 0;
  text-align: center;
}
.c-page figure img {
  width: auto;
  max-width: 90%;
  height: auto;
}

.c-page__frame .c-consultation-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  margin: 20px auto 0;
  font-family: "Noto Sans JP", sans-serif;
}
.c-page__frame .c-consultation-buttons__label {
  background-color: #3b7b51;
  color: #fff;
  padding: 12px 0;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
  z-index: 2;
  letter-spacing: 0.05em;
}
.c-page__frame .c-consultation-buttons__label::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 10px solid #3b7b51;
}
.c-page__frame .c-consultation-buttons__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #7ab3cf;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 20px 0;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-page__frame .c-consultation-buttons__link:hover {
  opacity: 0.9;
}
.c-page__frame .c-consultation-buttons__icon {
  width: 60px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-page__frame .c-consultation-buttons__icon img {
  width: 100%;
  height: auto;
}
.c-page__frame .c-consultation-buttons__text {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-page__frame .c-consultation-buttons__text .small {
  font-size: 1.6rem;
  background-color: #fff;
  color: #7ab3cf;
  padding: 3px 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.c-page__frame .c-consultation-buttons__text .large {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
/*# sourceMappingURL=pediatric-ortho.css.map */