@charset "utf-8";


/* SVGの自己紹介シルエットアイコンのCSS */
#svg {
	text-align: center;
	margin-top: 10px;
}
/* SVGの自己紹介眼鏡シルエットグラフィックのCSS */
#svg2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}


@media screen and (min-width:1px) and (max-width: 499px) {
#svg2 {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0;
	}
#svg2>img {
	width: 290px;
	}
}