@media print, screen and (min-width:768px) and (max-width:1048px) {
    .page-research_research_cluster .inner {
        padding-left: 16px;
        padding-right: 16px
    }
}

.page-research_research_cluster .researchcont {
    padding: 20px 16px 0
}

.page-research_research_cluster .researchcont__intro {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px
}

.page-research_research_cluster .researchcont__intro span {
    font-size: .8em
}

@media print, screen and (min-width:768px) {
    .page-research_research_cluster .researchcont {
        padding: 20px 0 40px
    }
    .page-research_research_cluster .researchcont__intro {
        margin-bottom: 30px
    }
}

.page-research_research_cluster .researchcont__rowgroup {
    margin-bottom: 50px
}

.page-research_research_cluster .researchcont__rowgroup__block {
    border: 4px solid #eaeeed;
    padding: 16px
}

.page-research_research_cluster .researchcont__rowgroup__block+.researchcont__rowgroup__block {
    margin-top: 10px
}

.page-research_research_cluster .researchcont__rowgroup__block__img {
    margin-bottom: 12px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

.page-research_research_cluster .researchcont__rowgroup__block__img img {
    width: 100%
}

.page-research_research_cluster .researchcont__rowgroup__block__txt__ttl {
    border-bottom: 3px double #d6dedb;
    margin-bottom: 12px
}

.page-research_research_cluster .researchcont__rowgroup__block__txt__ttl:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #d6dedb;
    margin-top: 4px;
    margin-bottom: 1px
}

.page-research_research_cluster .researchcont__rowgroup__block__txt__ttl h3 {
    font-size: 16px;
    font-weight: 700
}

.page-research_research_cluster .researchcont__rowgroup__block__txt__ttl h3 span {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    padding-right: 20px
}

.page-research_research_cluster .researchcont__rowgroup__block__txt__ttl h3 span:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #16975a;
    position: absolute;
    left: 0;
    top: 8px
}

.page-research_research_cluster .researchcont__rowgroup__block__txt__body {
    font-size: 14px;
    line-height: 22px
}

.page-research_research_cluster .researchcont__rowgroup__block__txt__body .link__accessbtn {
    width: 140px;
    height: 28px;
    margin: 10px auto auto
}

.page-research_research_cluster .researchcont__rowgroup__block__txt__body .link__accessbtn a {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    height: 100%;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    margin: auto;
    position: relative;
    overflow: hidden
}

.page-research_research_cluster .researchcont__rowgroup__block__txt__body .link__accessbtn a span {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    z-index: 1
}

.page-research_research_cluster .researchcont__rowgroup__block__txt__body .link__accessbtn a span:before {
    content: '';
    display: block;
    width: 17px;
    height: 14px;
    background: url(../../img/research/incubation/icn_access.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -6px 0 0
}

@media print, screen and (min-width:768px) {
    .page-research_research_cluster .researchcont__rowgroup {
        margin-bottom: 70px
    }
    .page-research_research_cluster .researchcont__rowgroup__block {
        display: -webkit-flex;
        display: flex
    }
    .page-research_research_cluster .researchcont__rowgroup__block+.researchcont__rowgroup__block {
        margin-top: 20px
    }
    .page-research_research_cluster .researchcont__rowgroup__block__img {
        width: 300px;
        margin-right: 25px;
        margin-bottom: 0
    }
    .page-research_research_cluster .researchcont__rowgroup__block__txt {
        flex: 1;
        -webkit-flex: 1;
        margin-top: 8px
    }
    .page-research_research_cluster .researchcont__rowgroup__block__txt__ttl:after {
        margin-top: 10px
    }
    .page-research_research_cluster .researchcont__rowgroup__block__txt__ttl h3 {
        font-size: 18px
    }
    .page-research_research_cluster .researchcont__rowgroup__block__txt__ttl h3 span:before {
        top: 10px
    }
    .page-research_research_cluster .researchcont__rowgroup__block__txt__body {
        line-height: 24px
    }
    .page-research_research_cluster .researchcont__rowgroup__block__txt__ttl a:hover {
        opacity: .8
    }
    .page-research_research_cluster .researchcont__rowgroup__block__txt__body .link__accessbtn {
        margin: 10px 0 0 auto
    }
    .page-research_research_cluster .researchcont__rowgroup__block__txt__body .link__accessbtn a {
        transition: .2s all;
        -webkit-transition: .2s all
    }
    .page-research_research_cluster .researchcont__rowgroup__block__txt__body .link__accessbtn a:hover {
        background: #135a39
    }
}
.researchcont__rowgroup__block h3 span:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 12px;
    margin-left: 3px;
    background: url(../../img/module/icn_link_g.png) no-repeat;
    background-size: 100% 100%;
}

.organization__table__body__tag {
    height: 24px;
    border-radius: 12px;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 11px;
    color: #FFF;
    background: #595d66;
    letter-spacing: 5px;
    margin: 7px 0 0 0;
}
.organization__table__body__tag a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px 0 13px;
    color: #fff;
    transition: .3s ease-out;
}
.organization__table__body__tag a:hover {
    opacity: .7;
}

.page-research_research_cluster .researchcont__rowgroup__txt {
    font-size: 14px;
    line-height: 22px
}

.page-research_research_cluster .researchcont__rowgroup__txt p {
    margin-bottom: 20px
}

.page-research_research_cluster .content .module__link a::before {
    top: 4px
}

@media print, screen and (min-width:768px) {
    .page-research_research_cluster .researchcont__rowgroup__txt {
        line-height: 24px
    }
    .page-research_research_cluster .researchcont_list_disc {
        line-height: 24px
    }
}
