/*
Theme Name: yps
Theme URI: http://ycomps.co.jp/
Author: 株式会社ワイコム・パブリッシングシステムズ
*/


/* ===================================
   スマホ 記事本文 行間調整
=================================== */
@media (max-width: 768px) {

  .single-main p {
    line-height: 2.0;
    margin-bottom: 1.4em;
  }

  .single-main li {
    line-height: 2.0;
    margin-bottom: 0.6em;
  }

  .single-main h2,
  .single-main h3,
  .single-main h4 {
    margin-top: 1.8em;
    margin-bottom: 0.8em;
  }

}

/* ===================================
   見出し装飾
=================================== */
/* H1：記事タイトル */
.single-main h1.title-entry {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  color: #333 !important;
  border-bottom: 3px solid #ECBE45 !important;
  padding-bottom: 0.6em !important;
  margin-bottom: 1.2em !important;
  line-height: 1.6 !important;
}
/* H2：大見出し（記事本文内のみ） */
.single-main .entry-content h2,
.single-main > h2 {
  font-size: 1.2rem !important;
  font-weight: bold !important;
  color: #5a3e00 !important;
  background-color: #ECBE45 !important;
  padding: 0.6em 1em !important;
  border-radius: 4px !important;
  margin-top: 2em !important;
  margin-bottom: 1em !important;
}
/* H3：小見出し */
.single-main h3 {
  font-size: 1.05rem !important;
  font-weight: bold !important;
  color: #c9a227 !important;
  border-left: 4px solid #ECBE45 !important;
  padding-left: 0.8em !important;
  margin-top: 1.8em !important;
  margin-bottom: 0.8em !important;
}