main table {
	width: 100%;
}

main th,
main td {
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 15px;
	text-align: left;
	font-weight: normal;
}

main th {
	border-right: 18px solid #fff;
}

#contents1 h4{
	padding: 10px 0;
	border: 1px solid #222;
	margin: 0 0 2em;
	font-size: 28px;
	text-align: center;
}

#contents1 dl {
	display: flex;
	margin: 0 auto 70px;
}

#contents1 dt {
	width: 382px;
	font-size: 30px;
	border-right: 2px solid #ff0000;
	padding: 0 10px 0 0;
	box-sizing: border-box;
	flex: none;
	font-weight: bold;
}

#contents1 dd {
	padding: 0 0 0 10px;
	box-sizing: border-box;
	text-align: justify;
}

#contents2 p {
	text-align: center;
}

#contents3 figure {
	width: 460px;
}

#contents2 .comment {
	width: calc(100% - 500px);
}

#contents5 {
	text-align: center;
}

.leargeTxt{
	text-align: center;
	font-size: 28px;
	line-height: 2;
	margin: 0 0 3em;
}

