/*******************************************************************/
/* PC */
/*******************************************************************/
@media print,
screen and (min-width: 769px) {
  .special-content {
    padding-block: 80px 150px;
  }

  .special-content__description {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 24px;
    line-height: calc(27/24);
    text-align: center;
    color: #000;
  }

  .special-content__list {
    margin-top: 100px;
    display: flex;
    gap: 40px;

  }

  .special-content__item {
    width: 50%;
  }

  .special-content__item a {
    display: block;
  }

  .special-content__item img {
    width: 100%;
  }

  .special-content__title {
    margin-top: 20px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 20px;
    line-height: calc(27/20);
  }

  .special-content__text {
    margin-top: 12px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 16px;
    color: #333;
  }
}


/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  .special-content {
    padding-block: 40px 80px;
  }

  .special-content__description {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 18px;
    /* line-height: 27px; */
    text-align: center;
    color: #000;
  }

  .special-content__list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;

  }

  .special-content__item {}

  .special-content__item img {
    width: 100%;
  }

  .special-content__title {
    margin-top: 10px;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 16px;
  }

  .special-content__text {
    margin-top: 8px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #333;

  }
}