<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*========= レイアウトのためのCSS ===============*/

#wrapper p{
	padding:40px 0;
	text-align:center;
}

/*========= waveを描画するエリア設定 ===============*/


.wave{
	position: relative;
}

.wave:nth-child(1){
	background:#fff;	
}

.wave:nth-child(2){
	background:#ccc;	
}

.wave:nth-child(3){
	background:#43c0e4;	
}

.wave canvas{
    position: absolute;
    bottom: 0;
	left:0;
    width: 100%;
}

</pre></body></html>