

.p-blaMeta{
font-size: .875rem;
}
.p-blaMeta-data{
width: calc( 100% - 37px);
line-height: 1;
}
.p-blaMeta-name{

}
.p-blaMeta-date{
font-size: 12px;
color: #666;
}
/*----------------------------------------------------------------------------------------------------

    [blg]ブログコンテナ

---------------------------------------------------------------------------------------------------*/
/*コンテナ*/
.blgContainer{
padding-left:0;
padding-right: 0;
}
.blgContainer{
}
.blgMain{
background: #fff;
}
.blgSub{
}
.blaItems{
border-top: 1px solid #ddd;
}
.blaItem{
padding: .5rem 0;
border-bottom: 1px dotted #aaa;
}
.blaItem:last-child{
border-bottom: 1px solid #ddd;
}
.blaItem-link{
display: flex;
justify-content: space-between;
transition: all .4s;
}
.blaItem-link:hover{
opacity: .6;
}
.blaItem-photo{
flex: 0 0 auto;
}
.blaItem-body{
padding: .5rem 0;
display: flex;
flex-wrap: wrap;
align-content:space-between;
}
.blaItem-name{
width: 100%;
}
.blaItem-meta{
width: 100%;
}
.blaItem-img{
border-radius: 6px;
}

@media (max-width: 991.98px) {
    .blgContainer{ padding: 0!important; }
    .blgMain{ }
    .blgSub{ padding: 2rem 1rem;    }

    .blaMain{padding: 2rem 1rem;}
    .blsMain{padding: 2rem;}

    .blsMain{}
    .blsSub{}


    .blaItem{
    height: auto;
    }
    .blaItem-photo{
    width: 140px;
    }
    .blaItem-body{
    width:calc( 100% - 150px );
    padding: .5rem 0;
    }
    .blaItem-img{
    border-radius: 3px;
    }

.blaItem-name{ font-size: 15px;}

}/*mq*/
@media (min-width: 992px) {
.blgContainer{
display: flex;
justify-content: space-between;
padding: 1rem 0;
}
.blgMain{
background: #fff;
border-radius: 1rem;
}
.blaMain{
padding: 2rem;
}
.blsMain{
padding: 3rem;
}
    @media (max-width: 1199.98px){
    .blgMain{width: 700px;}
    .blgSub{width: 240px; }
    }/*mq*/
    @media (min-width: 1200px){
    .blgMain{width: 820px;}
    .blgSub{width: 300px; }
    }/*mq*/

.blaItem{
padding: .5rem 0;
}
.blaItem-photo{
width: 200px;
}
.blaItem-body{
width:calc( 100% - 220px );
padding: 1rem 0;
}

.blaItem-name{ font-size: 18px;}

}/*mq*/




/*  ウィジェット
-----------------------------------------------------------------------------------------------------*/
.blgWidget{
font-size: .875rem;
padding: 1rem;
margin-bottom: 1rem;
background: #fff;
border-radius: 1rem;
}
.blgWidget-title{
line-height: 1.25;
border-bottom: 1px solid #ddd;
padding-bottom: .5rem;
margin-bottom: 1rem;
}
.blgWidget-body{
}
.blgWidget-item{
margin: 1rem 0;
}
.blgWpost{
margin-top: .5rem;
}
.blgWpost-link{
display: flex;
justify-content: space-between;
align-items: center;
}
.blgWpost-photo{
width: 60px;
height: 60px;
}
.blgWpost-img{
border-radius: 4px;
}
.blgWpost-name{
width: calc( 100% - 70px );
line-height: 1.5;
height: 3rem;
overflow: hidden;
}

@media (max-width: 767px) {

}
@media (min-width: 768px) {

}


/*---------------------------------------------------------------------------------------------------

    ブログシングル

---------------------------------------------------------------------------------------------------*/

/*エントリー
----------------------------------------------------------------------------------------------------*/

.blsEntry{
margin-bottom: 2rem;
border-bottom: 1px solid #ddd;
padding-bottom: 3rem;
}
.blsEntry-eyecatch{
}
.blsEntry-ban{
background: blue;
}
.blsEntry-eyecatch-photo{
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.blsEntry-eyecatch-img{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 100%;
height: auto;
}
.blsEntry-heading{
}
.blsEntry-title{
}
.blsEntry-meta{
}
.blsEntry-bc{
color: #23abdd;
}
.blsEntry-date{
color: #666;
font-size: .875em;
}
.blsEntry-content{
margin-bottom: 3rem;
}
.blsEntry-tags{
}

.u-htag{
display: inline-block;
line-height: 1.25rem;
margin: .25em;
}


@media (max-width: 767px) {
    .u-hide-sp,.u-show-pc{ display: none!important;}
}
@media (min-width: 767px) {
    .blsEntry-eyecatch{
    margin-bottom: 3rem;
    }
    .blsEntry-heading{
    margin-bottom: 5rem;
    }
    .blsEntry-title{
    font-size: 2rem;
    margin-bottom: 1rem;
    }
    .blsEntry-content{
    margin-bottom: 8rem;
    }

}



/*ペイジャー
----------------------------------------------------------------------------------------------------*/
.o-spager{
display: flex;
justify-content: space-between;
}
.o-spager-prev{
width: 40%;
}
.o-spager-div{
width: 1px;
height: 100%;
background: #ddd;
}
.o-spager-next{
width: 40%;
text-align: right;
}
.o-spager-item{
display: flex;
align-items: center;
padding: 1rem;
border-radius: 6px;
border: 1px solid #ddd;
}
.o-spager-item:hover{
opacity:.6;
}
.o-spager-arrow{
width: 24px;
font-size: 20px;
}
.o-spager-img{
width: 60px;
height: 60px;
border-radius: 6px;
}
.o-spager-name{
width: calc( 100% - 84px);
font-size: .875rem;
padding: .5rem;
}
.o-spager-name span{
color: #666;
}
@media (max-width: 767px) {
.o-spager{
display: block;
}
.o-spager-prev{
width: 100%;
margin-bottom: .5rem;
}
.o-spager-next{
width: 100%;
text-align: right;
}










}
