@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 .section {
  margin-bottom: 70px;
}
.gnw .overview dl {
  font-size: 16px;
  font-family: urbane, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.gnw .overview dl dt {
  width: 20%;
  padding: 20px 1%;
  color: #fff;
  background: linear-gradient(45deg, rgba(9, 154, 198, 1), rgba(170, 211, 1, 1));
  text-align: center;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnw .overview dl dd {
  margin: 0;
  width: 73.5%;
  padding: 20px 2%;
  background-color: #e5f5fb;
  border-radius: 0 10px 10px 0;
}
.gnw .news .box {
  background-color: #e7f7f2;
  border-radius: 10px;
  overflow: hidden;
}
.gnw .news .box h4 {
  font-family: urbane, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin: 0;
  position: relative;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(45deg, rgba(22, 66, 79, 1), rgba(29, 87, 105, 1));
  border: none;
}
.gnw .news .box h4:before {
  display: none;
}
.gnw .news .box h4 i {
  font-size: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin: auto;
  height: 28px;
}
.gnw .news .dl_box {
  padding: 10px 5%;
}
.gnw .news dl {
  margin: 0;
  padding: 10px 0;
  line-height: 28px;
  border-bottom: dashed 1px #005348;
}
.gnw .news dl a {
  color: #000;
}
.gnw .news dl:last-child {
  border: none;
}
.gnw .news dl dt {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
}
.gnw .news dl dd {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 63%;
}
.gnw .box_gray ul, .gnw .box_gray ol {
  padding: 0 0 0 25px;
}
.gnw p.center {
  text-align: center;
}
.gnw .box_figure ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gnw .box_figure ul li {
  width: 24%;
  margin: 5px 0.5%;
}
@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 .section {
    margin-bottom: 50px;
  }
  .gnw .overview dl {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }
  .gnw .overview dl dt {
    width: auto;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    display: block;
  }
  .gnw .overview dl dd {
    width: auto;
    border-radius: 0 0 10px 10px;
  }
  .gnw .news .box h4 i {
    font-size: 24px;
    left: 40px;
    height: 24px;
  }
  .gnw .news dl dt {
    display: block;
    width: auto;
    font-weight: 500;
  }
  .gnw .news dl dd {
    display: block;
    width: auto;
  }
  .gnw .box_gray ul, .gnw .box_gray ol {
    padding: 0 0 0 15px;
  }
  .gnw .box_figure ul li {
    width: 49%;
    margin: 2px 0.5%;
  }
}