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


/*ここからmain*/

main{
	marigin-top:106px;
	padding-top: 106px; 
	background: #E0EAFC;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #CFDEF3, #E0EAFC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	

}

.inner {
    width: 80%;
    max-width: 1200px;
	margin: 0 auto;
}

.member-list{
	list-style: none;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}

.member-list > li{
	margin: 10px;
	font-size: 18px;
	padding: 15px;
	width: 31%;
	background-color: #fff;
	border-radius: 12px;
	text-align: center;
	box-shadow: 3px 3px 10px rgb(207 222 255);
}

.member-list > li > a {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.member-list > li > a > img{
  width: 100%;
  border-radius: 10px;
}

#WAVES > h1 {
  color: #fff;
  font-size: 4rem;
  text-shadow: 0 0 10px #000;
	text-align: center;
}

#WAVES > h1 > span{
  font-size:2rem;
}

#WAVES > h1 > span > a{
	text-decoration: none;
	transition: 0.5s;
	color:#fff;
}

#WAVES {
  display: grid;
  place-items: center;
  height: 850px;
}