html {
	font-size: 62.5%;
}
body {
	margin: 0;
	font-size: 1.5rem;
}
p {
	margin: 0 0 1em;
}
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.contents {
	max-width: 630px;
	margin: 0 auto;
	padding: 20px;
	background: #f2f2f2;
}
.title {
	margin: 0 0 1em;
	font-weight: bold;
}

.div-parent {
	line-height: 1.5;
	min-height: 100px;
	margin: 0 0 1em;
	background-color: #fff;
}
.span-child-01 {
	background: linear-gradient(transparent 60%, #eae5d6 60%);
}
.span-child-02 {
	background: linear-gradient(transparent 60%, #eae5d6 60%) left bottom 2px;
}
.span-child-03 {
	background-image: linear-gradient(to right, #eae5d6, #eae5d6);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 40%;
}
.span-child-04 {
	background-image: linear-gradient(to right, #eae5d6, #eae5d6);
	background-repeat: no-repeat;
	background-position: left bottom 2px;
	background-size: 100% 40%;
}

.copyright {
	text-align: center;
	padding-top: 2em;
	font-size: 14px;
}
