@charset "UTF-8";
.top {
  width: auto;
  margin-left: 0;
}
.top h1 {
  display: block;
  text-align: left;
  font-size: 30px;
  line-height: 150%;
}

.media-box {
  width: auto;
  margin-left: 0;
  padding-top: 0;
  line-height: 200%;
}
.media-box h2 {
  margin-top: 60px;
  padding: 3px 0 10px 25px;
  position: relative;
  border-bottom: solid 2px #f1f2ee;
  max-width: 100%;
}
.media-box h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 35px;
  top: 0;
  left: 0;
  border-left: solid 5px gray;
}
.media-box h3 {
  padding: 5px 0 0px 0px;
  margin-bottom: 0px;
}
.media-box p {
  font-size: 18px;
}

.sub-content {
  margin-bottom: 0;
}

.body-flex {
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  justify-content: center;
}
.body-flex .left {
  width: 1000px;
  max-width: 100%;
}
.body-flex .right {
  width: 300px;
  min-width: 300px;
  padding-top: 50px;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: solid 2px gray;
}
.post-tags li {
  list-style: none;
  margin-right: 5px;
  width: -moz-max-content;
  width: max-content;
}
.post-tags li a {
  background: rgb(46, 46, 46);
  color: white;
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 9999px;
  display: inline;
}

.media-section {
  background: transparent;
  padding-top: 0;
}

.content-box {
  width: 100%;
}

/* Style the TOC */
.toc {
  margin-bottom: 20px;
  background: #f1f2ee;
  padding: 30px;
  border-radius: 20px;
  margin-top: 50px;
}

.top-index {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.h2-ul {
  list-style-type: none;
  padding-left: 0;
}

.h3-ul {
  padding-left: 10px;
  list-style-type: "・";
  margin-bottom: 10px;
}

.h2-li {
  font-size: 18px;
  /* Adjust as needed */
  font-weight: bold;
  margin-bottom: 10px;
}

.h3-li {
  font-size: 16px;
  /* Adjust as needed */
  margin-bottom: 5px;
}

.toc a {
  text-decoration: none;
}

.toc a:hover {
  text-decoration: underline;
}

.right-title {
  font-size: 20px;
  font-weight: 800;
  padding: 0 0 10px 0;
  border-bottom: solid 2px gray;
}

.related-post {
  margin: 20px 0;
  text-align: center;
}

.related-post img {
  width: 100px;
  min-width: 100px;
  height: 100%;
  aspect-ratio: auto;
}

.related-post a {
  display: flex;
}

.related-post .h2-title {
  font-weight: 800;
  font-size: 15px;
  margin-top: 0px;
  text-align: left;
  padding: 0 10px;
  line-height: 150%;
}

.profile {
  width: 100%;
  max-width: 90%;
}

.profile-box {
  background: #f1f2ee;
  max-width: 100%;
  border-radius: 15px;
  margin-bottom: 50px;
}
.profile-box .profile-tile {
  background: rgb(46, 46, 46);
  color: white;
  font-weight: 800;
  padding: 10px 30px;
  font-size: 16px;
  text-align: center;
  width: 230px;
  border-radius: 15px 0 15px 0;
}
.profile-box .profile-flex {
  display: flex;
}
.profile-box .profile-left .img-left {
  max-width: 100%;
  min-width: 170px;
}
.profile-box .profile-left img {
  width: 100px;
  margin: 50px;
  margin-bottom: 60px;
}
.profile-box .profile-right {
  flex-grow: 1;
  width: auto;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
}
.profile-box .profile-name {
  display: flex;
}
.profile-box .profile-name .name-left {
  font-weight: 800;
}
.profile-box .profile-name .name-right {
  flex-grow: 1;
  text-align: right;
  font-weight: 800;
}
.profile-box .profile-text {
  font-size: 16px;
  margin-bottom: 40px;
}

.addtoany_shortcode {
  margin-top: 20px;
  text-align: right;
}

.bottom-post-box {
  width: 100%;
  margin: 30px 0;
}

.bottom-title {
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
}

.bottom-title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
.bottom-title span {
  font-size: 15px;
  padding-left: 5px;
}

.bottom-post-box {
  margin-bottom: 100px;
  padding-top: 50px;
  background: #f1f2ee;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, #f1f2ee 40%, #f1f2ee 100%);
}

.bottom-posts {
  display: flex;
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
}
.bottom-posts .bottom-post {
  width: 23%;
  margin: 0% 1%;
}
.bottom-posts .bottom-post a {
  position: relative;
}
.bottom-posts .bottom-post .number {
  position: absolute;
  top: -17px;
  left: 0;
  font-weight: 800;
  text-shadow: 1px 1px 0px rgb(255, 255, 255);
  font-size: 20px;
}
.bottom-posts .bottom-post .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 5px;
  margin-top: 5px;
}
.bottom-posts .bottom-post .tag span {
  background: rgb(46, 46, 46);
  color: white;
  font-size: 13px;
  padding: 3px 7px;
  border-radius: 9999px;
  white-space: nowrap;
}
.bottom-posts .date {
  margin: 5px auto;
  font-size: 14px;
}
.bottom-posts .card-title {
  font-size: 16px;
  font-weight: 800;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}

.content0 {
  margin-top: 100px;
}

@media screen and (max-width: 1000px) {
  .top {
    max-width: 100%;
  }
  .media-box {
    max-width: 100%;
  }
  .body-flex {
    flex-direction: column;
  }
  .body-flex .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .profile-flex {
    flex-direction: column;
  }
  .profile-flex .img-flex {
    display: flex;
    align-items: center;
  }
  .profile-flex .img-flex .img-right {
    margin-top: 30px;
    font-weight: 800;
    margin-left: 30px;
  }
  .profile-flex .img-flex .img-left {
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .profile {
    max-width: 100%;
  }
  .profile-box .profile-left img {
    margin: 30px;
    margin-bottom: 0;
    margin-right: 0;
  }
  .profile-box .profile-name .name-right {
    text-align: left;
  }
  .profile-box .profile-right {
    margin: 0px;
    padding: 30px 30px;
    width: 100%;
    padding-top: 0;
  }
  .profile-box .profile-text {
    margin-bottom: 0;
  }
  .bottom-post-box {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 30px;
    margin-bottom: 40px;
    scrollbar-color: rgb(46, 46, 46) #f1f2ee;
  }
  .bottom-post-box .bottom-posts {
    width: 1300px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .bottom-post-box .bottom-posts .bottom-post {
    width: 305px;
    margin: 10px;
  }
}/*# sourceMappingURL=article2.css.map */