html, body {
	min-height: 100%;
	background: #ffffff;
	font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
	font-weight: 100;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

.box {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 28px;
	background: #ffffff;
}
.title {
	font-size: 20px;
	color: #000000;
	background: #ffffff;
}

.subtitle {
	font-size: 16px;
	margin: 20px 0;
}

.note {
	font-style: italic;
	font-size: 14px;
}

b {
	font-weight: 300;
}


body {
	text-align: center;
	margin: 0 !important;
}
.content {
	margin: calc(100vh / 8) auto auto auto;
	text-align: center;
}
.logo_img {
	/*width: calc(100vw / 2);*/
	max-width: 360px;
}
.content-txt-1 {
	margin-top: 12px;
	font-size: 20px;
	color: #090c18;
}
.content-txt-2 {
	margin-top: 12px;
	font-size: 13px;
	color: #8e8e8e;
}
.content-app-run {
	width: calc(100vw / 3.4);
	padding: 10px 30px;
	margin: 16px auto auto auto;
	display: block;
	border-radius: 100px;
	background-color: #009cff;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: unset;
}
