@font-face {
  font-family: 'Cera pro';
  src: url(/fonts/cera-pro-light.otf);
  font-weight: 300;
}
@font-face {
  font-family: 'Cera pro - Italic';
  src: url(/fonts/cera-pro-light-italic.otf);
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Cera pro';
  src: url(/fonts/cera-pro.otf);
  font-weight: 400;
}
@font-face {
  font-family: 'Cera pro';
  src: url(/fonts/cera-pro-bold.otf);
  font-weight: 600;
}
.article-info h1 {
  font-size: 24px;
  line-height: 28px;
  color: #6F174E;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 2.25rem;
}
.article-info h2 {
  font-size: 24px;
  line-height: 28px;
  color: #6F174E;
}
.article-info p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #552D4D;
}
.article-info.special h1 {
  margin-top: 8rem;
}
.article-info.special h1:first-of-type {
  margin-top: 4rem;
}
.article-info.special h1::before {
  content: '';
  display: block;
  width: 8.75rem;
  height: 4px;
  top: calc(-3.75rem - 2px);
  background-color: #C7C6C5;
  position: absolute;
}
.article-info.special h1::after {
  content: '';
  display: block;
  width: 3.5rem;
  height: 8px;
  top: calc(-3.75rem - 4px);
  background-color: #6F174E;
  position: absolute;
}
input::placeholder,
textarea::placeholder {
  color: #6F174E;
}
textarea {
  height: 12rem;
  resize: none;
}
button,
.button {
  border-radius: 8px;
  transition: background-color 0.5s, color 0.5s;
}
button:hover,
.button:hover {
  cursor: pointer;
  background-color: #6F174E;
  color: #fff;
}
button.inverted:hover,
.button.inverted:hover {
  cursor: pointer;
  background-color: #E3E3E3;
  color: #6F174E;
}
.fixed-scroll {
  position: relative;
}
@media (max-width: 1024px) {
  .fixed-scroll {
    top: 0 !important;
  }
}
.h-28 {
  height: 28vw;
}
.h-28 .w-50 img {
  height: 100%;
  object-fit: cover;
}
.h-28 .doctor {
  position: relative;
  padding: 0;
  background-color: #F6F7F2;
}
.h-28 .doctor .text {
  position: absolute;
  z-index: 2;
  bottom: 4.25rem;
  left: 4.25rem;
}
.h-28 .doctor .text br {
  display: none;
}
@media (min-width: 840px) and (max-width: 1024px) {
  .h-28 {
    flex-direction: row !important;
    height: 340px;
  }
  .h-28 .w-50 {
    width: 50%;
  }
  .h-28 .mobile-max-width {
    width: auto !important;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .h-28 .doctor {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex: 1;
  }
  .h-28 .doctor .text {
    bottom: unset;
    left: 2rem;
  }
  .h-28 .doctor .text br {
    display: unset;
  }
  .h-28 .button {
    width: auto;
  }
}
@media (max-width: 840px) {
  .h-28 {
    height: auto;
  }
  .h-28 .mobile-max-width {
    width: 60%;
    max-width: calc(100% - 4rem);
    min-width: 500px;
    display: flex;
    flex-direction: column;
  }
  .h-28 .mobile-max-width a {
    text-align: center;
    box-sizing: border-box;
  }
  .h-28 .doctor {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .h-28 {
    height: auto;
  }
  .h-28 .mobile-max-width {
    min-width: 400px;
  }
  .h-28 .doctor img {
    height: 100vw;
    object-fit: cover;
    object-position: right;
  }
  .h-28 .doctor .text {
    position: unset;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
  }
  .h-28 .doctor .text h1 {
    font-size: 20px;
  }
  .h-28 .doctor .text p {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .h-28 .mobile-max-width {
    min-width: 300px;
  }
}
@media (min-width: 1367px) and (max-width: 1599px) {
  .padding-decreased-horizontal--80 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .padding-decreased-horizontal--80 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1367px) and (max-width: 1599px) {
  .padding-decreased-horizontal--90 {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .padding-decreased-horizontal--90 {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media (min-width: 1367px) and (max-width: 1600px) {
  .padding-decreased-horizontal--108 {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .padding-decreased-horizontal--108 {
    padding-left: 4.25rem;
    padding-right: 4.25rem;
  }
}
@media (max-width: 1024px) {
  .flex-column--mobile {
    flex-direction: column;
  }
}
.info h2 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: bold;
}
.info p {
  margin-bottom: 24px;
}
.faq h1,
.faq h2 {
  font-weight: bold;
  margin-bottom: 30px;
}
.faq p {
  margin-bottom: 56px;
}
.advice {
  width: 62.5rem;
  max-width: calc(100vw - 8rem);
}
.advice img {
  max-width: calc(100vw - 8rem);
  width: 45rem;
  max-height: 30rem;
  object-fit: contain;
  margin: 5rem auto 0;
}
@media (max-width: 1024px) {
  .mobile-padding-top--30 {
    padding-top: 3rem;
  }
  .mobile-max-width {
    width: 768px;
    max-width: calc(100vw - 6rem);
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-width--100 {
    width: 100%;
  }
  .mobile-margin-horizontal--auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-h--auto {
    height: auto;
  }
  .faq {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .faq h2,
  .faq h1,
  .faq p {
    width: 768px;
    max-width: calc(100vw - 6rem);
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=article2.css.map */