:root {
  --baceFontColor: #333333;
}

#preamble {
  width: auto;
}
#preamble main {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
  display: block;
  background: none;
  padding: 0;
  min-height: 70vh;
}
#preamble main #page_title {
  margin-top: 30px;
}

#blog_box {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 30px;
  align-items: start;
  grid-template-areas: "A B";
}
@media screen and (max-width: 768px) {
  #blog_box {
    grid-template-columns: 1fr;
    grid-template-areas: "B" "A";
  }
}

.side_box {
  grid-area: A;
}
.side_box > * + * {
  margin: 20px auto 0 auto;
}
.side_box > section {
  background: white;
  border-radius: 10px;
  border: 2px solid #ff8326;
}
.side_box > section > h3 {
  background: #ff8326;
  color: white;
  padding: 0.3em 0;
}

.cate ul > * + * {
  border-top: 1px dotted gray;
}
.cate ul li a {
  display: block;
  padding: 0.5em 1em;
  text-align: left;
  color: #333333;
}
.cate ul li a:hover {
  color: #ff8326;
}

#archives > ul {
  list-style: none;
  padding: 0;
}
#archives > ul > * + * {
  border-top: 1px dotted silver;
}
#archives > ul > li > h3 {
  text-align: left;
  margin: 0;
  padding: 10px 10px 10px calc(10px + 1.3em);
  cursor: pointer;
  position: relative;
}
#archives > ul > li > h3::before {
  display: block;
  content: "";
  background-color: #ff8326;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"/></svg>');
  -webkit-mask-size: contain;
  mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"/></svg>');
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -0.5em;
}
#archives > ul > li > ul {
  display: none;
  justify-content: start;
  gap: 0.3em 0.5em;
  padding: 0 10px 10px calc(10px + 1.3em);
}
#archives > ul > li > ul.open {
  display: flex;
  flex-wrap: wrap;
}
#archives > ul > li > ul > li {
  font-size: 0.9rem;
}
#archives > ul > li > ul > li a {
  color: #333333;
}
#archives > ul > li > ul > li a:hover {
  color: #ff8326;
}

#kiji_box {
  grid-area: B;
}
#kiji_box section {
  margin-top: 30px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #ff8326;
}
#kiji_box section h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 34.5px;
  font-size: 1.4375rem;
  line-height: 2.15625rem;
  text-align: left;
}
#kiji_box section h2 a:hover {
  text-decoration: underline;
}
#kiji_box section h2 span {
  font-size: 20px;
  line-height: 20px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 0 0.5em 0 0;
}
#kiji_box section h2 span a {
  display: inline-block;
  padding: 0.3em 0.5em 0.1em 0.5em;
  border-radius: 3px;
  background: #ff8326;
  color: white;
}
#kiji_box section time {
  display: block;
  margin: 10px auto 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
#kiji_box section div {
  margin-top: 10px;
}
#kiji_box section div.entry_body {
  text-align: left;
}
#kiji_box section aside {
  margin-top: 20px;
}
#kiji_box section aside > ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
#kiji_box section aside > ul li figure a {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  background: #eee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kiji_box section aside > ul li figure a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
#kiji_box section aside > ul li:empty {
  display: none;
}
#kiji_box section:nth-of-type(1) {
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kiji_box section aside > ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #kiji_box section:nth-of-type(1) {
    content: "";
  }
}/*# sourceMappingURL=index.css.map */