@charset "utf-8";


.news-section_wrap {
    margin-left: 10%;
    margin-top: 0px;
}

.news-contents-illust_wrap {
    display: flex;
    justify-content: space-between;
    width: 85vw;
    margin-left: 10px;
    margin-top: -20px;
}

.news-text_wrap{
    width: 45vw;
}

.news_border {
    padding-bottom: 0px;
    border-top: 2px dotted #2D2D2D;
    width: 50vw;
    padding-top: 15px;
}

.news-article_wrap {
    width: 55vw;
    margin-top: 30px;
    line-height: 20px;
}
.news_title {
    text-align: center;
    float: left;
    margin-top: -60px;
}
.news-illust_wrap {
    width: 150px;
    margin-right: 10vw;
    height: auto;
    }

.news-title_wrap {
    font-size: large;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

.news-border-only{
	width: 50vw;
    padding-bottom: 0px;
    border-top: 2px dotted #2D2D2D;
    padding-top: 15px;
    margin-left: -43px;
}

@media screen and (max-width: 900px){
.news-illust_wrap {
    display: none; }	
}

@media screen and (min-width: 901px){
.news-illust-smartphone_wrap {
    display: none; }	
}
