/* ==========================================================
   International Program Index
   ========================================================== */
.international-program-index {
  color: #333;
  line-height: 1.9;
  font-size: 16px;
}

.international-program-index * {
  box-sizing: border-box;
}

.international-program-index p {
  margin: 0 0 1.35em;
}

.ip-program-list {
  margin: 28px 0 0 !important;
  padding: 0 !important;
  list-style: none;
}

.ip-program-card {
  margin: 0 0 18px !important;
  border: 1px solid #d9e1ea;
  border-top: 4px solid #005bac;
  background: #fff;
}

.ip-program-card a {
  display: block;
  color: #333;
  text-decoration: none;
}

.ip-program-card a:hover {
  background: #f8fbff;
}

.ip-program-card__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px 20px;
}

.ip-program-card__body {
  flex: 1 1 auto;
  min-width: 0;
}

.ip-program-card__thumb {
  flex: 0 0 190px;
  width: 190px;
  align-self: center;
}

.ip-program-card__thumb img {
  display: block;
  width: 100%;
  height: 118px;
  object-fit: cover;
  border: 1px solid #d9e1ea;
  background: #f5f5f5;
}

.ip-program-card__label {
  margin: 0 0 6px !important;
  color: #005bac;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .04em;
}

.ip-program-card h3 {
  margin: 0 0 16px;
  color: #003c7a;
  font-size: 22px;
  line-height: 1.45;
  font-weight: bold;
}

.ip-program-card dl {
  margin: 0;
  border-top: 1px solid #e2e7ed;
}

.ip-program-card dt,
.ip-program-card dd {
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid #e2e7ed;
}

.ip-program-card dt {
  float: left;
  clear: both;
  width: 7.5em;
  color: #003c7a;
  font-weight: bold;
}

.ip-program-card dd {
  padding-left: 8.5em;
}

.ip-status {
  display: inline-block;
  min-width: 4.5em;
  padding: 2px 10px;
  border: 1px solid #b9c7d6;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.ip-status--select {
  border-color: #005bac;
  color: #005bac;
}

.ip-status--normal {
  color: #555;
}

.ip-note {
  font-size: 13px;
  color: #666;
}

.ip-program-card__link {
  margin: 18px 0 0 !important;
  color: #005bac;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .ip-program-card__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
    padding: 18px 18px 16px;
  }

  .ip-program-card__thumb {
    width: 100%;
    flex-basis: auto;
  }

  .ip-program-card__thumb img {
    height: auto;
    max-height: 180px;
  }

  .ip-program-card h3 {
    font-size: 20px;
  }

  .ip-program-card dt {
    float: none;
    width: auto;
    padding-bottom: 2px;
    border-bottom: none;
  }

  .ip-program-card dd {
    padding-top: 0;
    padding-left: 0;
  }

  .ip-program-card__link {
    text-align: left;
  }
}

/*# sourceMappingURL=p_hs_international_prg_index.css.map */
