@import "../components/amemberUser.css";

.amember .section-header__link {
	text-align: right;
	color: #757575;
	font-size: 1.4rem;
}

.amember__description {
	padding-top: 16px;
	color: #666;
	font-size: 1.2rem;
}

.amember__list {
	padding: 24px 6px 0;
}

.amember__btn {
	width: 176px;
	margin: 24px auto 0;
}

.amember__btn .btn {
	border-radius: 20px;
	font-size: 1.4rem;
}

.amember__info {
	margin-top: 12px;
	text-align: center;
	line-height: 16px;
}

.amember__container + .amember__info {
	margin-top: 36px;
}

.amember__info-text {
	color: #757575;
	line-height: 16px;
	font-size: 1.2rem;
}

.amember__info-text .icon--question {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: -.1rem;
	border-radius: 50%;
	background-color: #aaa;
	line-height: 16px;
	color: #fff;
	font-size: 1rem;
}

/* no amember */
.amember__no-user {
	padding: 56px 0 0;
	color: #aaa;
	text-align: center;
	font-size: 1.6rem;
}

.amember__no-user + .amember__info {
	margin-top: 48px;
}
