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

body {
  background: white;
}

* {
  line-height: 150%;
  box-sizing: border-box;
}

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

p {
  line-height: 150%;
  margin-bottom: 20px;
}

strong {
  font-weight: 600;
}

.top-flex {
  display: flex;
  padding-top: 100px;
  width: 1500px;
  max-width: 90%;
  margin: 0 auto;
  align-items: center;
}
.top-flex .left {
  width: 50%;
}
.top-flex .right {
  width: 50%;
}
.top-flex .right h1 {
  font-size: 35px;
  border-bottom: solid 5px #cf111b;
  padding-bottom: 10px;
}
.top-flex .right .title-box {
  width: 90%;
  margin: 0 auto;
}
.top-flex .right .date {
  font-size: 20px;
  padding-top: 10px;
  text-align: right;
  color: #cf111b;
}

.body-flex {
  display: flex;
  padding-top: 100px;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.body-flex .left {
  width: calc(100% - 400px);
  padding: 0 5%;
  box-sizing: border-box;
  padding-bottom: 100px;
}
.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 {
  margin-top: 50px;
}
.content-box h3 {
  margin-top: 30px;
}
.content-box ul {
  padding-left: 70px;
  margin: 32px 0;
  list-style: none;
}
.content-box .b1,
.content-box .b2,
.content-box .b3 {
  margin: 32px 0 !important;
  list-style: none;
  margin-left: 70px !important;
  position: relative;
  border: solid 1.5px #cf111b;
  border-radius: 10px;
  padding: 20px;
}
.content-box .b1::before,
.content-box .b2::before,
.content-box .b3::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: 45px;
  top: 10px;
  left: -65px;
  z-index: 10;
  background-repeat: no-repeat;
}
.content-box .b1::after,
.content-box .b2::after,
.content-box .b3::after {
  content: "";
  position: absolute;
  background-image: url("../../src/article/talk2.webp");
  width: 50px;
  height: 50px;
  background-size: 25px;
  top: 25px;
  left: -24.6px;
  z-index: 10;
  background-repeat: no-repeat;
}
.content-box .b1 li,
.content-box .b2 li,
.content-box .b3 li {
  position: relative;
}
.content-box .b1 li::after,
.content-box .b2 li::after,
.content-box .b3 li::after {
  position: absolute;
  top: 35px;
  left: -113px;
  font-size: 14px;
  text-align: center;
  width: 100px;
  z-index: 10;
}
.content-box .s1,
.content-box .s2,
.content-box .s3,
.content-box .s4,
.content-box .s5 {
  margin: 32px 0 !important;
  list-style: none;
  margin-right: 70px !important;
  position: relative;
  border: solid 1.5px #cf111b;
  border-radius: 10px;
  padding: 20px;
}
.content-box .s1::before,
.content-box .s2::before,
.content-box .s3::before,
.content-box .s4::before,
.content-box .s5::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: 45px;
  top: 10px;
  right: -90px;
  z-index: 10;
  background-repeat: no-repeat;
}
.content-box .s1::after,
.content-box .s2::after,
.content-box .s3::after,
.content-box .s4::after,
.content-box .s5::after {
  content: "";
  position: absolute;
  background-image: url("../../src/article/talk1.webp");
  width: 50px;
  height: 50px;
  background-size: 25px;
  top: 25px;
  right: -50px;
  z-index: 10;
  background-repeat: no-repeat;
}
.content-box .s1 li,
.content-box .s2 li,
.content-box .s3 li,
.content-box .s4 li,
.content-box .s5 li {
  position: relative;
}
.content-box .s1 li::after,
.content-box .s2 li::after,
.content-box .s3 li::after,
.content-box .s4 li::after,
.content-box .s5 li::after {
  position: absolute;
  top: 35px;
  right: -113px;
  font-size: 14px;
  text-align: center;
  width: 100px;
  z-index: 10;
}

.toc {
  border-top: solid 2px #cf111b;
  border-bottom: solid 2px #cf111b;
  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: #cf111b;
  color: white;
  padding: 3px 5px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.right-title {
  display: block;
  width: 150px;
  padding: 3px 5px;
  font-weight: 600;
  background: #cf111b;
  color: white;
  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 #cf111b;
  color: #cf111b;
  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 #cf111b;
  color: #cf111b;
  margin: 7px 0;
  padding: 7px 30px;
  font-weight: 800;
  text-align: center;
  border-radius: 9999px;
  font-size: 18px;
}

.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;
}

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

.content-box h2 {
  font-size: 25px;
  line-height: 150%;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
  border-left: solid 4px #cf111b;
}
.content-box h3 {
  font-size: 23px;
  line-height: 150%;
  margin-bottom: 10px;
}
.content-box h4 {
  font-size: 21px;
  line-height: 150%;
  margin-bottom: 10px;
}
.content-box h5 {
  font-size: 19px;
  line-height: 150%;
  margin-bottom: 10px;
}
.content-box p {
  font-size: 18px;
  line-height: 200%;
}
.content-box li {
  font-size: 18px;
  line-height: 150%;
}
.content-box img {
  margin-top: 20px;
  height: auto;
}

@media (max-width: 1000px) {
  .top-flex {
    flex-direction: column-reverse;
  }
  .top-flex .left {
    width: 100%;
  }
  .top-flex .left img {
    max-width: 700px;
    margin: 0 auto;
  }
  .top-flex .right {
    width: 100%;
    padding-bottom: 50px;
  }
  .top-flex .right .title-box {
    width: 100%;
  }
  .body-flex {
    padding-top: 50px;
    flex-direction: column;
  }
  .body-flex .left {
    width: 100%;
  }
  .body-flex .left .right-toc {
    display: block;
  }
  .body-flex .right {
    width: 100%;
    min-width: auto;
  }
  .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) {
  .top-flex .right h1 {
    font-size: 25px;
  }
  .top-flex .right .date {
    font-size: 16px;
  }
  .recommmend .related-post {
    width: 100%;
    padding-right: 0px;
  }
  .bottom-posts .bottom-post {
    width: 100%;
    padding-right: 0px;
  }
  .body-flex .right {
    min-width: auto;
    box-sizing: border-box;
    padding: 40px 5%;
  }
}/*# sourceMappingURL=single3.css.map */