/* post */
#detail .p-meta-time {width: 8em;}
#detail .p-meta-time p {
  font-size: var(--font-size-xs);
  padding: .1em 0;
  border: 2px solid transparent;
}
#detail .p-meta-category * {
  display: inline-block;
  width: 100%;
  font-size: var(--font-size-xs);
  text-align: center;
  color: var(--color-1st);
  padding: .1em 2em;
  border: 2px solid;
}
#detail .p-heading h1 {
  font-size: 24px;
  line-height: 1.4;
}
#detail .m-post h2 {
  color: var(--color-1st);
  padding: .5em 1.25em;
  border-left: 5px solid;
  background-color: transparent;
  border-radius: 0;
}
@media screen and (max-width: 1120px) {
  #detail .p-heading h1 {
    font-size: calc(24 * var(--base-vw-coef));
  }
}
@media screen and (max-width: 960px) {
  #detail .p-heading h1 {
    font-size: calc(22 * var(--base-vw-coef));
  }
}
@media screen and (max-width: 640px) {
  #detail .p-heading h1 {
    font-size: calc(20 * var(--base-vw-coef));
  }
}
