@charset "UTF-8";
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
/* color */
/* size */
/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* media queries
  ブレークポイントの使い方
  @include mq("sp"){ ここに書く } */
/* form スタイルリセット */
/**************************************************
appreciation__detail
***************************************************/
.appreciation__schedule {
  margin-top: 3.2rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.appreciation__schedule::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dotted #0060ae;
  position: absolute;
  left: 53px;
  top: 36px;
}
@media screen and (max-width: 1100px) {
  .appreciation__schedule::after {
    left: 33px;
    top: 36px;
    height: calc(100% + 50px);
  }
}
.appreciation__schedule dl {
  background-color: #f8faf4;
  border-radius: 3px;
  padding: 2rem;
  display: block;
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .appreciation__schedule dl {
    flex-direction: column;
  }
}
.appreciation__schedule dl:last-child dt::after {
  content: "";
  width: 20px;
  height: 500%;
  background-color: #f8faf4;
  position: absolute;
  left: 24px;
  top: 17px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .appreciation__schedule dl:last-child dt::after {
    top: 19px;
    left: 0;
  }
}
.appreciation__schedule dt {
  font-family: "Montserrat", sans-serif;
  color: #0060ae;
  padding-left: 6rem;
  width: 150px;
  font-weight: 600;
  position: relative;
  flex: none;
}
@media screen and (max-width: 1100px) {
  .appreciation__schedule dt {
    padding-left: 0;
    width: 100%;
    padding-left: 4rem;
  }
}
.appreciation__schedule dt::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #0060ae;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 10px;
}
@media screen and (max-width: 1100px) {
  .appreciation__schedule dt::before {
    left: 10px;
    top: 12px;
  }
}
@media screen and (max-width: 1100px) {
  .appreciation__schedule dd {
    padding-left: 4rem;
  }
}

.appreciation__oyako__illust {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .appreciation__oyako__illust {
    flex-direction: column;
    gap: 30px 30px;
  }
}
/*# sourceMappingURL=appreciation.css.map */
