@charset:'UTF-8';

/***********.news-label***********/
.news-hashtag{
    display:inline-block;
    box-sizing: border-box;
    min-width: 80px;
    height: 20px;
    line-height: 20px;
    margin-right: 16px;
    text-decoration: none;
}
.newstool-label{
    display:inline-block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    text-decoration:none !important;
    border-width: 1px;
    border-style:solid;
    font-size: 12px;
    /*margin-right: 0.5rem;*/
}
.newstool-label.infolabel{
    border-color: #999999;
    background:#999999;
    color: #fff;
}
.newstool-label.medialabel{
    border-color: #3d886e;
    color: #3d886e;
}
.newstool-label.campaignlabel{
    border-color: #22909d;
    color: #22909d;
}
.newstool-label.releaselabel{
    border-color: #e7912f;
    color: #e7912f;
}
.newstool-label.infolabel:hover{
    background: #fff;
    color:#999999;
}
.newstool-label.medialabel:hover{
    background: #3d886e;
    color: #fff;
}
.newstool-label.campaignlabel:hover{
    background: #22909d;
    color: #fff;
}
.newstool-label.releaselabel:hover{
    background: #e7912f;
    color: #fff;
}
.news-newicon{
    display: inline;
}
.icon-new{
    display:inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-align: center;
    color:#fff;
    font-size:10px;
    width: 30px;
    height: 14px;
    line-height: 14px;
    background:#d72a6f;
}
/********news一覧のレイアウト共通***********/
.newstool-index-container .newstool-list-block,
.newstool-list-container .newstool-list-block{
    display: flex !important;
    border-top:1px dotted #d5d5d5;
    /*margin-bottom: .7rem;*/
    padding:10px 20px 10px 45px;
    position:relative;
}
.newstool-index-container .newstool-list-block:last-of-type,
.newstool-list-container .newstool-list-block:last-of-type{
    border-bottom:1px dotted #d5d5d5;
}
#template .newstool-list-block{
    border-bottom:none;
    padding: 0;
}
.newstool-index-container .news-newicon,
.newstool-list-container .news-newicon{
    position: absolute;
    top:12px;
    left:0;
}
.newstool-index-container .newstool-label,
.newstool-index-container2 .newstool-label,
.newstool-list-container .newstool-label{
    margin-right:1rem;
}
.newstool-index-container a[class^='newstool-label linkdrive'] + a[class^='newstool-label linkdrive'],
.newstool-list-container a[class^='newstool-label linkdrive'] + a[class^='newstool-label linkdrive']{
    left:390px;
}
.newstool-index-container .news-date,
.newstool-index-container2 .news-date,
.newstool-list-container .news-date{
    display: inline-block;
    text-align: center;
    margin-right:16px;
    line-height: 20px;
}
.news-title,
.news-title a,
.news-title p{
    font-size: 14px;
}
.news-title:hover a,
.news-title:hover p{
    text-decoration: underline;
}
@media screen and (max-width:749px) {
    .newstool-index-container .newstool-list-block,
    .newstool-list-container .newstool-list-block{
        display:block !important;
        padding:18px 10px 40px 45px;
    }
    .news-title{margin-top: 14px;}
    .newstool-index-container a[class^='newstool-label linkdrive'] + a[class^='newstool-label linkdrive'],
    .newstool-list-container a[class^='newstool-label linkdrive'] + a[class^='newstool-label linkdrive']{
        left:150px;
    }
}
/********news一覧のレイアウト***********/
.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 .newstool-label{
    pointer-events: none;
}
@media screen and (max-width:749px) {
    .newstool-index-container .news-title{
        margin-top:16px;
    }
}
/*********** /support/トップページのレイアウト ***********/
.newstool-index-container.support-index .news-title,
.newstool-index-container.support-index .news-title a,
.newstool-index-container.support-index .news-title p{
    font-size: 12px;
    text-decoration: underline;
}
.support .content ul.newstool-index-container li{
    background-image: none;
    /*padding-left: 0;*/
    margin-bottom: 0;
    float:none;
    margin-right:0;
    padding: 10px 0 8px 0;
}

