section#default-content {
  margin-top: 9rem;
  margin-bottom: 4rem;
}
section#default-content a {
  color: #94a38d;
  font-weight: 800;
}
section#default-content a:hover {
  text-decoration: underline;
}
section#default-content .section-after-title--title {
  padding-top: 8rem;
}
section#default-content .section-after-title--title-header {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
  color: #94a38d;
}
section#default-content .section-after-title--box.maincolor-border {
  border: 0.1rem solid #94a38d;
  padding: 2rem;
  margin-bottom: 4rem;
  margin-top: 3rem;
}
section#default-content .section-after-title--box--title p {
  color: #ce5e5b;
  font-size: 2.2rem;
  font-weight: 700;
}
section#default-content .section-after-title--box--content p {
  color: #94a38d;
  font-size: 1.9rem;
  line-height: 2rem;
  margin-bottom: 0;
  font-weight: 500;
}
section#default-content .section-title {
  position: relative;
}
section#default-content .section-title .watermark {
  position: absolute;
  z-index: -9;
  left: -14rem;
  top: -9rem;
}
section#default-content .section-title .watermark img {
  width: 100%;
}
section#default-content .section-title h2 {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  position: relative;
}
section#default-content .section-title h2:after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  display: block;
  max-width: 41rem;
  width: 100%;
  border-bottom: 0.1rem dashed #ce5e5b;
}
section#default-content .section-content {
  margin-top: 4rem;
}
section#default-content .section-content ul {
  list-style: unset;
}
section#default-content .section-content .desc {
  font-size: 1.8rem;
}

section#related .row {
  row-gap: 3rem;
}
section#related .related-card-inner-header {
  padding-left: 5.5rem;
  min-height: 5.3rem;
  display: flex;
  align-items: center;
  border: 1px solid #ce5e5b;
  color: #94a38d;
  font-size: 2rem;
}
section#related .related-card-inner-header--name {
  font-weight: 700;
  color: inherit;
}
section#related .related-card-inner-header--position {
  font-weight: 400;
  color: inherit;
}
section#related .related-card-inner-body {
  display: flex;
  flex-direction: row;
}
@media (max-width: 700px) {
  section#related .related-card-inner-body {
    flex-direction: column;
    align-items: center;
  }
}
section#related .related-card-inner-body--description {
  padding: 3.2rem 5.5rem;
  word-break: break-all;
  color: #707070;
  min-width: 30rem;
}
@media (max-width: 426px) {
  section#related .related-card-inner-body--description {
    padding: 3.2rem 2rem;
  }
}
section#related .related-card-inner-body--description a {
  color: #94a38d;
  font-weight: 700;
}
section#related .related-card-inner-body--description a:hover {
  text-decoration: underline;
}
section#related .related-card-inner-body--image {
  padding: 3.2rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#related .related-card-inner-body--image img {
  width: auto;
  height: auto;
  max-width: 25rem;
  max-height: 25rem;
}
section#related .related-card:nth-of-type(odd) .related-card-inner-body {
  flex-direction: row-reverse;
}
@media (max-width: 700px) {
  section#related .related-card:nth-of-type(odd) .related-card-inner-body {
    flex-direction: column;
    align-items: center;
  }
}
