@media (min-width: 769px) {
  .page-container {
    padding: 1rem 3rem;
  }
  .detail-title {
    position: relative;
    text-align: center;
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #E8E9EC;
  }
  .detail-title .title {
    margin-bottom: 0.25rem;
    color: #222;
    font-size: 0.375rem;
    line-height: 0.5375rem;
    font-weight: bold;
  }
  .detail-title .info {
    color: #666;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .detail-title .info span + span {
    margin-left: 2em;
  }
  .detail-content {
    padding: 0.5rem 1.5rem 0.75rem;
    border-bottom: 1px dashed #E8E9EC;
    font-size: 0.225rem;
    line-height: 0.375rem;
    text-align: justify;
    text-indent: 2em;
  }
  .detail-content p {
    margin: 1em 0;
  }
  .detail-pager {
    padding: 0.5rem 1.5rem 0;
  }
  .detail-pager .pager {
    color: #333;
    font-size: 0.2rem;
    line-height: 0.325rem;
  }
  .detail-pager .pager + .pager {
    margin-top: 0.125rem;
  }
  .detail-pager a {
    color: inherit;
  }
  .detail-pager a:hover {
    color: #DA2534;
  }
  .detail-pager .value {
    color: #333;
  }
}
@media (max-width: 768px) {
  .detail-title {
    position: relative;
    text-align: center;
    padding-bottom: 0.15rem;
    border-bottom: 1px dashed #E8E9EC;
  }
  .detail-title .title {
    margin-bottom: 0.1rem;
    color: #333;
    font-size: 0.25rem;
    line-height: 0.3625rem;
    font-weight: bold;
  }
  .detail-title .info {
    color: #666;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .detail-title .info span {
    display: block;
  }
  .detail-content {
    padding: 0.3rem 0;
    border-bottom: 1px dashed #E8E9EC;
    font-size: 0.2rem;
    line-height: 0.375rem;
    text-align: justify;
    text-indent: 2em;
  }
  .detail-content p {
    margin: 1em 0;
  }
  .detail-pager {
    padding-top: 0.25rem;
  }
  .detail-pager .pager {
    color: #333;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .detail-pager .pager + .pager {
    margin-top: 0.15rem;
  }
  .detail-pager a {
    color: #DA2534;
  }
  .detail-pager .value {
    color: #333;
  }
}