@charset "UTF-8";

body.member-auth-renewal main {
	padding-bottom: 34px;
}

body.member-auth-renewal #main_contents {
	padding: 26px 0 48px;
}

body.member-auth-renewal #main_contents > .wrapper {
	width: min(860px, calc(100% - 32px));
	margin-right: auto;
	margin-left: auto;
}

body.member-auth-renewal #login,
body.member-auth-renewal #signup,
body.member-auth-renewal #reminder,
body.member-auth-renewal #members {
	display: grid;
	gap: 18px;
}

body.member-auth-renewal .sect_title {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	padding: 14px 18px;
	border-radius: 12px;
	background:
		radial-gradient(circle at 14% 0%, rgba(216,75,97,.28), rgba(216,75,97,0) 30%),
		linear-gradient(135deg, var(--navy), var(--wine) 66%, rgba(201,154,61,.88));
	box-shadow: var(--shadow-soft);
}

body.member-auth-renewal .sect_title h3 {
	position: relative;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: clamp(21px, 3.2vw, 28px);
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: .03em;
	text-align: center;
}

body.member-auth-renewal .sect_title h3::before {
	display: none;
}

body.member-auth-renewal #main_contents .box,
body.member-auth-renewal #members .member_wrap {
	overflow: hidden;
	margin: 0;
	padding: 24px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 14px;
	background: rgba(255,255,255,.97);
	box-shadow: var(--shadow-soft);
}

body.member-auth-renewal #main_contents .box + .box {
	margin-top: 0;
}

body.member-auth-renewal #main_contents .box .title,
body.member-auth-renewal #members form .title,
body.member-auth-renewal #members #regist_send .title,
body.member-auth-renewal #members #tel_auth .title,
body.member-auth-renewal #members #regist_fin .title {
	position: relative;
	margin: 0 0 18px;
	padding: 0 0 14px;
	border-bottom: 1px solid rgba(143,36,59,.14);
	color: var(--navy);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.35;
	text-align: left;
}

body.member-auth-renewal #main_contents .box .title::after,
body.member-auth-renewal #members form .title::after,
body.member-auth-renewal #members #regist_send .title::after,
body.member-auth-renewal #members #tel_auth .title::after,
body.member-auth-renewal #members #regist_fin .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 76px;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--rose), var(--gold));
}

body.member-auth-renewal .red,
body.member-auth-renewal .title.red {
	color: var(--wine) !important;
}

body.member-auth-renewal #main_contents .box .text,
body.member-auth-renewal #signup .box p,
body.member-auth-renewal #reminder .box p,
body.member-auth-renewal #members p {
	color: var(--muted);
	font-size: 14px;
	line-height: 1.75;
	text-align: left;
}

body.member-auth-renewal #main_contents .box .text b,
body.member-auth-renewal #main_contents .box .text strong {
	color: var(--navy);
}

body.member-auth-renewal fieldset {
	margin: 0;
	padding: 0 0 16px;
	border: 0;
	text-align: left;
}

body.member-auth-renewal .form_title,
body.member-auth-renewal #members form fieldset > p:first-child {
	margin: 0 0 7px;
	padding: 0;
	color: var(--navy);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.45;
	text-align: left;
}

body.member-auth-renewal input[type="text"],
body.member-auth-renewal input[type="email"],
body.member-auth-renewal input[type="tel"],
body.member-auth-renewal input[type="password"],
body.member-auth-renewal input[type="number"],
body.member-auth-renewal textarea,
body.member-auth-renewal select {
	width: 100%;
	min-height: 46px;
	padding: 9px 12px;
	border: 1px solid rgba(143,36,59,.18);
	border-radius: 8px;
	background: #fff;
	color: var(--ink);
	font-size: 14px;
	font-weight: 700;
	box-shadow: inset 0 1px 0 rgba(95,31,47,.04);
}

body.member-auth-renewal input:focus,
body.member-auth-renewal textarea:focus,
body.member-auth-renewal select:focus {
	border-color: var(--wine);
	outline: none;
	box-shadow: 0 0 0 3px rgba(216,75,97,.12);
}

body.member-auth-renewal .input {
	margin: 0;
}

body.member-auth-renewal .error-message {
	margin-top: 6px;
	color: var(--rose);
	font-size: 12px;
	font-weight: 800;
	text-align: left;
}

body.member-auth-renewal .alert_box {
	margin-top: 8px;
	padding: 10px 12px;
	border: 1px solid rgba(201,154,61,.24);
	border-radius: 8px;
	background: var(--gold-soft);
}

