@charset "utf-8";


/* 共通
-------------------------------------------*/

.txt-normal-m {
    margin-top: 38px;
    letter-spacing: .08em;
    font-weight: 400;
}

.txt-normal-m+.txt-normal-m {
    margin-top: 15px;
}

.news_dl {
    padding: 0 0 25px;
}

.news_dl:last-child::after {
    display: none;
}

.txt-normal-m+.news_dl {
    margin-top: 42px;
}

.news_dl dt {
    display: none;
}

.news_dl dd {
    padding-left: 38px;
}

.news_dl dd p {
    font-size: 1.4rem;
    line-height: 2;
}

.news_dl dd p .news_dl_tit {
    font-weight: 500;
}

.news_dl dd p a {
    font-weight: 500;
    text-decoration: underline;
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    display: inline-block;
    letter-spacing: .1em;
}

.news_dl dd p a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #00aaaa;
    border-right: 0;
    position: absolute;
    top: 11px;
    left: 0;
}

.news_dl dd p a.pdf::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url(../img/common/icn_download_green.svg) no-repeat center / contain;
    position: relative;
    right: -10px;
    top: 2px;
    margin: 0;
}

.news_dl dd p a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .second-tit.icn-left {
        letter-spacing: 0;
        font-size: 2.0rem;
    }

    .txt-normal-m {
        margin-top: 23px;
    }

    .txt-normal-m+.txt-normal-m {
        margin-top: 10px;
    }

    .txt-normal-m+.news_dl {
        margin-top: 20px;
    }

    .news_dl {
        padding: 0 0 16px;
    }

    .news_dl dd {
        padding-left: 10px;
    }

    .news_dl dd p {
        font-size: 1.2rem;
        line-height: 1.8;
    }

    .news_dl dd p a::before {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 6px solid #00aaaa;
        top: 9px;
    }

    .news_dl dd p a:hover {
        text-decoration: underline;
    }
}


/* 「包括同意について」
-------------------------------------------*/
.optouConsentBl {
    padding: 45px 0 0;
}

.optouConsentBl .second-tit.icn-left {
    padding-left: 62px;
}

.optouConsentBl .second-tit.icn-left::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 46px;
    background: url(../img/common/icn_fountain-pen_green.svg) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: -3px;
}

.optout_ul {
    margin-top: 10px;
    padding: .5em 0;
    font-size: 1.4rem;
    letter-spacing: .08em;
    font-weight: 400;
    line-height: 2;
}

.optout_ul>li {
    position: relative;
    padding-left: 1em;
    line-height: 1.5;
}

.optout_ul>li::before {
    content: '・';
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: 2px;
}

.optout_ul>li+li {
    margin-top: 5px;
}

.optout_ul+.txt-normal-m {
    margin-top: 13px;
}


@media screen and (max-width: 767px) {
    .optouConsentBl {
        padding: 5px 0 0;
    }

    .optout_ul {
        font-size: 1.25rem;
        line-height: 1.72;
        letter-spacing: .08em;
    }

}


/* 「研究情報の公開について」
-------------------------------------------*/
.publishResearchInfoBl {
    padding: 69px 0 0;
}

.publishResearchInfoBl .second-tit.icn-left {
    padding-left: 40px;
}

.publishResearchInfoBl .second-tit.icn-left::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 31px;
    background: url(../img/common/icn_keyopen_green.svg) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 4px;
}


@media screen and (max-width: 767px) {
    .publishResearchInfoBl {
        padding: 17px 0 0;
    }

    .publishResearchInfoBl .inner870 {
        padding: 0;
    }

    .publishResearchInfoBl .second-tit.icn-left {
        padding-left: 28px;
    }

    .publishResearchInfoBl .second-tit.icn-left::before {
        width: 18px;
        height: 24px;
        top: 4px;
    }

}


/* 「研究業績（共同研究）」
-------------------------------------------*/
.researchAchieveBl {
    padding: 47px 0 0;
}

.researchAchieveBl .second-tit.icn-left {
    padding-left: 48px;
}

