/* 共通スタイル */
body {
    font-family: Arial, sans-serif;
width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    background-color: #f8f9fa; /* ベースの背景色（薄いグレー） */
    background-image: radial-gradient(circle, #cccccc 1px, transparent 1px); /* ドットの色と透明部分 */
    background-size: 20px 20px; /* ドットの間隔を調整 */
  }
img{max-width: 90%;}

html, body {
  overflow-x: hidden;
}

.container01 {
  padding: 0 !important;
    margin: 0 !important;
  width: 90% !important;
  margin: 0 auto !important;
  
}

#top-area, #cv-area-1, #cv-area-2, #cv-area-3, #area-2, #area-3, #area-4 {
  margin: 0 auto !important; /* 左右中央揃え */
  text-align: center !important; /* テキストの中央揃え */
  padding: 1em 0;
  
}

#top-area{padding: 0;}
  /* ヘッダーのスタイル */
#site-header {
    background-color: #fff !important; 
    color: white;
  }
  
  #site-header a {
    color: white;
    text-decoration: none;
  }
  
  #site-header img {
    height: 40px; /* ロゴの高さ */
  }
  
  #site-header .fs-4 {
    font-size: 1.25rem; /* サイト名の文字サイズ */
  }

  


 /* 流れる文字 */
/* 上部に固定された流れるバナー */
.flow-banner-container-xyz {
  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #f5f5f5 !important;  /* ← 薄いグレーに変更 */
  overflow: hidden;
  white-space: nowrap;
  z-index: 9999;
  border-bottom: 1px solid #ccc;
}

/* 流れる文字 */
.flow-banner-text-xyz {
  display: inline-block;
  padding-left: 100%;
  animation: flow-banner-scroll-xyz 15s linear infinite;
  font-size: 1em;
  line-height: 30px;
  color: #000;
}

/* 蛍光ペン風の強調 */
.flow-banner-highlight-xyz {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff176 60%);
  padding: 0 4px;
}

/* アニメーション */
@keyframes flow-banner-scroll-xyz {
  0% {
      transform: translateX(0%);
  }
  100% {
      transform: translateX(-100%);
  }
}

/* コンテンツがバナーに隠れないように調整 */
body {
  padding-top: 30px !important;
}


  /* トップエリア */
  #top-area {
    background-color: #f8f9fa; /* Bootstrapのlightカラーに合わせる */
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background-color: transparent !important;
    width: 100% !important;
  }
  
  #top-area img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  
  /* CVエリア */
  #cv-area-1, #cv-area-2, #cv-area-3 {
    background-color: transparent;
    width: 100% !important;
    margin: 0 auto;
    
  }

 /* CVエリアのテキストとボタンの間隔を調整 */
#cv-area-1 .cv-text {
  margin-bottom: 0; /* 隙間をなくす */
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

 /* CVエリアのテキストとボタンの間隔を調整 */
 #cv-area-2 .cv-text {
  margin-bottom: 0; /* 隙間をなくす */
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

  
  #cv-area-1 a, #cv-area-2 a, #cv-area-3 a {
    font-size: 1.25rem;
    padding: 10px 20px;
    

  }
  
  /* 各エリア */
  #area-2 img, #area-3 img, #area-4 img {
    max-width: 93%;
    height: auto;
    margin: 1em;
  }

  #area-3{background-color: #4E98E3 !important;}

  #area-2{
    background-color: #f8f9fa; /* ベースの背景色（薄いグレー） */
    background-image: radial-gradient(circle, #cccccc 1px, transparent 1px); /* ドットの色と透明部分 */
    background-size: 20px 20px; /* ドットの間隔を調整 */
  }

  
  #area-4 img{width: 100% !important;margin: 0 !important;padding: 0;}
#footer{margin: 0 !important;padding: 0 !important;}