body.member-auth-renewal #signup .box .alert_box .text,
body.member-auth-renewal #reminder .box .alert_box .text {
	margin: 0;
	color: var(--muted);
	font-size: 12px;
	font-weight: 700;
}

body.member-auth-renewal .button,
body.member-auth-renewal .button_box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0 0;
	text-align: center;
}

body.member-auth-renewal .button a,
body.member-auth-renewal .button input[type="button"],
body.member-auth-renewal .button input[type="submit"],
body.member-auth-renewal .button input[type="reset"],
body.member-auth-renewal #members .button a,
body.member-auth-renewal #members .button input[type="submit"],
body.member-auth-renewal #members .button input[type="reset"],
body.member-auth-renewal #members .button input[type="button"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: auto;
	min-width: 150px;
	height: 44px;
	min-height: 0;
	margin: 0;
	padding: 0 20px;
	border: 1px solid var(--wine);
	border-radius: 8px;
	background: linear-gradient(135deg, var(--wine), var(--rose));
	color: #fff !important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(143,36,59,.16);
	appearance: none;
}

body.member-auth-renewal #main_contents .box .button a {
	padding: 0 20px;
}

body.member-auth-renewal #main_contents .box .button a,
body.member-auth-renewal #main_contents .box .form .button input[type="button"],
body.member-auth-renewal #main_contents .box .form .button input[type="submit"],
body.member-auth-renewal #main_contents .box .form .button input[type="reset"],
body.member-auth-renewal #main_contents #login.index .box .button_box .button a,
body.member-auth-renewal #main_contents #signup.index .box .button_box .button a,
body.member-auth-renewal #main_contents #signup.fin .box .button_box .button a,
body.member-auth-renewal #main_contents #members .button a,
body.member-auth-renewal #main_contents #members .button input[type="submit"],
body.member-auth-renewal #main_contents #members .button input[type="reset"],
body.member-auth-renewal #main_contents #members .button input[type="button"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: auto;
	min-width: 150px;
	height: 44px;
	margin: 0;
	padding: 0 20px;
	border: 1px solid var(--wine);
	border-radius: 8px;
	background: linear-gradient(135deg, var(--wine), var(--rose));
	color: #fff !important;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	box-shadow: 0 10px 24px rgba(143,36,59,.16);
	appearance: none;
}

body.member-auth-renewal #main_contents #login.index .box .button_box .button:nth-child(2) a,
body.member-auth-renewal #main_contents #signup.index .box .button_box .button:nth-child(2) a,
body.member-auth-renewal #main_contents #signup.fin .box .button_box .button a:first-child,
body.member-auth-renewal #main_contents .box .form .button input[type="button"],
body.member-auth-renewal #main_contents .box .form .button input[type="reset"],
body.member-auth-renewal #main_contents #members .button input[type="button"],
body.member-auth-renewal #main_contents #members .button input[type="reset"] {
	border-color: rgba(143,36,59,.28);
	background: #fff;
	color: var(--wine) !important;
	box-shadow: none;
}

body.member-auth-renewal #main_contents .box .button a:hover,
body.member-auth-renewal #main_contents .box .form .button input[type="submit"]:hover,
body.member-auth-renewal #main_contents #login.index .box .button_box .button a:hover,
body.member-auth-renewal #main_contents #signup.index .box .button_box .button a:hover {
	background: linear-gradient(135deg, var(--navy), var(--wine));
	color: #fff !important;
}

body.member-auth-renewal #main_contents #login.index .box .button_box.cast-signup-box {
	margin-top: 8px;
}

body.member-auth-renewal #main_contents #login.index .box .button_box.cast-signup-box .button.cast-signup-button a {
	min-width: 150px;
	border-color: rgba(143,36,59,.34);
	background: #fff;
	color: var(--wine) !important;
	box-shadow: none;
}

body.member-auth-renewal #main_contents #login.index .box .button_box.cast-signup-box .button.cast-signup-button a::before {
	content: "";
	width: 7px;
	height: 7px;
	margin-right: 8px;
	border-radius: 999px;
	background: var(--gold);
}

body.member-auth-renewal #main_contents #login.index .box .button_box.cast-signup-box .button.cast-signup-button a:hover {
	border-color: var(--wine);
	background: var(--rose-soft);
	color: var(--wine) !important;
	box-shadow: none;
}

body.member-auth-renewal .button input[type="button"],
body.member-auth-renewal .button input[type="reset"],
body.member-auth-renewal #members .button input[type="button"],
body.member-auth-renewal #members .button input[type="reset"] {
	border-color: rgba(143,36,59,.28);
	background: #fff;
	color: var(--wine) !important;
	box-shadow: none;
}

