/*
Theme Name: meros
Theme URI: https://meros.tokyo/
Author: Peta
Author URI: https://meros.tokyo/
Description: Custom theme for meros
Version: 1.0
*/

.works-thumb-wrap {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.works-thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#toc_container {
	min-width:100%;
	margin: 10px auto;
	padding: 15px !important;
}

#toc_container p.toc_title {
    border-bottom: 1px solid #aaa;
	margin-bottom: 12px !important;
	padding-bottom: 10px !important;
}
#newsArticle p {
    line-height: 1.77;
    margin-bottom: 1.4rem;
}
@media (min-width: 993px) {
	#newsArticle h2 {
	    margin: 1.5rem 0;
	}
	
	#newsArticle h3 {
		font-size: 1.25rem !important;
	}
	#newsArticle p {
		font-size: 1.1rem !important;
		line-height: 1.8rem;
		margin-bottom: 2rem;
	}
	#newsArticle li {
		font-size: 1.1rem !important;
		line-height: 1.9rem;
	}	
	div#toc_container ul li {
    	font-size: 1.1rem !important;
		line-height: 1.8rem;
	}
	
}