@media (min-width: 768px) {
  .list_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none; }
    .list_ul a {
      border: 2px solid #bd263a;
      color: #bd263a;
      width: calc(33.3% - 20px);
      margin: 7px 0;
      border-radius: 20px;
      padding: 20px;
      min-height: 130px;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .list_ul a:hover {
        background-color: #bd263a;
        color: #fff;
        opacity: 1.0; }
      .list_ul a h4 {
        font-size: 22px;
        margin: 5px 0; }
      .list_ul a .date {
        font-size: 18px;
        font-weight: 500; }
      .list_ul a .subject {
        font-size: 14px; }

  .last_p {
    margin: 50px 0 0 0; } }
@media (max-width: 767.98px) {
  .list_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none; }
    .list_ul a {
      border: 2px solid #bd263a;
      color: #bd263a;
      width: 100%;
      margin: 7px 0;
      border-radius: 20px;
      padding: 20px;
      min-height: 130px;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .list_ul a:hover {
        background-color: #bd263a;
        color: #fff;
        opacity: 1.0; }
      .list_ul a h4 {
        font-size: 18px;
        margin: 5px 0; }
      .list_ul a .date {
        font-size: 16px;
        font-weight: 500; }
      .list_ul a .subject {
        font-size: 12px; }

  .last_p {
    margin: 40px 0 0 0; } }
.day {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #bd263a;
  border-radius: 5px;
  font-weight: 500;
  background-color: #fafafa; }
  @media (min-width: 768px) {
    .day {
      margin: 50px 0;
      height: 80px;
      font-size: 20px; }
      .day span {
        font-size: 35px;
        margin: 0 20px; } }
  @media (max-width: 767.98px) {
    .day {
      margin: 30px 0;
      height: 50px;
      font-size: 16px; }
      .day span {
        font-size: 23px;
        margin: 0 10px; } }

.time_table tr th {
  align-items: flex-start;
  justify-content: flex-start; }
.time_table tr td .expo_dl01 {
  display: flex; }
.time_table tr td tr th {
  font-weight: bold;
  text-align: center; }
  .time_table tr td tr th span {
    width: 80px;
    border-radius: 5px;
    margin-right: 10px;
    display: block; }
  .time_table tr td tr th .reserv {
    background-color: #bd263a;
    color: white; }
  .time_table tr td tr th .free {
    background-color: white;
    color: #bd263a;
    border: 1px solid; }
.time_table tr td .attention {
  background-color: #e8dadc;
  border-radius: 5px;
  padding: 5px 10px;
  display: block; }
.time_table tr td .free_box {
  border-collapse: separate; }
.time_table tr .time {
  width: 110px;
  text-align: justify;
  font-weight: bold; }
.time_table tr .pading {
  padding-bottom: 20px; }
@media (min-width: 768px) {
  .time_table tr td .expo_dl01 {
    align-items: center;
    text-align: center;
    margin-bottom: 5px; }
  .time_table tr td .free_box tr th td {
    padding-left: 10px; }
  .time_table tr td .free_box tr th span {
    padding: 65px 0; } }
@media (max-width: 767.98px) {
  .time_table tr th {
    padding: 3px; }
  .time_table tr td .expo_dl01 {
    flex-wrap: wrap;
    margin-bottom: 10px;
    line-height: 1.5; }
  .time_table tr td tr th {
    width: 100%; }
    .time_table tr td tr th span {
      padding: 3px; }
  .time_table tr td .free_box tr {
    display: block;
    margin-bottom: 10px; }
    .time_table tr td .free_box tr th {
      display: block; }
      .time_table tr td .free_box tr th .free {
        padding: 0; }
    .time_table tr td .free_box tr td {
      display: block;
      line-height: 1.5; } }

.gray_bc {
  background-color: #fafafa; }
  .gray_bc .list {
    display: flex; }
    .gray_bc .list .no {
      background-color: #bd263a;
      padding: 3px 10px;
      color: white; }
  .gray_bc .list_box .list_ul {
    display: flex;
    flex-wrap: wrap; }
    .gray_bc .list_box .list_ul li {
      padding-right: 20px;
      list-style: none; }
      .gray_bc .list_box .list_ul li::before {
        content: "";
        width: 15px;
        height: 15px;
        display: inline-block;
        background-color: #bd263a;
        border-radius: 50%;
        margin-right: 5px;
        position: relative;
        top: 3px; }
  @media (min-width: 768px) {
    .gray_bc {
      padding: 20px; }
      .gray_bc .list .no {
        font-size: 20px;
        margin: 0 10px 10px 0; }
      .gray_bc .list_ul {
        margin: 10px 0 15px 30px; }
      .gray_bc .list03 {
        margin: 0;
        padding-left: 40px; } }
  @media (max-width: 767.98px) {
    .gray_bc {
      padding: 20px 15px; }
      .gray_bc .list .no {
        font-size: 16px;
        margin: 0 10px 5px 0; }
      .gray_bc .list_ul {
        margin: 0; }
      .gray_bc .list03 {
        margin: 0; } }

.club_box {
  border: 2px solid #bd263a;
  border-radius: 5px;
  background-color: white; }
  .club_box .club .club_list {
    color: #bd263a;
    border: 1px solid;
    padding: 3px 5px;
    width: 80px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 5px; }
  .club_box .club li {
    list-style: none; }
  .club_box .attention_box {
    background-color: #e8dadc;
    padding: 15px 10px;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px; }
    .club_box .attention_box .attention_hed {
      color: #bd263a;
      font-weight: bold; }
    .club_box .attention_box p {
      color: #bd263a;
      margin: 0; }
      .club_box .attention_box p small {
        color: black; }
        .club_box .attention_box p small span {
          color: #bd263a; }
  @media (min-width: 768px) {
    .club_box {
      padding: 10px 20px 20px;
      margin: 10px 10px 20px 30px; }
      .club_box .flex_box {
        display: flex;
        justify-content: space-around; }
        .club_box .flex_box .club_list {
          font-size: 16px; }
        .club_box .flex_box .club {
          width: 45%; }
      .club_box .attention_hed {
        font-size: 17px; } }
  @media (max-width: 767.98px) {
    .club_box {
      margin: 10px 0;
      padding: 0 10px 10px; } }

.flow_ul li {
  list-style: none; }
