/*-------------------------------
	News - Archive
-------------------------------*/
.post-type-archive-news .news{
	position:relative;
}
.post-type-archive-news .box.noto.flex{
	margin-top:15rem;
    justify-content: space-between;
}
.post-type-archive-news .article_list{
    width:75%;
}
.post-type-archive-news .date {
	width:25%;
}
.post-type-archive-news aside .widget_wrapper:not(:first-child){
	display: none;
}
.post-type-archive-news aside{
    width:18%;
}
.single-news main section.box{
	margin-top:15rem;
}

@media screen and (min-width:1000px) {
    /*PC*/
}
@media screen and (max-width:999px) {
    /*SP-Tablet*/
}
@media screen and (max-width:479px) {
    /*SP*/
	.post-type-archive-news .article_list{
		width:100%;
	}
	.post-type-archive-news .date {
		width:100%;
	}
	.post-type-archive-news aside{
		width:100%;
		margin-top:5rem;
	}
}

/*-------------------------------
	News - single
-------------------------------*/
.single-news main section.box{
	margin-top:15rem;
}
.single-news h1{
	font-size:2.4rem;
	margin-top: 3rem;
}
.single-news .content{
	margin-top:5rem;
	line-height: 2;
}
.single-news .content img{
	width: auto;
}


@media screen and (min-width:1000px) {
    /*PC*/
}
@media screen and (max-width:999px) {
    /*SP-Tablet*/
}
@media screen and (max-width:479px) {
    /*SP*/

}
