#section-138,#section-126,#section-148{
    overflow:hidden;
}

#section-138 .c-inner,
#section-126 .c-inner,
#section-148 .c-inner {
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
  /* セクション内の親要素を縦並び（column）に強制する */
  #section-139 .row {
    flex-direction: column !important;
    display: flex !important;
  }

  /* 2列（50%）に設定されているカードの幅を100%にする */
  #section-139 .p-cards--sp2col__content-wrapper {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  
  /* カード間に余白が足りない場合は以下を追加 */
  #section-139 .p-cards--sp2col__content-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
}