@charset "UTF-8";
/* CSS Document */

p.img-concept{
	margin-bottom: 1em;
}
div.text-concept{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
div.text-concept:has(+ .page-header){
	margin-bottom: 2em;
}
div.text-concept h3{
	font-size: 1.5em;
	margin-bottom: 0.5em;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
	font-style: italic;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.catch-copy{
	margin: 2em 0;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
	font-size: 1.5em;
	font-style: italic;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width:640px){
  div.text-concept:has(.catch-copy){ width:100%; }
}