.researchAchieveBl .second-tit.icn-left::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 29px;
    background: url(../img/common/icn_shakehands_green.svg) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 6px;
}

.researchAchiev_ul li {
    padding: 1.6em 2.4em;
    position: relative;
}

.researchAchiev_ul li::after {
    content: '';
    display: block;
    width: 121%;
    height: 1px;
    background: linear-gradient(90deg, rgba(176, 176, 176, 1) 0%, rgba(219, 218, 218, 1) 50%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.researchAchiev_ul li:last-child::after {
    display: none;
}

.researchAchiev_dl {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    display: flex;
    margin-top: 9px;
    padding-left: 1.2em;
    position: relative;
}

.researchAchiev_desc+.researchAchiev_dl {
    margin-top: 20px;
}

.researchAchiev_dl dt {
    font-weight: 500;
    box-sizing: border-box;
}

.researchAchiev_dl.place dt {
    width: 7.5em;
}

.researchAchiev_dl.institute dt {
    width: 6.5em;
}

.researchAchiev_dl.magazine dt {
    width: 5.5em;
}

.researchAchiev_dl.papertitle dt {
    width: 8.5em;
}

.researchAchiev_dl.author dt {
    width: 4.5em;
}

.researchAchiev_dl.dio dt {
    width: 6em;
}

.researchAchiev_dl dd {
    box-sizing: border-box;
}

.researchAchiev_dl.place dd {
    width: calc(100% - 7.5em);
}

.researchAchiev_dl.institute dd {
    width: calc(100% - 6.5em);
}

.researchAchiev_dl.magazine dd {
    width: calc(100% - 5.5em);
}

.researchAchiev_dl.papertitle dd {
    width: calc(100% - 8.5em);
}

.researchAchiev_dl.author dd {
    width: calc(100% - 4.5em);
}

.researchAchiev_dl.dio dd {
    width: calc(100% - 6em);
}

.researchAchiev_tit {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.09em;
    position: relative;
    padding-left: 1.1em;
}

.researchAchiev_tit::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #00aaaa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.researchAchiev_desc {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.13em;
    padding-left: 1.2em;
    margin-top: 8px;
}

.researchAchiev_desc+.researchAchiev_desc {
    margin-top: 10px;
}

.researchAchiev_desc .fwB {
    font-size: 110%;
}


@media screen and (max-width: 767px) {
    .researchAchieveBl {
        padding: 1px 0 0;
    }

    .researchAchieveBl .inner870 {
        padding: 0;
    }

    .researchAchieveBl .second-tit.icn-left {
        padding-left: 35px;
    }

    .researchAchieveBl .second-tit.icn-left::before {
        width: 26px;
        height: 24px;
        top: 4px;
    }

    .researchAchiev_tit {
        font-size: 1.4rem;
    }

    .researchAchiev_tit::before {
        width: 10px;
        height: 10px;
        top: 6px;
    }

    .researchAchiev_desc {
        font-size: 1.2rem;
    }

    .researchAchiev_ul li {
        padding: 17px 0 16px 10px;
    }

    .researchAchiev_dl {
        font-size: 1.2rem;
    }

}


/* 「包括同意について」
-------------------------------------------*/
.optouConsentBl {
    padding: 45px 0 0;
}

.optouConsentBl .second-tit.icn-left {
    padding-left: 45px;
}

.optouConsentBl .second-tit.icn-left::before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url(../img/common/icn_fountain-pen_green.svg) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 5px;
}


@media screen and (max-width: 767px) {
    .optouConsentBl {
        padding: 21px 0 0;
    }

    .optouConsentBl .inner870 {
        padding: 0;
    }

    .optouConsentBl .second-tit.icn-left {
        padding-left: 33px;
    }

    .optouConsentBl .second-tit.icn-left::before {
        width: 23px;
        height: 23px;
        top: 5px;
    }

}

/* 「学術大会報告」
-------------------------------------------*/
.pressReleaseBl .scrollable-wrapper {
    white-space: inherit;
}

