@charset "UTF-8";
.topics-section nav.sort-nav {
  display: flex !important;
  gap: 8px !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .topics-section nav.sort-nav {
    gap: 6px !important;
    margin-bottom: 15px !important;
    flex-wrap: wrap !important;
  }
}
.topics-section nav.sort-nav label {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
}
.topics-section nav.sort-nav span.sort-lbl {
  display: inline-block !important;
  width: 88px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  padding: 3px 0 !important;
  font-size: 12px !important;
  background: #f9f9f9 !important;
  color: #444 !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  font-weight: bold !important;
  transition: all 0.15s ease !important;
}
@media screen and (max-width: 767px) {
  .topics-section nav.sort-nav span.sort-lbl {
    width: 76px !important;
    padding: 3px 0 !important;
    font-size: calc(12px - 1px) !important;
  }
}
.topics-section #sort-all:checked ~ nav.sort-nav span.lbl-all {
  background: #3498db !important;
  color: #fff !important;
  border-color: #3498db !important;
}
.topics-section #sort-patient:checked ~ nav.sort-nav span.lbl-patient {
  background: #0044FF !important;
  color: #fff !important;
  border-color: #0044FF !important;
}
.topics-section #sort-checkup:checked ~ nav.sort-nav span.lbl-checkup {
  background: #00B5E2 !important;
  color: #fff !important;
  border-color: #00B5E2 !important;
}
.topics-section #sort-info:checked ~ nav.sort-nav span.lbl-info {
  background: #538ad0 !important;
  color: #fff !important;
  border-color: #538ad0 !important;
}
.topics-section #sort-recruit:checked ~ nav.sort-nav span.lbl-recruit {
  background: #000080 !important;
  color: #fff !important;
  border-color: #000080 !important;
}
.topics-section #sort-patient:checked ~ .topic-list p,
.topics-section #sort-patient:checked ~ .topics-list p {
  display: none !important;
}
.topics-section #sort-patient:checked ~ .topic-list p:has(.cat-7),
.topics-section #sort-patient:checked ~ .topics-list p:has(.cat-7) {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .topics-section #sort-patient:checked ~ .topic-list p:has(.cat-7),
  .topics-section #sort-patient:checked ~ .topics-list p:has(.cat-7) {
    display: flex !important;
  }
}
.topics-section #sort-checkup:checked ~ .topic-list p,
.topics-section #sort-checkup:checked ~ .topics-list p {
  display: none !important;
}
.topics-section #sort-checkup:checked ~ .topic-list p:has(.cat-10),
.topics-section #sort-checkup:checked ~ .topics-list p:has(.cat-10) {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .topics-section #sort-checkup:checked ~ .topic-list p:has(.cat-10),
  .topics-section #sort-checkup:checked ~ .topics-list p:has(.cat-10) {
    display: flex !important;
  }
}
.topics-section #sort-info:checked ~ .topic-list p,
.topics-section #sort-info:checked ~ .topics-list p {
  display: none !important;
}
.topics-section #sort-info:checked ~ .topic-list p:has(.cat-1),
.topics-section #sort-info:checked ~ .topics-list p:has(.cat-1) {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .topics-section #sort-info:checked ~ .topic-list p:has(.cat-1),
  .topics-section #sort-info:checked ~ .topics-list p:has(.cat-1) {
    display: flex !important;
  }
}
.topics-section #sort-recruit:checked ~ .topic-list p,
.topics-section #sort-recruit:checked ~ .topics-list p {
  display: none !important;
}
.topics-section #sort-recruit:checked ~ .topic-list p:has(.cat-11),
.topics-section #sort-recruit:checked ~ .topics-list p:has(.cat-11) {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .topics-section #sort-recruit:checked ~ .topic-list p:has(.cat-11),
  .topics-section #sort-recruit:checked ~ .topics-list p:has(.cat-11) {
    display: flex !important;
  }
}

div.information div.topics-section div.topic-list p {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  div.information div.topics-section div.topic-list p {
    padding: 4px 0 !important;
  }
}
div.information div.topics-section div.topic-list .meta-group {
  display: flex !important;
  align-items: center !important;
  width: 155px !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}
