@charset "utf-8";
/*---------------------------------------------------------*/
/* nologinpage */
body.nologinpage{
	background: none;
	color: #3E3E3E;
}
.nologinpage a{
	color: #3E3E3E;
}

/* bg_image */
.bg_image{
	background: url(/common/img/background_pc.jpg) center top;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	height: 100%;
	width: 100%;
	z-index: -1;
}
@media screen and (min-width: 2415px) {
	.bg_image{
		background-size: cover;
	}
}

/* logo */
.nologin_main_wrapper .logo{
	margin: 88px auto 42px;
}

/* title_A */
.nologin_main_wrapper .title_A{
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 64px;
}

/*---------------------------------------------------------*/
/* login_table  */
.login_table{
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
}
.login_table tr,
.login_table th,
.login_table td{
	display: block;
	text-align: left;
}
.login_table td{
	margin-bottom: 40px;
}
.login_table input[type=text],
.login_table input[type=email],
.login_table input[type=password]{
	background: #fff;
	margin: 0 0 12px;
	padding: 20px 24px;
}
.login_table input[type=text]:read-only{
	background: transparent;
	border: none;
}
.login_table select{
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 20px 24px;
}
.inputtype_select{
	position: relative;
}
.inputtype_select:after {
	content: "▼";
	display: block;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 1em;
	width: 1em;
	height: 1em;
	pointer-events: none;
	line-height: 1;
}
.login_table .size_s{
	margin-top: 0.5em;
}
.login_table .password_note{
	font-size: 14px;
}

/* takecareof_td */
.login_table .takecareof_td{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.login_table .takecareof_td input[type=checkbox] + label{
	background: transparent url(../img/ic_nochecked.svg) no-repeat left center;
	background-size: 1.5em;
	border: none;
	margin: 0 0 2%;
	padding: 0.5em 0 0.5em 2em;
	text-align: left;
	width: 49%;
}
.login_table .takecareof_td input[type=checkbox]:checked + label{
	background-image: url(../img/ic_checked.png);
	color: #004EBB;
}

/* login_btns */
.btn_submit_block,
.btn_return_block{
	margin-top: 0;
}
.login_btns .btn_submit{
	background: #3E3E3E;
	color: #fff;
	width: 100%;
}

/* link_new */
.nologinpage .link_new{
	font-size: 18px;
}

/* link_home */
.nologinpage .link_home{
	font-size: 14px;
	margin-top: 40px;
}

/* choiceclientlist */
.nologinpage .choiceclientlist a{
	border: 1px solid #ccc;
	border-radius: 100px;
	display: block;
	font-size: 18px;
	padding: 0.5em 1em;
	margin: 1em 0;
	text-align: center;
}
.nologinpage .choiceclientlist a:hover{
	background: #004EBB;
	color: #fff;
}

/*---------------------------------------------------------*/
/* nologin_foot */
.nologin_foot{
	background: #3E3E3E;
	color: #fff;
	display: flex;
	align-items: flex-start;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 10rem;
	padding: 6.4rem 4.8rem;
}
/* logo */
.nologin_foot .logo{
	flex-shrink: 0;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0 5rem 3rem 0;
	text-align: center;
	width: 18rem;
}
.nologin_foot .logo img{
	margin-bottom: 0.5rem;
	width: 100%;
}
/* btns */
.nologin_foot .btns{
	flex-wrap: wrap;
	flex-shrink: 1;
	margin: 0 5rem 3rem 0;
	max-width: 42.7rem;
	width: 42.7rem;
}
.nologin_foot .btns > div{
	flex-grow: 0;
	margin: 0;
	width: 20.8rem;
}
.nologin_foot .btns a{
	width: 100%;
}
.nologin_foot .global_btn.login,
.nologin_foot .global_btn.register{
	order: 1;
	margin-bottom: 1.6rem;
}
.nologin_foot .global_btn.login a,
.nologin_foot .global_btn.register a{
	font-size: 1.2rem;
}
.nologin_foot .global_btn.corporate{
	order: 2;
}
.nologin_foot .global_btn.corporate a{
	border-color: #fff;
	font-size: 1.3rem;
	padding: 1.5rem;
}
/* links */
.nologin_foot .links{
	flex-shrink: 1;
	margin-left: auto;
	flex-wrap: wrap;
	max-width: 45.6rem;
}
.nologin_foot .links a{
	color: #fff;
	display: block;
	font-size: 1.2rem;
	margin-bottom: 0.8rem;
	padding-left: 1.6rem;
	position: relative;
	width: 22.4rem;
}
.nologin_foot .links a::before{
	background: #8D8D8D;
	content: "";
	position: absolute;
	left: 0;
	top: 0.7rem;
	height: 0.2rem;
	width: 0.8rem;
}
@media screen and (max-width: 1050px) {
	.nologin_foot .links{
		width: 22.4rem;
	}
}

/* copyright */
.nologin_copyright{
	background: #3E3E3E;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.5;
	padding-bottom: 10rem;
	width: 100%;
}

/*---------------------------------------------------------*/
/* global_btn */
.global_btn a{
	border: #FFD900 0.2rem solid;
	border-radius: 10rem;
	display: block;
	font-size: 1.3rem;
	line-height: 1;
	padding: 1.2rem 2.4rem;
	width: fit-content;
}
.global_btn.corporate{
	flex-grow: 1;
}
.global_btn.corporate a{
	background: #3E3E3E;
	border-color: #3E3E3E;
	color: #fff;
}
.global_btn.login{
	margin-right: 1.6rem;
}
.global_btn.login a{
	background: #004EBB;
	border-color: #004EBB;
	color: #fff;
}
.global_btn.register{
	margin-right: 14.4rem;
}
.global_btn.register a{
	background: #FFD900;
	border-color: #FFD900;
}
.global_btn.corporate a:hover,
.global_btn.login a:hover,
.global_btn.register a:hover{
	background: #fff;
	color: #3E3E3E;
	opacity: 1;
}
