@media print, screen and (min-width:768px) and (max-width:1048px) {
    .page-research-highlight-topics_detail .inner {
        padding-left: 16px;
        padding-right: 16px
    }
}
.page-research-highlight-topics_detail .graphic-header {
    background-image: url(../../img/research/index/bg_graphic-header_sp.jpg)
}

@media print, screen and (min-width:768px) {
    .page-research-highlight-topics_detail .graphic-header {
        background-image: url(../../img/research/index/bg_graphic-header_pc.jpg)
    }
}

.page-research-highlight-topics_detail .newsdetail {
    padding: 20px 16px 60px 16px
}

.page-research-highlight-topics_detail .newsdetail__tag {
    background: #595d66;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    color: #FFF;
    min-width: 60px;
    text-align: center;
    border-radius: 2px;
    padding: 2px 5px;
    margin: 0 0 8px 0
}

.page-research-highlight-topics_detail .newsdetail__date {
    color: #595d66;
    font-size: 12px;
    margin-bottom: 15px
}

.page-research-highlight-topics_detail .newsdetail__ttl {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px
}

.page-research-highlight-topics_detail .newsdetail__ttl:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: url(../../img/module/bg_dot.gif) repeat;
    background-size: 2px 2px;
    margin-top: 15px
}

.page-research-highlight-topics_detail .newsdetail__article {
    margin-bottom: 35px
}

.page-research-highlight-topics_detail .newsdetail__share {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    width: 100%
}

.page-research-highlight-topics_detail .newsdetail__share__item {
    margin-right: 5px
}

.page-research-highlight-topics_detail .newsdetail__share__item:last-child {
    margin-right: 0
}

.page-research-highlight-topics_detail .newsdetail__share__item img {
    width: 100%
}

.page-research-highlight-topics_detail .newsdetail__share__item.print {
    display: none
}

.page-research-highlight-topics_detail .newsdetail__article {
    font-size: 14px;
    line-height: 24px
}

.page-research-highlight-topics_detail .newsdetail__article__txt {
    margin-bottom: 20px
}

.page-research-highlight-topics_detail .newsdetail__article__ttl-big {
    position: relative;
    margin-bottom: 20px
}

.page-research-highlight-topics_detail .newsdetail__article__ttl-big:after {
    content: '';
    display: block;
    background: #eaeeed;
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0
}

.page-research-highlight-topics_detail .newsdetail__article__ttl-big h3 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px
}

.page-research-highlight-topics_detail .newsdetail__article__ttl-big h3:after {
    content: '';
    display: block;
    background: -webkit-linear-gradient(-60deg, #093637, #44a074);
    background: linear-gradient(-60deg, #093637, #44a074);
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.page-research-highlight-topics_detail .newsdetail__article__ttl-small {
    margin-bottom: 12px
}

.page-research-highlight-topics_detail .newsdetail__article__ttl-small h4 {
    font-size: 16px;
    position: relative;
    padding-left: 12px
}

.page-research-highlight-topics_detail .newsdetail__article__ttl-small h4:before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: #13814d;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 3px 0 3px
}

.page-research-highlight-topics_detail .newsdetail__article__link a {
    display: inline-block;
    padding: 0 20px;
    margin: 3px 0;
    position: relative;
    font-weight: bold
}

.page-research-highlight-topics_detail .newsdetail__article__link a:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../../img/module/icn_arrow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 5px
}

.page-research-highlight-topics_detail .newsdetail__article__link a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.page-research-highlight-topics_detail .newsdetail__article__link.link-external a:after {
    width: 13px;
    height: 12px;
    background-image: url(../../img/module/icn_link.png)
}

.page-research-highlight-topics_detail .newsdetail__article__link.link-pdf a:after {
    width: 14px;
    height: 18px;
    background-image: url(../../img/module/icn_pdf.png)
}

.page-research-highlight-topics_detail .newsdetail__article__link.link-word a:after {
    width: 16px;
    height: 16px;
    background-image: url(../../img/module/icn_word.png)
}

.page-research-highlight-topics_detail .newsdetail__article__link.link-excel a:after {
    width: 16px;
    height: 16px;
    background-image: url(../../img/module/icn_excel.png)
}

.page-research-highlight-topics_detail .newsdetail__article__img {
    margin: 20px 0
}

.page-research-highlight-topics_detail .newsdetail__article__img img {
    width: 100%
}

.page-research-highlight-topics_detail .newsdetail__article__img p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px
}

