﻿
.research-activities{
    padding:20px;
}

ul.line-list {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 30px 0;
    padding-left: 0;
}
@media (max-width: 769px) {
    ul.line-list {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        margin: 20px 10px;
        padding: 0;
    }
}
ul.line-list a {
    text-decoration: none;
}
ul.line-list a:hover li {
    background-color: #EBF3FA;
}
ul.line-list li {
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 14px 0;
    vertical-align: baseline;
}

.rsch-actvty-line {
    display: flex;
    align-items: flex-start;
}
@media (max-width: 769px) {
    .rsch-actvty-line {
        flex-wrap: wrap;
    }
}
.rsch-actvty-img {
    flex-basis: 30%;
    margin-left: 20px;
    max-height: 250px;
    text-align: center;
}
.rsch-actvty-img figcaption{
    text-align: center !important;
    color: #26466d;
}
@media (max-width: 769px) {
    .rsch-actvty-img {
        margin: 0 0 20px;
        flex-basis: 100%;
    }
}
.rsch-actvty-txt {
    margin: 0 20px;
    flex-basis: 70%;
}
@media (max-width: 769px) {
    .rsch-actvty-txt {
        margin: 0 10px;
        flex-basis: 100%;
    }
}
.article-text {
    color: rgba(0, 0, 0, 0.8);
}

.rsch-title {
    display: block;
}
.rsch-title2 {
    display: none;
}
.rsch-actvty-inner {
    display: flex;
    justify-content: space-between;
}
.rsch-actvty-inner2 {
    display: none;
    justify-content: space-between;
}

@media (max-width: 769px) {
    .rsch-title {
        display: none;
    }

    .rsch-title2 {
        display: block;
    }
    .rsch-actvty-inner {
        display: none;
        justify-content: normal;
    }
    .rsch-actvty-inner2 {
        display: block;
        justify-content: normal;
    }
    p.news-cat-page {
        margin-bottom: 0;
    }
}
.news-cat-page {
    display: flex;
    align-items: center;
}
p.news-cat-page {
    line-height: 2;
    text-align: left;
    word-break: keep-all； text-align: justify;
    line-break: strict;
    flex-wrap: wrap;
}
.news-cat-page span {
    /* background: linear-gradient(-225deg, #6fb3eb 0%, #4294ff 100%);*/
    background: linear-gradient(-225deg, #6fb3eb 0%, #4294ff 100%);
    display: block;
    color: #fff;
    padding: 1px 10px;
    margin: 0 0 10px 10px;
    border-radius: 3px;
    font-weight: 700;
    white-space: nowrap;
}
@media (max-width: 769px) {
    .news-cat-page span {
        margin: 0 10px 10px 0;
    }
}

h4.rsch-title {
    text-decoration: underline;
    color: #0080a9;
}
h4.rsch-title2 {
    text-decoration: underline;
    color: #0080a9;
}

div.rsch-actvty-img img {
    border-radius: 8px;
    max-height: 250px;
}


.tag-on-sp {
    display: none !important;
}
.tag-seach-item-name {
    padding: .6em;
    display: inline-block;
    margin-top: 10px;
    line-height: 1;
}
@media (max-width: 769px) {
    .tag-on-pc {
        display: none !important;
    }
    .tag-on-sp {
        display: inline-block !important;
    }
}