@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_border {
    padding-bottom: 0px;
    border-top: 2px dotted #2D2D2D;
    width: 750px;
    padding-top: 15px;
}

.news-article_wrap {
    width: 55vw;
    margin-top: 30px;
    line-height: 20px;
	color: #282828;
    text-decoration: none;
}

.news-link-wrap{
	text-decoration: none;
}

.news_title {
    text-align: center;
    float: left;
    margin-top: -60px;
}

.news-illust_wrap {
    width: 150px;
    margin-right: 30vw;
    height: auto;
    }

.news-title_wrap {
    font-size: large;
    font-weight: bold;
	line-height: 1.8;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #282828;
    width: 90%;
}

.news-text_wrap{
    color: #282828;
    width: 90%;
    line-height: 1.6;
}

.news-text-link_wrap{
    color: #282828;
    width: 90%;
    line-height: 1.6;
    text-decoration: underline;
}

.news-border-only{
	width: 750px;
    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; }	
}
