/*===== ページクセクションタイトル =====*/
.section-title::before {
  background-color: #60b43a;
}
/*===== プレゼント内容セクション =====*/
.list-section {
  margin-bottom: 70px;

  .present-list {
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #60b43a;
    background-color: rgb(243, 255, 238);
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

    .two-col-wrap .img-area {
      width: 150px;
    }
    .two-col-wrap .text-area h4 {
      font-size: 24px;
      line-height: 32px;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .two-col-wrap .text-area .limit {
      font-size: 16px;
      line-height: 24px;
      color: #60b43a;
      font-weight: bold;
      margin-bottom: 10px;
    }
  }
}
