@charset "utf-8";
/* CSS Document */
#famichiki-fes_cp2509 {
  max-width: 1200px;
  margin: 0 auto;
}
#famichiki-fes_cp2509 img {
  width: 100%;
  height: auto;
}
#famichiki-fes_cp2509 .lead {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  margin: 1rem;
  line-height: 2rem;
}
#famichiki-fes_cp2509 .lead > span {
  font-size: 80%;
}
#famichiki-fes_cp2509 .imgC {
  width: 330px;
}
#famichiki-fes_cp2509 .red {
  color: #e30000;
  font-weight: 500;
}
/* dlタグのスタイリング */
#famichiki-fes_cp2509 dl {
  /* Gridレイアウトを使用してdtとddを横並びに配置 */
  display: grid;
  grid-template-columns: 150px 1fr; /* dtの幅を150px、ddを残りの幅に設定 */
  gap: 12px 16px; /* 行と列の間隔を設定 */
  font-size: 1.1rem;
}
/* dtタグのスタイリング */
#famichiki-fes_cp2509 dt {
  grid-column: 1 / 2; /* 1列目に配置 */
  padding: 12px;
  height: 25px;
  font-weight: bold;
  background-color: #f4ebdc; /* 薄灰色の背景 */
  display: flex;
  align-items: center;
}
/* ddタグのスタイリング */
#famichiki-fes_cp2509 dd {
  grid-column: 2 / 3; /* 2列目に配置 */
  margin: 0; /* ブラウザのデフォルトマージンをリセット */
  padding: 12px 0;
  border-top: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
}
/* 連続するddタグの上部のボーダーを削除 */
#famichiki-fes_cp2509 dd + dd {
  border-top: none;
  padding-top: 0;
}
/* dtの直後のddには下部ボーダーは不要なため、最後のddにのみ適用 */
#famichiki-fes_cp2509 dt:last-of-type + dd:last-of-type {
  border-bottom: 1px solid #e5e7eb;
}
/* 最後の要素の下のボーダーを削除 */
#famichiki-fes_cp2509 dl > *:last-child {
  border-bottom: none;
}
/* ulタグとliタグのスタイリング */
#famichiki-fes_cp2509 dd ul {
  margin: 0;
  padding-left: 25px; /* リストのインデント */
  font-size: 0.95rem;
}
#famichiki-fes_cp2509 dd ul li {
  list-style-type: disc; /* discスタイルを指定 */
  margin-bottom: 8px;
}
#famichiki-fes_cp2509 dd ul li:last-child {
  margin-bottom: 0;
}
/*table*/
#famichiki-fes_cp2509 .table-container {
  width: 100%;
	max-width: 900px;
  background-color: #ffffff;
  overflow: hidden; /* 角丸をテーブルに適用するため */
}
#famichiki-fes_cp2509 table {
  width: 100%;
  border-collapse: collapse; /* ボーダーを重ねる */
}
#famichiki-fes_cp2509 th, td {
  padding: .5rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
}
/* テーブルヘッダーのスタイル */
#famichiki-fes_cp2509 thead th {
  background-color: #f3f4f6;
  color: #31331;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}
/* テーブルボディのスタイル */
#famichiki-fes_cp2509 tbody tr:hover {
  background-color: #f9fafb; /* ホバー時に背景色を変更 */
}
#famichiki-fes_cp2509 tbody td {
  color: #374151;
}
#famichiki-fes_cp2509 tbody td a {
	position: relative;
	width: 100%;
  color: #0171a6;
	font-weight: 500;
}
#famichiki-fes_cp2509 tbody td a::after {
    position: absolute;
    content: '\e905';
    top: 50%;
    right: -15px;
    width: 10px;
    height: 10px;
    color: #0171a6;
    font-size: 1.0rem;
    font-family: "icn_font";
    line-height: 0;
}
/* 申込ボタンのスタイル */
#famichiki-fes_cp2509 .signup-button {
	position: relative;
	width: 100%;
  background-color: #0171a6;
  color: white;
  border: none;
  padding: 0.5rem;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, transform 0.1s ease;
}
#famichiki-fes_cp2509 .signup-button::after{
    position: absolute;
    content: '\e905';
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    color: #fff;
    font-size: 1.0rem;
    font-family: "icn_font";
    line-height: 0;
}
#famichiki-fes_cp2509 .signup-button:hover {
  background-color: #00608d;
  transform: translateY(-1px);
}
#famichiki-fes_cp2509 .signup-button:active {
  transform: translateY(0);
}
/* 申込ボタン（受付終了）のスタイル */
#famichiki-fes_cp2509 .signup-button.disabled {
  background-color: #9ca3af;
  cursor: not-allowed;
}
#famichiki-fes_cp2509 .signup-button.disabled:hover {
  background-color: #9ca3af;
  transform: none;
}
/* 申込列を中央揃えに */
#famichiki-fes_cp2509 td:last-child, th:last-child {
  text-align: center;
}
/* 最後の行のボーダーを削除 */
#famichiki-fes_cp2509 tbody tr:last-child td {
  border-bottom: none;
}
#famichiki-fes_cp2509 .txtS {
	font-size: 0.8rem;
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width:736px) {
  #famichiki-fes_cp2509 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #famichiki-fes_cp2509 .lead {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 1rem;
    line-height: 1.6rem;
  }
  #famichiki-fes_cp2509 .imgC {
    width: 80%;
    margin: 0 10%;
  }
  #famichiki-fes_cp2509 dl {
    /* 画面が狭い場合は縦並びに変更 */
    display: block;
    font-size: 1rem;
  }
  #famichiki-fes_cp2509 dt {
    margin-top: 16px;
  }
  #famichiki-fes_cp2509 dd {
    display: block;
    padding: 8px 0 16px 8px;
    border: none;
  }
  #famichiki-fes_cp2509 dd ul {
    margin: 0;
    padding-left: 15px;
    font-size: 0.85rem;
  }
  /*tabel*/
  #famichiki-fes_cp2509 th, td {
    padding: 0.75rem;
  }
  #famichiki-fes_cp2509 .signup-button {
    padding: 0.5rem 1rem;
  }
}