/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap');

body {
	font-family: 'Noto Serif SC';
	letter-spacing: 0;
}

#act .block .info.act1 dl dd {
  width: calc(100% - 140px);
}

@media screen and (max-width: 480px) {

	#act .block .info.act1 dl dd {
		width: auto;
	}
	
}


