@charset "shift_jis";
/* Updated 2025/05/22,T */
.seminar-contentWrap01 {
  margin-top: 78px;
}
.seminar-contentWrap01>.inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.seminar-link01 {
  display: flex;
  border-radius: 10px;
  box-shadow: 0 7px 35px rgba(81, 127, 111, .16);
}
.seminar-link01>.title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-width: 100%;
  padding: 36px 0;
  background: #017a4f;
  border-radius: 10px 0 0 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.seminar-link01>.detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 120px);
  max-width: 100%;
  background: #fff;
  border-radius: 0 10px 10px 0;
  font-weight: bold;
}
.link-wrap01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 100%;
  max-width: 100%;
}
.link-wrap01>.link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.link-wrap01>.link>.img {
  width: 48px;
  margin-right: 16px;
}
@media screen and (min-width: 768px) {
  .link-wrap01:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 64px;
    background: #d5dedb;
  }
}
@media screen and (max-width: 767px) {
  .seminar-contentWrap01 {
    margin-top: 25px;
  }
  .seminar-link01 {
    display: block;
  }
  .seminar-link01>.title {
    width: 100%;
    padding: 8px 0;
    border-radius: 10px 10px 0 0;
  }
  .seminar-link01>.detail {
    position: relative;
    flex-wrap: wrap;
    width: 100%;
  }
  .seminar-link01>.detail::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    height: 1px;
    background:#d5dedb;
  }
  .link-wrap01 {
    width: 50%;
  }
  .link-wrap01:nth-child(2n+1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background: #d5dedb;
  }
  .link-wrap01>.link {
    justify-content: flex-start;
    padding: 16px;
  }
  .link-wrap01>.link>.img {
    margin-right: 7px;
    width: 32px;
  }
}