@charset "UTF-8";
/* CSS Document */
.entry-body{
  line-height: calc(20/14);
}
.entry-body > *:not(:first-child){
  padding-top: min(20px,3vw);
}
.entry-body a
,.entry-comment a{
  text-decoration: underline;
  color: var(--clr-main);
  text-underline-offset:2px;
}
.entry-body h2{
 font-weight: 800; 
  line-height: calc(26/20);
  font-size: var(--head3);
  padding-left: 1em;
}
.entry-body h2::before{
  content: "";
  width: 2px;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 0;
  translate:0 -50%;
  background-color: var(--clr-main);
}
.entry-body img
,.entry-comment img{
  width: auto;
}
.entry-body strong
,.entry-comment strong{
  font-weight: 600;
}
.entry-body em
,.entry-comment em{
  font-style: italic;
}
.entry-body ul > li
,.entry-comment ul> li{
  padding-left: 1em;
}
.entry-body ul > li::before
,.entry-comment ul > li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}