@charset "UTF-8";

section:not(#greeting) .wrap {
	padding-top:0;
}
section:last-child .wrap {
	padding-bottom:120px;
}
#greeting .contents > div {
	box-sizing:border-box;
	padding:2em;
	border:5px solid #FFBA00;
	border-radius:18px;
	margin-bottom:30px;
}
#main #greeting .contents p {
	margin-bottom:0;
}

@media screen and (max-width:768px){

}

@media screen and (max-width:640px){

section:last-child .wrap {
	padding-bottom:60px;
}
#greeting .contents > div {
	padding:1em;
	border:3px solid #FFBA00;
	border-radius:12px;
}
#main #greeting .contents p {
	margin-bottom:0;
}

}

@media screen and (max-width:480px){

}