@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap");
@import url("https://fonts.googleapis.com/css?family=Anton|Noto+Sans+JP&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;900&display=swap');

@font-face {
  font-family: "DSEG7ClassicMini-Bold";
  src: url("../../fonts/DSEG7ClassicMini-Bold.ttf") format("truetype");
}
main {
font-size: 1.6rem;
text-align: center;
}

  /*クロノタイプ診断*/
  .stda_button_link.chronotype__link{
    background-color: #0050A5;
    border: 1px solid #0050A5;
  }

/* 英文用のcss */
.fv__title img {
    margin: 0 auto;
}
.chronotype__section img {
    margin: 0 auto;
}
.advice__box h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
.advice__box img {
  margin: 0 auto;
}
.schedule__section h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
.schedule__section img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pickup-list.slider {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100% !important;
    margin: 20px auto 0 !important;
  }
  .pickup-list.slider .slick-list,
  .pickup-list.slider .slick-track {
    display: contents !important;
    width: auto !important;
    transform: none !important;
  }
  .pickup-list__item.slick-slide {
    width: auto !important;
    max-width: 450px;
    float: none !important;
  }
  .pickup-list__item__link img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.return-button__link {
  color: #000;
}
@media screen and (max-width: 767px) {
  .schedule__time__sp__box {
    flex-direction: column;
    align-items: center;
  }
  .schedule__sp__circle {
    width: auto;
    margin-bottom: 16px;
  }
  .schedule__time__txt.sp-only {
    line-height: normal;
    height: auto;
    width: fit-content;
    padding: 8px 32px;
    border-radius: 19px;
  }
  .schedule__title {
    text-align: center;
    margin-left: 0;
    max-width: none;
  }
  .summary__title {
    text-align: center;
  }
}