@font-face{
    font-family: "Meiryo UI W53 Regular";
    src: url("/common/font/meiryo-regular/a9aca7e1ecdbdf39d9a97fe080562d20.woff")format("woff"),
    url("/common/font/meiryo-regular/a9aca7e1ecdbdf39d9a97fe080562d20.woff2")format("woff2");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

.tag-seo {
    display: inline;
    font-weight: bold;
}

.hidden {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.postnews-item {
    position: relative;
    padding: 15px 20px;
    border-radius: 4px;
    background: #f9f9f9;
    transition: all .3s ease;
    z-index: 1;
}

.postnews-item:hover {
    background: #fff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.15);
}

.postnews-item .card-img {
    flex: 0 0 auto;
    width: 150px;
    height: 150px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.postnews-item .card-img a {
    display: block;
}

.postnews-item .card-img a img {
    width: 100%;
}

.postnews-item .card-body {
    width: 100%;
    height: 100%;
    display: inline;
    flex-direction: column;
    justify-content: space-between;
}

.postnews-item .card-title {
    color: #337ab7;
    font-size: 18px;
    line-height: 1.2;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.postnews-item .card-title:hover {
    text-decoration: underline;
    color: #125ab7;
}

.postnews-item .card-des {
    flex: 1;
    position: relative;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 200px;
    /*margin: 0 auto;*/
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 2px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    word-break: break-word;
    text-indent: 20px;
}

.postnews-item .card-des:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.postnews-item .card-des > * {
    text-indent: 0;
}

.postnews-item .card-des img {
    width: 100% !important;
    height: auto !important;
}

.btn-action {
    position: absolute;
    bottom: 20px;
    right: 20px;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d61518 !important;
    font-size: 16px;
    line-height: 28px;
    border: 2px solid #d61518;
    border-radius: 25px;
    min-width: 120px;
    text-align: center;
    transition: all .3s ease;
    z-index: 2;
}

.btn-action-regist {
    display: inline-block;
    margin-bottom: 11px;
    width: 100px;
    bottom: 20px;
    right: 20px;
    justify-content: center;
    align-items: center;
    color: #d61518 !important;
    font-size: 16px;
    line-height: 28px;
    border: 2px solid #d61518;
    border-radius: 25px;
    min-width: 120px;
    text-align: center;
    transition: all .3s ease;
}

.btn-action-regist:hover {
    color: #fff !important;
    background: #d61518;
}

.postnews-item:hover .btn-action {
    visibility: visible;
    opacity: 1;
    color: #fff !important;
    background: #d61518;
}

.card-des {
    cursor: pointer;
}

.card-des ul, .card-des ol {
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
}

.card-des ul li {
    display: list-item;
    list-style-type: disc;
}

.card-des ol li {
    display: list-item;
    list-style-type: decimal;
}

.postnews-item .card-des h1,
.postnews-item .card-des h2,
.postnews-item .card-des h3 {
    color: red;
    font-size: 20px;
    font-size: 18px;
    line-height: 22px;
    padding-left: 10px;
    margin-bottom: 15px;
    display: block;
    position: relative;
    color: #2d2d2d;
    position: relative;
    padding-left: 15px;
    line-height: 30px;
}

.postnews-item .card-des h1:before,
.postnews-item .card-des h2:before,
.postnews-item .card-des h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 6px;
    height: 100%;
    background-color: #f00;
    border-radius: 5px;
}

.postnews-item .card-des h1:after,
.postnews-item .card-des h2:after,
.postnews-item .card-des h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #bebebe;
}

.widget-toc {
    margin-bottom: 20px;
}

.widget-toc ol {
    padding-right: 0px;
    counter-reset: item;
}

.widget-toc ol li {
    display: block;
    position: relative;
}

.widget-toc ol li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    left: -2rem;
}

.postnews-item .card-des {
    pointer-events: none;
}

.card-body {
    cursor: pointer;
}

.search_box_news {
    background: #eedcbb;
    padding: 5px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.search_box_news i {
    vertical-align: middle;
    display: inline-block;
}

input.btn-search-news {
    border: 0;
    width: 61px;
    height: 27px;
    background: url(/common/design/user/img/plain/search_btn.png) center no-repeat;
    border: none;
    vertical-align: middle;
}

.item_detail_new .search_box {
    margin: 0 -8px 13px;
}

.item_detail_new .search_box_news i {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    margin-right: 5px;
    margin-top: 7px;
    width: auto;
}

.item_detail_new .search_box_news i img {
    display: inline-block;
    vertical-align: top;
    width: 65px;
}

.item_detail_new .search_box_news input[type="text"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0 1px 0 0;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d1bd99;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 5px;
    line-height: 25px;
    color: #000;
    -webkit-box-shadow: 0 0 1px #dacfbb inset;
    -moz-box-shadow: 0 0 1px #dacfbb inset;
    box-shadow: 0 0 1px #dacfbb inset;
    width: 50%;
}

.item_detail_new .search_box_news input[type="text"]:-moz-placeholder {
    color: #bababa;
}

.item_detail_new .search_box_news input[type="text"]::-moz-placeholder {
    color: #bababa;
}

.item_detail_new .search_box_news input[type="text"]::-webkit-input-placeholder {
    color: #bababa;
}

.item_detail_new .search_box_news input[type="text"]:-ms-input-placeholder {
    color: #bababa;
}

.item_detail_new .search_box_news input[type="text"]::placeholder {
    color: #bababa;
}

#topicpath {
    height: auto;
}

.item_detail_new {
    margin: 0 8px;
}

.item_detail_new .search-box-ct-1 {
    display: flex;
    align-items: center;
}

.search_box_news i {
    vertical-align: middle;
    display: inline-block;
}

.search-box-ct-1 .color-brown {
    color: #8e7442;
    font-weight: 700;
    font-size: 12px;
}

.item_detail_new .search_box_news i {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    margin-right: 5px;
    margin-top: 7px;
    width: auto;
}

.item_detail_new .search-box-ct-1 .fa-search {
    transform: rotate(90deg);
    margin-right: 3px;
    margin-top: 0;
}

.fa-search:before {
    content: "\f002";
}

.item_detail_new .search-box-ct-1 input[type="text"] {
    font-size: 12px;
}

.item_detail_new .search_box_news input[type="text"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0 1px 0 0;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d1bd99;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 5px;
    line-height: 25px;
    color: #000;
    -webkit-box-shadow: 0 0 1px #dacfbb inset;
    -moz-box-shadow: 0 0 1px #dacfbb inset;
    box-shadow: 0 0 1px #dacfbb inset;
    width: 50%;
}

span > strong {
    color: red;
}

.page_navi {
    margin: 5px 0 20px 0;
}

.page_navi ul {
    text-align: center;
}

ul {
    list-style: none;
}

.page_navi li {
    font-size: 75%;
    display: inline;
}

.page_navi li span {
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    background-color: #898989;
    border: 1px #bbb solid;
    font-weight: 700;
}

.page_navi li a {
    color: #878787;
    display: inline-block;
    padding: 6px 10px;
    border: 1px #bbb solid;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
