@charset "UTF-8";
/* ==============================================
   PRESS RELEASE 専用スタイル
   /common/css/press-release.css に配置
============================================== */

#pressRelease {
  max-width: 800px;
  margin: 40px auto 80px;
  font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
}

/* ヘッダーバー */
.pr-header-bar {
  background: #009944;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px 4px 0 0;
}
.pr-label {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.pr-date {
  color: #a8d4b8;
  font-size: 0.75rem;
}

/* 会社情報行 */
.pr-company-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e8e8e8;
}
.pr-company-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pr-company-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #009944;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: bold;
  flex-shrink: 0;
}
.pr-company-name {
  font-size: 0.85rem;
  font-weight: bold;
  margin: 0 0 2px;
}
.pr-company-sub {
  font-size: 0.7rem;
  color: #888;
  margin: 0;
}
.pr-release-badge {
  background: #eaf3de;
  color: #27500a;
  font-size: 0.7rem;
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #639922;
}

/* カテゴリータグ */
.pr-category-tag {
  padding: 16px 0 8px;
}
.pr-tag {
  display: inline-block;
  background: #f0f8f0;
  color: #009944;
  font-size: 0.7rem;
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #009944;
}

/* タイトル */
.pr-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 8px 0 6px;
  color: #1a1a1a;
}
.pr-subtitle {
  font-size: 0.85rem;
  color: #888;
  margin: 0 0 16px;
}

/* 緑の区切り線 */
.pr-divider-green {
  width: 40px;
  height: 2px;
  background: #009944;
  margin: 16px 0 20px;
}

/* リード文 */
.pr-lead {
  font-size: 0.95rem;
  line-height: 1.85;
  color: #333;
  margin: 0 0 24px;
}

/* 概要テーブルボックス */
.pr-table-box {
  background: #f8f8f6;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 24px;
}
.pr-table-title {
  font-size: 0.75rem;
  color: #888;
  font-weight: bold;
  margin: 0 0 12px;
  letter-spacing: 0.05em;
}
.pr-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}
.pr-table tr {
  border-top: 1px solid #e0e0e0;
}
.pr-table tr:first-child {
  border-top: none;
}
.pr-table-label {
  color: #888;
  padding: 8px 0;
  width: 35%;
  vertical-align: top;
}
.pr-table-value {
  color: #333;
  padding: 8px 0;
}

/* 本文（WPエディタ） */
.pr-body {
  font-size: 0.95rem;
  line-height: 1.85;
  color: #333;
  margin-bottom: 16px;
}

/* 補足テキスト */
.pr-note {
  font-size: 0.85rem;
  color: #888;
  margin: 0 0 24px;
}

/* 区切り線 */
.pr-divider {
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 24px 0;
}

/* 会社概要・お問い合わせ共通 */
.pr-section-title {
  font-size: 0.85rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px;
}
.pr-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
}
.pr-info-table td {
  padding: 5px 0;
  color: #555;
}
.pr-info-table td:first-child {
  width: 30%;
  color: #888;
}
.pr-info-table a {
  color: #009944;
}

/* お問い合わせ */
.pr-contact-text {
  font-size: 0.85rem;
  color: #888;
  line-height: 1.8;
  margin: 0;
}

/* 戻るボタン */
.pr-back {
  text-align: center;
  margin-top: 40px;
}
.pr-back button {
  background-color: #009944;
  border: none;
  border-radius: 5px;
  padding: 0;
  width: auto;
  min-width: 220px;
}
.pr-back button a {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 12px 40px;
  letter-spacing: 2px;
  white-space: nowrap;
}

/* 動画レスポンシブ対応 */
.pr-body iframe,
.pr-body video,
.pr-body embed {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.pr-body figure.wp-block-embed {
  margin: 0 0 24px;
}
.pr-body .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.pr-body .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
}

/* ----------------------------------------------------------
   SP
   ---------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #pressRelease {
    margin: 20px auto 60px;
  }
  .pr-title {
    font-size: 1.2rem;
  }
  .pr-company-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .pr-table-label {
    width: 40%;
  }
}