@charset "utf-8";

#keyVisual{
	background: url("../img/keyvisual_pc.jpg") no-repeat right center / cover;
}

.newsList li .ttl{
    font-weight: 400;
}

@media screen and (max-width: 1600px){
	#keyVisual{
		background-position: 50% center;
	}
}
@media screen and (max-width: 1024px){
	#keyVisual{
		background-position: 82% center;
	}
}
@media screen and (max-width: 768px){
	#keyVisual{
		background: url("../img/keyvisual_sp.jpg") no-repeat right center / cover;
	}
}


/* ------------------------------------------------------------------------ */

/* 共通

/* ------------------------------------------------------------------------ */
#contentsBlock > section{
    margin-top: 100px;
}

.newsList li{
    align-items: flex-start;
    flex-direction: column;
    font-size: 1.9rem;
}
.newsList li a{
	font-weight: 400;
}
.newsList li .date{
    margin-bottom: 3px;
}

footer{
    margin-top: 170px;
}

@media screen and (max-width: 767px) {
    #contentsBlock > section{
        margin-top: 40px;
    }
    footer{
        margin-top: 100px;
    }
    .newsList li .ttl{
        margin-top: 0;
    }
}

/* ------------------------------------------------------------------------ */

/* 詳細ページ

/* ------------------------------------------------------------------------ */

#sec_detail .page-ttl{
    padding: 0;
    padding-left: 20px;
    margin: 0;
    border-bottom: none;
}

#sec_detail .news-meta{
	justify-content: flex-start;
	margin-bottom: 48px;
}

#sec_detail .news-meta .news-date{
	color: #606060;
	font-size: 2rem;
    padding-right: 20px;
    border-right: solid 1px #b4b4b4;
    flex-shrink: 0;
}

#sec_detail .news-meta .meta-day{
    font-size: 1.5em;
}

@media screen and (max-width: 767px){
    #sec_detail .news-meta{
        margin-bottom: 30px;
    }
    #sec_detail .news-meta .news-date{
        font-size: 1.3em;
    }
}
