@charset "utf-8";

/* お問い合わせエリア
------------------------------------------------------------------------------------ */
section#contactArea {
	margin-top: 0;
}

section#membership {
}
section#membership h3.title01 {
	margin-top: 80px;
}
section#membership h4.title02 {
	margin-top: 50px;
}
section#membership ul#membershipActivity {
	display: flex;
	justify-content: space-between;
}
section#membership ul#membershipActivity li {
	width: 32%;
}
section#membership ul#membershipActivity li h5.title03 {
	margin-top: 15px;
}



/* タブレット用
------------------------------------------------------------------------------------ */
@media screen and (min-width:768px) and (max-width:1279px) {
	section#membership ul#membershipActivity {
		display: block;
	}
	section#membership ul#membershipActivity li {
		width: 100%;
		margin-top: 50px;
	}
	section#membership ul#membershipActivity li:first-child {
		margin-top: 0;
	}
}



/* スマホ用
------------------------------------------------------------------------------------ */
@media screen and (max-width:767px) {
	section#membership h3.title01 {
		margin-top: 50px;
	}
	section#membership h4.title02 {
		margin-top: 30px;
	}
	section#membership ul#membershipActivity {
		display: block;
	}
	section#membership ul#membershipActivity li {
		width: 100%;
		margin-top: 30px;
	}
	section#membership ul#membershipActivity li:first-child {
		margin-top: 0;
	}
}
