/* Single: news（お知らせ詳細） */

.l-single-news {
  background: #fff;
}

.p-news {
  max-width: 900px;
  margin: 0 auto;
  padding: 32px 16px 72px;
}

/* Header */
.p-news__header {
  margin: 8px 0 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 16px;
}
.p-news__title {
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: var(--text-dark);
  font-size: 1.8rem;
}
.p-news__date {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.92rem;
  color: rgba(0, 0, 0, 0.55);
}

/* Content */
.p-news__content {
  margin: 16px 0 32px;
  color: var(--text-dark);
}
.p-news__content > *:not(:last-child) {
  margin-bottom: 1.2em;
}
.p-news__content h2,
.p-news__content h3,
.p-news__content h4 {
  margin: 1.6em 0 0.6em;
  line-height: 1.35;
}
.p-news__content h2 {
  font-size: 1.5rem;
}
.p-news__content h3 {
  font-size: 1.25rem;
}
.p-news__content h4 {
  font-size: 1.1rem;
}
.p-news__content p {
  line-height: 1.9;
}
.p-news__content a {
  color: var(--primary-blue);
  text-decoration: underline;
}
.p-news__content ul,
.p-news__content ol {
  padding-left: 1.2em;
}
.p-news__content img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.p-news__content blockquote {
  margin: 1.2em 0;
  padding: 1em 1.2em;
  background: #f7fbfe;
  border-left: 4px solid var(--primary-blue);
}
.p-news__content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.p-news__content th,
.p-news__content td {
  padding: 0.75em 0.9em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.p-news__content tr:last-child th,
.p-news__content tr:last-child td {
  border-bottom: none;
}

/* Footer */
.p-news__footer {
  margin-top: 28px;
}
.p-news__back .c-btn {
  background: var(--primary-blue);
  box-shadow: 0 10px 24px -14px rgba(58, 124, 165, 0.5);
}

/* Responsive */
@media (min-width: 901px) {
  .p-news {
    padding: 40px 24px 88px;
  }
  .p-news__title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .p-news__title {
    font-size: 1.6rem;
  }
}
