.kno-list:not(.kno-list--surround) {
  border-top: none !important;
}
.kno-list:not(.kno-list--surround) > li:last-child {
  border-bottom: none !important;
}
.kno-list--narrow > li {
  padding: 8px !important;
}
.kno-list--stripe > li:nth-child(2n) {
  background-color: #f3f6ff;
}



.kno-link-beginner {
  padding-left: 20px;
  color: #0072ba;
}
.kno-link-beginner::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background: url(/search-system/common/images/icons/ico_beginner_01.svg) no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin: auto;
  content: "";
  vertical-align: middle;
}



.kno-disabled-button {
  pointer-events: none;
  background-color: #E4E4E4 !important;
  color: #888 !important;

  &::before {
    border-top: 1px solid #888 !important;
    border-right: 1px solid #888 !important;
  }
}



.kno-cell-darkpurple {
  background: #547bdb !important;
  color: #fff !important;
}
.kno-cell-purple {
  background: #f3f6ff !important;
  color: #333 !important;
}



.c-label {
  font-size: 0.13rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 5px 5px 4px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.c-label--navy {
  background: #193b8d;
}
.c-label--vermilion {
  background: #dd4711;
}
.c-label--darkgreen {
  background: #2b696d;
}
.c-label--red {
  background: #ff0000;
}



.c-label-confidential {
  display: inline-block;
  line-height: 1;
  padding: 8px 12px;
  position: relative;
  background: #f00;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
}
.c-label-confidential::before {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: "";
  border: 2px solid #fff;
  position: absolute;
  top: 2px;
  left: 2px;
}



.c-more-accordion__trigger {
  width: 100%;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  font-size: .14rem;
  line-height: 1.3;
  padding: 12px 0;
  transform: translateZ(0);
  color: #0072ba;
  border: 1px solid #e4e4e4;
}
.c-more-accordion__contents {
  display: none;
}
.c-more-accordion__label {
  display: block;
  margin-left: 10px;
}
.c-more-accordion__trigger::before {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  border-top: 1px solid #547bdb;
  border-right: 1px solid #547bdb;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transform: rotate(135deg);
}
.c-more-accordion.is-active .c-more-accordion__trigger::before {
  top: 8px!important;
  transform: rotate(-45deg);
}
.c-more-accordion.is-active:not(.is-init) .c-more-accordion__contents {
  display: block;
}
.c-more-accordion table > tbody > tr > td,
.c-more-accordion table > tbody > tr > th,
.c-more-accordion table > thead > tr > th {
  border-top: none;
}

@media all and (min-width: 768px) {
  .c-more-accordion__trigger:hover {
    transition: opacity 300ms ease,box-shadow 200ms ease;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
    text-decoration: none;
    opacity: .9;
  }
}

@media all and (max-width: 767.9px) {
  .c-more-accordion__trigger {
    padding: 15px 0;
  }
}


.c-accordion-supplement {
  font-size: .12rem;
  font-weight: 400;
  color: #333;
}
