@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


* {
  font-family: "Noto Sans JP", sans-serif!important;
  font-optical-sizing: auto;
  font-style: normal;
}


.content h2 {
  padding: 1rem 2rem!important;
  font-weight: 900!important;
}

.content h3{
  padding: 1rem 2rem;
}

h3 {  font-weight: 900!important;}


h1{
  font-weight: 900!important;

}


.form-group label {margin-top: 1rem;!important}

.hextra-toc a.active {
  color: #333333;
  font-weight: 900;
  background: #FDF6B2;
  padding: 0.5rem;
}


table {
  display: table !important;  /* ブロック表示の上書き */
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

th, td {
  text-align: center;
  padding: 8px;
  border: 1px solid #ccc;
  word-wrap: break-word;
}


.faq-block {
  margin-top: 2em;
  margin-bottom: 2em;
}

.faq-item {
  margin-bottom: 1.2em;
  background: #f9f9f9;
  border-left: 4px solid #0af;
  padding: 1em;
  border-radius: 8px;
}

.faq-question {
  font-weight: bold;
}

.faq-answer {
  margin-top: 0.5em;
}

hr {margin: 20px;
  color:#eee;}

/* よさこいチームのキーカラー #FD501D */
:root {
  --yosakoi-primary: #FD501D;
  --yosakoi-primary-hover: #E0450F;
  --yosakoi-primary-light: #FFE5DC;
}

/* バッジの色を灰色に変更 */
.region-badge {
  background-color: #f3f4f6 !important;
  color: #374151 !important;
}

.region-badge:hover {
  background-color: #e5e7eb !important;
}