@charset "utf-8";

.page-section li {
  position: relative;
  padding-left: 10px; /* ハイフン用のスペースを確保 */
}

.page-section li::before {
  content: "-"; /* ハイフンを挿入 */
  position: absolute;
  left: 0;
  color: #333; /* ハイフンの色 */
}
.page-section.fun div:first-of-type{width:65%;}
.page-section.fun div:last-of-type{width:60%;}

/* レスポンシブ対応 */
@media (max-width: 549px) {
  .main-visual-slide{
    gap:0;
  }
  .main-visual-left{
    flex:4;
  }
  .main-visual-right{
    flex:6;
  }
.page-section.fun div:first-of-type {
    width: 90%;
}
.page-section.fun div:last-of-type {
    width: 80%;
}
}
