/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 6, 2020, 11:29:33 AM
    Author     : dininurhayati
*/
@import url("/resources/oshibana/css/modules/media2.css");
.font-unbold {
    font-weight: 100 !important;
    overflow: hidden;
}
.news-pagi .ui-paginator{
    background-color: transparent;
    border-color: transparent;
}
.news-pagi .ui-datagrid .ui-paginator{
    margin-top: .5em;
    margin-bottom: 0em;
}
.news-pagi .ui-widget-content{
    background-color: transparent;
    border: none;
}
.news-pagi .ui-paginator .ui-paginator-first, body .ui-paginator .ui-paginator-prev, body .ui-paginator .ui-paginator-next, body .ui-paginator .ui-paginator-last{
    border: none;
    color: #a7a7a7;
    margin: .2em 2em;
}
.news-pagi body .ui-paginator .ui-paginator-first.ui-state-hover, body .ui-paginator .ui-paginator-prev.ui-state-hover, body .ui-paginator .ui-paginator-next.ui-state-hover, body .ui-paginator .ui-paginator-last.ui-state-hover{
    color: #8ec320;
    background-color: transparent;
    transition: 500ms ease 0s;
}
.news-pagi .ui-paginator .ui-paginator-next{
    background-color: transparent;
    border-right: none;
    font-family: Lato, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.news-pagi .ui-paginator .ui-paginator-next:before{
    content: "NEXT >";
}
.news-pagi .ui-paginator .ui-paginator-prev{
    font-family: Lato, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.news-pagi .ui-paginator .ui-paginator-prev:before{
    content: "< PREV";
}
.news-pagi .ui-paginator .ui-paginator-pages .ui-paginator-page:last-child{
    border-right : none;
}
.news-pagi .ui-paginator .ui-paginator-pages .ui-paginator-page{
    padding: 10px 15px;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    min-width: 40px;
    min-height: 40px;
    color: #a7a7a7;
}
.news-pagi .ui-paginator .ui-paginator-prev.ui-state-disabled, body .ui-paginator .ui-paginator-next.ui-state-disabled{
    background-color: transparent;
}
.news-pagi .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active{
    background-color: #f4f4f5;
    color: black;
    border-color: #f4f4f5;
}
.news-pagi .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-hover{
    background-color: transparent;
    color: #8ec320;
    transition: 500ms ease 0s;
}
.newsList-content .title h4 {
    text-align: center;
}
.circle-list {
    border: 1px solid;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    display: flex;
    margin-left: 5px;
    justify-content: center;
    min-width: 31px;
    max-height: 31px;
}
.circle-list h5 {
    margin: 9px auto 8px;
    font-size: 12px;
}
.head ul {
    list-style: none;
    padding: 0;
    margin: 4em auto 1.5em;
    display: flex;
    justify-content: center;
}
.head ul a {
    display: flex;
}
.head li {
    display: flex;
    margin: 0 1.1em;
    align-items: center;
}
.newsList-content .colorcat:hover {
    opacity: .5;
    transition: 500ms ease 0s;
}
.newsList-content .latestnews:hover {
    opacity: .7;
    transition: 500ms ease 0s;
}
.newsList-content .purple {
    color: #b7318c;
    border-color: #b7318c;
}
.newsList-content .red {
    color: #e85e5d;
    border-color: #e85e5d;
}
.newsList-content .green {
    color: #8ec320;
    border-color: #8ec320;
}
.newsList-content .blue {
    color: #1697b0;
    border-color: #1697b0;
}
.newsList-content .violet {
    color: #9693c7;
    border-color: #9693c7;
}
.newsList-content .gold {
    color: #c5b21d;
    border-color: #c5b21d;
}
.newsList-content .darkblue {
    color: #5e81ac;
    border-color: #5e81ac;
}
.newsList-content .orange {
    color: #ed6d00;
    border-color: #ed6d00;
}
.newsList-content .purple h5 {
    color: #b7318c;
}
.newsList-content .red h5 {
    color: #e85e5d;
}
.newsList-content .green h5 {
    color: #8ec320;
}
.newsList-content .blue h5 {
    color: #1697b0;
}
.newsList-content .violet h5 {
    color: #9693c7;
}
.newsList-content .gold h5 {
    color: #c5b21d;
}
.newsList-content .darkblue h5 {
    color: #5e81ac;
}
.newsList-content .orange h5 {
    color: #ed6d00;
}

/*slider news*/
.slider-width{
    width: 100%;
    height: 391px!important;
    object-fit: cover;
}
img.slider-width {
    border-radius: .7rem;
}
.carousel-inner {
    margin-bottom: -5em;
}
.newsList-content .item .carousel-caption {
    padding-bottom: unset;
    width: 80%;
    position: relative;
    z-index: 10;
    padding: 14px 18px 0;
    color: black;
    text-align: center;
    text-shadow: none;
    background-image: none;
    background-color: white;
    float: right;
    bottom: 77px;
}
.newsList-content .carousel-indicators {
    left: 10%;
    bottom: 141px;
}
.newsList-content .carousel-control {
    left: -15px;
}
.newsList-content .right.carousel-control {
    right: -15px;
}
.left.carousel-control, .right.carousel-control {
    box-shadow: none;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    color: #008fde;
    border: 2px solid #e2688f;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #e2688f;
    opacity: 1;
}
.newsList-content a.carousel-control .glyphicon-chevron-left, .newsList-content a.carousel-control .glyphicon-chevron-right {
    font-size: 20px;
}
.carousel-caption h5 {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 15px;
}
.carousel-caption h5:first-of-type {
    width: 100%;
    line-height: 1.5em;
    border-bottom: 1px solid #c7c5c4;
    margin: 0;
    padding-bottom: 10px;
    color: #4f4e4e;
}
.carousel-caption h5:last-of-type {
    width: 100%;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #808080;
}
.newsList-content .carousel-control::before {
    width: 15px;
    height: 15px;
    border-top: 2px solid #e2688f;
    border-right: 2px solid #e2688f;
    content: "";
    display: flex;
    margin: 11px 13px;
    transform: rotate(225deg);
}
.newsList-content .right.carousel-control::before {
    transform: rotate(45deg);
    margin: 11px 6px;
}
.newsList-content ol.carousel-indicators li {
    border: 1px solid #e2688f;
}
.newsList-content ol.carousel-indicators .active {
    background-color: #e2688f;
}
/*end of slider*/

.btn-news-top {
    align-items: center;
    display: flex;
    font-size: 15px;
}
.btn-news-top h6 {
    margin: 0px;
    margin-left: 16px;
}
.main-banner-news .h5-first-caption {
    color: #121212;
    font-size: 28px;
    font-weight: 600;
    line-height: 140%;
    margin-top: 15px;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.main-banner-news .h5-second-caption {
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.main-banner-news--caption {
    padding-top: 29px;
    padding-bottom: 31px;
}
.main-banner-news {
    margin-top: 67px;
}
.main-banner-news .slick-slide:not(.slick-current) .main-banner-news--caption {
    opacity: 0;
    transition: 500ms ease 0s;
}
.main-banner-news .slick-slide .main-banner-news--caption {
    opacity: 1;
    transition: 500ms ease 0s;
}
.main-banner-news .slick-dots {
    bottom: 186px;
}
.title h5 {
    font-size: 18px;
}
.newsList-content .hz-line {
    border-bottom: 2px solid #e2688f;
    width: 114px;
}
.hzline {
    border-bottom: 2px solid #e2688f;
    width: 93px;
}
.related-news .news-item{
    padding: 1em 1.5em 1em .5em;
}
.related-news .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0 0px;
}
.related-news .hzline{
    border-bottom: 2px solid #e2688f;
    width: 113px;
}
.news-item {
    position: relative;
}
.new-tag {
    width: 45px;
    height: 45px;
    background-color: #e2688f;
    border-radius: 50%;
    color: white;
    position: absolute;
    left: -1%;
    top: 2%;
}
.new-tag h5 {
    text-align: center;
    margin: 15px auto;
    color: #fff;
}
.title-content h3 {
    margin: 0 auto 10px;
}
.news-items {
    display: flex;
    flex-wrap: wrap;
}
.news-item .link-news-button {
    margin: 1.5em 0 1em;
/*    padding: 1px 22px;
    font-weight: 600;
    letter-spacing: 1px;*/
}
.news-item p {
    text-align: left;
    line-height: 1.5em;
}
.news-item .date {
    display: block;
    color: #808080;
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 12px;
}
.news-item p.line-clamp {
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: -webkit-fill-available;
    width: -moz-available;
    line-height: 1.6em;
}
.news-index-93 .news-ttl-uline.sm-show {
    display: none;
}
.newsList-page .padding-row2 {
    padding-left: 3em;
    padding-right: 2em;
}
.newsList-page .padding-row2 .title {
    padding-left: 1.5em;
}
.newsList-page .pad-news-new {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 36px;
}
.news-recom p {
    line-height: 1.6em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 0
}
.news-recom.main-recom .image-side {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 62.63%;
    margin-bottom: 14px;
}
.news-recom.main-recom .text-side {
    width: 100%;
}
.sidebar-news .title {
    margin-bottom: 1em;
    margin-top: 0em;
}

.sidebar-news .img-side img{
    width: 100%;
    height: 70px;
    object-fit: cover;
}

.sidebar-news .img-main img{
    width: 100%;
}

.news-pagination {
    display: flex;
}
.news-pagination .pagination {
    display: inline-block;
    margin: 5em auto 3em;
}
.pagination a {
    color: #a7a7a7;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.pagination a.active {
    background-color: #f4f4f5;
    border-radius: 50%;
    color: black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.pagination a.prev {
    padding-right: 3em;
}
.pagination a.next {
    padding-left: 3em;
}
.disabled-btn{
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.paginationjs{line-height:1.6;font-family:Marmelad,"Lucida Grande",Arial,"Hiragino Sans GB",Georgia,sans-serif;font-size:14px;box-sizing:initial}.paginationjs:after{display:table;content:" ";clear:both}.paginationjs .paginationjs-pages{float:left}.paginationjs .paginationjs-pages ul{float:left;margin:0;padding:0}.paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input,.paginationjs .paginationjs-nav{float:left;margin-left:10px;font-size:14px}.paginationjs .paginationjs-pages li{float:left;border:1px solid #aaa;border-right:none;list-style:none}.paginationjs .paginationjs-pages li>a{min-width:30px;height:28px;line-height:28px;display:block;background:#fff;font-size:14px;color:#333;text-decoration:none;text-align:center}.paginationjs .paginationjs-pages li>a:hover{background:#eee}.paginationjs .paginationjs-pages li.active{border:none}.paginationjs .paginationjs-pages li.active>a{height:30px;line-height:30px;background:#aaa;color:#fff}.paginationjs .paginationjs-pages li.disabled>a{opacity:.3}.paginationjs .paginationjs-pages li.disabled>a:hover{background:0 0;transition: 500ms ease 0s;}.paginationjs .paginationjs-pages li:first-child,.paginationjs .paginationjs-pages li:first-child>a{border-radius:3px 0 0 3px}.paginationjs .paginationjs-pages li:last-child{border-right:1px solid #aaa;border-radius:0 3px 3px 0}.paginationjs .paginationjs-pages li:last-child>a{border-radius:0 3px 3px 0}.paginationjs .paginationjs-go-input>input[type=text]{width:30px;height:28px;background:#fff;border-radius:3px;border:1px solid #aaa;padding:0;font-size:14px;text-align:center;vertical-align:baseline;outline:0;box-shadow:none;box-sizing:initial}.paginationjs .paginationjs-go-button>input[type=button]{min-width:40px;height:30px;line-height:28px;background:#fff;border-radius:3px;border:1px solid #aaa;text-align:center;padding:0 8px;font-size:14px;vertical-align:baseline;outline:0;box-shadow:none;color:#333;cursor:pointer;vertical-align:middle\9}.paginationjs.paginationjs-theme-blue .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-blue .paginationjs-pages li{border-color:#289de9}.paginationjs .paginationjs-go-button>input[type=button]:hover{background-color:#f8f8f8; transition: 500ms ease 0s;}.paginationjs .paginationjs-nav{height:30px;line-height:30px}.paginationjs .paginationjs-go-button,.paginationjs .paginationjs-go-input{margin-left:5px\9}.paginationjs.paginationjs-small{font-size:12px}.paginationjs.paginationjs-small .paginationjs-pages li>a{min-width:26px;height:24px;line-height:24px;font-size:12px}.paginationjs.paginationjs-small .paginationjs-pages li.active>a{height:26px;line-height:26px}.paginationjs.paginationjs-small .paginationjs-go-input{font-size:12px}.paginationjs.paginationjs-small .paginationjs-go-input>input[type=text]{width:26px;height:24px;font-size:12px}.paginationjs.paginationjs-small .paginationjs-go-button{font-size:12px}.paginationjs.paginationjs-small .paginationjs-go-button>input[type=button]{min-width:30px;height:26px;line-height:24px;padding:0 6px;font-size:12px}.paginationjs.paginationjs-small .paginationjs-nav{height:26px;line-height:26px;font-size:12px}.paginationjs.paginationjs-big{font-size:16px}.paginationjs.paginationjs-big .paginationjs-pages li>a{min-width:36px;height:34px;line-height:34px;font-size:16px}.paginationjs.paginationjs-big .paginationjs-pages li.active>a{height:36px;line-height:36px}.paginationjs.paginationjs-big .paginationjs-go-input{font-size:16px}.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text]{width:36px;height:34px;font-size:16px}.paginationjs.paginationjs-big .paginationjs-go-button{font-size:16px}.paginationjs.paginationjs-big .paginationjs-go-button>input[type=button]{min-width:50px;height:36px;line-height:34px;padding:0 12px;font-size:16px}.paginationjs.paginationjs-big .paginationjs-nav{height:36px;line-height:36px;font-size:16px}.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a{color:#289de9}.paginationjs.paginationjs-theme-blue .paginationjs-pages li>a:hover{background:#e9f4fc; transition: 500ms ease 0s;}.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active>a{background:#289de9;color:#fff}.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled>a:hover{background:0 0; transition: 500ms ease 0s;}.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button]{background:#289de9;border-color:#289de9;color:#fff}.paginationjs.paginationjs-theme-green .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-green .paginationjs-pages li{border-color:#449d44}.paginationjs.paginationjs-theme-blue .paginationjs-go-button>input[type=button]:hover{background-color:#3ca5ea; transition: 500ms ease 0s;}.paginationjs.paginationjs-theme-green .paginationjs-pages li>a{color:#449d44}.paginationjs.paginationjs-theme-green .paginationjs-pages li>a:hover{background:#ebf4eb; transition: 500ms ease 0s;}.paginationjs.paginationjs-theme-green .paginationjs-pages li.active>a{background:#449d44;color:#fff}.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled>a:hover{background:0 0; transition: 500ms ease 0s;}.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button]{background:#449d44;border-color:#449d44;color:#fff}.paginationjs.paginationjs-theme-yellow .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-yellow .paginationjs-pages li{border-color:#ec971f}.paginationjs.paginationjs-theme-green .paginationjs-go-button>input[type=button]:hover{background-color:#55a555;transition: 500ms ease 0s;}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a{color:#ec971f}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li>a:hover{background:#fdf5e9;transition: 500ms ease 0s;}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active>a{background:#ec971f;color:#fff}.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled>a:hover{background:0 0; transition: 500ms ease 0s;}.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button]{background:#ec971f;border-color:#ec971f;color:#fff}.paginationjs.paginationjs-theme-red .paginationjs-go-input>input[type=text],.paginationjs.paginationjs-theme-red .paginationjs-pages li{border-color:#c9302c}.paginationjs.paginationjs-theme-yellow .paginationjs-go-button>input[type=button]:hover{background-color:#eea135; transition: 500ms ease 0s;}.paginationjs.paginationjs-theme-red .paginationjs-pages li>a{color:#c9302c}.paginationjs.paginationjs-theme-red .paginationjs-pages li>a:hover{background:#faeaea; transition: 500ms ease 0s;}.paginationjs.paginationjs-theme-red .paginationjs-pages li.active>a{background:#c9302c;color:#fff}.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled>a:hover{background:0 0; transition: 500ms ease 0s;}.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button]{background:#c9302c;border-color:#c9302c;color:#fff}.paginationjs.paginationjs-theme-red .paginationjs-go-button>input[type=button]:hover{background-color:#ce4541; transition: 500ms ease 0s;}.paginationjs .paginationjs-pages li.paginationjs-next{border-right:1px solid #aaa\9}.paginationjs .paginationjs-go-input>input[type=text]{line-height:28px\9;vertical-align:middle\9}.paginationjs.paginationjs-big .paginationjs-pages li>a{line-height:36px\9}.paginationjs.paginationjs-big .paginationjs-go-input>input[type=text]{height:36px\9;line-height:36px\9}

ul, li {
    list-style: none;
}

#wrapper {
    width: 900px;
    margin: 20px auto;
}

.data-container {
    margin-top: 20px;
}

.data-container ul {
    padding: 0;
    margin: 0;
}

.data-container li {
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #eee;
    color: #666;
}
.news-ttl-uline {
    border-bottom: 1px solid #c7c5c4;
    margin-bottom: 1.2em;
}
.newslist-table .img {
    background-repeat: no-repeat; 
    border-radius: 4px;
}
.newslist-table .main-recom .img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 4px;
}
.newslist-table .tag-and-date {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 12px;
}
.newslist-table .tag-and-date .date {
    margin: 0px;
}
.newslist-table .text-side .item-desc {
    display: none;
}
.newslist-table .main-recom .text-side .item-desc {
    display: block;
    color: #121212;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
}
.newslist-table .item-title {
    color: #121212;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    margin: -4px 0px 0px;
}
.newslist-table .news-recom p.item-content {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    margin: 6px 0px 0px;
    -webkit-line-clamp: 2;
}
.newslist-table .main-recom .item-title {
    margin: 9px 0px 10px;
    font-size: 18px;
}
.newslist-table > .latestnews {
    display: block;
    margin-top: 36px;
}
/*.newslist-table > .latestnews:first-of-type {
    margin-top: 0px;
    margin-bottom: 40px;
}*/
.newslist-table .w3-button {
    white-space: normal;
}
.newslist-table .w3-button-wrap > a {
    display: inline-flex;
}
.margin-news-list {
    margin-bottom: 2.5em;
}

/*add new 07/22/20*/
.nt-wrap-content {
    display: flex; 
    justify-content: center
}
.nt-wrap-content .nt-left {
    padding-left: 0; 
    padding-right: 0; 
}
.nt-wrap-content .nt-right {
    width: calc(100% - 65.45%);
    padding-left: 55px;
    padding-right: 1.95px;
}
.nt-wrap-content .sidebar-news {
    margin-top: 0em;
}
.nt-wrap-content .sidebar-news .title {
    margin-top: -7px;
}
.nt-wrap-content .sidebar-news .title p.sub-side-ttl {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
}
.nt-wrap-content .news-recom p {
    font-size: 12px;
}
.nt-wrap-content .banner-craft {
    margin-top: 1.5em;
}

.craft-banner img {
    border-radius: .7rem;
}

/*new tag style*/
.book-other.nd {
    margin-top: 1.2em;
    float: none;
}
.book-other.nd h5 {
    display: inline-block;
    color: #bb8e64;
    margin: 0px 3px;
    word-break: keep-all;
}
.book-other.nd .other-txt i {
    color: #bb8e64;
    transform: scaleX(-1);
}
.btn-news-top.nd {
    float: none;
}
.book-other.nd .other-txt {
    background-color: transparent;
}
.book-other.nd .other-txt.nd {
    margin: 0 10px 0 0;
}
.other-txt.nd a:hover h5 {
    text-decoration: underline;
    transition: 500ms ease 0s;
}

.news-list .ui-widget-content {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-bottom: -54px;
}
.news-list .ui-grid-col-3 {
    padding: 0px 25px;
    margin-bottom: 54px;
}
.news-list-content {
    margin-top: 49px;
}
.news-list-content .title {
    margin-bottom: 38px;
}
.news-list .ui-widget-content.ui-datagrid-content-empty {
    text-align: center;
    margin-bottom: 2em;
}

/*===========================================news detail css========================================*/
.book-other {
    float: right;
}

.book-other h5 {
    margin: 0px;
    color: #379D93;
    font-family: "Noto Sans JP", serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 17.14px;
    letter-spacing: 1px;
}
.news-index {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.line-hz {
    border-bottom: 1px solid #000;
    margin: 0px 0px 28px;
}
.socmed-btn {
    display: flex;
    width: fit-content;
    margin: 5em auto 3em;
}
.socmed-btn p {
    color: white;
    padding-top: .6em;
    padding-bottom: .6em;
    width: 12em;
    align-items: center;
    display: flex;
    justify-content: center;
}
.socmed-btn .twitter-btn p{
    background-color: #59a3da;
    margin: 0;
}
.socmed-btn .fb-btn p{
    background-color: #314d8d;
}
.socmed-btn img {
    width: 1em;
    margin-right: 10px;
}
.nav-button {
    display: flex;
    justify-content: center;
    margin-bottom: 2em;
}
.nav-button a {
    display: inline-block;
    margin: 0 3em;
}
h3.headline-news {
    margin: 32px 0px 16px;
    color: #121212;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%; 
    width: 100%;
}
p.detail-content {
    line-height: 1.8em;
    color: #4f4e4e;
    word-break: break-all;
}
.media-news{
    overflow-wrap: break-word;
    padding-bottom: 36px;
    line-height: 1.8em;
}
/*.media-news h1{
    font-size: 23px;
}
.media-news h2{
    font-size: 13px;
    color: #8c5051;
}*/
/*.media-news p{
    color: #635e5c;
}*/
/*.media-news .caption-img{
    text-align: center;
    margin: 1.5em 0;
    color: #808080;
}*/
/*.media-news pre{
    display: block;
    padding: 2em 3em;
    margin: 0 0 10px;
    width: auto;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: none; 
    border-radius: 20px;

}*/
/*.media-news a{
    overflow-wrap: break-word;
    word-wrap: break-word;
}*/
/*.media-news p a{
    color: #bb8e64;
    border-bottom: 1px #bb8e64 solid;
}*/
/*.media-news .wArticle{
    max-width: 100%;
    display: block;
    margin: auto;
    border-radius: 1em;
}
.media-news a:hover{
    color: inherit;
    transition: 500ms ease 0s;
}*/
.newsList-page .news-recommend {
    padding-top: 1em;
}
.news-detail-ttl {
    margin-top: 2em;
}
.socmed-btn .fb-btn:hover p{
    background-color: #3a63c2;
    transition: 500ms ease 0s;
}
.socmed-btn .twitter-btn:hover p {
    background-color: #54b5ff;
    transition: 500ms ease 0s;
}
.title h5 {
    letter-spacing: 1px;
}
.news-dt .sidebar-news .title {
    margin-bottom: 1.5em;
}
.divider-sum-news {
    width: 50%;
}

/*add new 07/22/20*/
.detail-page.nd {
    display: flex;
    justify-content: center;
    margin-bottom: 0em
}
.detail-page.nd .main-news-ipad {
    width: 65.45%;
    /*    display: flex;
        flex-wrap: wrap;*/
}
.detail-page.nd .sidebar-news .title h5 {
    color: #000;
    font-family: "Noto Serif JP";
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 3.2px;
    margin-bottom: 35px;
}
.detail-page .btn-news-top.nd {
    display: block;
    margin-right: 21px;
    margin-bottom: 14px;
}
.detail-page .other-txt.nd {
    margin: 0 2px 4px;
}
.detail-page .btn-news-top.nd h6 {
    margin-top: 0;
    margin-bottom: 0;
}
.detail-page .book-other {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 34.5px;
    margin-top: 3px;
}
.detail-page .news-index.nd {
    display: block;
}

.detail-page img.top-dt-news {
    border-radius: 4px;
}

.object-fit-news-index img {
    z-index: -1;
}
.newsList-page a:hover .news-item .object-fit-news-index img {
    opacity: .6;
    transition: 500ms ease 0s;
}

/*added by adhit*/

/*.detail-page.nt-wrap-content .newslist-table .latestnews:not(:first-child) .image-side-link*/
.detail-page.nt-wrap-content .newslist-table .latestnews .image-side-link {
    width: 32.9%;
    min-width: 32.9%;
    padding-bottom: 39.8%;
    height: 0px;
    position: relative;
}

/*.detail-page.nt-wrap-content .newslist-table .latestnews:not(:first-child) .img*/
.detail-page.nt-wrap-content .newslist-table .latestnews .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
    position: absolute;
}
.news-recom .text-side {
    width: calc(100% - 32.9%);
    padding-left: 20px;
}
.news-recom.main-recom .text-side {
    padding-left: 0px;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

/*.detail-page.nt-wrap-content .newslist-table .latestnews:not(:first-child)*/
.detail-page.nt-wrap-content .newslist-table .latestnews {
    display: flex;
}

/* added to handle 2 row images */
.sameheight-wrap-double-images {
    justify-content: space-around;
    display: inline-block;
}


.news-detail-wrap-content {
    margin-top: 65px;
}
.wrapper-head-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/*===========================================article series css========================================*/
.top-feature .top-feature-txt {
    padding: 0.5em 0;
}
.top-feature .top-feature-img {
    padding-right: 1.5em;
}
.top-feature .top-feature-txt p {
    margin: auto;
    font-size: 18px;
}
.top-feature .top-feature-txt p.title {
    color: #f5b386;
    font-size: 16px;
}
.top-feature .top-feature-txt .counter {
    display: inline-flex;
    margin-top: 7px;
}
.top-feature .top-feature-txt .counter img {
    max-width: 15px;
    max-height: 12px;
}
.top-feature .top-feature-txt .counter h5 {
    margin: auto 0 auto 7px;
    font-weight: bold;
}
.top-feature .sticker-wrap .sticker {
    position: absolute;
    background-color: #f5b386;
    padding: 0 10px;
    left: 0;
    top: 0;
}
.top-feature .sticker-wrap .sticker p {
    color: #ffffff;
    font-weight: bold;
    margin: auto;
}
.fit-image-article {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    margin: 0 0 .5em;
}
.fit-image-article img.text-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}
.article-list {
    padding: 1em 0 0!important;
}
.article-list .article-item .article-content p.date {
    display: inline-block;
    color: #808080;
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 12px!important;
    text-align: right;
}
.article-list .article-item .article-content p.title {
    color: rgb(79, 78, 78);
    font-weight: 400;
    line-height: 1.6em;
}
.article-series .left-content {
    padding-right: 1em;
}
.article-series .top-feature {
    display: flex;
    align-items: center;
}
.article-series .top-feature-img {
    width: 145px;
    position: relative;
}
.article-series .tag-article.nd .other-txt.nd {
    margin-bottom: 1em;
}
.article-series .profile-link {
    display: flex;
    align-items: center;
}
.article-series .sidebar-profile .profile-link .txt-profile p {
    margin-top: 0;
}
.div-dt-content .tag-article {
    display: flow-root;
    float: none;
}
.tag-article.nd {
    margin-top: 0;
    float: none;
}
.tag-article .other-txt {
    margin: 2px 0;
    display: inline-block;
    background-color: #f2f2f2;
}
.tag-article.nd .other-txt {
    background-color: transparent;
}
.tag-article.nd .other-txt.nd {
    margin: 0 10px 0 0;
}
.tag-article.nd .other-txt i {
    color: #bb8e64;
    transform: scaleX(-1);
}
.tag-article h5 {
    font-size: 14px;
    margin: 5px 13px;
    color: #8a8a8a;
}
.tag-article.nd h5 {
    display: inline-block;
    color: #bb8e64;
    margin: 0px 3px;
    word-break: keep-all;
}
.article-series .div-dt-content .btn-seemore {
    display: table;
    margin: 2em auto 0;
}
.article-series .div-dt-content .seemore {
    text-align: center;
    border: 1px solid;
    padding: 2px 3em;
    border-radius: 50px;
    margin-top: 0;
    font-size: 13px;
}
.sidebar-news .sidebar-content {
    padding:0 0 2em;
}
/*===========================================end article series css========================================*/

/*------------news index css new design--------*/
.div-logotop{
    display: flex;
}
img.logo-imgTop{
    text-align: center;
    width: 30%;
    margin: auto;
}
.news-part-index .news-part-index .btn-news-top.nd {
    display: block;
    flex-flow: wrap;
}

.news-part-index .btn-news-top h6 {
    display: block;
    color: #808080;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
}
.news-part-index .new-tag {
    width: 45px;
    height: 45px;
    background-color: #e2688f;
    border-radius: 50%;
    color: white;
    position: absolute;
    left: -10px;
    top: -12px;
    z-index: 2;
}
.news-part-index .new-tag h5 {
    text-align: center;
    margin: 16px auto;
    font-size: 13px;
    color: #fff;
}
.news-title{
    margin-top: 2.5em;
    margin-bottom: 2em;
}
.TopSpaceTitle{
    padding-top: -1em;
    margin-top: 1em;
}
.news-title p.newsTop{
    text-align: center;
    font-style: normal;
    font-weight: 200;
    font-size: 28px;
    margin: auto;
}
.news-title p.newsText{
    text-align: center;
    margin: auto;
    font-size: 15px;
    line-height: .5em;
}
.head ul.div-menu{
    margin: 1em auto 1.5em;
}
.newsList-page .breadcrumb-pd{
    padding: 0;
}

/*campaign CSS*/
.newsList-content .books-page .book-div .border-item-wrap-campaign {
    padding: 1em;
}
.newsList-content .books-page .book-div .slide-img-top-campaign {
    position: relative;
    height: 0!important;
    padding-bottom: 65%;
    display: block;
}
.books-page .book-div .slide-img-top-campaign {
    padding-top: 0;
    display: flex;
    align-items: center;
}
.newsList-content .book-div .slide-img-top-campaign {
    width: 100%;
}
.newsList-content .books-page .book-div .slide-img-top-campaign .img-campaign {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}
.newsList-content .glider-contain {
    width: 96%;
    margin: 2em auto;
    padding: 0 .5em;
}
.books-page.campaign .book-list-index .slick-track {
    display: flex;
}
.books-page.campaign .book-div .border-item {
    border-left: none;
}
.newsList-content .btn-seemore.campaign-more {
    display: table;
    margin: 11px auto 3.5em;
}
.newsList-content .seemore {
    text-align: center;
    border: 1px solid;
    padding: 3px 3em;
    border-radius: 50px;
    margin-top: 0;
    font-size: 13px;
}
.newsList-content .books-page .glider-contain .new-tag-campaign {
    top: unset;
    bottom: -10%;
    left: unset;
    right: 0%;
}
.newsList-content .glider-contain .new-tag-campaign {
    width: 110px;
    height: 50px;
    background-color: #e26a0e;
    left: 5%;
    top: 3%;
}
.glider-contain .border-item {
    background: #fff;
}
.newsList-content .book-list-index .slick-prev {
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    background: #8b3333;
    left: -5.3%;
    transform: translate(0, -50%);
    font-size: 0;
    position: absolute;
    z-index: 1;
}
.newsList-content .book-list-index .slick-prev::before {
    box-shadow: -2px 2px 0 rgb(255,255,255);
    transform: rotate(45deg)translate(4px, -3px);
    width: 12px;
    font-size: 12px;
    margin: auto;
    height: 12px;
    content: "";
}
.newsList-content .book-list-index .slick-prev.slick-disabled:before {
    opacity: 1 !important;
}
.newsList-content .book-list-index .slick-next {
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex!important;
    background: #8b3333;
    right: -5.3%;
    transform: translate(0, -50%);
    font-size: 0;
    position: absolute;
}
.newsList-content .book-list-index .slick-next::before {
    box-shadow: -2px 2px 0 rgb(255,255,255);
    transform: rotate(225deg)translate(-2px, 2px);
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin: auto 6px;
    content: "";
}
.newsList-content .book-list-index .slick-next.slick-disabled:before {
    opacity: 1 !important;
}
.newsList-content .books-page .book-div .slide-caption-campaign {
    margin-top: 20px;
}
.newsList-content .new-tag-campaign {
    width: 110px;
    height: 50px;
    background-color: #e2688f;
    color: white;
    padding: 0.7em 0.5em 0.8em;
    webkit-clip-path: polygon(20% 0, 80% 0, 100% 45%, 100% 55%, 80% 100%, 20% 100%, 0 55%, 0 45%);
    clip-path: polygon(20% 0, 80% 0, 100% 45%, 100% 55%, 80% 100%, 20% 100%, 0 55%, 0 45%);
    position: absolute;
    left: -10px;
    top: -12px;
    z-index: 2;
}
.news-share-btn .fb-like.fb_iframe_widget {
    margin-left: -4px;
}
.fb-twt-news {
    left: 0px;
}
.news-share-btn .twitter-widget-0 {
    left: -5px !important;
    position: relative !important;
}
/*.news-item .ctg-title {
    height: 21px;
    width: 100px;
}*/
.newsList-page {
    margin-top: 18px;
}
.main-banner-news--wrap-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.6%;
}
.main-banner-news--wrap-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
}
.main-banner-news {
    background: rgba(192, 194, 188, 0.90);
}

.news-author .news-author--image {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    object-fit: cover;
}
.news-author .news-author--name {
    color: #121212;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.14px;
    margin: 0px;
}
.news-author .date {
    color: #121212;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.14px;
    margin: 0px;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 1px;
}
.news-author {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 60%;
    margin-bottom: 14px;
}
.news-social-media {
    display: flex;
    align-items: center;
    gap: 7px;
    width: 40%;
    margin-bottom: 16px;
    justify-content: flex-end;
}
.news-social-media .btn-sns {
    margin: 0px;
    width: 29px;
    height: 29px;
}
.news-social-media .btn-sns img {
    width: 16px;
}
.news-social-media .btn-sns.facebook img {
    width: 15px;
}
@media screen and (max-width: 1024px) {
    .news-list .ui-grid-col-3 {
        padding: 0px 7px;
    }
    .news-list .ui-widget-content {
        width: calc(100% + 14px);
        margin-left: -7px;
        margin-bottom: -54px;
    }
    .nt-wrap-content .nt-right {
        padding-left: 30px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 768px) {
    .newsList-page .pad-news-new {
        width: 100%;
    }
    .slider-width{
        height: 465px!important;
    }
    .newsList-page .sidebar-news {
        width: 100%;
        display: content;
    }
    .newsList-page .main-news-ipad {
        width: 100%;
        display: content;
    }
    .sidebar-news .title {
        float: none;
    }
    .sidebar-news .title p, .sidebar-news .title h5 {
        text-align: left;
    }
    .newsList-content .sidebar-news .hz-line {
        margin: 0;
    }
    .head ul {
        flex-wrap: wrap;
        display: inline-block;
        margin: 2em auto 1em;
        width: 100%;
        display: flex;
        font-size: 13px;
        max-width: 65%;
    }
    .head li {
        margin: .7em 2%;
        width: 45%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .head ul a {
        display: contents;
    }

    /*add new 07/22/20*/
    .nt-wrap-content {
        display: block;
    }
    .nt-wrap-content .nt-left {
        max-width: unset;
        width: 100%;
    }
    .nt-wrap-content .nt-right {
        max-width: unset;
        width: 100%;
        margin-top: 3em;
        padding-left: 0px;
    }
    .nt-wrap-content .craft-banner {
        width: 50%;
    }
    .nt-wrap-content .craft-banner img {
        padding: 0;
    }

    .nt-wrap-content .banner-craft .craft-banner:first-child {
        padding-right: .5em;
    }
    .nt-wrap-content .banner-craft .craft-banner:last-child {
        padding-left: .5em;
        padding-bottom: 0;
        padding-top: 0;
    }


    .news-list .ui-grid-row {
        flex-wrap: wrap;
        display: flex;
    }
    .news-list .ui-grid-col-3 {
        width: 50%;
    }

    /*=================================news detail=======================================*/
    .news-index {
        display: block;
    }
    .detail-page .btn-news-top h6 {
        margin-top: 0;
    }


    /*add new 07/22/20*/
    .detail-page .other-txt.nd {
        float: left;
    }
    .detail-page.nd {
        flex-wrap: wrap;
    }
    .detail-page.nd .main-news-ipad {
        max-width: unset;
        width: 100%;
    }
    .detail-page.nd .sidebar-news {
        max-width: unset;
    }
    .sidebar-news .craft-banner {
        width: 50%;
        padding: 1.5em 1em;
    }

    /*===========================================article series css========================================*/
    .sidebar-news .sidebar-content {
        padding:0 0 1em;
    }
    .sidebar-about .sidebar-content p {
        padding: 0;
    }
    .tag-article.nd .other-txt.nd {
        margin: 0 5px 0;
    }
    .article-series .left-content {
        padding-right: 0em;
    }
    /*=========================================end article series css======================================*/
}

@media screen and (max-width: 40.063em) {
    .mt-2{
        margin-top: 2em;
    }
    .mb-3{
        margin-bottom: 3em;
    }
    .news-wide-text{
        padding: 9px 0px 4px 25px !important;
    }
    .news-wide-text2{
        padding: 4px 16px 4px 0px !important;
    }
    .image-news-wide{
        width: 70px !important;
    }
    .image-div-news{
        padding: 0 !important;
        width: 70px !important;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .news-recom p {
        line-height: 1.6em;
        font-weight: bold;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;  
        overflow: hidden;
        margin-bottom: 0
    }
    /*order in sm*/
    #latest-news {
        display: grid
    }
    #latest-news-banner {
        order: 2;
    }
    h3.headline-news{
        font-size: 18px;
        margin: 16px 0px;
        order: 1;
    }
    .news-author {
        order: 2;
        margin-right: auto;
        margin-bottom: 17px;
    }
    .detail-page .btn-news-top.nd {
        order: 3;
        /*width: 40%;*/
        margin-right: 0px;
        margin-bottom: 17px;
    }
    .news-pagi .ui-paginator .ui-paginator-pages{
        display: inline-block;
    }
    .news-pagi .ui-paginator .ui-paginator-first, body .ui-paginator .ui-paginator-prev, body .ui-paginator .ui-paginator-next, body .ui-paginator .ui-paginator-last{
        margin: .2em 1em;
    }
    .newsList-page .carousel-inner>.item>img {
        width: 100%;
    }
    .newsList-content .pad-r-2 {
        padding-right: 1em;
    }
    .btn-news-top {
        margin: 0px;
    }
    .slider-width{
        height: 315px!important;
    }
    .pagination a.next, .pagination a.prev {
        padding: 10px;
    }
    .left.carousel-control, .right.carousel-control {
        top: 24%;
    }
    .newsList-content .carousel-indicators {
        bottom: -3em;
        left: 50%;
        transform: translateY(-15px);
    }
    .newsList-content .carousel-inner .object-fit-50 img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .newsList-content .carousel-inner {
        margin-bottom: -0.5em;
    }
    .newsList-page .carousel-inner>.item>img {
        height: auto!important;
    }
    .newsList-content .item .carousel-caption {
        bottom: 0;
        padding: 14px 0px 0;
        width: 100%;
    }
    .carousel-inner {
        margin-bottom: -8em;
    }
    .newslist-table .main-recom .img {
        height: 255px;
    }
    .newslist-table .img {
        height: 111px;
    }
    .margin-news-list {
        margin-bottom: 0em;
    }

    /*add new 07/22/20*/
    .nt-wrap-content .craft-banner {
        padding: .5em 0em;
    }
    .nt-wrap-content .nt-right {
        display: grid;
        margin-top: 0
    }
    .nt-wrap-content .banner-craft {
        order: 2;
        margin: .5em 0 1em;
    }
    .nt-wrap-content .sidebar-news {
        order: 1;
        margin-top: 0;
    }
    .news-index-93 .news-item .news-ttl-uline {
        display: none;
    }
    .news-index-93 .news-ttl-uline.sm-show {
        display: block;
        margin-bottom: 0;
    }
    .news-index-93 .news-item p.line-clamp {
        margin-bottom: 0;
    }
    .wrap-news-datagrid .ui-datagrid-column {
        padding: 0;
    }

    .news-part-index .caption-news {
        padding: 12px 0px 0px;
    }
    .news-part-index .new-tag{
        left: 0;
    }
    .wrapper-head-info {
        align-items: center;
    }
    .main-banner-news .h5-first-caption {
        font-size: 18px;
        font-weight: 600;
    }
    .main-banner-news--caption {
        padding: 16px 15px 15px;
        min-height: 114px;
    }
    .main-banner-news--caption .w3-button {
        font-size: 12px;
        padding: 3px 11px 4px;
    }
    .main-banner-news .h5-first-caption {
        margin-top: 9px;
    }
    .main-banner-news .h5-second-caption {
        font-size: 15px;
        margin-top: 4px;
    }
    .main-banner-news {
        margin-top: 36px;
    }
    .main-banner-news .slick-dots {
        bottom: 119px;
    }
    .main-banner-news .btn-news-top h6 {
        margin-left: 12px;
    }
    /*====================================news detail=======================================*/
    .newsList-page {
        margin-top: 21px;
    }
    .news-detail-wrap-content {
        margin-top: 34px;
    }
    .socmed-btn p {
        width: 9em;
    }
    .news-dt .sidebar-news .title {
        margin-bottom: 1.5em;
    }
    .main-news-ipad .line-hz {
        margin: 0px 0px 22px;
    }
    .detail-page .book-other {
        margin: 0px 0px 16px;
        order: 4;
        gap: 5px 8px;
        width: 100%;
    }
    .news-social-media {
        order: 5;
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 24px;
    }
    /*add new 07/22/20*/
    .media-news .wArticle {
        border-radius: .7rem;
    }

    .nt-wrap-content .craft-banner {
        width: 50%;
        padding-top: 0;
    }
    .nt-wrap-content .banner-craft .craft-banner:first-child {
        padding-right: .5em;
    }
    .nt-wrap-content .banner-craft .craft-banner:last-child {
        padding-left: .5em;
    }
    #latest-news-banner a {
        padding: 0;
        padding-top: .5em;
    }
    #latest-news-banner .banner a:first-child {
        padding-right: .5em;
    }
    #latest-news-banner .banner a:last-child {
        padding-left: .5em;
    }
    .sidebar-news .craft-banner {
        padding: 0 0 .5em;
    }
    .sidebar-news .banner-craft .craft-banner:first-child {
        padding-right: .5em;
    }
    .sidebar-news .banner-craft .craft-banner:last-child {
        padding-left: .5em;
    }
    .sidebar-news .banner-craft {
        margin: 1.5em 0 0em;
    }

    .detail-page.nd {
        padding-bottom: 23px;
    }

    .media-news {
        padding-bottom: 50px;
    }

    .related-news .news-item-wrap{
        padding-left: 0;
        display: flex;
        overflow-x: scroll;
        width: calc(100% + 16px);
        margin-left: -16px;
        padding-left: 8px;
    }
    .related-news .new-tag{
        left: 1px;
    }
    .related-news .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 16px 0 0px;
    }
    .related-news .hzline{
        border-bottom: 2px solid #e2688f;
        width: 114px;
    }
    .related-news .news-item-wrap a {
        width: 87vw;
        min-width: 87vw;
        max-width: 87vw;
    }
    .related-news .news-item {
        padding: 1em 8px 1em 8px;
    }
    .related-news .title {
        margin-top: 0;
    }
    .newsList-page .pad-news-new {
        margin-bottom: 0px;
        margin-top: 38px;
        padding-bottom: 18px;
    }
    .news-list-content .title {
        margin-bottom: 18px;
    }
    .detail-page.nt-wrap-content .sidebar-news p {
        font-size: 14px;
    }
    .newsList-content .book-list-index .slick-next, .newsList-content .book-list-index .slick-prev {
        display: none!important;
    }
    .newsList-content .glider-contain {
        padding: 0;
    }
    .book-other.nd .other-txt.nd {
        margin: 0 10px 5px 0;
    }
    .news-list .ui-widget-content {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0px;
    }
    .news-list .caption-news {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .news-list .caption-news .btn-news-top {
        order: 1;
        margin-bottom: 9px;
    }
    .news-list .caption-news .date {
        order: 2;
        margin-bottom: 9px;
    }
    .news-list .caption-news h3.ttl-capt.three-row {
        order: 3;
        width: 100%;
    }
    .news-list .caption-news p {
        order: 4;
        width: 100%;
        margin-top: 6px;
        margin-bottom: 0px;
    }
    .news-list .object-fit-50 {
        margin-bottom: 16px;
    }
    .news-list .news-index-93 {
        margin-bottom: 36px;
    }
    .list-pagi .news-list.ui-datagrid .ui-paginator-bottom {
        margin-top: 0px;
    }

    /* sidebar */
    .detail-page.nd .sidebar-news .title h5 {
        font-size: 24px;
        letter-spacing: 2.4px;
        margin-bottom: 24px;
    }
    .news-recom.main-recom .image-side {
        margin-bottom: 17px;
    }
    .newslist-table .main-recom .item-title {
        margin: 11px 0px 6px;
    }
    .newslist-table .w3-button {
        font-size: 11px;
        padding: 2px 10px 3px;
    }
    .newslist-table > .latestnews:first-of-type {
        /*margin-bottom: 30px;*/
        margin-top: 0px;
    }
    .newslist-table > .latestnews {
        margin-top: 23px;
    }
    .newslist-table .item-title {
        font-size: 14px;
        margin: -3px 0px 8px;
    }
    .nt-wrap-content .sidebar-news .title {
        margin-top: 0px;
    }
    /*    .detail-page.nt-wrap-content .newslist-table .latestnews:not(:first-child) .image-side-link {
            width: 99px;
            min-width: 99px;
            padding-bottom: 62px;
        }*/
    .news-recom .text-side {
        /*width: calc(100% - 99px);*/
        padding-left: 14px;
    }
    /*===========================================article series css========================================*/
    .article-list {
        padding: 0.5em 0.5em 0!important;
    }
    .top-feature .top-feature-txt {
        padding: 0;
    }
    .top-feature .top-feature-txt p {
        font-size: 16px;
    }
    .top-feature .top-feature-txt p.title {
        font-size: 14px;
    }
    .article-series .left-content {
        padding-right: 2px;
        padding-left: 2px;
    }
    .tag-article.nd .other-txt.nd {
        margin: 0 2px 0;
    }
    .sidebar-about .sidebar-content p {
        padding: 0 16px;
    }
    .article-series .top-feature {
        padding-left: 1em;
        padding-right: 1em;
    }
    .article-series .div-dt-content .seemore {
        padding: 5px 5em;
        margin-bottom: 1.5em;
        font-size: 14px;
        display: table;
    }
    /*=========================================end article series css======================================*/
    .head ul {
        flex-wrap: wrap;
        display: inline-block;
        margin: 2em auto 1em;
        width: 100%;
        display: flex;
        font-size: 13px;
        max-width: 100%; 
    }
    .newsList-content .books-page .book-div .border-item-wrap-campaign {
        padding: 1em 0;
    }
    .books-page.campaign .book-div .border-item {
        padding: 0px;
    }
    .news-item .link-news-button {
        margin-top: 0px;
    }
}

