@charset "UTF-8";
/*イベント*/
.event table th {
  width: 20%;
}
.event .btn a {
  width: 400px !important;
}
/*Welcome Party*/
.event.wp h3 img {
  width: 700px;
}
.event.wp h3:after {
  display: none;
}
.event.wp .wrap {
  padding: 30px 5%;
  border-radius: 10px;
  background: linear-gradient(45deg, rgba(253, 127, 120, 0.2), rgba(254, 202, 15, 0.2));
  border: solid 2px #0f2c35;
}
.event.wp .wrap h4 {
  font-size: 30px;
  text-align: center;
  padding: 0 0 15px 0;
}
.event.wp .wrap h4:before {
  display: none;
}
.event.wp .wrap figure {
  display: flex;
  justify-content: space-between;
}
.event.wp .wrap figure img:first-child {
  width: 40%;
}
.event.wp .wrap figure img:last-child {
  width: 59%;
}
.event.wp table section {
  margin-bottom: -20px !important;
}
.event.wp table section:last-child {
  margin-bottom: 40px !important;
}
.event.wp table section:nth-child(1) h5 {
  background: #ff9999;
}
.event.wp table section:nth-child(2) h5 {
  background: #ff9999;
}
.event.wp table section:nth-child(3) h5 {
  background: #2dc592;
}
.event.wp table section:nth-child(4) h5 {
  background: #66ccff;
}
.event.wp table section:nth-child(5) h5 {
  background: #ff9900;
}
.event.wp table section ul {
  margin: 0;
  padding: 0 0 0 25px;
}
/*IEICE EXPO 2025 東京*/
.event.expo .map figure {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event.expo .map figure img:nth-child(1) {
  width: 35%;
}
.event.expo .map figure img:nth-child(2) {
  width: 60%;
}
.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) {
  /*イベント*/
  .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 .btn a {
    font-size: 13px !important;
    width: auto !important;
  }
  /*Welcome Party*/
  .event.wp h3 {
    margin-bottom: 30px;
  }
  .event.wp h3 img {
    width: 100%;
  }
  .event.wp .wrap h4 {
    font-size: 20px;
    padding: 0 0 10px 0;
  }
  .event.wp table section {
    margin-bottom: -30px !important;
  }
  .event.wp table section:last-child {
    margin-bottom: 30px !important;
  }
  .event.wp table section h5 {
    font-size: 17px;
  }
  /*IEICE EXPO 2025 東京*/
  .event.expo .map figure {
    display: block;
  }
  .event.expo .map figure img:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .event.expo .map figure img:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }
  .event.expo .map .btn a {
    width: auto !important;
  }
}