#main-ttl {
	margin-bottom: 70px;
}
#main-ttl::after {}
/*============================
#main-content
============================*/
#main-content {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 10px;
}
#main-content article {}
#main-content article section {}
#main-content article section.upDate {
	/*border-top: solid 1px #aaa;*/
	margin-top: 55px;
}
#main-content article section h2, #main-content article section h3 {
	font-size: 11px;
	margin-bottom: 10px;
	color: #5c4e42;
	font-weight: bold;
}
#main-content article section:nth-of-type(2) h2 {
	margin-top: 20px;
}
#main-content article section:nth-of-type(3) h2 {
	margin-top: 20px;
}
#main-content article section table {
	width: 100%;
	clear: both;
}
#main-content article section table tbody {}
#main-content article section table tbody tr {
	border-bottom: solid 1px #aaa;
}
#main-content article section table tbody tr + tr {}
#main-content article section table tbody tr th, #main-content article section table tbody tr td {
	padding: 10px 5px;
	line-height: 1.3;
}
#main-content article section table tbody tr th {
	font-weight: normal;
	width: 30%;
}
#main-content article section table tbody tr td {
	font-weight: normal;
	width: 70%;
}
#main-content article section table tbody tr td:empty::before {
	content: "-"
}
#main-content article section p {
	float: right;
}
#main-content article section p small {
	font-size: 10px;
	margin-bottom: 2em;
}
#main-content article .notice {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main-content article .notice strong {
	flex-basis: 140px;
	border: solid 1px #aaa;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 39px;
	font-weight: bold;
}
#main-content article .notice p {
	flex-basis: calc(100% - 10px - 140px);
	font-weight: normal;
	font-size: 14px;
}
@media (min-width: 768px) {
	#main-ttl {
		height: 270px;
	}
	/*============================
#main-content
============================*/
	#main-content {
		font-size: 20px;
	}
	#main-content article {}
	#main-content article h1 {}
	#main-content article h1 img {}
	#main-content article section {}
	#main-content article section h2, #main-content article section h3 {
		font-size: 21px;
		margin-bottom: 60px;
	}
	#main-content article section h2::before {
		margin-right: 10px;
	}
	#main-content article section:not(:first-of-type) h2 {
		margin-top: 100px;
	}
	#main-content article section table {}
	#main-content article section table tbody {}
	#main-content article section table tbody tr {}
	#main-content article section table tbody tr + tr {}
	#main-content article section table tbody tr th, #main-content article section table tbody tr td {
		padding: 15px 5px;
	}
	#main-content article section table tbody tr th {}
	#main-content article section table tbody tr td {}
	#main-content article section p small {
		font-size: 14px;
	}
	#main-content article .notice {
		margin-top: 45px;
		margin-bottom: 45px;
	}
	#main-content article .notice strong {
		flex-basis: 365px;
		height: 60px;
		letter-spacing: 7px;
	}
	#main-content article .notice p {
		flex-basis: calc(100% - 25px - 365px);

	}
}
@media (min-width: 992px) {
	/*============================
#main-content
============================*/
	#main-content {}
	#main-content article {}
	#main-content article h1 {}
	#main-content article h1 img {
		max-height: 100%;
		width: auto;
	}
	#main-content article section {}
	#main-content article section h2 {}
	#main-content article section table {}
	#main-content article section table tbody {}
	#main-content article section table tbody tr {}
	#main-content article section table tbody tr + tr {}
	#main-content article section table tbody tr th, #main-content article section table tbody tr td {}
	#main-content article section table tbody tr th {}
	#main-content article section table tbody tr td {}
}
@media (min-width: 1200px) {}