@charset "utf-8";

/* ----------------------------------------------------
  全端末共通
---------------------------------------------------- */

/* common reset ==== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, ection, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
a {
	-webkit-tap-highlight-color: transparent;
}
main {
	display: block;
	overflow: hidden;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* common ==== */
html {
	-webkit-text-size-adjust: 100%;
	/* フォントサイズ自動調整OFF */
	font-size: 62.5%;
	/* 10px */
	overflow-x: hidden;
}
body {
	text-align: center;
	color: #333333;
	/* letter-spacing : 0.04em; */
	font-size: 14px;
	font-size: 1.4rem;
	/* 14px */
	line-height: 1;
	position: relative;
	/* page top ボタン用 */
	overflow: hidden;
	font-family: 'Roboto', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
button, input, select, textarea, option {
	font-family: inherit;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
img {
	max-width: 100%;
	height: auto;
}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, YuGothic, "Original Yu Gothic", "Yu Gothic", sans-serif;
	}
}
/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
.wrapper {
	display: flex;
	font-size: 1.6rem;
	/*----▼背景画像：デフォルト時----*/
	background: url(../images/bg_helfecloud.png) right bottom / 95% auto no-repeat;
	/*----▲背景画像：デフォルト時----*/
}
.bgno {
	background: none;
}
.login, .ad {
	width: 50vw;
	height: 100vh;
	min-height: 580px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.login {
	background: rgb(247, 247, 247);
}
.login-box {
	max-width: 515px;
}
.login-box h1 img {
	margin-right: 15px;
	max-width: 400px;
}
.login-box form {
	padding-bottom: 5%;
}
.login-box ul {
	margin: 40px 0 30px;
}
.login-box li {
	margin-bottom: 20px;
}
.login-box li input {
	padding: 15px 15px 15px 35px;
	border-radius: 3px;
	background: #f9f9f9 url(../images/ico_tenant.png)left 10px top 14px no-repeat;
	border: 1px solid #e0e0e0;
	width: 100%;
}
.login-box li:nth-of-type(2) input {
	background-image: url(../images/ico_user.png);
}
.login-box li:nth-of-type(3) input {
	background-image: url(../images/ico_pass.png);
}
.login-box button {
	width: 80%;
	background: #000;
	border-radius: 4px;
	text-align: center;
	padding: 10px 0;
	font-size: 2.4rem;
	cursor: pointer;
	color: #fff;
	transition: .3s;
}
.login-box button:hover {
	opacity: .7;
}
.copy {
	width: 415px;
	position: absolute;
	bottom: 5%;
	left: 50%;
	text-align: center;
	font-size: 1.2rem;
	color: #666666;
	transform: translate(-50%, 0);
}
.copy img {
	max-width: 150px;
}
.copy p {
	margin-top: 10px;
}

.ad-box {
	width: 50vw;
	color: #f7f7f7;
	line-height: 1.8;
	font-size: 1.8rem;
	text-align: center;
	min-height: 580px;
}
.ad-box > section {
	display: flex;
	width: 100%;
	height: 100vh;
	justify-content: center;
	align-items: center;
	min-height: 580px;
	padding: 30px;
}
.ad-box .lead {
	font-size: 2.4rem;
	margin: 50px 0 30px;
}
.ad-box .btn {
	max-width: 250px;
	margin: 20px auto 0;
	width: 100%;
}
.ad-box .btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	padding: 5px 0;
	border-radius: 3px;
	transition: .3s;
}
.ad-box .btn a:hover {
	background: rgba(255, 255, 255, 0.4);
}
.item {
	display: none;
}



/*----▼背景画像：広告エリア----*/

.helfecloud {
	background: url("../images/bg_cloud_01.png") right bottom 0% / auto 15% no-repeat, url("../images/bg_helfecloud.png") 0 0 / cover no-repeat;
	color: rgb(255, 255, 255);
}
/*----▲背景画像：広告エリア----*/


/*----helfecloud----*/
.ad-box > .helfecloud {
	padding-bottom: 0vw;
}
.helfecloud h2 {
	width: 76%;
	margin: 0 auto 2vw;
}
.helfecloud dl {
	width: 76%;
	margin: 0 auto;
	text-align: left;
}
.helfecloud dt {
	font-weight: bold;
	margin-bottom: 1.5vw;
	font-size: 1.3vw;
}
.helfecloud dd {
	font-size: 1vw;
	margin-bottom: 1.5vw;
}




/* ----------------------------------------------------
メディアクエリ設定 (tablet and PC) 769px～
---------------------------------------------------- */
@media only screen and (min-width: 769px) {

	.sp-only {
		display: none !important;
	}
	/*smartPhone END*/
}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 960px) {
	body {
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	}
	.pc-only {
		display: none;
	}
	.login {
		width: 100%;
		padding: 40px 15px 30px;
		min-height: auto;
		justify-content: flex-start;
	}
	.login-box {
		width: 100%;
	}
	.ad {
		display: none;
	}
	.login-box h1 {
		display: flex;
		align-items: center;
		flex-direction: column;
		margin: 0 auto;
	}
	.login-box h1 img {
		margin: 0 0 15px;
	}
	.login-box ul {
		margin-top: 30px;
	}
	.login-box li input {
		font-size: 1.6rem;
	}
	/*smartPhone END*/
}

/* add mbc settings */
div.error{
	color:#FF3333;
}

div.hide {
	display: none;
}

/* ----------------------------------------------------
メディアクエリ設定 (モバイルログインページ用)   0～568px
---------------------------------------------------- */
@media screen and (max-height: 568px) {
	.login-box li input {
		padding: 10px 10px 10px 35px;
		background-position: left 10px top 10px;
	}
	.login-box button {
		padding: 10px 0;
	}
	.copy {
		display: none;
	}
}
@media screen and (max-width: 450px) {}
/* for MFA */
.token-container {
	padding-top: 0.5em;
	padding-bottom: 2em;
	text-align: center;
  }
  .token-input {
	width: 2.5em;
	height: 45px;
	margin-top: 0.4em;
	padding: 0px;
	color: #2e2e2e;
	background-color: #ffffff;
	border: solid;
	border-radius: 0.2em;
	box-sizing: border-box;
	transition: background-color 0.3s ease-in-out;
	text-align: center;
	border-color: lightgray;
  }
  #backDiv {
	margin-top: 1.4em;
	font-size: 0.75em;
  }
  #back {
	color: #547ece
  }
  .token-input:focus {
	/*outline: 2px #cccccc solid;*/
	outline: none;
	border: 2px skyblue solid;
  }
  input[type='number'] {
	-moz-appearance: textfield;
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.token-msg {
	margin: 1em;
	margin-top: 2em;
	text-align: center;
}