#page_title{
	background:url('../images/h2_about.webp') no-repeat top center;
}
main section{
	margin:0 auto 180px;
}
main section h2{
	font-size:35px;
	text-align:center;
	margin:0 auto 60px;
}
main section h3{
	font-size:35px;
	color:#ad1417;
	text-align:center;
	margin:0 auto 100px;
}
main h4{
	border-bottom:2px solid #ad1417;
	padding:0 0 10px;
	margin:0 0 20px;
	font-size:28px;
}
main h5{
	margin:0 0 10px;
	font-size:20px;
}
main section ul{
	padding:0 0 0 30px;
	margin:0 auto 40px;
}
main section table{
	width:100%;
	margin-bottom:40px;
}
main section th,
main section td{
	border:1px solid #ccc;
	vertical-align:middle;
	padding:5px;
	font-size:15px;
}
main section th{
	color:#fff;
	background:#ad1417;
}
main section tbody th{
	text-align:left;
}
main section tbody td{
	text-align:center;
}
.tategaki p{
	white-space: pre;
	writing-mode: vertical-rl;
	display: inline-block;
}
.more a{
	display:block;
	line-height:60px;
	text-align:center;
	border:3px solid #ad1417;
	border-radius:15px;
	text-decoration:none;
	font-weight:700;
	background:#ad1417;
	color:#fff;
}
.more a:hover{
	background:#fff;
	color:#ad1417;
}