@charset "utf-8";
.nyuus-news_wrap{
    margin-top: 20px;	
	
}


/* ニュース全体 */
.news-section_wrap {
    width: 95vw;
	margin-left: 5vw;
    margin-bottom: 31px;
    }

.news-contens-illust-smartphone_wrap{
    display: flex;
    justify-content: space-between;
    margin-right: 7vw;
}

.news-illust-smartphone_wrap{
    width: 15vw;
    height: auto;
    margin-right: 9vw;
}

/* 記事全体 */
.news-article_wrap {
    line-height: 20px;
    width: 90vw;
}

.news-date_wrap{
    font-size: large;	
}

.news_border {
    padding-bottom: 0px;
    border-top: 2px dotted #2D2D2D;
    padding-top: 15px;
    width: 85vw;
    margin-top: -18px;
}

.news-title_wrap{
    width: 100%;
	font-size: large;
    font-weight: bold;
    text-align: left;
    margin-left: -40px;
	line-height: 35px;
}

.news-text_wrap{
    width: 100%;
    margin-left: -35px;
    font-size: large;
    line-height: 35px;
    margin-top: 1px;
}

.news-border-only{
	width: 85vw;
    padding-bottom: 0px;
    border-top: 2px dotted #2D2D2D;
    padding-top: 15px;
    margin-left: -43px;
}

.illust_wrap {
    margin-left: 65px;
    }

