@charset "UTF-8";

  @media screen and (max-width: 768px) {
  .fv h1 { font-size: 1.4rem; }
      header, nav, .section, .fv, .btn {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
      }
      header .logo {
        font-size: 1.1rem;
        white-space: nowrap;
      }
      .fv h1 {
        font-size: 1.6rem;
      }
      .fv p {
        font-size: 1rem;
      }
      nav {
        flex-direction: column;
        align-items: flex-start;
      }
      nav a {
        margin: 0.5rem 0;
      }
      table {
        font-size: 0.9rem;
        overflow-x: auto;
        display: block;
      }
    }
      .fv h1 {
        font-size: 1.6rem;
      }
      .fv p {
        font-size: 1rem;
      }
      nav {
        flex-direction: column;
        align-items: flex-start;
      }
      nav a {
        margin: 0.5rem 0;
      }
      table {
        font-size: 0.9rem;
        overflow-x: auto;
        display: block;
      }
    }

    .btn {
      transition: background 0.3s ease, transform 0.2s ease;
    }
    .btn:hover {
      background: #d62839;
      transform: scale(1.05);
    }

    body { font-family: sans-serif; margin: 0; padding: 0; line-height: 1.7; background-color: #ffffff; }
    header {
  background: #1e3d59;
  color: white;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}
    header .logo { font-size: 1.4rem; font-weight: bold; }
    nav a { color: white; margin: 0 0.6rem; text-decoration: none; }
    .fv {
  background: url('https://sosaiki.com/wp-content/uploads/2025/06/sosaiki-header3-3.png') no-repeat center center/cover;
  color: white;
  padding: 6rem 2rem;
  text-align: center;
}
    .fv h1 { font-size: 2.4rem; margin-bottom: 1rem; }
    .fv p { font-size: 1.2rem; margin-bottom: 2rem; }
    .btn {
      display: inline-block;
      background: #e63946;
      color: white;
      padding: 12px 24px;
      border-radius: 4px;
      font-weight: bold;
      text-decoration: none;
      margin: 10px 0;
    }
    .btn:hover {
      background: #d62839;
    }
    h2 {
      border-left: 5px solid #1e3d59;
      padding-left: 10px;
      margin-top: 2rem;
      font-size: 1.5rem;
    }
    .section {
      padding: 3rem 2rem;
      background-color: #ffffff;
    }
    .section:nth-child(even) { background-color: #f5f5f5; }
	  .wpcf7-form {
  max-width: 600px;
  margin: 2rem auto;
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.wpcf7-form label {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #333;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #e63946;
  outline: none;
}

.wpcf7-submit {
  background: #e63946;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  margin-top: 1rem;
}

.wpcf7-submit:hover {
  background: #d62839;
  transform: scale(1.03);
}
	  .wpcf7 form fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
 span.wpcf7-not-valid-tip {
  color: red;
  font-size: 0.9rem;
  margin-top: 4px;
  display: block;
}
.wpcf7-form-control.wpcf7-not-valid {
  border: 1px solid red;
  background-color: #fff0f0;
} 
}
