@charset "UTF-8";
* {
  line-height: 150%;
  box-sizing: border-box;
}

body {
  background: white;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
  line-height: 150%;
}

p {
  line-height: 150%;
}

.sub-content {
  padding-top: 10px;
}

.body-flex {
  display: flex;
  padding-top: 150px;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.body-flex .left {
  width: calc(100% - 400px);
  padding: 0 5%;
}
.body-flex .left .right-toc {
  display: none;
}
.body-flex .right {
  width: 400px;
  min-width: 400px;
  background: #f8f8f8;
  padding: 40px 40px;
}
.body-flex .sub-content h1 {
  font-size: 30px;
  margin-top: 50px;
}
.body-flex .sub-content img {
  padding: 20px 0 40px 0;
}
.body-flex .sub-content .date {
  margin-bottom: 20px;
}

article {
  margin: 20px 0 40px 0;
}
article .h2-title,
article .card-info {
  margin-top: 10px;
  font-weight: 600;
}
article .date {
  margin-bottom: 15px;
}

.content-box h2 {
  padding-top: 100px;
  margin-top: -50px;
}
.content-box h3 {
  padding-top: 100px;
  margin-top: -70px;
}

.toc {
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  padding: 20px 0;
  margin-bottom: 30px;
}
.toc .h2-ul {
  list-style: none;
  line-height: 200%;
}
.toc .h3-ul {
  padding-left: 20px;
  list-style: none;
  line-height: 200%;
}
.toc .top-index {
  display: block;
  width: 150px;
  background: #d60516;
  color: white;
  padding: 3px 5px;
  font-weight: 600;
  border-radius: 9999px;
  text-align: center;
  margin-bottom: 10px;
}

.right-title {
  display: block;
  width: 150px;
  padding: 3px 5px;
  font-weight: 600;
  background: #d60516;
  color: white;
  border-radius: 9999px;
  text-align: center;
  margin-bottom: 10px;
}

.cate-list {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cate-list li {
  margin-bottom: 10px;
  list-style: none;
  margin-right: 10px;
}
.cate-list li a {
  border: solid 1px #d60516;
  color: #d60516;
  margin: 7px 0;
  padding: 5px 20px;
  font-weight: 800;
  text-align: center;
  border-radius: 9999px;
}

.cate-title li {
  margin-bottom: 10px;
  list-style: none;
}
.cate-title a {
  display: inline;
  border: 0;
  border: solid 1px #d60516;
  color: #d60516;
  margin: 7px 0;
  padding: 7px 30px;
  font-weight: 800;
  text-align: center;
  border-radius: 9999px;
  font-size: 18px;
  background: white;
}

.bottom-post-box {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  border-top: solid 1px #707070;
  padding-top: 100px;
  margin-bottom: 100px;
}
.bottom-post-box .bottom-title {
  display: block;
  width: 150px;
  background: #f7802c;
  padding: 3px 5px;
  font-weight: 600;
  color: white;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.bottom-post-box article {
  padding-right: 20px;
}

.bottom-posts {
  display: flex;
}

.footer-navi {
  display: none;
}

.cate-list .cat-item-8 {
  display: block; /* .childrenを含むulを表示 */
}

ul.cate-title {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

ul.children {
  display: flex;
  flex-wrap: wrap;
}

.cate-list li a {
  display: inline-block;
  margin: 5px 0;
  background: white;
}

.cate-list .children li {
  margin-bottom: 0px;
}

@media (max-width: 1000px) {
  .body-flex {
    padding-top: 100px;
    flex-direction: column;
  }
  .body-flex .left {
    width: 100%;
  }
  .body-flex .left .right-toc {
    display: block;
  }
  .body-flex .right {
    width: 100%;
  }
  .body-flex .right .toc {
    display: none;
  }
  .recommmend {
    display: flex;
    flex-wrap: wrap;
  }
  .recommmend .related-post {
    width: 50%;
    padding-right: 20px;
  }
  .bottom-posts {
    flex-wrap: wrap;
  }
  .bottom-posts .bottom-post {
    width: 50%;
    padding-right: 20px;
  }
}
@media (max-width: 700px) {
  .recommmend .related-post {
    width: 100%;
    padding-right: 0px;
  }
  .bottom-posts .bottom-post {
    width: 100%;
    padding-right: 0px;
  }
}/*# sourceMappingURL=single3.css.map */