@charset "UTF-8";
/*懇親会*/
.banquet .center {
  text-align: center;
}
.banquet table th {
  width: 20%;
}
.banquet table td ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.banquet .name {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.banquet .block_sp {
  display: none;
}
/*イベント*/
.event table th {
  width: 20%;
}
/*gnw*/
.gnw table th {
  width: 30%;
}
.gnw .poster figure {
  width: 400px;
  margin: 0 auto 30px;
}
.gnw .poster .btn i {
  font-size: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
@media screen and (max-width:1050px) {
  /*懇親会*/
  .banquet .center {
    text-align: left;
  }
  .banquet table {
    border-bottom: solid 1px #0f2c35;
  }
  .banquet table th, .banquet table td {
    display: block;
    width: auto;
    border: none;
    padding: 5px 5%;
  }
  .banquet table td {
    border-bottom: solid 1px #0f2c35;
  }
  .banquet .name {
    font-size: 16px;
  }
  .banquet .block_sp {
    display: block;
  }
  /*イベント*/
  .event table {
    border-bottom: solid 1px #0f2c35;
  }
  .event table th, .event table td {
    display: block;
    width: auto;
    border: none;
    padding: 5px 5%;
  }
  .event table td {
    border-bottom: solid 1px #0f2c35;
  }
  /*gnw*/
  .gnw .poster figure {
    width: 100%;
  }
  .gnw table td {
    word-break: break-all;
  }
}