@charset "UTF-8";
.top-banner{
	display: flex;
	flex-wrap:wrap;
	list-style: none
}
.top-banner li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

/* postx- 接頭辞による沖縄PCサポート記事専用スタイル */

.postx-breadcrumb {
  font: 14px/1.6 system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #111;
  margin: 12px 0;
}

.postx-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.postx-breadcrumb li {
  opacity: 0.9;
}

.postx-bc-link {
  text-decoration: none;
  color: #1f2937;
  border-bottom: 1px solid #1f2937;
}

.postx-bc-link:focus,
.postx-bc-link:hover {
  outline: 2px solid #1f2937;
  outline-offset: 2px;
}

.postx-lead {
  background: #f3f4f6;
  color: #111;
  padding: 12px 14px;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  margin: 12px 0;
  font-weight: 500;
}

.postx-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.postx-feature-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.postx-feature-card h3 {
  margin: 0 0 8px 0;
  color: #1f2937;
  font-size: 1.1em;
}

.postx-feature-card p {
  margin: 0;
  color: #374151;
  font-size: 0.95em;
  line-height: 1.5;
}

.postx-contact-box {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 12px;
  padding: 16px;
  margin: 20px 0;
  text-align: center;
}

.postx-contact-time {
  margin: 0 0 8px 0;
  color: #111;
  font-size: 1.1em;
}

.postx-tel-img {
  display: block;
  max-width: 320px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 8px auto;
}

.postx-contact-note {
  margin: 8px 0 4px 0;
  color: #1f2937;
  font-size: 0.95em;
}

.postx-safety-note {
  margin: 4px 0 0 0;
  color: #dc2626;
  font-weight: 600;
  font-size: 0.95em;
}

.postx-challenge-list {
  padding-left: 18px;
  margin: 16px 0;
}

.postx-challenge-list li {
  margin: 12px 0;
  line-height: 1.6;
}

.postx-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 16px 0;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.postx-pricing-table {
  border-collapse: collapse;
  min-width: 640px;
  width: 100%;
  background: #fff;
  color: #111;
}

.postx-pricing-table caption {
  text-align: left;
  font-weight: 700;
  padding: 8px 12px;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.postx-pricing-table th,
.postx-pricing-table td {
  border: 1px solid #e5e7eb;
  padding: 12px;
  text-align: left;
}

.postx-pricing-table thead th {
  background: #eef2ff;
  color: #111;
  font-weight: 600;
}

.postx-price-total {
  background: #fff3cd;
  color: #856404;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ffc107;
  margin: 12px 0;
  font-weight: 600;
}

.postx-case-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.postx-case-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.postx-case-card h3 {
  margin: 0 0 8px 0;
  color: #1f2937;
  font-size: 1.05em;
}

.postx-case-card p {
  margin: 0;
  color: #6b7280;
  font-size: 0.9em;
  line-height: 1.4;
}

.postx-faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 16px;
  background: #fff;
  margin: 12px 0;
}

.postx-faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: #1f2937;
  margin: -4px 0;
}

.postx-faq-item[open] {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.postx-faq-content {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #f3f4f6;
}

.postx-faq-content p {
  margin: 0;
  color: #374151;
  line-height: 1.5;
}

.postx-setup-list {
  padding-left: 18px;
  margin: 16px 0;
}

.postx-setup-list li {
  margin: 8px 0;
  line-height: 1.5;
}

.postx-center-img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px auto;
}

.postx-consultation-box {
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 14px;
  margin: 16px 0;
}

.postx-consultation-box p {
  margin: 0;
  color: #374151;
  line-height: 1.5;
}

.postx-ref-list {
  padding-left: 18px;
  margin: 16px 0;
}

.postx-ref-list a {
  text-decoration: none;
  border-bottom: 1px solid #1f2937;
  color: #1f2937;
}

.postx-ref-list a[target="_blank"]::after {
  content: "↗";
  margin-left: 0.25em;
  font-weight: 700;
}

.postx-okinawa-info {
  background: #f0f9ff;
  border: 1px solid #0284c7;
  border-radius: 8px;
  padding: 12px;
  margin: 16px 0;
  color: #0c4a6e;
  font-weight: 500;
  text-align: center;
}

.postx-map-section {
  margin: 20px 0;
  text-align: center;
}

.postx-map-section h3 {
  margin: 16px 0 8px 0;
  color: #1f2937;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .postx-feature-grid {
    grid-template-columns: 1fr;
  }
  
  .postx-case-grid {
    grid-template-columns: 1fr;
  }
  
  .postx-table-wrapper {
    font-size: 0.9em;
  }
}

/* 4.5:1以上のコントラスト確保 */
:root {
  color-scheme: light;
}

body {
  background: #fff;
  color: #111;
}

a {
  color: #1f2937;
}

a:focus,
a:hover {
  outline: 2px solid #1f2937;
  outline-offset: 2px;
}

/* WordPressとの競合回避 */
.postx-breadcrumb *,
.postx-feature-grid *,
.postx-contact-box *,
.postx-pricing-table *,
.postx-case-grid *,
.postx-faq-item * {
  box-sizing: border-box;
}