.newscontentbox {
    max-height: 15em;
    overflow-y: scroll
}

.ic_target::before {
    bottom: 0
}

.col_underline>li {
    box-sizing: border-box;
    padding-right: 2em
}

.col_underline>li.noarrow {
    padding-right: 0
}

.col_underline>li.noarrow:after {
    content: none
}

.col_underline>li.noarrow a {
    display: inline
}

.tbl_basic tbody tr:nth-child(2n) {
    background: rgba(232, 241, 254, .3)
}

.tbl_basic tbody tr strong.red {
    color: #d41a1a
}

.captionimage {
    position: relative
}

.captionimage::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: attr(data-title) "";
    display: inline-block;
    padding: 0 8px;
    background: #fff
}

.captionimage.tr::before {
    top: 0;
    bottom: auto
}

.scroll-hint-icon-wrap .scroll-hint-icon {
    top: 2em
}

.p-gunma-sokutei .tbl_basic {
    width: 150%;
    table-layout: fixed;
}

@media(max-width: 960px) {
    .p-gunma-sokutei .tbl_basic {
        width: 100%;
        table-layout: inherit;
    }

}

/*# sourceMappingURL=effort.css.map */