.sub-sns__wrap1 {
  flex-wrap: wrap;
}

.seminer-detail-profile__content .seminer-detail-profile__title-name1 {
  margin-top: 37px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3529411765;
}

.seminer-detail-profile__content .seminer-detail-profile__title-name2 {
  margin-top: 32px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5333333333;
}

.seminer-detail-profile__content .seminer-detail-profile__title--ja {
  margin-top: 0;
}

.seminer-detail-profile__content .seminer-detail-profile__text {
  margin-top: 0;
}

.seminer-detail-contents ul,
.seminer-detail-contents ol {
  list-style: auto;
  margin: 2em;
}

@media screen and (min-width: 1120px) {
  .seminer-detail-profile__content .seminer-detail-profile__title-name1 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .seminer-detail-profile__content .seminer-detail-profile__title-name2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .seminer-detail__main>*:not(.seminer-detail.layout-seminer-detail) {
    max-width: 44.375rem;
    width: 100%;
    margin-inline: auto;
    padding-inline: 1.25rem;
  }

  .seminer-detail__main p {
    margin-bottom: 1.875rem;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 2;
    color: #383838;
  }

  .seminer-detail__main h2 {

    margin-bottom: 1.9375rem;
    background-image: url(../images/seminer-detail/seminer-detail-title-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5;
    color: white;
    padding: 0 0.25rem;

  }

  .seminer-detail__main>p+h2 {
    margin-top: 2.5rem;
  }
}


@media screen and (min-width: 768px) {
  .seminer-detail__main p {
    font-size: 0.9375rem;
    ;
    line-height: 30px;
    margin-top: 2.5rem;
  }


  .seminer-detail__main h2 {

    background-image: url(../images/seminer-detail/seminer-detail-title-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: bold;
    color: white;
    margin-bottom: 2.5rem;
    font-size: 1.625rem;
    line-height: 1.3461538462;
    padding: 0.5rem 1rem;

  }

  .seminer-detail-contents.layout-seminer-detail-contents>p+h2 {
    margin-top: 2.5rem;
  }

  .seminer-side__tag-list .seminer-side__tag-item {
    height: 2em;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
  }
}