@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%;
}
.event table ul.btn {
  margin: 20px auto !important;
}
/*企業展示*/
.event.expo .map figure {
  display: flex;
  align-items: center;
}
.event.expo .map figure img:first-child {
  width: 35%;
  margin: 0 2.5%;
}
.event.expo .map figure img:last-child {
  width: 55%;
  margin: 0 2.5%;
}
.event.expo .map .btn a {
  width: 300px !important;
}
.event.expo .map .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;
  }
  .event table ul.btn {
    margin: 10px auto !important;
  }
  /*企業展示*/
  .event.expo .map figure {
    display: block;
  }
  .event.expo .map figure img:first-child {
    width: 100%;
    margin: 0 auto 20px;
  }
  .event.expo .map figure img:last-child {
    width: 100%;
    margin: 0 auto 10px;
  }
  .event.expo .map .btn a {
    width: auto !important;
  }
}