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

.page-research_project .projectcont {
    padding: 15px 16px 60px 16px
}

.page-research_project .projectcont__intro {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px
}

.page-research_project .projectcont__article {
    margin-bottom: 24px
}

.page-research_project .projectcont__article li {
    margin-bottom: 16px;
    border: 1px solid #d6dedb
}

.page-research_project .projectcont__article__ttl {
    color: #FFF;
    background: #2f495d;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    padding: 8px 14px;
    position: relative
}

.page-research_project .projectcont__article__ttl:after {
    content: '';
    display: block;
    width: 44px;
    height: 100%;
    background: #1f3140;
    position: absolute;
    right: 0;
    top: 0
}

.page-research_project .projectcont__article__ttl: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;
    right: 18px;
    top: 50%;
    margin: -4px 0 0;
    z-index: 1
}

.page-research_project .projectcont__article__ttl br {
    display: none
}

.page-research_project .projectcont__article__ttl p {
    position: relative;
    display: inline-block;
    margin-right: 45px
}

.page-research_project a[target="_blank"] .projectcont__article__ttl p:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url(/assets/img/research/index/icn_subcategory_link.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 8px;
    position: relative;
    top: -1px
}

.page-research_project .projectcont__article__body {
    border-top: 0;
    padding: 16px;
    overflow: hidden
}

.page-research_project .projectcont__article__body>div {
    width: 80px;
    margin-right: 12px;
    float: left
}

.page-research_project .projectcont__article__body>div img {
    width: 100%
}

.page-research_project .projectcont__article__body>p {
    font-size: 14px;
    line-height: 22px
}

@media print, screen and (min-width:768px) {
    .page-research_project .projectcont {
        padding: 20px 0 90px
    }
    .page-research_project .projectcont__article {
        margin-bottom: 30px
    }
    .page-research_project .projectcont__article ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-research_project .projectcont__article li {
        margin-bottom: 20px;
        margin-right: 20px;
        width: calc(50% - 10px);
        width: -webkit-calc(50% - 10px)
    }
    .page-research_project .projectcont__article li:nth-child(2n) {
        margin-right: 0
    }
    .page-research_project .projectcont__article__ttl {
        padding-top: 8px;
        padding-bottom: 10px;
        min-height: 48px;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center
    }
    .page-research_project .projectcont__article__ttl:before {
        transition: .3s all;
        -webkit-transition: .3s all
    }
    .page-research_project a:hover .projectcont__article__ttl:before {
        transform: translateX(4px);
        -webkit-transform: translateX(4px)
    }
    .page-research_project .projectcont__article__body {
        display: -webkit-flex;
        display: flex
    }
    .page-research_project a:hover .projectcont__article__body {
        opacity: .8
    }
    .page-research_project .projectcont__article__body>div {
        width: 150px;
        margin-right: 16px;
        float: none;
        overflow: hidden
    }
    .page-research_project .projectcont__article__body>div img {
        transition: .2s transform;
        -webkit-transition: .2s transform
    }
    .page-research_project a:hover .projectcont__article__body>div img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    .page-research_project .projectcont__article__body>p {
        flex: 1;
        -webkit-flex: 1;
        line-height: 24px
    }
}

@media print, screen and (min-width:1000px) {
    .page-research_project .projectcont__article__ttl {
        font-size: 15px;
        line-height: 18px
    }
    .page-research_project .projectcont__article__ttl br {
        display: inline
    }
}

.page-research_project .projectcont__pager {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center
}

.page-research_project .projectcont__pager__arrow {
    font-size: 12px;
    background: #146345;
    color: #FFF;
    width: 65px;
    height: 32px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border-radius: 16px;
    cursor: pointer;
    position: relative
}

.page-research_project .projectcont__pager__arrow.prev span {
    padding-left: 4px
}

.page-research_project .projectcont__pager__arrow.next span {
    padding-right: 4px
}

.page-research_project .projectcont__pager__arrow.prev:before, .page-research_project .projectcont__pager__arrow.next:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border-style: solid
}

.page-research_project .projectcont__pager__arrow.prev:before {
    border-width: 3px 6px 3px 0;
    border-color: transparent #7ab881 transparent transparent;
    left: 8px
}

.page-research_project .projectcont__pager__arrow.next:before {
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #7ab881;
    right: 8px
}

.page-research_project .projectcont__pager__num {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: calc(100% - 140px);
    width: -webkit-calc(100% - 140px)
}

.page-research_project .projectcont__pager__num__item {
    width: 32px;
    height: 32px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #d6dedb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    margin: 0 2px;
    cursor: pointer
}

.page-research_project .projectcont__pager__num__item.current {
    background: #196547;
    border: 0;
    color: #FFF
}

.page-research_project .projectcont__pager__num__line {
    color: #595d66;
    font-size: 12px;
    padding: 0 4px
}

@media print, screen and (min-width:768px) {
    .page-research_project .projectcont__pager__arrow {
        width: 100px;
        transition: .2s background;
        -webkit-transition: .2s background
    }
    .page-research_project .projectcont__pager__arrow:hover {
        background: #125338
    }
    .page-research_project .projectcont__pager__num {
        width: auto
    }
    .page-research_project .projectcont__pager__num__item {
        width: 36px;
        height: 36px;
        transition: .2s background;
        -webkit-transition: .2s background
    }
    .page-research_project .projectcont__pager__num__item:hover {
        background: #196547;
        border: 0;
        color: #FFF
    }
    .page-research_project .projectcont__pager__num__line {
        padding: 0 1em
    }
}
