@media screen and (max-width: 767px) {
  .detail-title {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #080808;
  }

  .detail-next-title {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.07px;
    text-align: left;
    color: #080808;
  }

  .detail-next-content {
    max-height: 20px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.07px;
    text-align: left;
    color: #080808;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .detail-button-text {
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #080808;
  }
}

@media screen and (min-width: 768px) {
  .detail-title {
    font-size: 24px;

    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #080808;
  }

  .detail-next-title {
    font-size: 18px;

    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.07px;
    text-align: left;
    color: #080808;
  }

  .detail-next-content {
    max-height: 20px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -0.07px;
    text-align: left;
    color: #080808;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
}