@media screen and (max-width: 425px) {
    .nav-button a {
        margin: 0 2em;
    }
}

@media screen and (max-width: 375px) {
    .head ul {
        width: 100%;
    }
    .head li {
        margin: 0.5em 1%;
        width: 48%;
    }

}

@media screen and (max-width: 369px) {
    .head li {
        font-size: 12px;
    }
    .circle-list {
        margin-left: 2px;
    }
}

@media screen and (max-width: 320px) {
    .left.carousel-control, .right.carousel-control {
        top: 20%;
    }
    .head ul a {
        font-size: 12px;
    }
    .head li {
        margin: 0.5em 1%;
        width: 48%;
    }
    .circle-list {
        width: 27px;
        height: 27px;
        margin-left: 0px;
        min-width: 27px;
        max-height: 27px;
    }
    .circle-list h5 {
        margin: 6px auto;
    }
}

.oshibana-tagpage .object-fit-50 {
    padding-bottom: 62.63%;
}
.oshibana-tagpage .caption-tagpage .date {
    font-family: "Noto Serif";
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #6A6A6A;
}
.oshibana-tagpage h3.ttl-capt {
    font-size: 15px;
    line-height: 140%;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #121212;
    font-weight: 600;
}
.oshibana-tagpage h3.ttl-capt.three-row{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.oshibana-tagpage .caption-tagpage p {
    color: #121212;
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 10px;
    margin-bottom: 0px;
}
.oshibana-tagpage .btn-tagpage-top .w3-button-wrap {
    margin-top: 15px;
}
.oshibana-tagpage .btn-tagpage-top .link-tagpage-detail {
    margin-bottom: 0px;
    letter-spacing: 1px;
    white-space: pre-wrap;
    margin-top: 0px;
}
.oshibana-tagpage .object-fit-50 img {
    border-radius: 4px;
}
.bg-grey .oshibana-tagpage .tagpage-part-index {
    display: flex;
    width: 100%;
}
.bg-grey .oshibana-tagpage .small-box {
    gap: 50px;
    padding-top: 11px;
    flex: 1;
}
.bg-grey .oshibana-tagpage .title {
    margin-right: 76.55px;
}