@charset "UTF-8";
/*インダストリアルセッション*/
.industrial_session table section {
  margin-bottom: 50px !important;
}
.industrial_session table section:last-child {
  margin-bottom: 30px !important;
}
.industrial_session h5 {
  color: #fff;
  background: linear-gradient(45deg, rgba(253, 127, 120, 1), rgba(254, 202, 15, 1));
}
.industrial_session h5:before {
  background-color: #fff;
}
.industrial_session table th {
  width: 20%;
}
.industrial_session table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.industrial_session table td ul li {
  width: 31.33%;
  margin: 0 1% 30px;
  text-align: center;
}
.industrial_session table td ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #0f2c35 !important;
}
.industrial_session table td ul li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.industrial_session table td ul li p {
  margin: 0;
}
@media screen and (max-width:1050px) {
  /*インダストリアルセッション*/
  .industrial_session h3 {
    font-size: 24px;
  }
  .industrial_session table {
    border-bottom: solid 1px #0f2c35;
  }
  .industrial_session table th, .industrial_session table td {
    display: block;
    width: auto;
    border: none;
    padding: 5px 5%;
  }
  .industrial_session table td {
    border-bottom: solid 1px #0f2c35;
  }
  .industrial_session table td ul {
    display: block;
  }
  .industrial_session table td ul li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .industrial_session table td ul li a {
    font-size: 16px;
  }
  .industrial_session table td ul li img {
    width: 250px;
  }
}