html {
	font-size: 62.5%;
}
body {
	margin: 0;
	font-size: 1.5rem;
}
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.title {
	margin: 0 0 1em;
	font-weight: bold;
}
.title:not(:first-child) {
	margin: 2em 0 1em;
}
.contents {
	max-width: 630px;
	margin: 0 auto;
	padding: 20px;
	background: #f2f2f2;
}

.text01 {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.4;
	padding-left: 24px;
	border-left: 6px solid #000;
}
.text02 {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.4;
	padding-left: 30px;
	position: relative;
}
.text02:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 6px;
	height: calc(100% - .7em);
	background-color: #000;
	transform: translateY(-50%);
}

.copyright {
	text-align: center;
	padding-top: 2em;
	font-size: 14px;
}
