@charset "UTF-8";

/***********.news-label***********/
.button-back{
    margin-top: 4rem;
}
.news-hashtag{
    display:inline-block;
}
.newstool-label{
    display:inline-block;
    box-sizing: border-box;
    background: #fff;
    min-width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-decoration:none;
    border-width: 1px;
    border-style:solid;
    border-radius: 3px;
    font-size: .75rem;
}
.newstool-label.infolabel{
    /* border-color: #188b59;
    color: #188b59; */    
    background: #fff;
    color: #24a6d5;
}
.newstool-label.maintenancelabel{
    border-color: #999;
    color: #999;
}
.newstool-label.campaignlabel{
    /* border-color: #5eb032;
    color: #5eb032; */
    background: #fff;
    color: #d5507c;
}
.newstool-label.supportlabel{
    border-color: #5eb032;
    color: #5eb032;
}
.icon-new{
    display:inline-block;
    box-sizing: border-box;
    min-width: 45px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color:#fff;
    background:#fcba01;
    font-size:1rem;
    line-height: 20px;
    margin-right: 15px;
}
.news-newicon{
    display: inline-block;
}
/********news一覧のレイアウト共通***********/
.newstool-index-container .newstool-list-block,
.newstool-list-container .newstool-list-block{
    display: flex !important;
}
#template .newstool-list-block{
    border-bottom:none;
    padding: 0;
}
.newstool-index-container .newstool-label,
.newstool-list-container .newstool-label{
    margin-right:1rem;
}
.newstool-index-container .news-date,
.newstool-list-container .news-date{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    margin-right:1rem;
}
.news-title{
    font-size:1rem;
}
.news-title.h2-font p{
    font-size: 1.9rem;    
}
@media screen and (max-width:639px) {
    .newstool-index-container .newstool-list-block,
    .newstool-list-container .newstool-list-block{
        display:block !important;
    }
    .news-title{
        margin-top:16px;
    }
}
/********news一覧のレイアウト***********/
.newstool-list-container .newstool-list-block{
    /* border-bottom: 1px solid #e6e6e6; */
    border-bottom: 1px solid #c5e8ff;
    padding: 20px 0 18px;
}
.news-title a,.news-title p{
    margin-bottom:0;
    display: inline-block;
}
.news-detail-title{
    padding-top: 15px;
    padding-bottom: 35px;
    text-align: left;
    letter-spacing: 0;
    font-size: 20px;
}
/*********** トップページのレイアウト ***********/
.newstool-index-container .newstool-list-block{
    /* background:#fff; */
    padding:18px 19.6px;
    margin-bottom: .7rem;
    border-bottom: 1px solid #c5e8ff;
}
.newstool-index-container .newstool-list-block .newstool-label{
    pointer-events: none;
}
.newstool-index-container .news-title{
    margin-top: -2px;
}
/* .newstool-index-container .news-title a,
.newstool-index-container .news-title p{
    font-size:1.4rem;
    color:#0a0a0a;
} */
.all-news{
    margin-bottom: 5rem;
}
.all-news .link-arrow{
    background-position: 0 50%;
}

.newstool-index-container .news-title:hover a,
.newstool-index-container .news-title:hover p{
    color:#165caa;
}
@media screen and (max-width:639px) {
    .newstool-index-container .news-title{
        margin-top:16px;
    }
}

/********news詳細のレイアウト***********/
#newstool-detail-container .newstool-label{pointer-events: none;}
#newstool-detail-container .news-title{
    padding-top: 15px;
    padding-bottom: 35px;
    text-align: left;
    letter-spacing: 0;
    font-size: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}
#newstool-detail-container .news-date{
    display: inline-block;
    text-align: center;
    margin-left: 15px;
}
/***********.pagenation***********/
.newstool-paginationWrapper .pagination{
    text-align: center;
    max-width: 520px;
    margin:20px auto 40px;
}
.newstool-paginationWrapper .pagination .page{
    display: inline-block;
    box-sizing: border-box;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    line-height: 38px;
    border-radius: 4px;
    margin-right: 0.3rem;
}
.newstool-paginationWrapper .pagination .page a{
    width: 38px;
    height: 38px;
    line-height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color:#0f0f0f;
    color:#0f0f0f;
    background:#fff;
}
.newstool-paginationWrapper .pagination .page a:hover{
    background:#e6e6e6;
    border-color:#e6e6e6;
    text-decoration: none;
}
.newstool-paginationWrapper .pagination .current{
    background:transparent;
    padding:0;
    color:#fff;
    background:#0f0f0f;
}
.newstool-paginationWrapper .pagination .prev,  
.newstool-paginationWrapper .pagination .next{
    background:transparent;
    height: 38px;
    line-height: 30px;
}
.newstool-paginationWrapper .pagination .prev a,
.newstool-paginationWrapper .pagination .next a{
    border-style: solid;
    border-width: 1px;
    border-color:#0f0f0f;
    border-radius:4px;
    color:#0f0f0f;
    background:#fff;
}

.newstool-paginationWrapper .pagination .prev a:hover,  
.newstool-paginationWrapper .pagination .next a:hover{
    background:#e6e6e6;
    border-color:#e6e6e6;
    text-decoration: none;
}
.newstool-paginationWrapper .pagination .prev{margin-right:10px;}
.newstool-paginationWrapper .pagination .next{margin-left:10px;}
@media screen and (max-width:639px) {
    .newstool-paginationWrapper .pagination .page{display: none;}
}
/*********** .kiobi ***********/
.kiobi.sp .news{display: none !important;}
.kiobi .news{
    margin:0 auto;
    z-index: 1000;
    width:100%;
    max-width: 100%;
    background:#fdffb5;
    padding:5px;
    border-bottom:#deca39 1px solid;
    text-align:center;

}
.kiobi .news-item{margin:0 auto;}
.kiobi .news-title{
    display: inline-block;
    vertical-align: middle;
}
.kiobi .news-title a{
    color:red;
    font-size: 14px;
}
.kiobi .news-date{
    display: none;
}
.kiobi .news-title{
    font-size: 16px;
    margin-left:10px;
    margin-top: 0;
    font-weight: bold;
}
.kiobi .news-content{display: none;}
@media screen and (max-width:639px) {
    .kiobi.pc{display: none !important;}
    .kiobi.sp{padding-top:2.9rem;}
    .kiobi.sp .news{display: block !important;}
    .kiobi .news-title a{font-size: 12px;}
}
