/* 会員登録 */

@media screen and (min-width: 641px){

#mem {
	line-height: 200%;
	}

#mem .mer {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 130px auto;
	}

#mem .mer h2 {
	font-size: 32px;
	line-height: 120%;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#mem .mer h2 span {
	color: #E52082;
	}

#mem .mer h2 font {
	font-size: 48px;
	}

#mem .mer ol {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#mem .mer dl {
	width: 31.666%;
	background: #f5f5f5;
	margin: 0px 2.5% 0px 0px;
	position: relative;
	overflow: hidden;
	}

#mem .mer dl:nth-child(3n) {
	margin: 0px;
	}

#mem .mer dt {
	position: relative;
	}

#mem .mer dt img {
	width: 100%;
	}

#mem .mer dt p {
	font-size: 28px;
	font-weight: bold;
	line-height: 100%;
	color: #E52082;
	letter-spacing: normal;
	position: absolute;
	left: 10px;
	bottom: -4px;
	}

#mem .mer dt font {
	font-size: 60px;
	}

#mem .mer dd {
	width: 100%;
	padding: 30px 5.263% 30px 5.263%;
	}

#mem .mer dd h3 {
	font-size: 21px;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

}

@media screen and (max-width: 640px){

#mem {
	line-height: 200%;
	}

#mem .mer {
	width: 90%;
	margin: 0px auto 70px auto;
	}

#mem .mer h2 {
	font-size: 21px;
	line-height: 120%;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#mem .mer h2 span {
	color: #E52082;
	}

#mem .mer h2 font {
	font-size: 36px;
	}

#mem .mer ol {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#mem .mer dl {
	width: 100%;
	background: #f5f5f5;
	margin: 0px 0px 10px 0px;
	display: table;
	position: relative;
	overflow: hidden;
	}

#mem .mer dl:nth-child(3n) {
	margin: 0px;
	}

#mem .mer dt {
	width: 35%;
	display: table-cell;
	vertical-align: top;
	position: relative;
	}

#mem .mer dl:nth-child(1) dt {
	background: url(img/mer01.jpg) no-repeat center;
	background-size: cover;
	}

#mem .mer dl:nth-child(2) dt {
	background: url(img/mer02.jpg) no-repeat center;
	background-size: cover;
	}

#mem .mer dl:nth-child(3) dt {
	background: url(img/mer03.jpg) no-repeat center;
	background-size: cover;
	}

#mem .mer dt img {
	display: none;
	}

#mem .mer dt p {
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	color: #E52082;
	letter-spacing: normal;
	position: absolute;
	left: 10px;
	bottom: -2px;
	}

#mem .mer dt font {
	font-size: 36px;
	}

#mem .mer dd {
	width: 65%;
	line-height: 150%;
	padding: 20px 5%;
	display: table-cell;
	vertical-align: middle;
	}

#mem .mer dd h3 {
	font-size: 16px;
	line-height: 120%;
	margin: 0px 0px 5px 0px;
	}

}


