#ns_Main {
    width: 100%;
    margin-top: 88px;
    margin: 88px auto 10px;
    padding: 0 20px;
    box-sizing: border-box;
}


/*影片*/
.vimeovideo iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}
.vimeovideo{
    padding-bottom: 56.25%;
    position: relative;
    text-align:center;
}


/*文案*/
.txt {
    margin: 30px 0 80px;
}
.txt .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 60px auto 25px;
}
.txt .meMsg_MsgBlk .meMsg_MsgSubTitle {
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
}
.txt .meMsg_MsgBlk .meMsg_Content {
    margin-top: 5px;
    font-size: 14px;
    line-height: 150%;
    color: #292a2c;
    margin-bottom: 150px;
    max-width: 655px;
    margin: 0 auto 40px;
    text-align: justify;
}
.txt .meMsg_MsgBlk .meMsg_Content ul {
    padding: 0;
    margin: 0;
}
.txt .meMsg_MsgBlk .meMsg_Content ul li {
    display: inline-block;
    margin-right: 8px;
    line-height: 120%;
    padding-right: 8px;
    border-right: 1px solid #74767b;
    box-sizing: border-box;
}
.txt .meMsg_MsgBlk .meMsg_Content ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.txt .meMsg_MsgListBlk .meMsg_ItemTitle {
    padding: 10px 30px;
    background: #000;
    color: #fff;
    font-size: 16px;
    display: block;
    box-sizing: border-box;
}


#ns_Content .meMsgInfo { margin-bottom: 50px; }
.meMsgArticle .meMsg_MsgTitleBlk,
.meMsgArticle .meMsg_MsgBlk .meMsg_MsgSubTitle { 
    display: none;
}
.BlogListHTML .meMsg_Content {
    text-align: center;
    color: #565656;
}
.meMsgArticle .meMsg_MsgBlk .meMsg_MsgTitle {
    font-size: 24px;
    font-weight: normal;
    display: block;
    text-align: center;
    margin-top: 25px;
}
.meMsgArticle .meMsg_MsgBlk .meMsg_MsgTitle a {
    color: #252525;
}
.BlogListList .dataBlogList{
    max-width: 330px;
}


.a2a_kit {
    display: flex;
    justify-content: center;
    margin: 25px 0 58px;
}




@media (max-width:1040px){
	.BlogListList .dataBlogList{
		max-width:210px;
	}
}



@media screen and (max-width: 700px) {
#ns_Main {
    margin: 20px auto 10px;
}

.BlogListD_0, .BlogListD_1 {
    padding: 0;
}

.vimeovideo{
    padding-bottom: 60%;
}

.txt .meMsg_MsgBlk .meMsg_Content ul li {
    display: block;
    border-right: 0;
    line-height: 200%;
}

}



@media (max-width:685px){
	.BlogListList .dataBlogList{
		max-width: none;
	}
}



