@charset "UTF-8";

@media screen and (max-width: 767px) { /* スマートフォン向けのメディアクエリ */
  #hpb-main img.right {
    float: none; /* floatを解除 */
    display: block; /* ブロック要素にして単独の行に */
    margin-left: auto; /* 左右マージンを自動で中央寄せ */
    margin-right: auto;
    margin-bottom: 20px; /* 画像と下のテキストの間に少しスペースを追加 */
  }
}

/* ▼▼▼ 詳しく読むボタンのスタイル ▼▼▼ */
.toggle-button {
  display: inline-block;
  padding: 8px 15px;
  background-color: #f39c12;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 10px;
  cursor: pointer;
}

.toggle-button:hover {
  background-color: #e67e22;
}
/* ▲▲▲ スタイルここまで ▲▲▲ */