.optout_table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 1px solid #9a9a9a;
    table-layout: fixed;
    margin-top: 36px;
}

.optout_table th,
.optout_table td {
    font-size: 1.4rem;
    line-height: 1.75;
    border: 1px solid #bfbfbf;
    vertical-align: middle;
    padding: 10px 10px;
}

.optout_table th {
    background-color: #ececec;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box;
}

.optout_table th:nth-child(1) {
    width: 7%;
}

.optout_table th:nth-child(2) {
    width: 12%;
}

.optout_table th:nth-child(3) {
    width: 34%;
}

.optout_table th:nth-child(4) {
    width: 18%;
}

.optout_table th:nth-child(5) {
    width: 13%;
}

.optout_table th:nth-child(6) {
    width: 16%;
}

.optout_table td {
    font-weight: 400;
    text-align: left;
}

.optout_table td:nth-child(1),
.optout_table td:nth-child(5) {
    text-align: center;
}

.optout_table td .btn-txtlink {
    letter-spacing: .07em;
    display: block;
    padding: 0 17px 4px 7px;
    width: fit-content;
    box-sizing: border-box;
    top: 2px;
    margin: 0;
}

.optout_table td .btn-txtlink::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
    margin: auto;
}

.optout_table td .osusume-ul {
    word-break: normal;
}

.optout_table td .osusume-ul>li {
    text-indent: -1em;
    padding-left: 1em;
}

.optout_table td .osusume-ul>li+li {
    margin-top: 8px;
}


@media screen and (max-width: 767px) {
    .scrollable-wrapper .optout_table {
        width: 610px;
    }

    .optout_table {
        margin-top: 27px;
    }

    .optout_table th,
    .optout_table td,
    .optout_table td:nth-child(n+2) {
        font-size: 1.2rem;
        padding: 10px;
        word-break: inherit;
    }

    .optout_table td .btn-txtlink {
        letter-spacing: .05em;
        padding: 0 11px 4px 11px;
        top: 0;
        white-space: nowrap;
    }
}


/* 「プレスリリース」
-------------------------------------------*/
.pressReleaseBl {
    padding: 42px 0 97px;
}

.pressReleaseBl .second-tit.icn-left {
    padding-left: 45px;
}

.pressReleaseBl .second-tit.icn-left::before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 25px;
    background: url(../img/common/icn_megaphone_green.svg) no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 8px;
}

.pressReleaseBl .news_dl:nth-child(1) {
    margin-top: 37px;
}


@media screen and (max-width: 767px) {
    .pressReleaseBl {
        padding: 2px 0 47px;
    }

    .pressReleaseBl .inner870 {
        padding: 0;
    }

    .pressReleaseBl .second-tit.icn-left {
        padding-left: 31px;
    }

    .pressReleaseBl .second-tit.icn-left::before {
        width: 24px;
        height: 20px;
        top: 6px;
    }

    .pressReleaseBl .news_dl:nth-child(1) {
        margin-top: 16px;
    }

}


/* 「包括同意のお願い」ページ
-------------------------------------------*/
body.optout.consent .txt-normal-m {
    margin-top: 38px;
}

body.optout.consent .optout_ul+.txt-normal-m {
    margin-top: 13px;
}

.consentBl {
    padding: 45px 0 0;
}

.consentBl+a.anchor+.consentBl {
    padding-top: 68px;
}

.consentBl:last-child {
    padding-bottom: 122px;
}

body.optout.consent .telArea {
    padding: 41px 0 0;
}


@media screen and (max-width: 767px) {

    body.optout.consent .inner870 {
        padding: 0;
    }

    .consentBl {
        padding: 20px 0 0;
    }

    .consentBl+a.anchor+.consentBl {
        padding-top: 16px;
    }

    .consentBl:last-child {
        padding-bottom: 57px;
    }

    body.optout.consent .txt-normal-m {
        margin-top: 17px;
    }

    body.optout.consent .telArea {
        padding: 18px 0 0;
    }

}