.top-navi-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
}
a.top-navi-link {
  position: relative;
  padding: 0.5em 1em;
  background-color: #fff;
  border-left: 3px solid #fff;
  text-align: center;
  font-weight: bold;
}
.description-area {
  margin-top: 1.5em;
}
.sbom-image img {
  width: 100%;
  height: auto;
}
.sbom-service img {
  margin-top: 2em;
  width: 100%;
  height: auto;
}

.mieten-headerIcon {
  width: 30px;
  margin-right: 0.5rem;
  vertical-align: bottom;
}

.mieten-list {
  list-style-type: disc;
  margin-left: 1rem;
  padding-left: 1rem;

  li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}

.mieten-h2sectionText {
  font-size: 16px;
}

.headline03.mieten-headline03 {
  border-color: #00b050 !important;
}

.mieten-h4 {
  border: none !important;
}

.mieten-futureWrap {
  max-width: 100%;
  display: flex;
  gap: 1rem;

  p {
    min-width: 0;
    flex: 1 0 0;
  }

  img {
    min-width: 0;
    flex: 0 0 300px;
  }
}

.mieten-tableSubText {
  font-size: 12px;
  padding-left: 2rem;
}

.mieten-priceTable tbody tr:first-of-type th {
  width: 400px;
}

@media screen and (max-width: 500px) {
  .mieten-futureWrap {
    flex-direction: column;

    img {
      flex: 0 0 auto;
      margin: 0 3rem;
      width: calc(100% - 6rem);
      justify-content: flex-start;
    }
  }
}

@media screen and (max-width: 736px) {
  .top-navi-container,
  .txEditable :is(p, .mieten-list) {
    font-size: 14px;
  }

  .txEditable p {
    line-height: 1.5;
  }

  .sectionLv01 > .headline02 {
    font-size: 150%;
    margin-top: 2rem !important;
  }

  .mieten-footnote {
    p {
      font-size: 12px !important;
      &:not(:first-of-type) {
        margin-top: 0.25rem;
      }
    }

    a {
      overflow-wrap: break-word;
    }
  }

  .mieten-priceTable tbody tr:first-of-type th {
    width: 50%;
  }
}

.freeEdit01 h2 {
  margin: 0;
}
