#map-outer-band {
width: 100%;
}
#map-outer {
max-width: 1350px;
margin: 0 auto;
padding: 24px 20px;
box-sizing: border-box;
}
#map-wrapper {
display: flex;
width: 100%;
gap: 180px;
align-items: flex-start;
}
#map-container {
flex: 1 1 60%;
min-width: 0;
max-width: 820px;
}
#map-container svg {
width: 100%;
height: auto;
display: block;
}
#foundation-panel {
flex: 1 1 40%;
max-width: 560px;
background: #fff;
border: 1px solid #e3e1d8;
border-radius: 12px;
padding: 1rem;
box-sizing: border-box;
align-self: flex-start;
position: sticky;
top: 20px;
}
#foundation-panel-empty {
color: #888780;
font-size: 14px;
text-align: center;
padding: 2rem 0;
}
#foundation-panel-content h2 {
font-size: 18px;
font-weight: 500;
}
.f-prefecture-name {
font-size: 12px;
font-weight: 600;
color: #2c7fc7;
letter-spacing: 0.04em;
margin: 0 0 4px;
}
.f-pref-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
margin-bottom: 14px;
min-height: 24px;
}
.f-pref-header h2 {
margin: 0;
}
.f-status-badge {
display: inline-flex;
align-items: center;
gap: 4px;
font-size: 11px;
font-weight: 500;
padding: 3px 9px;
border-radius: 999px;
white-space: nowrap;
flex-shrink: 0;
}
.f-status-badge-pending {
background: #fff4e0;
color: #a36b00;
}
.f-status-badge-active {
background: #e6f1fb;
color: #0a3760;
}
.f-status-badge-loading {
background: #eef0f3;
color: #6b7280;
}
.f-status-badge i {
font-size: 10px;
}
.f-sub {
font-size: 11px;
color: #888780;
margin: 0 0 14px;
}
.f-no-data-msg {
font-size: 13px;
line-height: 1.7;
color: #888780;
margin-top: 10px;
}
.f-contact-list {
display: flex;
flex-direction: column;
gap: 8px;
margin-bottom: 14px;
}
.f-contact-row {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
}
.f-contact-row span,
.f-contact-row a {
min-width: 0;
overflow-wrap: break-word;
word-break: break-all;
}
.f-icon {
width: 14px;
font-size: 13px;
color: #888780;
flex-shrink: 0;
text-align: center;
}
.f-label {
color: #888780;
}
.f-block {
border-top: 1px solid #e3e1d8;
padding-top: 12px;
margin-bottom: 14px;
}
.f-block-label {
font-size: 10px;
color: #888780;
margin: 0 0 8px;
}
.f-stat-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
.f-stat-card {
background: #f1efe8;
border-radius: 8px;
padding: 0.65rem;
}
.f-stat-label {
font-size: 10px;
color: #888780;
margin: 0 0 2px;
}
.f-stat-value {
font-size: 17px;
font-weight: 500;
margin: 0;
}
.f-stat-value-muted {
color: #888780;
font-size: 13px;
font-weight: 400;
}
.f-chart-wrap {
position: relative;
width: 100%;
height: 140px;
}
.f-missing-badges {
display: flex;
gap: 6px;
flex-wrap: wrap;
margin-top: 8px;
}
.f-missing-badge {
font-size: 10px;
background: #f1efe8;
color: #888780;
padding: 3px 8px;
border-radius: 6px;
}
.f-button-primary {
width: 100%;
background: #e6f1fb;
color: #2c7fc7;
border: none;
font-size: 14px;
font-weight: 500;
padding: 0.7rem;
border-radius: 8px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}
.f-button-primary:hover {
background: #b5d4f4;
} @media (max-width: 768px) {
#map-outer {
padding: 12px;
width: 100%;
margin: 0 auto;
}
#map-wrapper {
flex-direction: column;
display: flex !important;
gap: 0;
margin-top: 0 !important;
}
#map-container {
display: none;
}
#foundation-panel {
width: 100%;
max-width: 100%;
margin: 0 auto;
position: static;
display: block !important;
visibility: visible !important;
opacity: 1 !important;
height: auto !important;
overflow: visible !important;
}
}
#update-log-section {
max-width: 1350px;
margin: 16px 0 0;
border-top: 1px solid #e3e1d8;
padding-top: 12px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 40px;
}
#update-log-section .update-log-heading {
font-size: 14px;
font-weight: 600;
line-height: 1.2;
margin: 0 0 16px;
padding: 0;
color: #333;
}
#update-log-section .update-log-list {
display: flex;
flex-direction: column;
}
#update-log-section .update-log-row {
display: flex;
align-items: baseline;
gap: 14px;
padding: 4px 0 !important;
margin: 0 !important;
border: none !important;
}
#update-log-section .update-log-date {
flex: 0 0 80px;
color: #888780;
font-size: 12px;
line-height: 1.4;
font-variant-numeric: tabular-nums;
}
#update-log-section .update-log-title {
flex: 1 1 auto;
color: #333 !important;
font-size: 13px !important;
line-height: 1.4 !important;
border-bottom: 0 !important;
border: none !important;
box-shadow: none !important;
text-decoration: none !important;
}
@media (max-width: 768px) {
#update-log-section {
grid-template-columns: 1fr;
gap: 24px;
padding: 12px 4px 0;
}
.update-log-col-spacer {
display: none;
}
#update-log-section .update-log-row {
flex-direction: row;
align-items: baseline;
gap: 10px;
flex-wrap: wrap;
}
#update-log-section .update-log-date {
flex: 0 0 auto;
font-size: 11px;
}
#update-log-section .update-log-title {
flex: 1 1 160px;
font-size: 13px !important;
word-break: break-word;
}
}
@media (max-width: 768px) {
#side-column {
width: 100% !important;
float: none !important;
margin: 0 !important;
}
} @media (max-width: 768px) {
.footer-nav-list {
flex-direction: column !important;
gap: 10px !important;
}
} #update-log-section .update-log-title {
font-weight: normal !important;
}
#foundation-panel-content {
scroll-margin-top: 70px; }