body.member-auth-renewal .reminder_text {
	margin: 8px 0 0;
	text-align: right !important;
}

body.member-auth-renewal .reminder_text a,
body.member-auth-renewal .terms_text a {
	color: var(--wine) !important;
	font-size: 13px;
	font-weight: 900;
}

body.member-auth-renewal #signup .box .terms_text a {
	display: inline-flex;
	margin: 5px 0 10px;
	padding: 8px 13px;
	border: 1px solid rgba(143,36,59,.22);
	border-radius: 999px;
	background: var(--rose-soft);
	color: var(--wine);
}

body.member-auth-renewal .terms_wrap,
body.member-auth-renewal .autologin_wrap,
body.member-auth-renewal .email_wrap {
	margin: 8px 0;
	text-align: left;
}

body.member-auth-renewal label {
	cursor: pointer;
}

body.member-auth-renewal input[type="checkbox"],
body.member-auth-renewal input[type="radio"] {
	accent-color: var(--wine);
}

body.member-auth-renewal #signup .box .form .age_box {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 10px;
}

body.member-auth-renewal #signup .box .form .age_box .select_box,
body.member-auth-renewal #signup .box .form .age_box .select_box:nth-child(1) {
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%;
}

body.member-auth-renewal #signup .box .form .age_box .select_box select {
	width: 100%;
	margin: 0;
}

body.member-auth-renewal #signup .box .form .radio_box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	padding: 10px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 10px;
	background: var(--soft);
	text-align: left;
}

body.member-auth-renewal #signup .box .form .radio_box label {
	display: flex;
	align-items: center;
	min-height: 38px;
	padding: 7px 8px;
	border: 1px solid rgba(143,36,59,.1);
	border-radius: 8px;
	background: #fff;
	font-size: 13px;
	font-weight: 800;
}

body.member-auth-renewal #signup .box .form .radio_box label input[type="radio"] {
	display: inline-block;
	margin: 0 6px 0 0;
}

body.member-auth-renewal #signup .box .form .radio_box label input[type="radio"] + span {
	padding: 0;
}

body.member-auth-renewal #signup .box .form .radio_box label input[type="radio"] + span::before,
body.member-auth-renewal #signup .box .form .radio_box label input[type="radio"]:checked + span::after {
	display: none;
}

body.member-auth-renewal #main_contents #signup .box .form #prefectures.radio_box {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	padding: 8px;
	border: 1px solid rgba(143,36,59,.18);
	border-radius: 8px;
	background: rgba(255,247,248,.76);
}

body.member-auth-renewal #main_contents #signup .box .form #prefectures.radio_box label {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid rgba(143,36,59,.1);
	border-radius: 8px;
	background: rgba(255,255,255,.96);
	color: var(--ink);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

body.member-auth-renewal #main_contents #signup .box .form #prefectures.radio_box label input[type="radio"] {
	position: static;
	display: inline-block;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin: 0;
	opacity: 1;
	appearance: none;
	border: 1px solid rgba(143,36,59,.28);
	border-radius: 4px;
	background: #fff;
}

body.member-auth-renewal #main_contents #signup .box .form #prefectures.radio_box label input[type="radio"]:checked {
	border-color: var(--wine);
	background: linear-gradient(135deg, var(--wine), var(--rose));
}

body.member-auth-renewal #main_contents #signup .box .form #prefectures.radio_box label:has(input[type="radio"]:checked)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	width: 9px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-64%) rotate(-45deg);
	pointer-events: none;
}

body.member-auth-renewal #main_contents #signup .box .form #prefectures.radio_box label input[type="radio"] + span {
	display: block;
	min-width: 0;
	padding: 0;
	line-height: 1.35;
}

body.member-auth-renewal #main_contents #signup .box .form #prefectures.radio_box label input[type="radio"] + span::before,
body.member-auth-renewal #main_contents #signup .box .form #prefectures.radio_box label input[type="radio"]:checked + span::after {
	display: none;
	content: none;
}

body.member-auth-renewal #signup .box .form .conf_text {
	margin: 0;
	padding: 10px 12px;
	border: 1px solid rgba(143,36,59,.14);
	border-radius: 8px;
	background: var(--soft);
	color: var(--ink);
	font-weight: 800;
	text-align: left;
}

body.member-auth-renewal .head_item {
	border: 0;
	background: rgba(255,255,255,.92);
	box-shadow: 0 10px 24px rgba(95,31,47,.07);
}

body.member-auth-renewal .head_item .wrapper {
	width: min(860px, calc(100% - 32px));
	margin: 0 auto;
}

