/* h2 {
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
	margin: 32px 0 12px 0;
} */

.relative {
	position: relative;
}

.df {
	font-size: 1.25rem;
}

.sokumen {
	font-size: 1rem;
}

h1 {
	position: absolute;
	top: 45%;
	font-size: 3rem;
	left: 0;
	width: 100%;
	letter-spacing: 0.03em;
	text-align:center;
	font-weight: normal;
}

.tenkai {
	font-size: 1.5rem;
	font-weight: lighter;
	margin:3rem 0 3rem 0;
}


@media screen and (max-width:1199px) {}

@media screen and (max-width:991px) {
	h1 {
		font-size: 2rem;
	}
	.tenkai {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:768px) {
	h1 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width:576px) {
	.pl {
		padding-left: 0.5rem;
	}
	h1 {
		font-size: 1.2rem;
	}
	.tenkai {
		font-size: 1.5rem;
		margin:2em 0 2em 0;
	}
}

@media screen and (max-width:400px) {
}