body {
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 0;
}

/* メインコンテンツラッパー */
.wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 1cm;
}
h1 {
  font-size: 1em;
}

h2 {
  color: #000;
}

a {
  font-weight: bold;
  color: #000;
}
/* キャラの写真 */
.character-image {
  display: block;
  width: 180px;
  height: auto;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.separator-line {
  border: none;
  border-top: 2px solid #ddd;
  margin: 20px auto;
  width: 90%;
  position: relative;
}

main {
  padding: 20px;
  max-width: 900px;
  margin: auto;
}
.suteppu-image {
  width: 70%;
  padding: 10px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.fast {
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}
.fast h1 {
  color: #2c3e50;
  margin: 0 0 15px 0;
  font-size: 2em;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.intro {
  font-size: 1em;
  color: #34495e;
  margin: 0;
}
.step-card {
  background: rgba(255, 255, 255, 0.95);
  margin-bottom: 25px;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.step-number {
  display: inline-block;
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  margin-right: 15px;
  font-size: 1em;
  box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
}
.step-title {
  display: inline-block;
  color: #2c3e50;
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 20px 0;
  vertical-align: middle;
}
.step-description {
  color: #34495e;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.7;
}
.subsection {
  background: rgba(52, 152, 219, 0.1);
  padding: 20px;
  border-radius: 10px;
  margin: 15px 0;
  border-left: 4px solid #3498db;
}
.subsection h3 {
  color: #2980b9;
  margin: 0 0 15px 0;
  font-size: 1em;
  font-weight: 600;
}
.skill-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin: 20px 0;
}
.skill-item {
  background: rgba(46, 204, 113, 0.1);
  padding: 15px;
  border-radius: 8px;
  border-left: 3px solid #2ecc71;
}
.skill-item h4 {
  color: #27ae60;
  margin: 0 0 10px 0;
  font-size: 1.1em;
  font-weight: 600;
}
.tip-box {
  background: rgba(241, 196, 15, 0.1);
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  border-left: 4px solid #f1c40f;
}
.tip-box h4 {
  color: #f39c12;
  margin: 0 0 10px 0;
  font-size: 1.1em;
  font-weight: 600;
}
.character-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 20px 0;
}
.character-box {
  background: rgba(142, 68, 173, 0.1);
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #8e44ad;
}
.character-box.hunter {
  background: rgba(231, 76, 60, 0.1);
  border-left-color: #e74c3c;
}
.character-box h4 {
  color: #8e44ad;
  margin: 0 0 15px 0;
  font-size: 1.2em;
  font-weight: 600;
}
.character-box.hunter h4 {
  color: #e74c3c;
}
.map-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin: 20px 0;
}
.map-item {
  background: rgba(52, 73, 94, 0.1);
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  border: 2px solid #34495e;
}
.conclusion {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  color: white;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  margin-top: 30px;
  box-shadow: 0 20px 40px rgba(46, 204, 113, 0.3);
}
.conclusion h2 {
  margin: 0 0 20px 0;
  font-size: 2em;
  font-weight: 700;
}
ul {
  padding-left: 20px;
}
li {
  margin: 8px 0;
  line-height: 1.6;
}

@media (max-width: 1210px) {
  body {
    line-height: 1.4;
  }

  .wrapper {
    flex-direction: column; /* レイアウトを縦方向に */
    padding-left: 2cm;
  }
}

/* スマホ対応のレスポンシブデザイン */
@media (max-width: 768px) {
  .wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
  .character-section {
    grid-template-columns: 1fr;
  }
  .fast h1 {
    font-size: 2em;
  }
  .container {
    padding: 10px;
  }
}
