@charset "UTF-8";


h1{
    margin-top: 40px;
    margin-left: 73px;
    color: #0E274B;
    font-family: futura-pt-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
   }
   h2{
     margin-top: -10px;
     text-align: center;
     color: #0E274B;
     font-family: futura-pt-bold, sans-serif;
     font-weight: 700;
     font-style: normal; 
     font-size: 28px;
   }

   .scroll_content { /* リスト全体のスタイル */
    display: flex;
    max-width: 800px;
    margin:auto;
    overflow-x: auto;
  }
   
  .scroll_content li { /* 各リストのスタイル */
    width: 85%;
    padding: 8px;
    margin: 3px;
    flex-shrink: 0;
    list-style: none;
  }
   
  .scroll_content img { /* 画像のスタイル */
    width: 100%;
  
    object-fit: cover;
  }
   
  .scroll_content::-webkit-scrollbar {
   
    height: 10px; /* スクロールバーの高さ */
  }
   
  .scroll_content::-webkit-scrollbar-thumb {
    background: #aaa; /* ツマミの色 */
    border-radius: 6px; /* ツマミ両端の丸み */
  }
   
  .scroll_content::-webkit-scrollbar-track {
    background: #ddd; /* トラックの色 */
    border-radius: 6px; /* トラック両端の丸み */
  }
   
   
  @media screen and (min-width: 450px) {
   
    .scroll_content li {
      width: 45%;
    }
  } 


h3{
    z-index: 10;
    margin:auto;
    color: #0E274B;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
}


.q1{
    color: #0E274B;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}
.a1{
  color: #0E274B;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.q2{
  color: #0E274B;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.a2{
  color: #0E274B;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.q3{
  color: #0E274B;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.a3{
  color: #0E274B;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
.mae{
    margin-top: 30px;
    margin-left: 50px;
    position: relative;
  }
  .tugi{
    margin-top: -53px;
    margin-left: 230px;
    position: absolute;
  }
  .maetext{
    position: absolute;
    margin-top: -48px;
    margin-left: 65px;
    color: #0E274B;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .tugitext{
    position: absolute;
    margin-top: -48px;
    margin-left:255px ;
    color: #0E274B;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
  }