/********news詳細のレイアウト***********/
#newstool-detail-container .news-hashtag{
    display:inline-block;
    box-sizing: border-box;
    height: 25px;
    margin-right: 16px;
}
#newstool-detail-container .newstool-label{
    width: 95px;
    height: 25px;
    line-height: 25px;
    pointer-events: none;
}
#newstool-detail-container .newstool-label.linkdrivelabel,
#newstool-detail-container .newstool-label.linkdrive-airlabel,
#newstool-detail-container .newstool-label.linkdrive-prolabel,
#newstool-detail-container .newstool-label.linkdrive-collabolabel{
    position: static;
}
#newstool-detail-container .news-title{
    padding-top: 15px;
    padding-bottom: 35px;
    text-align: left;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
}
#newstool-detail-container .news-title a,
#newstool-detail-container .news-title p{
    font-size: 24px;
    text-decoration: none;
}
#newstool-detail-container .news-title:hover,
#newstool-detail-container .news-title a:hover,
#newstool-detail-container .news-title p:hover{text-decoration: none;}
#newstool-detail-container .news-date{
    display: inline-block;
    text-align: center;
    font-size: 14px;
}
.news-detail-info{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.news-detail-info .news-newicon{
    margin-right: 10px;
}
#newstool-detail-container .news-content{
    line-height: 1.4;
    word-break: break-all;
}
#newstool-detail-container .news-content a{
    text-decoration: underline;
}
@media screen and (max-width:749px) {
    .news-detail-info .news-newicon{
        margin-bottom:5px;
    }
    #newstool-detail-container .news-hashtag{
        min-width: 100%;
        margin-right: 8px;
        margin-bottom:8px;

    }
    #newstool-detail-container .newstool-label{
        width: 90px;
        line-height: 25px;
    }
    #newstool-detail-container .newstool-label.linkdrivelabel,
    #newstool-detail-container .newstool-label.linkdrive-airlabel,
    #newstool-detail-container .newstool-label.linkdrive-prolabel,
    #newstool-detail-container .newstool-label.linkdrive-collabolabel{
        width: 100px;
    }
    #newstool-detail-container .news-title a,
    #newstool-detail-container .news-title p{
        font-size: 24px;
        font-weight: bold; 
    }
}
/***********.pagenation***********/
.newstool-paginationWrapper .pagination{
    text-align: center;
    max-width: 520px;
    margin:20px auto 40px;
    font-size: 16px;
}
.newstool-paginationWrapper .pagination .page{
    display: inline-block;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    line-height: 28px;
    border-radius: 4px;
    margin-right: 0.3rem;
    font-size: 14px;
}
.newstool-paginationWrapper .pagination .page a{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    color: #000;
    background:#fff;
    border-radius: 4px;
}
.newstool-paginationWrapper .pagination .page a:hover{
    background:#e6e6e6;
    text-decoration: none;
}
.newstool-paginationWrapper .pagination .current{
    background:transparent;
    padding:0;
    color:#fff;
    background:#000;
}
.newstool-paginationWrapper .pagination .prev,  
.newstool-paginationWrapper .pagination .next{
    display: inline-block;
    background:transparent;
}
.newstool-paginationWrapper .pagination .prev a,
.newstool-paginationWrapper .pagination .next a{
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color:#081870;
    border-radius:4px;
    color:#081870;
    background:#fff;
    padding:5px 10px;
    vertical-align: middle;
}

.newstool-paginationWrapper .pagination .prev a:hover,  
.newstool-paginationWrapper .pagination .next a:hover{
    background:#e6e6e6;
    text-decoration: none;
}
.newstool-paginationWrapper .pagination .prev{margin-right:10px;}
.newstool-paginationWrapper .pagination .next{margin-left:10px;}
@media screen and (max-width:749px) {
    .newstool-paginationWrapper .pagination .page{display: none;}
}
/********* .one-columnnews **********/
.one-columnnews{
    background:rgba(16,31,115,0.05);
    height: 70px;
    overflow: hidden;
}
.one-columnnews .newstool-label.linkdrivelabel,
.one-columnnews .newstool-label.linkdrive-airlabel,
.one-columnnews .newstool-label.linkdrive-prolabel,
.one-columnnews .newstool-label.linkdrive-collabolabel{display: none;}
.one-columnnews .newstool-label{pointer-events: none;}
.newstool-index-container2 .newstool-list-block{
    max-width:1040px;
    height: 100%;
    display: flex !important;
    padding-top:22px;
    padding-right:20px;
    padding-left:20px;
    position:relative;
    margin:0 auto;
}
.newstool-index-container2 .news-date{
    width:100px;
}
.newstool-index-container2 .news-hashtag{
    width: 95px;
 }
.newstool-index-container2 .news-title{
    max-width: 760px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
.newstool-index-container2 .news-title a,
.newstool-index-container2 .news-title p{
    width: 100%;
    font-size: 14px;
    font-weight: normal;
}
.newstool-index-container2 .news-title p{
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width:749px) {
    .newstool-index-container2 .newstool-list-block{
        padding-top:10px;
        padding-right:30px;
        padding-left:30px;
    }
    .newstool-index-container2 .newstool-list-block{flex-wrap: wrap;}
    .newstool-index-container2 .news-date{
        width:80px;
    }
    .newstool-index-container2 .news-hashtag{
        width: 95px;
     }
     .one-columnnews .news-title{margin-top: 3px;}
}

/*********** .servicealeart ***********/
.servicealeart.sp .news{display: none !important;}
.servicealeart .news{
    margin:0 auto;
    z-index: 1000;
    width:100%;
    max-width: 100%;
    background:#fdffb5;
    padding:5px;
    border-bottom:#deca39 1px solid;
    text-align:center;
    /*padding-top: 30px;*/

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