<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500;600;700&amp;display=swap");
html {
  font-size: 62.5%;
}

.sub__KvNovel {
  width: 100%;
  background: url(../../../images/novel/vol11/planning/head-background-black.png) center center no-repeat;
  background-size: 100% auto;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub__KvNovel h2 {
  font-size: 2.8rem;
  line-height: 200%;
  font-weight: bold;
  color: #fff;
}
.sub__KvNovel h2 span {
  font-size: 6rem;
}
@media screen and (max-width: 900px) {
  .sub__KvNovel h2 {
    font-size: 2.4rem;
  }
  .sub__KvNovel h2 span {
    font-size: 4.8rem;
  }
}

.index__conductor {
  border: 3px dotted #c80000;
  border-radius: 10px;
  width: 900px;
  padding: 30px 60px 20px;
  margin: 50px auto;
}
@media screen and (max-width: 900px) {
  .index__conductor {
    width: 90%;
  }
}
.index__midashi {
  font-size: 2.2rem;
  font-weight: bold;
  color: #c80000;
  text-align: left;
  background: url(../../../images/novel/vol11/planning/book-red.svg) left center no-repeat;
  background-size: 35px 22px;
  padding-left: 45px;
}
.index__planningitem {
  counter-increment: mycounter;
  border-bottom: 2px solid #c6c6c6;
  text-align: left;
}
.index__planningitem:last-child {
  border-bottom: none;
}
.index__planningitem a {
  display: block;
  padding: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}
.index__planningitem a:before {
  content: counter(mycounter, decimal-leading-zero) " |";
  display: inline-block;
  padding-right: 10px;
  color: #c80000;
}

#content-sub:has(.gray) {
  width: 100%;
  position: relative;
}

.gray {
  padding: 50px 0 20px;
  background: #e7e7e7;
}

.planning {
  width: 900px;
  text-align: left;
  margin: 0 auto 60px;
  border-radius: 6px;
}
.planning__headbnr img {
  width: 100%;
}
.planning__inner {
  padding: 40px;
  background: #fff;
}
.planning__txt {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.planning__txt p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 160%;
}
.planning__data {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 160%;
  margin-bottom: 30px;
}
.planning__data dt {
  width: 70px;
  font-size: 1.2rem;
  line-height: 160%;
}
.planning__data dd {
  width: calc(100% - 70px);
  font-size: 1.2rem;
  line-height: 160%;
}
.planning__data dd:before {
  content: ":";
  text-indent: -10px;
  margin: 0 0px;
  display: inline-block;
}
.planning__btn {
  text-align: center;
}
.planning__btn span {
  display: block;
  padding: 30px;
  margin: auto;
  width: 400px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #aaa;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .planning__btn span {
    width: 100%;
  }
}
.planning__btn a {
  display: block;
  padding: 30px;
  margin: auto;
  width: 400px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #c80000;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .planning__btn a {
    width: 100%;
  }
}
.planning__btn a:hover {
  opacity: 0.8;
}
.planning__btn span + a {
  display: none;
}
.planning__bnr img {
  width: 100%;
}
.planning__bnr li {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .planning {
    width: 90%;
    box-sizing: border-box;
  }
}

.out__btn {
  text-align: center;
  margin-top: 60px;
}
.out__btn a {
  display: block;
  padding: 30px;
  margin: auto;
  width: 500px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #c80000;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .out__btn a {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */</pre></body></html>