@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 2026 福岡*/
.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 {
  position: relative;
}
.event.expo .map .btn {
  position: absolute;
  top: -20px;
  left: 220px;
}
.event.expo .map .btn a {
  width: 200px !important;
  padding: 5px 0 !important;
}
.event.expo .map .btn i {
  font-size: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
.event.expo .wrap {
  padding: 20px 5%;
  border-radius: 10px;
  background: linear-gradient(45deg, rgba(253, 127, 120, 0.2), rgba(254, 202, 15, 0.2));
  border: solid 2px #0f2c35;
  margin-bottom: 50px;
}
.event.expo .schedule h5 {
  color: #fff;
  background: linear-gradient(45deg, rgba(253, 127, 120, 1), rgba(254, 202, 15, 1));
  margin: 0 auto 20px;
}
.event.expo .schedule h5:before {
  background-color: #fff;
}
.event.expo .schedule h6 {
  border-bottom: solid 2px #0f2c35;
  margin-bottom: 5px;
}
.event.expo .schedule .inner02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event.expo .schedule .inner02 .box {
  width: 43%;
  padding: 25px 3% 10px;
  border-radius: 10px;
  background: linear-gradient(45deg, rgba(253, 127, 120, 0.2), rgba(254, 202, 15, 0.2));
}
@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 2026 福岡*/
  .event.expo h3 {
    font-size: 20px;
  }
  .event.expo .map .btn {
    position: static;
  }
  .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 .wrap {
    padding: 10px 5%;
  }
  .event.expo .schedule .inner02 {
    display: block;
  }
  .event.expo .schedule .inner02 .box {
    width: auto;
    padding: 25px 5% 10px;
    margin-bottom: 10px;
  }
}