@charset "UTF-8";
/* ------------------------------------------------------------- */
/* link-list                                                     */
/* ------------------------------------------------------------- */
.link-list {
  background-color: #f6f6f6; }

.link-list li {
  width: 32rem;
  margin-top: 3rem;
  padding: 0px 1.8rem;
  border-right: solid 1px rgba(170, 170, 170, 0.3); }

.link-list li img {
  width: 100%; }

.link-list li.link-list-seminar {
  width: 64rem; }

.link-list li.link-list-seminar img {
  width: 100%; }

.link-list li .txt-box {
  margin-top: 3rem;
  line-height: 1.5; }

.link-list li .tag span {
  color: #fff;
  padding: 0.3rem 1rem; }

.link-list li .tag .tag-column {
  background-color: #0eafd6; }

.link-list li .tag .tag-case {
  background-color: #3366cc; }

.link-list li .tag .tag-seminar {
  background-color: #242478; }

.link-list li .txt-box h2 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #242478;
  margin: 0.8rem 0 1.4rem; }

.link-list li .txt-box p {
  margin-bottom: 1rem; }

.link-list .btn-b {
  margin-top: 8rem; }

time {
  color: #666666;
  font-style: italic; }

time:before {
  content: url(/manda/asset/image/top/KV-timeicon.png);
  margin-right: 0.5rem;
  vertical-align: middle; }

@media (max-width: 768px) {
  .link-list li {
    width: 100%;
    padding: 0;
    border-right: none; }

  .link-list li img {
    width: 100%; }

  .link-list li .txt-box h2 {
    font-size: 2rem; } }
/*-------------絞り込みボタン--------------*/
.search_item {
  cursor: pointer; }

.search_item.is-active {
  border-bottom: solid 3px #fff; }

.is-hide {
  display: none;
  opacity: 0; }

/*-------------リスト--------------*/
.list_item {
  opacity: 1;
  animation: tabShow 0.8s ease 0s; }

@media (max-width: 768px) {
  .search_item {
    width: max-content;
    margin: 0 auto; } }
/*------210521*/

/* 260608 */
.p-column-tag {
  margin-bottom: 5rem;

  .p-column-tag__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;

    @media (max-width: 768px) {
      justify-content: flex-start;
    }

    li {
      color: #00005f;
      font-weight: 500;
      text-align: center;
      border: 1px solid #00005f;
      width: auto;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;

      #checkAll {
        cursor: pointer;

        &.current {
          color: #fff;
          background: #00005f;
        }
      }

      #checkAll,
      label {
        padding: 3px 20px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;

        @media (max-width: 768px) {
          padding: 3px 10px;
        }

        &:has(*.current),
        &:hover {
          color: #fff;
          background: #00005f;
        }
      }

      input {
        display: none;
      }
    }
  }
}