@charset "utf-8";
/*----------共通----------*/ 
@media(min-width:600px){
  .bottom-img {
    width: 310px; /* 画像のサイズ（適宜調整してください） */
  }
  .fortune-chapter {
    padding: 30px;      /* 飾りが被らないように余白を少し増やす */

}
  .result-area {
    padding: 20px;
}
  h3.chapter-title {
    font-size: 1.2rem;
  }
  h3.chapter-title .ttl-number {
    font-size: 2.2rem;
}
}