@charset "UTF-8";
/*
* ちょい足しのエディター内CSS
*/
strong {
  font-weight: 700;
}

aside {
  font-size: 1.3rem;
  color: #6c5b52;
  letter-spacing: 0;
  margin: 20px 0;
}

.editor p {
  font-size: 1.5rem;
  line-height: 1.5;
  word-break: break-all;
  margin: 0 0 33px;
}

.editor blockquote {
  width: 100%;
  padding: 30px 30px 30px 25px;
  background: #f4f5f1;
  font-size: 1.5rem;
  line-height: 1.6;
}

.editor blockquote p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .editor {
    padding: 0 3.33333vw;
  }
  .editor p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
