/* ========================================
   埼玉協同病院 リニューアルお知らせページ
   renewal_notice.css
   ======================================== */

.renewal-wrap {
  max-width: 820px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.renewal-alert {
  background: #fff8e1;
  border: 2px solid #f0a000;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 2rem;
}
.renewal-alert .alert-icon {
  font-size: 22px;
  color: #b07a00;
  margin-top: 2px;
  flex-shrink: 0;
}
.renewal-alert p {
  margin: 0;
  font-size: 14px;
  color: #7a5800;
  line-height: 1.7;
}
.renewal-alert strong {
  font-size: 15px;
  display: block;
  margin-bottom: 4px;
  color: #5a4000;
}

.renewal-page-title {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  border-left: 5px solid #3a8c5c;
  padding-left: 14px;
  margin-bottom: 4px;
}
.renewal-page-subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 2rem;
  padding-left: 19px;
}

.phase-card {
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.phase-header {
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 16px;
}
.phase-header.may  { background: #e8f5ee; border-bottom: 1px solid #c8e6d4; }
.phase-header.june { background: #fff3eb; border-bottom: 1px solid #ffd9b3; }

.phase-date-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  padding: 10px 12px;
  border-radius: 8px;
  text-align: center;
  flex-shrink: 0;
  color: #fff;
}
.phase-date-badge.may  { background: #3a8c5c; }
.phase-date-badge.june { background: #e07a30; }
.phase-date-badge .bd-year    { font-size: 11px; opacity: 0.9; letter-spacing: 0.5px; }
.phase-date-badge .bd-date    { font-size: 26px; font-weight: bold; line-height: 1.1; }
.phase-date-badge .bd-weekday { font-size: 11px; opacity: 0.85; margin-top: 2px; }

.phase-title-wrap h2 {
  font-size: 17px;
  font-weight: bold;
  color: #222;
  margin: 0 0 4px;
}
.phase-title-wrap p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.phase-body { padding: 1.5rem 1.25rem; }

.change-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
.change-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  line-height: 1.75;
}
.change-item:last-child { border-bottom: none; }

.change-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 1px;
  font-weight: bold;
}
.change-icon.new  { background: #e8f5ee; color: #2a7a4a; }
.change-icon.move { background: #fff3eb; color: #c06820; }

.change-item strong {
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
}

.no-change-box {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0.85rem 1rem;
  font-size: 13px;
  color: #555;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-top: 1rem;
}
.no-change-box .nc-icon {
  color: #3a8c5c;
  flex-shrink: 0;
  font-size: 18px;
  margin-top: 1px;
}

.renewal-divider {
  height: 1px;
  background: #eee;
  margin: 2.5rem 0;
}

.faq-title {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.faq-title .faq-icon {
  font-size: 22px;
  color: #2b6cb0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.faq-q {
  padding: 0.85rem 1rem;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fff;
  color: #222;
}
.faq-q .q-mark {
  color: #2b6cb0;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
  font-weight: bold;
}
.faq-a {
  background: #ebf4ff;
  padding: 0.75rem 1rem;
  font-size: 14px;
  line-height: 1.75;
  display: flex;
  gap: 10px;
  border-top: 1px solid #c3d9f5;
  color: #333;
}
.faq-a .a-mark {
  color: #2b6cb0;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 1px;
}

.contact-box {
  margin-top: 2rem;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1.5rem;
  background: #fff;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.contact-icon {
  font-size: 32px;
  color: #3a8c5c;
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-box h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 6px;
  color: #222;
}
.contact-box .tel {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  display: block;
  margin: 4px 0;
}
.contact-box p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.7;
}

.top-renewal-banner {
  background: #fff3cd;
  border: 2px solid #f0a000;
  border-radius: 6px;
  padding: 0.85rem 1.25rem;
  font-size: 14px;
  color: #7a5800;
  margin: 1rem 0;
  line-height: 1.6;
}
.top-renewal-banner a {
  color: #1a5cb0;
  font-weight: bold;
  margin-left: 8px;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .phase-header { flex-direction: column; align-items: flex-start; gap: 10px; }
  .contact-box  { flex-direction: column; }
}
