@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : houjin_login.css
 author     : Ability Consultant
 style info : 法人ログイン
=================================================================== */
.con_form, .con_forget {
	max-width: 1140px;
	margin: auto;
}

@media only screen and (max-width: 1140px) {
	.con_form, .con_forget {
		width: 95%;
	}
}

@media print {
	.con_form, .con_forget {
		width: 95%;
	}
}

.ie8 .con_form, .ie8 .con_forget {
	width: 95%;
}

#page {
	padding-top: 0 !important;
}

#bg_page {
	background-image: url(../houjin_login/images/bg_title-pc.jpg);
}

@media only screen and (max-width: 767px) {
	#bg_page {
		background-image: url(../houjin_login/images/bg_title-sp.jpg);
	}
}

.title_logo {
	text-align: center;
	margin: 30px 0;
}

@media only screen and (max-width: 767px) {
	.title_logo {
		margin: 1.5em 0;
	}
}

/* -----------------------------------------------------------
	con_form
----------------------------------------------------------- */
.con_form {
	max-width: 800px;
	margin-bottom: 50px;
	padding: 20px 2.5%;
	border: 1px solid #cccccc;
	background: #f7f7f7;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_form {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_form {
		margin-bottom: 3em;
	}
}

@media only screen and (max-width: 767px) {
	.con_form {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
}

.con_form input, .con_form button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.con_form .box_form {
	margin-bottom: 30px;
}

.con_form .box_form form {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.con_form .box_form form {
		margin-bottom: 1em;
	}
}

.con_form .box_form form ul {
	width: 60%;
	margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
	.con_form .box_form form ul {
		width: 100%;
		margin-bottom: 1em;
	}
}

.con_form .box_form form ul li:not(:last-child) {
	margin-bottom: 10px;
}

.con_form .box_form form ul li .st {
	font-size: 115%;
}

@media only screen and (max-width: 767px) {
	.con_form .box_form form ul li .st {
		font-size: 100%;
	}
}

.con_form .box_form form ul li input {
	border: 1px solid #cccccc;
	background: #fff;
	padding: 10px;
}

@media only screen and (max-width: 767px) {
	.con_form .box_form form ul li input {
		padding: 10px 0.25em;
	}
}

@media only screen and (max-width: 767px) {
	.con_form .box_form form ul li input::-webkit-input-placeholder {
		font-size: 86%;
	}
}

@media only screen and (max-width: 767px) {
	.con_form .box_form form ul li input:-moz-placeholder {
		font-size: 86%;
	}
}

@media only screen and (max-width: 767px) {
	.con_form .box_form form ul li input::-moz-placeholder {
		font-size: 86%;
	}
}

@media only screen and (max-width: 767px) {
	.con_form .box_form form ul li input:-ms-input-placeholder {
		font-size: 86%;
	}
}

.con_form .box_form form ul li:first-child .input {
	display: flex;
	align-items: center;
}

.con_form .box_form form ul li:first-child .input input {
	width: 30%;
}

.con_form .box_form form ul li:first-child .input span {
	width: 5%;
	display: block;
	position: relative;
	padding: 0 0.25em;
}

.con_form .box_form form ul li:first-child .input span:before {
	position: absolute;
	content: '';
	top: 49%;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 1px;
	background: #333333;
}

.con_form .box_form form ul li:last-child input {
	width: 100%;
}

.con_form .box_form form .none {
	margin-bottom: 13px;
	text-align: center;
	color: #a01a1a;
}

.con_form .box_form .btn_login {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_form .box_form .btn_login {
		width: 80%;
		margin: 0 auto;
	}
}

.con_form .box_form .btn_login button {
	cursor: pointer;
	display: inline-block;
	padding: 0.5em 30px;
	color: #fff !important;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	position: relative;
	font-size: 122%;
	text-align: center;
	min-width: 285px;
	text-decoration: none !important;
	background: #063f74;
}

@media only screen and (max-width: 767px) {
	.con_form .box_form .btn_login button {
		font-size: 108%;
		padding-top: 0.6em;
		padding-bottom: 0.6em;
	}
}

.con_form .box_form .btn_login button:after {
	content: "\f101";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.con_form .box_form .btn_login button:hover:after {
	right: 8px;
}

.con_form .box_form .btn_login button:hover {
	background: #05325c;
}

@media only screen and (min-width: 768px) {
	.con_form .box_form .btn_login button {
		padding-top: 0.75em;
		padding-bottom: 0.75em;
	}
}

@media print {
	.con_form .box_form .btn_login button {
		padding-top: 0.75em;
		padding-bottom: 0.75em;
	}
}

.ie8 .con_form .box_form .btn_login button {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

@media only screen and (max-width: 767px) {
	.con_form .box_form .btn_login button {
		min-width: auto;
		width: 100%;
	}
}

.con_form .text_link {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}

.con_form .text_link:after {
	position: relative;
	content: '\f101';
	font-family: "FontAwesome";
}

.con_form .text_link span {
	display: inline-block;
	padding-right: 0.5em;
}

.con_form .box_forget .st_mid_center {
	margin-bottom: 5px;
	line-height: 1.3;
}

.con_form .box_forget .text {
	text-align: center;
	font-size: 122%;
}

@media only screen and (max-width: 767px) {
	.con_form .box_forget .text {
		font-size: 115%;
	}
}

/* -----------------------------------------------------------
	con_forget
----------------------------------------------------------- */
.con_forget {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_forget {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_forget {
		margin-bottom: 3em;
	}
}

.con_forget .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.con_forget .inner .box_text {
	width: 65%;
	padding-right: 2em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_forget .inner .box_text {
		width: 55%;
	}
}

@media only screen and (max-width: 767px) {
	.con_forget .inner .box_text {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_forget .inner .box_text {
		margin-bottom: 10px;
		padding-right: 0;
	}
}

.con_forget .inner .box_tel {
	width: 35%;
	padding: 2em 2.5%;
	border: 1px solid #cccccc;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_forget .inner .box_tel {
		width: 45%;
	}
}

@media only screen and (max-width: 767px) {
	.con_forget .inner .box_tel {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_forget .inner .box_tel {
		padding: 0.5em 2.5% 1em;
	}
}

.con_forget .inner .box_tel .tel {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 143%;
}

@media only screen and (max-width: 767px) {
	.con_forget .inner .box_tel .tel {
		font-size: 129%;
	}
}

@media only screen and (max-width: 767px) {
	.con_forget .inner .box_tel .info {
		font-size: 93%;
	}
}

/*# sourceMappingURL=../maps/houjin_login.css.map */
