.frame_01 {
	width: 100%;
	height: 100%;
	background-image: url('/custom/assets/images/site/login_bg_1.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-color: var(--color_html_back_01);
}

.frame_01 .wrapper {
	width: 100%;
	max-width: 380px;
}

.frame_01 .wrapper .top_image {
	margin: 16px 0;
}

.frame_01 .wrapper .body {
	margin-bottom: 16px;
	padding: 24px;
	-webkit-border-radius: 6px; border-radius: 6px;
	background-color: var(--color_html_back_01);
}

.frame_01 .wrapper .body .text_1 {
	line-height: 1.5;
	text-align: center;
	/* color: var(--color_html_font_01); */
}

.frame_01 .wrapper .body .text_2 {
	line-height: 1.5;
	text-align: center;
	letter-spacing: 2px;
	font-size: 28px;
	font-weight: 700;
	font-style: normal;
	/* color: var(--color_html_font_01); */
}

.frame_01 .wrapper .body .text_3 {
	margin-bottom: 12px;
	text-align: center;
	font-size: 12px;
	/* color: var(--color_html_font_01); */
	line-height: 1.5;
}
.frame_01 .wrapper .body .text_3:last-child { margin-bottom: 0; }

.frame_01 .wrapper .body .goto_link {
	margin-bottom: 20px;
}
