img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.inline-block {
  display: inline;
}
@media screen and (min-width: 768px) {
  .inline-block {
    display: inline-block;
  }
}

section.sec-seminar {
  border-top: solid 1.6em #ee86a8;
  padding: 15% 0;
}
@media screen and (min-width: 768px) {
  section.sec-seminar {
    border-top: solid 34px #ee86a8;
    padding: 70px 0;
  }
}
section.sec-seminar h1 {
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0.1em;
  border-bottom: solid 0.2em #ee86a8;
  width: 7em;
  margin: 0 auto 3em;
  padding-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-seminar h1 {
    font-size: 27px;
    margin: 0 auto 65px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-seminar h1 {
    font-size: 30px;
  }
}
section.sec-seminar ul {
  width: 88%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-seminar ul {
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
  }
}
section.sec-seminar ul li {
  margin-bottom: 20%;
}
@media screen and (min-width: 768px) {
  section.sec-seminar ul li {
    width: 47%;
    margin-bottom: 110px;
  }
}
section.sec-seminar ul li h2 {
  box-sizing: border-box;
  background: #eeeeee;
  padding: 0.6em 1em;
  font-size: 1.4em;
  border-bottom: solid 0.14em #ee86a8;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-seminar ul li h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-seminar ul li h2 {
    font-size: 24px;
  }
}
section.sec-seminar ul li h3 {
  border-left: solid 1em #eeeeee;
  box-sizing: border-box;
  padding-left: 1em;
  font-weight: 500;
  font-size: 1.14em;
  letter-spacing: 0.06em;
  line-height: 1.6em;
  margin-bottom: 1.4em;
  min-height: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  section.sec-seminar ul li h3 {
    border-left: solid 0.6em #eeeeee;
    font-size: 2.16vw;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-seminar ul li h3 {
    border-left: solid 1em #eeeeee;
    font-size: 21px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-seminar ul li h3 {
    font-size: 22px;
  }
}
section.sec-seminar ul li p {
  margin-bottom: 2em;
  text-align: justify;
  word-break: break-all;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  section.sec-seminar ul li p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-seminar ul li p {
    font-size: 16px;
  }
}
section.sec-seminar ul li a {
  display: block;
  width: 12em;
  color: #fff;
  background: #ee86a8;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0.2em 1em;
}
@media screen and (min-width: 768px) {
  section.sec-seminar ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-seminar ul li a {
    font-size: 16px;
  }
}
section.sec-seminar ul li a::before, section.sec-seminar ul li a::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.08em;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0.6em;
  border-radius: 100px;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: calc(100% - 0.04em) 50%;
}
section.sec-seminar ul li a::after {
  transform: rotate(-45deg);
}
section.sec-seminar ul li a span {
  display: block;
}/*# sourceMappingURL=seminar.css.map */