.l-inst-announce {
  margin-top: 120px;
  margin-bottom: 30px;
}

.inst-announce__body {
  border-radius: 16px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffcc26;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .inst-announce__body {
    flex-direction: column;
  }
}

.inst-announce__icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 12px 0 0;
  vertical-align: middle;
  text-align: center;
  border-radius: 1100%;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.inst-hero-img {
  max-width: 100%;
  width: 100%;
  margin: 40px 0 24px 0;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
}

.inst-info__setction {
  padding: 44px 0;
  border-top: 1px solid #ececec;
  margin-top: 44px;
}

/* .inst-info__setction:last-child {
  border-bottom: none;
} */

.inst-info__subtitle {
  color: #41a9a5;
  margin-bottom: 16px;
  font-size: 20px;
}

.inst-table {
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  color: #444;
}

.inst-table__th {
  background: #ffcc2666;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #ececec;
}

td {
  border: 1px solid #ececec;
  padding: 30px;
}

@media (max-width: 1200px) {
  td {
    border: 1px solid #ececec;
    padding: 10px;
  }
}

/*第一欄第一列：左上*/
tr:first-child td:first-child {
  border-top-left-radius: 16px;
}
/*第一欄最後列：左下*/
tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}
/*最後欄第一列：右上*/
tr:first-child td:last-child {
  border-top-right-radius: 16px;
}
/*最後欄第一列：右下*/
tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

/* === */
.l-inst-info {
  margin-top: 24px;
  margin-bottom: 120px;
}

@media (max-width: 576px) {
  .course-info__title {
    font-size: 28px;
  }
}
