/* Logo */
h1 {
  margin-left: 20px;
}
h1 img {
  width: 210px !important;
  height: auto !important;
}

main {
		width: 750px;
		margin: 30px auto;
		line-height: 1.5;
}
main .PageTitle {
		text-align: center;
		font-size: 3rem;
		color: #214484;
}
main .MainContent__body {
		padding: 50px 0;
}
main .MainContent__body .DataTable dt, main .MainContent__body .Section__title {
		padding: 22px 30px;
		font-size: 1.5rem;
		background-color: #E6F7FF;
		color: #214484;
}
main .MainContent__body .DataTable dd {
		padding: 26px 30px;
		font-size: 1.3rem;
		font-weight: normal;
}
main .MainContent__body .Section__content {
		padding: 50px 0;
}
main .MainContent__body .Section__content th {
		width: 30%;
		padding: 10px 0;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #214484;
}
main .MainContent__body .Section__content td {
		padding: 10px 0 10px 30px;
		border-right: 1px solid #bccee2;
		border-bottom: 1px solid #bccee2;
		font-weight: normal;
}
main .MainContent__body .Section__content tr:first-of-type td {
		border-top: 1px solid #bccee2;
}
main .e-ul-notes {
		font-weight: normal;
}
main .e-ul-notes li {
		position: relative;
		padding-left: 25px;
}
main .e-ul-notes li::before {
		content: "※";
		position: absolute;
		left: 0;
		top: 0;
}
@media screen and (max-width: 768px) {
		h1 {
			margin-left: 10px;
		}
		main {
				width: 100%;
				padding: 0 10px;
		}
		main .PageTitle {
				font-size: 2rem;
		}
		main .MainContent__body {
				padding: 30px 0;
		}
		main .MainContent__body .DataTable dt, main .MainContent__body .Section__title {
				padding: 10px 20px;
				font-size: 1.3rem;
		}
		main .MainContent__body .DataTable dd {
				padding: 20px 30px;
				font-size: 1.1rem;
		}
		main .MainContent__body .Section__content {
				padding: 30px 0;
		}
		main .MainContent__body .Section__content th {
				width: 35%;
		}
		main .MainContent__body .Section__content td {
				padding: 10px 0 10px 15px;
		}
		main .e-ul-notes {
				font-size: 0.8rem;
		}
		main .e-ul-notes li {
				padding-left: 15px;
		}
}