section.top {
	padding: min(100px,8vw) 5% 0 5%;
	> div {
		max-width: 1000px;
		margin-inline: auto;
		> h1 {
			font-size: min(2.0rem,9vw);
			line-height: 1.3;
			color: #000;
			font-weight: 700;
			text-align: center;
			letter-spacing: 2px;
		}
		> h3 {
			margin-block: 10px 30px;
			font-size: min(1.2rem,6vw);
			line-height: 1.3;
			color: #000;
			font-weight: 600;
			text-align: center;
		}
		> p {
			text-align: justify;
			padding-bottom: 50px;
			border-bottom: 1px solid #ced2d7;
			font-size: min(1.0rem,5vw);
			line-height: 1.8;
			color: #222;
		}
	}
}
section.text {
	padding: 0px 5% min(100px,8vw) 5%;
	> div {
		max-width: 1000px;
		margin-inline: auto;
		> article {
			padding-top: 50px;
			> h3 {
				padding-bottom: 10px;
				font-size: min(1.1rem,6vw);
				line-height: 1.0;
				color: #000;
				font-weight: 600;
			}
			> p {
				text-align: justify;
				font-size: min(1.0rem,5vw);
				line-height: 1.8;
				color: #222;
			}
			> ul {
				padding-top: 20px;
				> li {
					text-align: justify;
					text-indent: -0.4em;
  					padding-left: 0.4em;
					font-size: min(1.0rem,5vw);
					line-height: 1.8;
					color: #222;
				}
			}
		}
	}
}