.page-research-highlight-topics_detail .newsdetail__article__img.sizeS>div {
    margin-bottom: 20px
}

.page-research-highlight-topics_detail .newsdetail__article__img.sizeS>div:last-child {
    margin-bottom: 0
}

.page-research-highlight-topics_detail .newsdetail__article__table {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left
}

.page-research-highlight-topics_detail .newsdetail__article__table table {
    width: 999px;
    border-left: 1px solid #d3d8d9;
    font-size: 14px
}

.page-research-highlight-topics_detail .newsdetail__article__table thead th {
    color: #FFF;
    padding: 10px 10px
}

.page-research-highlight-topics_detail .newsdetail__article__table thead tr th:first-child {
    width: 152px
}

.page-research-highlight-topics_detail .newsdetail__article__table thead tr th {
    background: #146345;
    border-right: 1px solid #d3d8d9
}

.page-research-highlight-topics_detail .newsdetail__article__table tbody th, .page-research-highlight-topics_detail .newsdetail__article__table tbody td {
    border: 1px solid #d3d8d9;
    padding: 10px 10px
}

.page-research-highlight-topics_detail .newsdetail__article__table tbody th {
    background: url(../../img/module/bg_dot2.gif) repeat;
    background-size: 3px 3px
}

.page-research-highlight-topics_detail .newsdetail__article__table table a {
    color: #13814d;
    font-weight: bold;
    display: inline-block
}

.page-research-highlight-topics_detail .newsdetail__article__table table a.textlink {
    color: #0f1110;
    position: relative;
    padding-left: 12px
}

.page-research-highlight-topics_detail .newsdetail__article__table table a.textlink:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #13814d;
    position: absolute;
    left: 0;
    top: calc(0.5em + 3px);
    top: -webkit-calc(0.5em + 3px)
}

.page-research-highlight-topics_detail .newsdetail__article__table .bg1 {
    background: #f0f6f9
}

.page-research-highlight-topics_detail .newsdetail__article__table .bg2 {
    background: #d3e4ec
}

.page-research-highlight-topics_detail .newsdetail__backbtn {
    width: 240px;
    height: 40px;
    margin: auto
}

.page-research-highlight-topics_detail .newsdetail__backbtn 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: #146345;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    margin: auto;
    position: relative;
    overflow: hidden
}

.page-research-highlight-topics_detail .newsdetail__backbtn a span {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    z-index: 1
}

