.form-error {
	text-align: left;
	display: block;
	color: #f5637a;
	line-height: 1.5;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}

.fu02-2_checkbox {
	/* flex-wrap: wrap; */
}

.fu02-2_checkbox p::after {
	display: none !important;
}

.fu02-2_checkbox .form-error {
	width: 100%;
	text-align: center;
}

.pass_01 .f_form_contents dd::after {
	display: none !important;
}

.profile-picture {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}

.profile-picture__item {
	width: calc(33.3333% - 20px);
	margin: 0 10px 20px;
}

.profile-picture__item input[type="radio"] {
	opacity: 0;
	position: absolute;
}

.profile-picture__item.text-check {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 18px;
}

.profile-picture__item.text-check input[type="radio"] {
	opacity: 1;
	width: 20px;
	height: 20px;
	position: static;
	margin-right: 5px;
}

.profile-picture__item .profile-picture__item-image img {
	width: 100%;
	height: auto;
	border-radius: 100%;
	border: 3px solid #eee;
}

.profile-picture__item input[type="radio"]:checked + .profile-picture__item-image img {
	border-color: #f5627a;
}

.pf01_pre::after,
.pf01_city::after,
.pf01_privacy::after {
	display: none !important;
}

.pf01_form_contents dd::after {
	display: none !important;
}

.pf01_form_contents .form-error,
.pf01_comment .form-error {
	text-align: left;
	display: block;
	font-size: 14px;
	color: #f5637a;
	line-height: 1.5;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, “游ゴシック bold”, YuGothic Medium, "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
	margin-top: 5px;
}

.paginator_upper li:first-child a,
.paginator_upper li:last-child a {
	color: #888;
}

.paginator_upper li.is-current a {
	color: #c3a965
}

.member-only-cover {
	clear: both;
	position: relative;
	top: -250px;
	margin-bottom: -300px;
	z-index: 1;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	background: linear-gradient(to bottom, rgba(255, 247, 229, 0) 0%, rgba(255, 247, 229, 1) 50%);
}

@media screen and (max-width: 736px) {
	.member-only-cover {
		top: -150px;
		margin-bottom: -200px;
		height: 150px;
		font-size: 18px;
	}
}

section.login {
	position: relative;
	z-index: 2;
}
section.renewal {
	z-index:0;
}