@charset "utf-8";
/* CSS Document */

.name{
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: bold;
	font-size: calc(0.8vw + 1.0rem);
	color: #FFFFFF;
	width: 100%;
}
.return img{
	width: 100%;
}
.box1{
	display: flex;
	align-items:stretch;
}
body{
	background-color: #0B5512;
}
