@charset "utf-8";
/*=============================
		junbi
===============================*/
#junbi{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 80px;
	width: 100%;
	min-height: 100vh;
	height: 100%;
	background:url("../images/junbi_background.jpg") no-repeat center;
	background-size: cover;
	padding: 80px;
}
#junbi h1{
	display: block;
	width: 432px;
	height: 432px;
	line-height: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#junbi p{
	font-size: 44px;
    font-weight: bold;
    text-align: center;
    color: #1f8f44;
    background: #fff;
    width: 730px;
    height: 100px;
    border-radius: 100px;
    padding: 29px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}