.editor-styles-wrapper {
  font-family: "SourceHanSansJP-Regular", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

.is-style-naibu div,.is-style-gaibu div {
  font-family: "SourceHanSansJP-Bold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: none;
  padding: 0;
  position: relative;
  padding-right: 40px;
  color: #7C6D4C;
  font-weight: bold;
}
.is-style-naibu div::after {
  content: "";
  background-image: url("../images/btn_icon04.svg");
  width: 10px;
  height: 6px;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}

.is-style-gaibu div::after {
  content: "";
  background-image: url("../images/btn_icon03.svg");
  width: 13px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
