@charset "UTF-8";

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

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* 汎用スタイル（仮想 about.css） #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#about {
	width: 100%;
	margin: 0 auto;
}

#about h2 {
	float: none;
	margin: 0;
	padding: 0.6em 4%;
	font-size: 1.4rem;
	letter-spacing: 0;
	
	border-radius: 0;
}
#about h2::after {
	font-size: 1.0rem;
}

#about > div.format {
	padding: 1em 4%;
}

#about div.info {
	margin: 0;
}

#about div.info p {
	font-size: 1.2rem;
	text-indent: 1em;
	line-height: 1.8;
}

#about div.info p.signature {
	text-align: right;
	text-indent: 0;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

}