/* ----------------------------------------
行間調整
---------------------------------------- */

.c-main .c-news__article-title {
  line-height: normal;
  width:80%;
}

/* ----------------------------------------
タブ
---------------------------------------- */
.p-news__tab {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top:100px;
}

.p-news__tab-list {
  display: flex;
  align-items: center;
}

.p-news__tab-list-item {
  position: relative;
}

.p-news__tab-list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  width: 1px;
  height: 16px;
  background-color: #333;
  transform: translateY(-50%);
}

.p-news__tab-button {
  padding: 0 24px;
  font-size: 1.6rem;
  text-decoration: none;
  transition: color 0.5s ease;
}

.p-news__tab-button.hover {
  color: #008b56;
}

.p-news__tab-list-item:last-child .p-news__tab-button {
  padding: 0 0 0 24px;
}

.p-news__tab-button-text {
  position: relative;
}

.p-news__tab-button.is-tab-active .p-news__tab-button-text {
  color: #008b56;
  font-weight: bold;
}

.p-news__tab-button.is-tab-active .p-news__tab-button-text::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #008b56;
}

.p-news__tab-button.hover .p-news__tab-button-text::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #008b56;
}

.p-news__article {margin: 48px 0 0 0;}



/* ----------------------------------------
一覧部分
---------------------------------------- */
.c-main .tab-content {margin-bottom:120px;}


/* ----------------------------------------
アイコン
---------------------------------------- */
/*.c-main .c-news__article-text[data-text*="財団情報"] {
background-color: #99c012;
}
.c-main .c-news__article-text[data-text*="武田医学賞"] {
background-color: #008b56;
}
.c-main .c-news__article-text[data-text*="研究助成"] {
background-color: #3cad94;
}
.c-main .c-news__article-text[data-text*="奨学助成"] {
background-color: #5088b0;
}
.c-main .c-news__article-text[data-text*="シンポジウム"] {
background-color: #5fb6cc;
}
.c-main .c-news__article-text[data-text*="杏雨書屋"] {
background-color: #746bac;
}
.c-main .c-news__article-text[data-text*="その他"] {
background-color: #999999;
}*/


/* blank用 */
.c-main .c-news__article-link.blank::after{
  content: "";
 background-image: url("/en/images/common/blank.png");
 background-repeat: no-repeat;
 background-size: 16px;
 background-position: right center;
 padding-right: 21px;
 margin-right: 5px;
}


/* pdf用 */
.c-main .c-news__article-link.pdf::after{
  content: "";
 background-image: url("/en/images/common/icon-pdf.png");
 background-repeat: no-repeat;
 background-size: 19px 24px;
 background-position: right center;
 padding-right: 24px;
 margin-right: 5px;
}
