@charset "utf-8";

.header-page {
  margin-bottom: 3em;
}
.archive-found_posts {
  margin-top: 1em;
  margin-bottom: 1em;
}
.archive-found_posts .prefix::after {
  content: ":";
  margin-right: 0.5em;
}
.archive-found_posts .count {
  font-size: 1.2em;
  font-weight: 600;
  margin-left: 0.5em;
}
.archive-found_posts .found_posts {
  margin-left: 0;
}
.archive-found_posts .found_posts::before {
  content: "/";
  margin-right: 0.1em;
}
.archive-found_posts .unit {
  font-size: 0.7em;
}
.content-primary {
  float: left;
  width: 70%;
}
.content-secondary {
  float: right;
  width: 27%;
  border-left: 1px solid var(--controller-bg-a-01);
  padding: 1em;
  box-sizing: border-box;
  font-size: 0.9em;
}
.img-archive-post {
  width: 160px;
}
.menu-side-title {
  font-weight: 500;
}
.menu-side + .menu-side {
  margin-top: 2em;
}
.menu-side .menu li {
  line-height: 1.3;
  margin: 0.75em 0;
}
.menu-side .menu li::before {
  content: " ";
  width: 5px;
  height: 5px;
  background: #ccc;
  display: inline-block;
  vertical-align: 3px;
  margin-right: 7px;
}
.menu-side .menu li .archives-count {
  margin-left: 0.25em;
}
.menu-side .menu li .archives-count::before {
  content: "(";
}
.menu-side .menu li .archives-count::after {
  content: ")";
}
#menu-side-post_tag .menu {
  margin-top: 0.375em;
}
#menu-side-post_tag .menu li {
  display: inline-block;
  vertical-align: top;
  margin: 0.375em 0.75em 0.375em 0;
}
#menu-side-post_tag .menu li::before {
  content: "#";
  width: auto;
  height: auto;
  background: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.sub-menu {
  padding-left: 1em;
}
.content-secondary .menu .current > a {
  pointer-events: none;
  color: var(--action-color-a-01);
}

/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 782px) {
  .content-primary,
  .content-secondary {
    float: none;
    width: auto;
  }
  .content-secondary {
    background: var(--base-color);
    margin: 1em auto;
    font-size: 1em;
    border: none;
  }
  .content-primary + .content-secondary {
    margin-top: 2em;
  }
  .img-archive-post {
    width: 100px;
  }
}
