#notes{
	padding: 10%;
	color: #fff;
	box-sizing: border-box;
	min-height: 100vh;
	margin: 0;
}
#notes.notes-1{
	background: url("../img/top/notes/notes-1.jpg") no-repeat right top;
	background-size: cover;
}
#notes.notes-2{
	background: url("../img/top/notes/notes-2.jpg") no-repeat right top;
	background-size: cover;
}
#notes.notes-3{
	background: url("../img/top/notes/notes-3.jpg") no-repeat right top;
	background-size: cover;
}
._text{
	width: 650px;
}
._text h2{
	font-size: 25px;
	font-weight: 600;
}
._text p{
	font-size: 15px;
	font-family: YakuHanJP,'Noto Sans Japanese', "Hiragino Sans", "Yu Gothic Medium", sans-serif;
}
@media screen and (max-width:640px) {
	._text{
		width: 100%;
	}
}


