/* Research Result Report */
.research-res-report table {
    width: 100%;
    margin-bottom: 2rem;

    font-family: "こぶりなゴシック Std W3", sans-serif;
    font-size: 2rem;
    line-height: 1.75;

    letter-spacing: 0;
}
.research-res-report tr {
    display: flex;
    width: 100%;

    border-bottom: .1rem dashed #0b55af;
}
.research-res-report tr:first-child {
    border-top: .1rem dashed #0b55af;
}
.research-res-report th {
    display: inline-block;
    width: 11.4rem;
    padding: 2rem 1rem;

    background: rgba(234, 234, 234, .49);
}
.research-res-report td {
    display: inline-block;
    width: calc(100% - 11.4rem);
    padding: 2rem 2.5rem;

    text-align: left;

    background: rgba(234, 234, 234, .25);
}
@media screen and (max-width: 768px) {
    .research-res-report table {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .research-res-report th {
        width: 9rem;
        padding: 1rem;
    }
    .research-res-report td {
        width: calc(100% - 9rem);
        padding: 1rem 1.5rem;
    }
}
/* Research Result Report */

/* 研究成果-研究論文検索結果 Start*/
.res-paper-result .search-data-box {
    padding: 3.3rem 0 3.5rem;
}

.res-paper-result .data-container {
    max-width: 52rem;
    margin: 0 auto;
}

.res-paper-result .data {
    display: flex;
    margin-bottom: 3rem;

    font-family: "ヒラギノUD角ゴ Std W5", sans-serif;
    font-size: 2rem;

    text-align: center;
}

.res-paper-result .data .data-title {
    width: 10.3rem;
    margin-right: 4.3rem;

    text-align: right;

    color: #164763;

    flex-shrink: 0;
}

.res-paper-result .data-btn {
    margin-left: 16rem;
}

/* btn */
.search-btn.primary {
    background-color: #164763;
}

.search-btn {
    display: inline-block;
    height: 50px;
    padding: 0 1.6rem;

    font-size: 2rem;

    transition: ease-in .3s;
    vertical-align: middle;

    color: #fff;
    border: none;
    outline: transparent;
}

.search-btn:hover {
    background: #2c87c9;
}

.res-paper-result .pagination {
    text-align: center;
}

.res-paper-result input {
    height: 4.2rem;
    max-width: 13.9rem;
    padding-left: 1.4rem;
    margin: 0 .7rem;

    font-size: 2rem;

    border: 1px solid #194762;
}

.res-paper-result .search-gp {
    margin-top: 1.8rem;

    font-family: ヒラギノUD角ゴ Std W3;

    text-align: right;
}

@media screen and (max-width: 768px) {
    .res-paper-result .data {
        text-align: left;
    }

    .res-paper-result .data-btn {
        margin-left: 14rem;
    }

    .search-btn {
        font-size: 1.4rem;
    }

    .res-paper-result input {
        display: block;
        max-width: 10rem;
        margin: 7px 0 7px auto;

        font-size: 1.6rem;
    }

    .res-paper-result .data {
        margin-bottom: 1.5rem;

        font-size: 1.6rem;
    }
}

.report-result-post-list-sec {
    margin-top: 50px;
}
.report-post-list {
    background: #fafafa;
}
.report-result-post-ttl {
    padding: 15px 20px 10px;

    font-family: "こぶりなゴシック Std W6", sans-serif;
    font-size: 2rem;

    text-decoration: underline;

    color: #fff;
    background: #2c87c9;

    text-decoration-thickness: 1.5px;
    text-underline-offset: 2px;
}
.report-result-post-txt {
    padding: 15px 30px 18px;

    font-family: "こぶりなゴシック Std W3", sans-serif;
    font-size: 2rem;

    border-bottom: 1px dashed #0b55af;
}
.report-result-post-f {
    display: flex;

    justify-content: space-between;
}
@media screen and (max-width: 460px) {
    .report-result-post-f {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .report-result-post-ttl {
        font-size: 1.8rem;
    }
    .report-result-post-txt,
    .report-result-post-txt p {
        font-size: 1.6rem;
    }
    .report-result-post-txt {
        padding: 12px 20px 15px;
    }
}
/* 研究成果-研究論文検索結果 End*/
