#search_new,
#column_Area {
  background-color: #d1d7d7;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.ttl_Block {
  max-width: 30%;
  width: 100%;
  padding: 80px 5% 80px 0;
  border-right: 1px solid #999;
  box-sizing: border-box;
}

.ttl_Block h2 {
  color: #0091d2;
  font-size: min(3.5vw, 40px);
  font-weight: 400;
  word-break: keep-all;
}

.ttl_Block p {
  font-size: 20px;
  font-weight: 300;
  word-break: keep-all;
  opacity: .5;
}

.ttl_Block a {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding: 10px 0;
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.btn_List {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: 80px 0;
}

.btn_List li {
  width: calc((100% - 40px) / 3);
}

.btn_List a {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
}

.btn_List_b a {
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.column_List {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  width: 100%;
  padding: 80px 0;
}

.column_List li {
  width: calc((100% - 50px) / 2);
  height: 100%;
}

.day_flex {
  justify-content: space-between;
  align-items: center;
}

.day_flex .category_Tag {
  display: block;
  width: 8em;
  padding: 5px 10px;
  color: #fff;
  background-color: #0091d2;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: border-box;
}

.column_List a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.column_List data {
  font-size: 12px;
  line-height: 1.5;
}

.column_List h3 {
  display: block;
  margin-bottom: 1em;
  font-size: min(3vw, 20px);
  font-weight: 500;
  line-height: 1.5;
}

.column_List p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media all and (max-width: 1020px) {
  .ttl_Block {
    max-width: 100%;
    padding: 40px 5% 40px 5%;
    border-right: none;
    border-bottom: 1px solid #999;
  }

  .ttl_Block h2 {
    font-size: 30px;
  }

  .ttl_Block p {
    font-size: 18px;
  }

  .ttl_Block a {
    font-size: 14px;
  }

  .btn_List {
    flex-wrap: wrap;
    padding: 0 5% 40px 5%;
  }

  .btn_List li {
    width: calc((100% - 20px) / 2);
  }

  .btn_List a {
    padding: 15px 0;
    font-size: 14px;
  }

  .btn_List_b {
    padding: 40px 5%;
    box-sizing: border-box;
  }

  .column_List {
    flex-direction: column;
    gap: 40px;
    padding: 0 5% 40px 5%;
    box-sizing: border-box;
  }

  .column_List li {
    width: 100%;
    border-bottom: 1px solid #999;
  }

  .column_List li:last-child {
    border-bottom: none;
  }

  .column_List a {
    padding-bottom: 40px;
  }

  .column_List li:last-child a {
    padding-bottom: 0;
  }

  .column_List h3 {
    font-size: 18px;
  }

  .column_List p {
    -webkit-line-clamp: 2;
  }
}