/*########################################################################################
|
main.css上書き用
|
########################################################################################*/
#wrap_header {
	height: 138px;
}
/*########################################################################################
|
|ログイン画面
|
########################################################################################*/
.login_wrap {
	display: flex;
		align-items: flex-start;
		justify-content: space-between;
}
/*-----------------------------------------------------------------------------
|
|■┓左コンテナ
|┗┛
-----------------------------------------------------------------------------*/
.left_container {
	background: repeating-linear-gradient(-45deg, #e5f2ff, #e5f2ff 2px, #f4f9ff 0, #f4f9ff 4px);
	/*box-shadow: 0 0 10px rgba(0,0,0,.3);*/
	border: 1px solid #ccc;
	padding: 64px;
	width: calc(50% - 20px);
	min-height: 448px;
}
.login_btn {
	margin-bottom: 1em;
}
.form_group {
	margin-bottom: 16px;
}
.input_group {
	border-collapse: separate;
	display: table;
	position: relative;
}
.input_group .form_control {
	margin-bottom: 0;
	position: relative;
	width: 100%;
	height: 50px;
}
.input_group_addon,
.input_group .form_control {
	display: table-cell;
}
.input_group_addon {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #fff;
	padding: 6px 12px;
	text-align: center;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.login_body .form_control,
.login_body .input_group_addon {
	border: none;
	border-radius: 3px;
	box-shadow: none;
}
.login_body .input_group_addon {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #587cc7;
}
.login_body .form_control {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid #ccc;
	border-left: none;
}
.login_body .input_group.insurance_card .input_group_addon {
	padding: 6px 11px;
}
.login_body .input_group.insurance_card .hyphen {
	display: table-cell;
	padding: 0 8px;
	vertical-align: middle;
	width: 5%;
}
.login_body .input_group.insurance_card input:last-child.form_control {
	border-left: 1px solid #ccc;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
input[type="password"],
input[type="text"] {
	margin-top: 0;
}
.login_body ul {
	margin-top: 24px;
	padding-left: 8px;
}
.login_body ul li a:hover {
	opacity: .6;
	text-decoration: none;
}
.login_body ul li {
	margin-bottom: 8px;
}
.login_body ul li::before ,
.login_body ul li a::before {
		top: 4px;
}
/*-------------------
パスワードの説明
--------------------------------------------------*/
.login_body .pw_explanation {
	border-top: 1px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 1.5em;
	padding-top: 1.5em;
}
.login_body .pw_explanation ul {
	margin-top: 0;
}
.login_body .pw_explanation ul li::before {
	top: 7px;
}
.login_body .pw_explanation .align_list_left {
	margin-left: 0.5em;
}
/*-----------------------------------------------------------------------------
|
|■┓右コンテナ
|┗┛
-----------------------------------------------------------------------------*/
.right_container {
	width: calc(50% - 20px);
}

/*-------------------
キャッチイメージ
--------------------------------------------------*/
.catch {
	display: flex;
		align-items: center;
		justify-content: center;
	width: 100%;
}
/*-------------------
ユーザーIDの説明
--------------------------------------------------*/
.uid_explanation {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 64px;
}
.uid_explanation img {
	vertical-align: bottom;
	max-width: 100%;
}
.uid_explanation h3 {
	border-bottom: 1px solid #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: .75em;
	padding-bottom: .5em;
}
.uid_explanation h4 {
	font-weight: 500;
}
.uid_explanation .uid_ex_contents {
	margin-left: 16px;
}
.uid_explanation .uid_result {
	border-bottom: 1px solid #e00;
}
.uid_explanation .uid_ex_contents.employee {
	display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
}
.uid_explanation .uid_ex_contents.employee > div {
	width: 48%;
}
.uid_explanation .uid_ex_contents.employee > div:nth-child(1) {
	border-right: 1px solid #ccc;
	padding-right: 12px;
}
.uid_explanation .uid_ex_contents.employee .wrap_uid_img {
	display: inline-block;
	margin-bottom: 8px;
	max-width: 100%;
}
.uid_explanation .uid_ex_contents .uid_ex_box {
	margin-top: 8px;
}
.uid_explanation .uid_ex_contents .uid_ex {
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 12px;
}


/*-------------------
ログインページボトムエリア
SCTSECURE/Norton SECURED/推奨環境など
--------------------------------------------------*/
.system_requirements {
	/*
	margin-top: 56px;
	*/
	margin-top: 24px;
	width: 100%;
}
.system_requirements > div:first-child {
	border-bottom: 1px solid #000;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 1em;
	padding-bottom: .5em;
}
.system_requirements > div:nth-child(2) {
	font-size: 14px;
	font-size: 1.4rem;
}
/*
.system_requirements ul {
	margin-left: 0;
}
.system_requirements ul li {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0 .5em 12px;
	position: relative;
	width: 100%;
}
.system_requirements ul li:before {
	color: gray;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	position: absolute;
		top: 2px;
		left: 0;
}
.system_requirements ul li:first-child {
	margin-bottom: .5em;
}
*/
/*
.bottom_container {
	display: flex;
	margin: 50px 0 0;
}
.bottom_contents {
	margin: auto;
}
.bottom_contents div.flex_box {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 25px;
}
@media (max-width: 480px){
	.bottom_contents div.flex_box:last-child {
		margin-bottom: 0;
	}
}
.bottom_contents div.flex_box:nth-of-type(2) {
	margin-right: 50px;
}
.system_requirements .title {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 4px;
}
.system_requirements ul li {
	font-size: 11px;
	line-height: 1.1em;
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 10px;
	position: relative;
}
.system_requirements ul li::before {
	position: absolute;
	display: block;
	top: calc(50% - 7px);
	left: 0;
	content: "";
	border: 3px solid transparent;
	border-left: 3px solid #000;
}
*/
/*-------------------
スマホ対応コード
--------------------------------------------------*/
@media (max-width: 768px){
	.left_container,
	.system_requirements {
		width: auto;
	}
}