body.member-auth-renewal .head_item .flow {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
	padding: 12px 0;
}

body.member-auth-renewal .head_item .flow li {
	position: relative;
	width: auto;
	padding: 10px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(95,31,47,.06);
}

body.member-auth-renewal .head_item .flow li.on {
	border-color: rgba(143,36,59,.28);
	background: var(--rose-soft);
}

body.member-auth-renewal .head_item .flow li.fin {
	background: #f5f1f3;
}

body.member-auth-renewal .head_item .flow li .flow_text {
	margin: 0;
	border: 0;
	color: var(--navy);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.35;
}

body.member-auth-renewal .head_item .flow li .flow_text span {
	display: block;
	padding: 0;
	color: var(--gold);
	font-size: 12px;
}

body.member-auth-renewal .head_item .flow li.fin .flow_text {
	color: #9b8d94;
}

body.member-auth-renewal .head_item .flow li .achievement {
	left: 10px;
	right: 10px;
	bottom: 7px;
	top: auto;
	width: auto;
	height: 3px;
	border-radius: 999px;
	background: rgba(143,36,59,.14);
}

body.member-auth-renewal .head_item .flow li.on .achievement,
body.member-auth-renewal .head_item .flow li.fin .achievement {
	background: linear-gradient(90deg, var(--wine), var(--gold));
}

body.member-auth-renewal .head_item .flow li.on.half .achievement {
	width: calc(50% - 10px);
}

body.member-auth-renewal .counseling .sect_title {
	min-height: auto;
	padding: 16px;
	background: linear-gradient(135deg, var(--rose-soft), var(--gold-soft));
	box-shadow: none;
}

body.member-auth-renewal #main_contents .box.counseling {
	padding: 24px;
	background:
		radial-gradient(circle at 12% 0%, rgba(216,75,97,.12), rgba(216,75,97,0) 32%),
		linear-gradient(135deg, var(--rose-soft), var(--gold-soft));
}

body.member-auth-renewal #main_contents .box.counseling > .title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	color: var(--navy);
	font-size: 18px;
	text-align: center;
}

body.member-auth-renewal #main_contents .box.counseling > .title::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 9px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--rose), var(--gold));
	box-shadow: 0 0 0 6px rgba(216,75,97,.08);
}

body.member-auth-renewal #main_contents .box.counseling .title::after {
	display: none;
}

body.member-auth-renewal #main_contents .box.counseling .counseling-lead {
	width: min(620px, 100%);
	margin: 0 auto;
	padding: 18px 20px;
	border: 1px solid rgba(143,36,59,.12);
	border-radius: 12px;
	background: rgba(255,255,255,.9);
	text-align: center;
	box-shadow: 0 10px 26px rgba(95,31,47,.06);
}

body.member-auth-renewal #main_contents .box.counseling .lead-title {
	margin: 0;
	color: var(--wine);
	font-size: 21px;
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
}

body.member-auth-renewal #main_contents .box.counseling .lead-text {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.65;
	text-align: center;
}

body.member-auth-renewal #main_contents .counseling .sect_title {
	min-height: auto;
	margin: 0;
	padding: 14px;
	border: 1px solid rgba(143,36,59,.1);
	border-radius: 12px;
	background: #fff;
	box-shadow: none;
}

body.member-auth-renewal .counseling .sect_title h3 {
	padding: 0;
}

body.member-auth-renewal #main_contents .counseling .sect_title h3 {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}

body.member-auth-renewal #main_contents .counseling .sect_title h3::before {
	display: none;
}

body.member-auth-renewal .counseling .sect_title h3 img {
	max-width: 260px;
}

body.member-auth-renewal #main_contents .counseling .sect_title h3 img {
	width: min(250px, 100%);
	max-width: 100%;
}

body.member-auth-renewal .counseling .wrap {
	padding: 18px;
	border-radius: 10px;
	background: #fff;
}

body.member-auth-renewal #main_contents .counseling .wrap {
	width: 100%;
	margin: 0;
	padding: 18px 0 0;
	background: transparent;
}

body.member-auth-renewal .counseling .wrap .wrap_text p {
	margin: 0;
	text-align: center;
}

body.member-auth-renewal #main_contents .counseling .wrap .wrap_text {
	display: none;
}

body.member-auth-renewal .counseling .wrap .wrap_text p b {
	color: var(--wine);
}

body.member-auth-renewal .counseling .wrap .link_box {
	padding-top: 10px;
	text-align: center;
}

body.member-auth-renewal .counseling .wrap .link_box .title {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

body.member-auth-renewal .counseling .wrap .link_box .title span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 360px);
	min-height: 42px;
	padding: 9px 14px;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}

