
body {
    font-family: 'Hiragino Mincho Pro', 'Yu Mincho', serif;
    margin: 0;
    padding: 0;
    background-color:#f0f6ff;
  }
  
  main {
    margin-top: 75px;
    padding: 5% 5%;
    background-color: rgba(166, 166, 214, 0.089);
  }
  
  .container {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  
  .logo img {
      width: 250px; 
      height: auto;
      display: block;
      margin-bottom: 20px;
  }

  h1 {
    font-size: 35px;
    color: #514e4e;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
  }
  

  .intro {
    font-size: 16px;
    margin-bottom: 30px;
  }
  
  .photo img {
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
    display: block;
    margin: 0 auto 30px auto;
  }
  
  .profile h2,
  .interview h2 {
    border-left: 6px solid #3498db;
    padding-left: 10px;
    color: #34495e;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
  }

  .interview h3 {
    padding-left: 10px;
    color: #34495e;
    margin: 30px 0 10px;
    font-size: 22px;
    font-weight: 600;
  }
  
  .profile table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
  }
  .campus-photo img {
    width: 100%;
    border-radius: 10px;
    margin: 20px 0 40px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  }

  .profile th,
  .profile td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  
  .profile th {
    background-color: #f0f8ff;
    width: 30%;
  }
  
  .qa {
    margin-bottom: 25px;
  }
  
  .question {
    font-weight: bold;
    color: #2980b9;
    font-size: 18px;
    line-height: 1.8;
  }
  
  .answer,
  .intro {
    margin: 5px 20px 15px;
    line-height: 1.8;
  }

  .list-answer {
    margin: 5px 20px 0px;
    line-height: 1.8;
  }

  .list-a {
    margin-left: 30px;
    margin-top: 10px;
    font-weight: bold;
    list-style-type: none;
  }

  .list-a::before {
  content: "✅";           /* チェックマーク */
  margin-right: 0.5em;     /* チェックマークと文字の間にスペース */
  color: green;            /* 色を変更（任意） */
}

  .list-b {
    margin-left: 60px;
  }

  
  
.button {
    display: flex;
    height: 80px;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.button li a {
    text-decoration: none;
    background-color: #020d16;
    color: #fff;
    display: block;
    border-radius: 4px;
    width: 200px;
    height: 50px;
    text-align: center;
    font-weight: 200;
    padding-top: 15px;
}

.button li a:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.creator-section {
  margin: 48px 0 32px;
  padding: 24px 20px;
  border-radius: 10px;
}

.creator-section h2 {
  border-left: 6px solid #3498db;  /* 既存の見出しスタイルに合わせる */
  padding-left: 10px;
  color: #34495e;
  margin: 0 0 12px 0;
  font-size: 26px;
  font-weight: 700;
}

.creator-lead {
  margin: 8px 0 18px;
  line-height: 1.8;
  color: #4a4a4a;
}

.social-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0 0 14px 0;
}

@media (min-width: 520px) {
  .social-links {
    grid-template-columns: 1fr 1fr;
  }
}

.social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #dfeaf6;
  border-radius: 10px;
  text-decoration: none;
  background-color: #fff;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

.social-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  background-color: #f9fcff;
}

.social-icon {
  width: 28px;   /* ← アイコン差し替え時はこのサイズに合わせる */
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.social-text {
  font-size: 16px;
  color: #1e3a5f;
  font-weight: 600;
  word-break: break-all;
}

.feature-list {
  margin: 10px 0 6px 4px;
  padding-left: 0;
  list-style: none;
  line-height: 1.8;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  margin: 8px 0;
}

.feature-list li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
}

.creator-cta {
  margin-top: 6px;
  color: #445;
  font-weight: 600;
}