@media screen and (max-width: 767px) {
  div.information div.topics-section div.topic-list .meta-group {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: auto !important;
    padding-right: 6px !important;
    gap: 2px !important;
  }
}
div.information div.topics-section div.topic-list span.date {
  display: inline-block !important;
  vertical-align: middle !important;
  width: 77px !important;
  flex-shrink: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 767px) {
  div.information div.topics-section div.topic-list span.date {
    display: block !important;
    width: auto !important;
    font-size: 11px !important;
  }
}
div.information div.topics-section div.topic-list span.category {
  display: inline-block !important;
  vertical-align: middle !important;
  width: 64px !important;
  flex-shrink: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 767px) {
  div.information div.topics-section div.topic-list span.category {
    display: block !important;
    width: auto !important;
  }
}
div.information div.topics-section div.topic-list span.category .cat-label {
  display: inline-block !important;
  width: 64px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  background: #538ad0;
  color: #fff;
  font-size: 10px;
  padding: 2px 0 !important;
  border-radius: 2px;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  div.information div.topics-section div.topic-list span.category .cat-label {
    padding: 2px 0 !important;
    font-size: 9px !important;
    width: 58px !important;
  }
}
div.information div.topics-section div.topic-list span.category.cat-7 .cat-label {
  background: #0044FF;
}
div.information div.topics-section div.topic-list span.category.cat-10 .cat-label {
  background: #00B5E2;
}
div.information div.topics-section div.topic-list span.category.cat-11 .cat-label {
  background: #000080;
}
div.information div.topics-section div.topic-list span.title {
  display: block !important;
  width: auto !important;
  flex-grow: 1 !important;
  padding-left: 5px !important;
}
@media screen and (max-width: 767px) {
  div.information div.topics-section div.topic-list span.title {
    display: block !important;
    width: 80% !important;
    padding-left: 0 !important;
  }
}
div.information div.topics-section div.topic-list span.title a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  color: #333;
}
div.information div.topics-section div.topic-list span.title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  div.information div.topics-section div.topic-list span.title a {
    display: block !important;
    position: relative !important;
    padding-top: 16px !important;
    -webkit-text-size-adjust: 100% !important;
  }
}
div.information div.topics-section div.topic-list span.new {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 2px;
  color: #ff2121;
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
}
div.information div.topics-section div.topic-list span.new:empty {
  display: none !important;
}
@media screen and (max-width: 767px) {
  div.information div.topics-section div.topic-list span.new {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    margin-bottom: 0 !important;
  }
}
div.information div.topics-section div.topic-list span.important {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 3.2em;
  margin-bottom: 2px;
  color: #ff2121;
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
}
div.information div.topics-section div.topic-list span.important:empty {
  display: none !important;
}
span.new:empty ~ div.information div.topics-section div.topic-list span.important {
  left: 0;
}
@media screen and (max-width: 767px) {
  div.information div.topics-section div.topic-list span.important {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    left: 3.2em !important;
    margin-bottom: 0 !important;
  }
  span.new:empty ~ div.information div.topics-section div.topic-list span.important {
    left: 0 !important;
  }
}

div.topics-list p {
  display: flex !important;
  align-items: baseline !important;
  width: 100% !important;
  border-bottom: dotted 1px #a7a2a1;
  padding: 14px 0;
  margin: 0;
}
div.topics-list p > span[style*="font-size: 0px"] {
  display: none !important;
}
@media screen and (max-width: 767px) {
  div.topics-list p {
    padding: 4px 0 !important;
    align-items: center !important;
  }
}
div.topics-list .meta-group {
  display: flex !important;
  align-items: baseline !important;
  width: 155px !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}
@media screen and (max-width: 767px) {
  div.topics-list .meta-group {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: auto !important;
    padding-right: 6px !important;
    gap: 2px !important;
  }
}
div.topics-list span.date {
  display: inline-block !important;
  vertical-align: baseline !important;
  font-size: 10px;
  color: #a7a2a1;
  width: 77px !important;
  flex-shrink: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 767px) {
  div.topics-list span.date {
    display: block !important;
    width: auto !important;
    font-size: 11px !important;
  }
}
div.topics-list span.category {
  display: inline-block !important;
  vertical-align: baseline !important;
  width: 64px !important;
  flex-shrink: 0 !important;
}
@media screen and (max-width: 767px) {
  div.topics-list span.category {
    display: block !important;
    width: auto !important;
  }
}
div.topics-list span.category .cat-label {
  display: inline-block !important;
  width: 64px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  background: #538ad0;
  color: #fff;
  font-size: 10px;
  padding: 2px 0 !important;
  border-radius: 2px;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  div.topics-list span.category .cat-label {
    padding: 2px 0 !important;
    font-size: 9px !important;
    width: 58px !important;
  }
}
div.topics-list span.category.cat-7 .cat-label {
  background: #0044FF;
}
div.topics-list span.category.cat-10 .cat-label {
  background: #00B5E2;
}
div.topics-list span.category.cat-11 .cat-label {
  background: #000080;
}
div.topics-list span.date-long {
  display: inline-block !important;
  vertical-align: baseline !important;
  font-size: 10px;
  color: #a7a2a1;
  width: 77px !important;
  flex-shrink: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 767px) {
  div.topics-list span.date-long {
    display: block !important;
    width: auto !important;
    font-size: 11px !important;
  }
}
div.topics-list span.title {
  display: flex !important;
  align-items: baseline !important;
  width: auto !important;
  flex-grow: 1 !important;
  padding-left: 5px !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  div.topics-list span.title {
    width: 80% !important;
    padding-left: 0 !important;
  }
}
div.topics-list span.title a {
  display: inline-block !important;
  vertical-align: baseline !important;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  line-height: 1.4 !important;
}
@media screen and (max-width: 767px) {
  div.topics-list span.title a {
    display: block !important;
    position: relative !important;
    padding-top: 16px !important;
    font-size: 13px !important;
    -webkit-text-size-adjust: 100% !important;
  }
}
div.topics-list span.new {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 2px;
  color: #ff2121;
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
}
div.topics-list span.new:empty {
  display: none !important;
}
@media screen and (max-width: 767px) {
  div.topics-list span.new {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    margin-bottom: 0 !important;
  }
}
div.topics-list span.important {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 3.2em;
  margin-bottom: 2px;
  color: #ff2121;
  font-size: 10px;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
}
div.topics-list span.important:empty {
  display: none !important;
}
span.new:empty ~ div.topics-list span.important {
  left: 0;
}
@media screen and (max-width: 767px) {
  div.topics-list span.important {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    bottom: auto !important;
    left: 3.2em !important;
    margin-bottom: 0 !important;
  }
  span.new:empty ~ div.topics-list span.important {
    left: 0 !important;
  }
}

