/* style.css - 宅建オンラインスクール LP用 */

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f6f6f6;
  color: #333;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
}

header.hero {
  background-color: #ffffff;
  padding: 100px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 2.5em;
  margin-bottom: 0.5em;
}

.hero p {
  font-size: 1.2em;
  margin-bottom: 1.5em;
}

.btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background-color: #00af0f;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #333;
}

.section-light {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.section-dark {
  background-color: #dcdcdc;
  padding: 60px 0;
}

h2 {
  font-size: 2em;
  margin-bottom: 20px;
  text-align: center;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
  max-width: 800px;
  margin: 0 auto;
}

ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

footer {
  background-color: #c0c0c0;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 2em;
  }
  .hero p {
    font-size: 1em;
  }
  h2 {
    font-size: 1.5em;
  }
}

.highlight-outline {
    color: #ff8800; /* オレンジ */
    font-weight: bold;
    font-size: 1.1em;
  }

  .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.table-container {
  overflow-x: auto;
  margin-top: 30px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
  background-color: #fff;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
}

.comparison-table th {
  background-color: #e0e0e0;
}

.comparison-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.check {
  color: #e67e00; /* オレンジ強調 */
  font-weight: bold;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
  background-color: #fff;
  margin-top: 30px;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
}

.pricing-table th {
  background-color: #e0e0e0;
}

.pricing-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.label {
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 6px;
  display: inline-block;
}

.label.special {
  background-color: #f39c12;
  color: #fff;
}

.label.early {
  background-color: #3498db;
  color: #fff;
}

.label.base {
  background-color: #2ecc71;
  color: #fff;
}

.label.expansion {
  background-color: #9b59b6;
  color: #fff;
}

.label.standard {
  background-color: #7f8c8d;
  color: #fff;
  font-size: 0.9em;
}

.form-section {
  background-color: #f5f5f5;
  padding: 60px 20px;
  text-align: center;
}

.form-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.hero-section {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.hero-section img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.cta-button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.table-wrapper {
  overflow-x: auto;
}
