/*########################################################################################
|
main.css上書き用
|
########################################################################################*/
#wrap_header {
	height: 138px;
}
/*########################################################################################
|
|ログイン画面
|
########################################################################################*/
.login_wrap {
	display: flex;
		/*align-items: flex-start;*/
		align-items: center;
		justify-content: space-between;
}
/*-----------------------------------------------------------------------------
|
|■┓左コンテナ
|┗┛
-----------------------------------------------------------------------------*/
.left_container {
	background: repeating-linear-gradient(-45deg, #ddffbc, #ddffbc 2px, #f4ffea 0, #f4ffea 4px);
	/*box-shadow: 0 0 10px rgba(0,0,0,.3);*/
	border: 1px solid #ccc;
	padding: 80px;
	width: calc(50% - 20px);
	min-height: 480px;
}
.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: #009a22;
}
.login_body .form_control {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid #ccc;
	border-left: none;
}
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:first-child*/
.login_body ul li {
	margin-bottom: 8px;
}
.login_body ul li::before ,
.login_body ul li a::before {
		top: 4px;
}
/*-----------------------------------------------------------------------------
|
|■┓右コンテナ
|┗┛
-----------------------------------------------------------------------------*/
.right_container {
	width: calc(50% - 20px);
}

/*-------------------
キャッチイメージ
--------------------------------------------------*/
.catch {
	display: flex;
		align-items: center;
		justify-content: center;
	width: 100%;
}
/*-------------------
ログインページボトムエリア
SCTSECURE/Norton SECURED/推奨環境など
--------------------------------------------------*/
.system_requirements {
	display: none; /* ページ内推奨環境非表示対応 */
	margin-top: 40px;
	width: 100%;
}
.system_requirements > div {
	border-bottom: 1px solid #000;
	font-weight: 500;
	margin-bottom: 1em;
	padding-bottom: .5em;
	
}
.system_requirements ul {
	margin-left: 0;
}
.system_requirements ul li {
	font-size: 14px;
	font-size: 1.4rem;
	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;
}
*/
/*-----------------------------------------------------------------------------
|
|■┓お問い合わせ先
|┗┛
-----------------------------------------------------------------------------*/
.login_contact_bg {
	border-top: 1px dotted #090;
	margin-top: 40px;
	padding: 0 20px;
}
.login_contact_wrap {
	color: #090;
	display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 auto;
	padding: 32px 0 16px;
	width: 100%;
	max-width: 1000px;
}
.login_contact_wrap a {
	color: #090;
}
.login_contact_wrap > .left_box {
	display: flex;
		flex-direction: column;
	margin: 2px 1em 16px 0;
}
.login_contact_wrap > .right_box {
	margin-bottom: 16px;
}
.login_name {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 4px;
}
.contact_method {
	display: flex;
		flex-wrap: wrap;
	line-height: 1;
}
.contact_method .tel {
	display: flex;
		align-items: flex-start;
		flex-direction: column;
	margin-right: 1.5em;
}
.contact_method .tel .tel_num {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}
.contact_method .tel i {
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 6px;
	vertical-align: 3px;
}
.contact_method .tel .reception_time {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 8px 0 4px 16px;
}
.contact_method .email {
	font-size: 16px;
	font-size: 1.6rem;
}
.contact_method .email i {
	margin-right: 4px;
}
.contact_method .email a {
	border-bottom: 1px dotted #090;
}
.contact_method .email a:hover {
	border-bottom: none;
	text-decoration: none;
}
.login_contact_bg + #footer {
	margin-top: 0;
	outline: none;
}

/*-------------------
スマホ対応コード
--------------------------------------------------*/
@media (max-width: 768px){
	.left_container,
	.system_requirements {
		width: auto;
	}
}