div.paging,
.topics-section div.paging {
  margin: 40px 0 20px !important;
  width: 100% !important;
  display: block !important;
}
div.paging ul,
.topics-section div.paging ul {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  list-style: none !important;
}
div.paging ul li,
.topics-section div.paging ul li {
  padding: 0 !important;
  margin: 0 2px 5px 2px !important;
  display: inline-block !important;
}
div.paging ul li:before,
.topics-section div.paging ul li:before {
  content: none !important;
}
div.paging ul li > a,
div.paging ul li > span,
.topics-section div.paging ul li > a,
.topics-section div.paging ul li > span {
  display: block !important;
  font-size: 13px !important;
  line-height: 1 !important;
  color: #538ad0 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  padding: 4px 7px !important;
}
div.paging ul li.page > a,
.topics-section div.paging ul li.page > a {
  background: #fff !important;
  border: solid 1px #538ad0 !important;
}
div.paging ul li.page > a:hover,
.topics-section div.paging ul li.page > a:hover {
  background: #538ad0 !important;
  color: #fff !important;
}
div.paging ul li.active > span,
.topics-section div.paging ul li.active > span {
  background: #538ad0 !important;
  color: #fff !important;
  padding: 5px 8px !important;
}
div.paging ul li.prev > a:hover, div.paging ul li.next > a:hover,
.topics-section div.paging ul li.prev > a:hover,
.topics-section div.paging ul li.next > a:hover {
  text-decoration: underline !important;
}
div.paging ul li.disabled,
.topics-section div.paging ul li.disabled {
  display: none !important;
}

div.information div.topics-section div.topic-list span.title a:has(span.important[data-tag*="ピン固定"])::before,
div.topics-section div.topics-list span.title a:has(span.important[data-tag*="ピン固定"])::before,
div.topics-list span.title a:has(span.important[data-tag*="ピン固定"])::before {
  content: "\1F4CD";
  font-size: 10px !important;
  display: inline-block !important;
  margin-right: 2px !important;
  vertical-align: middle !important;
  transform: rotate(30deg) !important;
}
@media screen and (max-width: 767px) {
  div.information div.topics-section div.topic-list span.title a:has(span.important[data-tag*="ピン固定"])::before,
  div.topics-section div.topics-list span.title a:has(span.important[data-tag*="ピン固定"])::before,
  div.topics-list span.title a:has(span.important[data-tag*="ピン固定"])::before {
    font-size: 8px !important;
  }
}
div.information div.topics-section div.topic-list span.title a span.important[data-tag*="ピン固定"],
div.topics-section div.topics-list span.title a span.important[data-tag*="ピン固定"],
div.topics-list span.title a span.important[data-tag*="ピン固定"] {
  color: transparent !important;
}
div.information div.topics-section div.topic-list span.title a span.important[data-tag*="ピン固定"][data-tag*="重要"]::after,
div.topics-section div.topics-list span.title a span.important[data-tag*="ピン固定"][data-tag*="重要"]::after,
div.topics-list span.title a span.important[data-tag*="ピン固定"][data-tag*="重要"]::after {
  content: "重要";
  font-size: 10px !important;
  line-height: 1.2 !important;
  color: #ff2121 !important;
  font-weight: bold !important;
  white-space: nowrap !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

/*# sourceMappingURL=topics_11.css.map */
