/* 基本のリセット */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
  }
  
  /* セクション全体 */
  .gakuryoku-all-content {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
  }
  
/* タイトル全体 */
.gakuryoku-all-title {
    display: flex;
    align-items: center; /* 中央揃え */
    justify-content: flex-start; /* 左寄せ */
    text-align: left;
    margin: -7px 0;
  }
  
  /* 番号の部分 */
  .title-number {
    font-size: 89px;
    font-weight: bold;
    color: #0066cc; /* 番号部分を青色に */
    margin-right: 10px; /* 番号とタイトルの間にスペース */
  }
  
  /* メインタイトル */
  .title-main {
    font-size: 17px;
    font-weight: bold;
  }

.main-title-highlight{
    font-size: 36px;
    line-height: 1.2; 
}
  
  /* セクションのヘッダー */
  .gakuryoku-all-section h2 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  /* 見出し */
  .gakuryoku-all-heading {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  
  /* 本文 */
  .gakuryoku-all-section p {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: justify;
  }
  
/* 横並びのレイアウト */
.gakuryoku-first-section {
    display: flex;
    align-items: center; /* 垂直方向で中央揃え */
    justify-content: flex-start; /* 左寄せ */
    margin-bottom: 50px;
  }
  
  /* 見出しのスタイル */
  .gakuryoku-all-heading {
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 20px; /* 画像との間にスペースを追加 */
    flex: 1; /* 文章が画像と一緒に並ぶ */
  }
  
  /* 画像コンテナ */
  .gakuryoku-all-image-container {
    margin-left: 20px; /* 文章と画像の間にスペースを追加 */
  }
  
  .gakuryoku-all-image-container img {
    max-width: 200px; /* 画像の最大幅 */
    height: auto;
    border-radius: 10px;
  }

  .gakuryoku-all-image-container_2 {
    margin-left: 20px; /* 文章と画像の間にスペースを追加 */
  }
  .gakuryoku-all-image-container_2 img {
    max-width: 254px;
    height: auto;
    border-radius: 10px;
    /* margin-left: 22px; */
    margin-right: -49px;
  }
  .gakuryoku-all-image-container_3{
    width:80%;
    align-items: center;
    margin: 30px auto; 
}
  
  .gakuryoku-all-image-container_4{
    width: 80%;
  }

  .gakuryoku-second-section {
    align-items: center; /* 垂直方向で中央揃え */
    justify-content: flex-start; /* 左寄せ */
    margin-bottom: 20px;
  }

  .gakuryoku-second-text{
    font-size: 20px;
    margin-bottom: 10px;
  }