@charset "utf-8";

/*
Site URL	http://www.umin.ac.jp/＊
Created		2018/12/15
Last update	2018/12/15
Author		R.Hayashi
*/
.text-a-underline a{
	text-decoration:underline;
}
h2{
	padding:0 0 0 20px;
	margin:30px 0 0 0;
	color:#300;
	font-size:62px;
	font-weight:bolder;
	border:none;
}
h2 + p{
	padding:0 0 0 40px;
	font-size:20px;
	font-weight:bolder;
	border:none;
}
h3{
	margin: 20px 20px 0px 20px ;
	border: none;
	font-size: 24px;
	background: #fff;
}
h3 + p{
	margin: 0 40px ;
	font-size: 20px;
}
p.text-p{
	margin: 4px 20px ;
	font-size: 16px;	
}