@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ /
/ anne-card
/ アンカード会員
/ ++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wrapper > header:before {
	background: #ff4848;
}
#pointGift {
	position: relative;
}
#pointGift:before {
	content: "";
	display: block;
	width: 181px;
	height: 127px;
	position: absolute;
	background: url(../images/anne-card/img_card.png) no-repeat center center;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
#pointGift .roundText {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
#pointGift strong {
	font-size: 52px;
	vertical-align: middle;
}
.border {
	padding: 7px 0;
	display: inline-block;
	vertical-align: middle;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
#meritList li {
	width: 178px;
	height: 178px;
	border: 1px solid;
}
#meritList li dt {
	border-bottom: 1px solid;
}
#meritList li dd {
	margin: 0 -5px;
}
#reduction {
	border: 1px solid;
}
#reduction li > strong {
	line-height: 30px;
	display: inline-block;
}
@media screen and (min-width:966px){
	#cont > section {
		padding-bottom: 150px;
	}
	.balloon {
		margin-top: 44px;
	}
	#present .balloon {
		margin-bottom: 50px;
	}
	#pointGift:before {
		right: 17px;
		top: -500px;
		bottom: -500px;
		margin: auto 0;
	}
	#meritList:after {
		content: "";
		display: block;
		clear: both;
	}
	#meritList li {
		float: left;
	}
	#meritList li + li {
		margin-left: 15px;
	}
	#point .roundText {
		margin: 0 16px;
	}
}
@media screen and (max-width:965px){
	#cont > section {
		padding-bottom: 100px;
	}
	.balloon {
		margin-top: 75px;
		letter-spacing: -0.1em;
	}
	#present .balloon {
		margin-bottom: 20px;
	}
	#pointGift {
		padding-top: 20px;
		padding-bottom: 90px;
	}
	#pointGift:after {
		content: "";
		display: block;
		clear: both;
	}
	#pointGift:before {
		left: 0;
		right: 0;
		bottom: -50px;
		margin: 0 auto;
	}
	#pointGift .roundText {
		float: left;
		margin-top: 20px !important;
	}
	#pointGift .roundText + span {
		float: right;
		text-align: center;
		margin-right: 0 !important;
	}
	#pointGift .roundText + span > * {
		display: block;
		margin: 0 !important;
	}
	#meritList li {
		margin-left: auto;
		margin-right: auto;
	}
	#meritList li + li {
		margin-top: 30px;
	}
	#point li {
		display: block;
		margin: 0 auto;
	}
	#point li + li {
		margin-top: 30px;
	}
	#reduction {
		width: 170px;
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	#reduction li > * {
		display: block;
		text-align: center;
	}
	#reduction li .border {
		margin: 5px 0 !important;
		padding: 5px 0;
		letter-spacing: -0.05em;
	}
	#reduction li .border small {
		margin: 0 -0.5em;
	}
	#reduction li strong {
		display: block;
		padding: 2px 0 !important;
	}
	#reduction + p {
		margin: 0 -10px;
		letter-spacing: -0.05em;
		text-align: center !important;
	}
	#present .caution {
		padding-left: 1em;
		text-indent: -1em;
	}
}