@charset "utf-8";

/* === font === */

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/*
	font-family: 'Lora', serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
*/


/* === contents === */

@charset "utf-8";

.renewal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.renewal img {
	margin-bottom: 50px;
}
.renewal h1 {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.renewal {
		width: calc(100% - 80px);
		padding: 0 40px;
	}
	.renewal img {
		width: 100%;
		margin-bottom: 20px;
	}
	.renewal h1 {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.renewal p {
		text-align: justify;
	}
}