.page-research-highlight-topics_detail .newsdetail__backbtn a span:before {
    content: '';
    display: block;
    width: 16px;
    height: 13px;
    background: url(../../img/module/icn_list.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -6px 0 0
}

@media print, screen and (min-width:480px) {
    .page-research-highlight-topics_detail .newsdetail__share {
        width: 320px;
        margin-left: auto;
        margin-right: 0
    }
}

@media print, screen and (min-width:768px) {
    .page-research-highlight-topics_detail .newsdetail {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 70px
    }
    .page-research-highlight-topics_detail .newsdetail__tag {
        width: 80px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px
    }
    .page-research-highlight-topics_detail .newsdetail__date {
        margin-bottom: 8px
    }
    .page-research-highlight-topics_detail .newsdetail__ttl {
        font-size: 28px;
        line-height: 40px
    }
    .page-research-highlight-topics_detail .newsdetail__ttl:after {
        background-size: auto
    }
    .page-research-highlight-topics_detail .newsdetail__share {
        width: auto;
        justify-content: flex-end;
        -webkit-justify-content: flex-end
    }
    .page-research-highlight-topics_detail .newsdetail__share img {
        width: auto;
        height: 20px
    }
    .page-research-highlight-topics_detail .newsdetail__share__item.line {
        display: none
    }
    .page-research-highlight-topics_detail .newsdetail__share__item a:hover {
        opacity: .8
    }
    .page-research-highlight-topics_detail .newsdetail__share__item.print {
        display: block
    }
    .page-research-highlight-topics_detail .newsdetail__article {
        line-height: 28px;
        margin-bottom: 50px
    }
    .page-research-highlight-topics_detail .newsdetail__article__ttl-big h3 {
        padding-bottom: 16px;
        font-size: 20px
    }
    .page-research-highlight-topics_detail .newsdetail__article__ttl-big h3:after {
        width: 100%;
        padding-right: .5em
    }
    .page-research-highlight-topics_detail .newsdetail__article__ttl-small h4 {
        padding-left: 16px
    }
    .page-research-highlight-topics_detail .newsdetail__article__ttl-small h4:before {
        width: 6px
    }
    .page-research-highlight-topics_detail .newsdetail__article__link a:hover {
        opacity: .8
    }
    .page-research-highlight-topics_detail .newsdetail__article__link a:before {
        top: 7px
    }
    .page-research-highlight-topics_detail .newsdetail__article__link a:after {
        top: 5px
    }
    .page-research-highlight-topics_detail .newsdetail__article__link.link-external a:after {
        top: 8px
    }
    .page-research-highlight-topics_detail .newsdetail__article__img {
        margin: 40px 0
    }
    .page-research-highlight-topics_detail .newsdetail__article__img a {
        transition: .2s opacity;
        -webkit-transition: .2s opacity
    }
    .page-research-highlight-topics_detail .newsdetail__article__img a:hover {
        opacity: .8
    }
    .page-research-highlight-topics_detail .newsdetail__article__img.sizeL {
        max-width: 830px;
        margin-left: auto;
        margin-right: auto
    }
    .page-research-highlight-topics_detail .newsdetail__article__img.sizeS {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -webkit-justify-content: center
    }
    .page-research-highlight-topics_detail .newsdetail__article__img.sizeS>div {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        margin-bottom: 0
    }
    .page-research-highlight-topics_detail .newsdetail__article__img.sizeS>div:last-child {
        margin-right: 0
    }
    .page-research-highlight-topics_detail .newsdetail__article__img.sizeM {
        width: 490px
    }
    .page-research-highlight-topics_detail .newsdetail__article__table thead tr th:first-child {
        width: 234px;
        padding-left: 36px;
        padding-right: 36px
    }
    .page-research-highlight-topics_detail .newsdetail__article__table tbody th {
        background-size: 4px 4px;
        padding-left: 36px;
        padding-right: 36px
    }
    .page-research-highlight-topics_detail .newsdetail__article__table tbody td {
        padding-left: 24px;
        padding-right: 24px
    }
    .page-research-highlight-topics_detail .newsdetail__article__table table a:hover {
        text-decoration: underline
    }
    .page-research-highlight-topics_detail .newsdetail__article__table table a.textlink:before {
        top: .8em
    }
    .page-research-highlight-topics_detail .newsdetail__article__txtimg {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin: 50px 0
    }
    .page-research-highlight-topics_detail .newsdetail__article__txtimg .newsdetail__article__img {
        margin-top: 0;
        margin-bottom: 0;
        width: 49%
    }
    .page-research-highlight-topics_detail .newsdetail__article__txtimg .newsdetail__article__txt {
        width: calc(51% - 30px);
        width: -webkit-calc(51% - 30px)
    }
    .page-research-highlight-topics_detail .newsdetail__backbtn {
        width: 320px;
        height: 48px;
        overflow: hidden;
        border-radius: 24px
    }
    .page-research-highlight-topics_detail .newsdetail__backbtn a {
        width: 100%;
        font-size: 16px;
        border-radius: 24px;
        transition: .4s background;
        -webkit-transition: .4s background
    }
    .page-research-highlight-topics_detail .newsdetail__backbtn a:hover {
        background: #0d462d
    }
}
