@charset "utf-8";

/* ======================================
   西宮北口 個別指導塾ページ
   /css/area/nishinomiya-kitaguchi.css
====================================== */

.nkg-page{
  line-height: 1.95;
}

.nkg-page p{
  margin: 0 0 16px;
}

.nkg-hero{
  margin: 0 0 34px;
  padding: 28px 24px;
  background: linear-gradient(135deg, #f4f8ff, #ffffff);
  border: 1px solid #dbe8f8;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.nkg-label{
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 12px;
  background: #134b88;
  color: #fff;
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1.4;
  border-radius: 999px;
}

.nkg-hero-title{
  margin: 0 0 16px;
  padding: 0;
  color: #123f82;
  background: none;
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.5;
}

.nkg-hero-lead{
  font-size: 1.04rem;
  line-height: 1.95;
}

.nkg-section{
  margin-bottom: 38px;
}

.nkg-section h3,
.nkg-cta h3{
  margin: 0 0 18px;
  padding: 6px 0 6px 14px;
  border-left: 5px solid #134b88;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.55;
  color: #1a2a44;
}

.nkg-check-list{
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.nkg-check-list li{
  position: relative;
  margin: 0 0 10px;
  padding: 13px 16px 13px 46px;
  background: #f5f9ff;
  border: 1px solid #c9dbf8;
  border-radius: 10px;
  line-height: 1.75;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}

.nkg-check-list li::before{
  content: "✓";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2f6fb3;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
}

.nkg-access-box{
  margin: 20px 0 22px;
  padding: 20px 18px;
  background: #fffdf4;
  border: 1px solid #eadfbe;
  border-radius: 14px;
  text-align: center;
}

.nkg-access-main{
  margin-bottom: 12px;
  font-weight: 900;
  font-size: 1.1rem;
  color: #1a2a44;
}

.nkg-access-flow{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 10px;
  font-weight: 900;
  line-height: 1.7;
}

.nkg-access-flow span:not(.nkg-access-arrow){
  display: inline-block;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid #e7e1cf;
  border-radius: 999px;
}

.nkg-access-arrow{
  color: #d64242;
  font-weight: 900;
}

.nkg-card-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0 8px;
}

.nkg-card{
  padding: 18px 18px 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.nkg-card h4{
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  background: none;
  border-left: 4px solid #4a90e2;
  color: #1a2a44;
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.55;
  text-align: left;
}

.nkg-card p{
  margin: 0;
  line-height: 1.85;
}

.nkg-point-box{
  margin: 20px 0 8px;
  padding: 18px 20px;
  background: #f7fbff;
  border: 1px solid #cfe2ff;
  border-left: 6px solid #2f6fb3;
  border-radius: 12px;
}

.nkg-point-title{
  margin: 0 0 10px;
  font-weight: 900;
  color: #1b3a6b;
}

.nkg-point-box ul{
  margin: 0;
  padding-left: 1.3em;
}

.nkg-point-box li{
  margin: 8px 0;
  line-height: 1.8;
}

.nkg-faq{
  margin-bottom: 40px;
}

.nkg-cta{
  margin: 42px 0 20px;
  padding: 26px 24px;
  background: #f7fafd;
  border: 1px solid #dce8f5;
  border-radius: 16px;
}

.nkg-cta-button-wrap{
  margin-top: 22px;
}

.nkg-cta-button{
  display: inline-block;
  padding: 14px 24px;
  background: #134b88;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.5;
}

.nkg-cta-button:hover{
  background: #0f3b6b;
  color: #fff;
}

@media screen and (max-width: 768px){
  .nkg-hero{
    padding: 22px 16px;
    margin-bottom: 28px;
  }

  .nkg-hero-title{
    font-size: 1.45rem;
  }

  .nkg-hero-lead{
    font-size: 1rem;
  }

  .nkg-section h3,
  .nkg-cta h3{
    font-size: 1.15rem;
  }

  .nkg-check-list li{
    padding: 12px 14px 12px 42px;
  }

  .nkg-check-list li::before{
    left: 14px;
  }

  .nkg-card-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .nkg-card,
  .nkg-point-box,
  .nkg-cta{
    padding: 18px 14px;
  }

  .nkg-access-flow{
    flex-direction: column;
  }

  .nkg-access-arrow{
    transform: rotate(90deg);
  }
}
