@charset "UTF-8";
/* 
* ------------------------------------------------------------
* ウェビナー＆カンファレンス
* ------------------------------------------------------------
*/
.otomachi_conference_stat_none {
  background-color: #e8e8e8;
  padding: 30px;
}
.otomachi_conference_stat_none p {
  text-align: center;
  font-size: 16px;
}
.otomachi_conference_stat p {
  margin: 0;
}
.otomachi_conference_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px 60px;
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .otomachi_conference_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 45px;
    margin-bottom: 100px;
  }
}
@media (max-width: 600px) {
  .otomachi_conference_list {
    margin-bottom: 60px;
  }
}
.otomachi_conference_list p {
  font-size: 22px;
  font-weight: bold;
  margin: 0.65em 0 0;
}
@media (max-width: 767px) {
  .otomachi_conference_list p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .otomachi_conference_list p {
    font-size: 18px;
  }
}