@media screen and (max-width: 768px) {
  .appeal {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .appeal-in {
    padding-top: 28% !important;
    padding-bottom: 0 !important;
  }
}

/* --------------------------------
   見出しデザイン
----------------------------------- */
.entry-content h2 {
  background: #b6dddb;
  color: #333;
  padding: 10px 15px;
  border-left: 6px solid #7fbfbb;
  border-radius: 4px 4px 0 0;
  font-size: 25px;
  line-height: 1.6;
  margin-top: 40px;
}

.entry-content h3 {
  border: 2px solid #b6dddb;
  background: #f6fbfb;
  padding: 10px 15px;
  font-size: 22px;
  line-height: 1.6;
  border-radius: 4px;
  margin-top: 25px;
  color: #333;
}

/* --------------------------------
   Easy TOC
----------------------------------- */
#ez-toc-container {
  border: 1px solid #b6dddb;
  background: #ffffff;
  border-radius: 4px;
  padding: 20px;
  margin: 30px auto;
  font-size: 15px;
  line-height: 1.6;
  max-width: 520px;
  box-sizing: border-box;
}

.ez-toc-title-container {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  margin-bottom: 1em;
}

.ez-toc-title-toggle {
  font-weight: normal;
  font-size: 0.9em;
  color: #666;
  text-decoration: none;
  margin-left: 0.5em;
}

.ez-toc-title-toggle:hover {
  text-decoration: underline;
  color: #333;
}

#ez-toc-container nav ul,
#ez-toc-container nav ol {
  list-style-type: decimal;
  margin: 0;
  padding-left: 1.5em;
}

#ez-toc-container li {
  margin: 0.8em 0;
  color: #000;
}

#ez-toc-container nav ol ol,
#ez-toc-container nav ul ul {
  list-style-type: decimal;
  margin-top: 0.3em;
  padding-left: 1.2em;
}

#ez-toc-container a {
  color: #000;
  text-decoration: none;
}

#ez-toc-container a:hover {
  text-decoration: underline;
  color: #006666;
}

/* --------------------------------
   スマホ
----------------------------------- */
@media screen and (max-width: 768px) {

  /* Easy TOC */
  #ez-toc-container {
    font-size: 14px;
    padding: 15px;
  }

  .ez-toc-title-container {
    font-size: 15px;
    margin-bottom: 0.8em;
  }

  #ez-toc-container li {
    margin: 0.9em 0;
  }

  /* 本文・箇条書き */
  .entry-content p,
  .entry-content li {
    font-size: 17px !important;
    line-height: 1.85 !important;
  }

  .entry-content p {
    margin-bottom: 1.4em !important;
  }

  /* 見出し */
  .entry-content h2 {
    font-size: 23px !important;
    line-height: 1.6 !important;
  }

  .entry-content h3 {
    font-size: 20px !important;
    line-height: 1.6 !important;
  }
}
/* スマホヘッダー（上の白い帯） */
.mobile-header-menu-buttons {
  background-color: #b2d6d3 !important;
}

/* 各ボタンの背景も統一 */
.mobile-header-menu-buttons li {
  background-color: #b2d6d3 !important;
}

/* 念のためリンクにも適用 */
.mobile-header-menu-buttons li a {
  background-color: #b2d6d3 !important;
}