/*
Theme Name: エース企画販売 株式会社
Version: 2.0
Author: CREATEONE
*/
/* /////////////////////////////////
    投稿画面
///////////////////////////////// */
body, .editor-post-title__input, .editor-styles-wrapper, .block-editor-block-list__block {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/* /////////////////////////////////
    見出しスタイル
///////////////////////////////// */
/*-------------------------サブタイトル1(太文字)*/
h1.wp-block-heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 28px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  h1.wp-block-heading {
    font-size: 20px;
    letter-spacing: initial;
    margin-top: 14px;
    margin-bottom: 14px;
  }

}

/*-------------------------サブタイトル2(背景色オレンジ)*/
h2.wp-block-heading{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  background-color: #fff;
  padding: 15px 0;
  text-wrap: balance;
  word-break: auto-phrase;
  margin-top: 28px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  h2.wp-block-heading{
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 14px;
  }
}



/*-------------------------サブタイトル3(左ボーダー水色)*/
h3.wp-block-heading{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    border-left: 5px solid #53baff;
    padding: 5px 5px 5px 15px;
    background-color: #fff;
    text-wrap: balance;
    word-break: auto-phrase;
    margin-top: 28px;
    margin-bottom: 28px;
}
@media (max-width: 767px) {
    h3.wp-block-heading {
        font-size: 16px;
        margin-top: 14px;
        margin-bottom: 14px;
    }
}


/*-------------------------サブタイトル4(ボーダー水色)*/
h4.wp-block-heading {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 1px solid #53baff;
    padding: 15px 0;
    text-wrap: balance;
    word-break: auto-phrase;
    margin-top: 28px;
    margin-bottom: 28px;
}
@media (max-width: 834px) {
    h4.wp-block-heading {
        font-size: 14px;
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

/* /////////////////////////////////
    画像
///////////////////////////////// */
.wp-block-image{
    /*width: 100%;*//*管理画面の画像の表示がおかしくなる*/
    margin-top: 28px;
    margin-bottom: 28px;
    /*display: inline-block;*/
}
@media (max-width: 834px) {
    .wp-block-image{
        margin-top: 14px;
        margin-bottom: 14px;
    }
}
.wp-block-image img{
    display: inline-block!important;
}
