@charset "UTF-8";
/*----------------------------------------
表示を切り替える幅
----------------------------------------*/
/*----------------------------------------
フォント
----------------------------------------*/
/*----------------------------------------
カラー
----------------------------------------*/
/*----------------------------------------
ブレークポイント
----------------------------------------*/
/*----------------------------------------
業績一覧　ページ共通
----------------------------------------*/
.contents {
  background: #F1F5F9;
  color: #2C3E50;
}
.inner_820 {
  max-width: 820px;
  margin: 0 auto;
}
/*----------------------------------------
業績一覧　カテゴリ絞り込みタブ
----------------------------------------*/
.achievement_tabs {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.achievement_tabs li {
  position: relative;
  flex: 1 1 0;
  padding: 0;
  background: #ffffff;
  font-family: "Inter", "Arial", "Helvetica", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.achievement_tabs li:hover {
  background: #E3FD51;
}
.achievement_tabs li.active {
  background: #E3FD51;
}
.achievement_tabs li:not([data-category="all"])::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 16px;
  margin-top: -8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 16'%3E%3Cg fill='%232C3E50'%3E%3Crect x='0' y='2' width='14' height='1'/%3E%3Crect x='0' y='7.5' width='9' height='1'/%3E%3Crect x='0' y='13' width='5' height='1'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center / 14px 16px;
}
@media screen and (max-width: 768px) {
  .achievement_tabs {
    gap: 4px;
    margin-bottom: 16px;
  }
  .achievement_tabs li {
    font-size: 11px;
  }
  .achievement_tabs li::after {
    display: none;
  }
}
/*----------------------------------------
業績一覧
----------------------------------------*/
.achievement_list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #809BB7;
}
.achievement_list > li.is_hidden {
  display: none;
}
.achievement_list .achievement {
  padding: 12px 0 4px;
  border-bottom: 1px solid #809BB7;
}
.achievement_list .achievement .text {
  padding-left: 16px;
}
.achievement_list .achievement .text > * {
  margin: 0 0 0.4em;
  font-size: 16px;
  line-height: 1.4;
}
.achievement_list .achievement .text > * + * {
  margin-left: 0.3em;
}
.achievement_list .achievement .text > .achievement_title {
  font-weight: 700;
}
.achievement_list .achievement .text > .category_label {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .achievement_list .achievement .text > * {
    font-size: 13px;
  }
  .achievement_list .achievement .text > .category_label {
    font-size: 12px;
  }
}
.achievement_list .achievement p:empty {
  display: none;
}
.achievement_list .achievement .category_label {
  position: relative;
  font-family: "Inter", "Arial", "Helvetica", "Noto Sans JP", sans-serif;
  text-transform: lowercase;
}
.achievement_list .achievement .category_label::first-letter {
  text-transform: uppercase;
}
.achievement_list .achievement .category_label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2C3E50;
}
.achievement_list .achievement .doi a, .achievement_list .achievement .link a, .achievement_list .achievement .topic_links a {
  text-decoration: none;
  padding-bottom: 0;
  border-bottom: 1px solid #2C3E50;
}
.achievement_list .achievement .topic_links {
  list-style: none;
  padding: 0;
}
.achievement_list .achievement .topic_links li {
  display: block;
}
/******* 20260810 細部調整 ********/
.doi a, .link a {
  font-size: 14px;
  word-break: break-word;
}
.doi a:hover, .link a:hover {
  background: #E3FD51;
}
@media screen and (max-width: 768px) {
  .doi a, .link a {
    font-size: 12px;
  }
}
/*# sourceMappingURL=./achievement.css.map */