body.member-auth-renewal #main_contents .counseling .wrap .link_box .title span {
	width: min(100%, 360px);
	min-height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;
	background-image: none;
	background-position: initial;
	background-size: auto;
	color: #fff;
	box-shadow: 0 10px 22px rgba(17,24,32,.08);
}

body.member-auth-renewal #main_contents .box.counseling .wrap .link_box {
	display: flex;
	justify-content: center;
}

body.member-auth-renewal #main_contents .box.counseling .wrap .link_box .title {
	display: flex;
	justify-content: center;
	width: 100%;
}

body.member-auth-renewal #main_contents .box.counseling .wrap .link_box .title span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: min(100%, 360px) !important;
	min-height: 46px;
	padding: 0 18px !important;
	background-image: none !important;
	background-position: initial !important;
	background-size: auto !important;
	line-height: 1.25;
	text-align: center;
}

body.member-auth-renewal #main_contents .box.counseling .wrap .link_box .title span::before {
	content: "";
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

body.member-auth-renewal #main_contents .box.counseling .wrap .link_box .title .line::before {
	background-image: url("../../images/icon/comment_white.png");
}

body.member-auth-renewal #main_contents .box.counseling .wrap .link_box .title .email::before {
	background-image: url("../../images/icon/message_white.png");
}

body.member-auth-renewal #main_contents .box.counseling .wrap .link_box .title .telphone::before {
	background-image: url("../../images/icon/phone_white.png");
}

body.member-auth-renewal .counseling .wrap .link_box .title .line {
	background: linear-gradient(135deg, #1aa45a, #50bf7a);
}

body.member-auth-renewal .counseling .wrap .link_box .title .email {
	background: linear-gradient(135deg, var(--teal), #56a295);
}

body.member-auth-renewal .counseling .wrap .link_box .title .telphone {
	background: linear-gradient(135deg, var(--copper), var(--gold));
}

body.member-auth-renewal #signup .point_type {
	display: block;
	overflow: hidden;
	border-radius: 14px;
	box-shadow: var(--shadow-soft);
}

body.member-auth-renewal #signup .point_type img {
	width: 100%;
}

body.member-auth-renewal #popup_body {
	position: fixed;
	inset: 0;
	z-index: 90;
	display: none;
	background: rgba(17,24,32,.56);
}

body.member-auth-renewal #popup_content {
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	z-index: 91;
	display: none;
	width: min(520px, calc(100% - 32px));
	transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
	body.member-auth-renewal #main_contents {
		padding: 14px 0 34px;
	}

	body.member-auth-renewal #main_contents > .wrapper,
	body.member-auth-renewal .head_item .wrapper {
		width: min(100% - 20px, 860px);
	}

	body.member-auth-renewal .sect_title {
		min-height: 56px;
		border-radius: 12px;
	}

	body.member-auth-renewal .sect_title h3 {
		font-size: 20px;
	}

	body.member-auth-renewal #main_contents .box,
	body.member-auth-renewal #members .member_wrap {
		padding: 18px 14px;
		border-radius: 12px;
	}

	body.member-auth-renewal #main_contents .box .title,
	body.member-auth-renewal #members form .title,
	body.member-auth-renewal #members #regist_send .title,
	body.member-auth-renewal #members #tel_auth .title,
	body.member-auth-renewal #members #regist_fin .title {
		font-size: 18px;
	}

	body.member-auth-renewal .head_item .flow {
		gap: 6px;
		padding: 9px 0;
	}

	body.member-auth-renewal .head_item .flow li {
		padding: 8px 6px 12px;
	}

	body.member-auth-renewal .head_item .flow li .flow_text {
		font-size: 12px;
	}

	body.member-auth-renewal #signup .box .form .age_box {
		grid-template-columns: 1fr;
	}

	body.member-auth-renewal #signup .box .form .radio_box {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.member-auth-renewal #main_contents #signup .box .form #prefectures.radio_box {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.member-auth-renewal .button a,
	body.member-auth-renewal .button input[type="button"],
	body.member-auth-renewal .button input[type="submit"],
	body.member-auth-renewal .button input[type="reset"],
	body.member-auth-renewal #members .button a,
	body.member-auth-renewal #members .button input[type="submit"],
	body.member-auth-renewal #members .button input[type="reset"],
	body.member-auth-renewal #members .button input[type="button"] {
		min-width: min(100%, 180px);
		height: 40px;
		min-height: 0;
		padding: 0 16px;
		font-size: 14px;
	}
}
