#blog h2 {
  font-size: clamp(22px, 2.5vw, 36px);
  border-bottom: 3px solid #0374BD;
  padding: 0.8rem;
  margin: 0 0 2rem;
  text-align: unset;
  font-family: "Noto Sans JP", sans-serif; }
#blog h3 {
  font-size: clamp(18px, 2vw, 24px);
  margin: 1.8rem 0 0 0;
  background: #6FAFD2;
  padding: 0.4em 0.5em 0.5em 0.8em;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif; }
#blog h4 {
  font-size: clamp(16px, 1.5vw, 22px);
  margin: 1.5rem 0 0 0;
  color: #0374BD;
  font-family: "Noto Sans JP", sans-serif; }
#blog h5 {
  font-size: 18px;
  margin: 1rem 0 0 0;
  color: #0374BD;
  border-bottom: 1px solid #0374BD;
  font-family: "Noto Sans JP", sans-serif; }
#blog p {
  margin-top: 2rem; }
#blog ul {
  position: relative; }
  #blog ul li {
    background: none;
    margin: 0.1rem auto;
    padding: 0.5rem 0;
    position: relative;
    padding-left: 0.8rem; }
#blog .wp-block-button {
  margin: 1.5rem auto; }
  #blog .wp-block-button .wp-block-button__link {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #0374BD !important;
    color: #fff;
    border-radius: 50px;
    padding: 1em;
    position: relative;
    text-decoration: none; }
#blog blockquote {
  padding: 1.5em 2em 1.5em 3em;
  background: #d6f9f1e0;
  position: relative; }
  #blog blockquote::before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: calc(100% - 3em);
    top: 1.5em;
    left: 1.5em;
    border-left: solid 1px rgba(180, 180, 180, 0.75);
    border-right: solid 1px rgba(180, 180, 180, 0.75); }
  #blog blockquote cite {
    display: block;
    font-size: .8em;
    margin-top: 1em;
    opacity: .8; }
    #blog blockquote cite a {
      color: #0374BD !important; }
  #blog blockquote p {
    margin: 0 0 0.5em !important;
    line-height: 1.5 !important;
    font-size: 90%; }
