@charset "utf-8";
/* CSS Document */

/*--------------------------------
	clearfix
--------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
/*--------------------------------
	contents main
--------------------------------*/
.login_container_base {
	padding: 16px;
	/*background: #C0C0C0;*/
}
.login_container {
	width: 608px;
	/*margin: 16px;*/
	background: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444;

	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.login_container * {
	text-decoration: none;
}
.login_container>.head {
	padding: 8px;
	background: #E8E8E8;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.login_container>.main {
	padding: 16px;
}
/*----------
	back
------------*/
.login_container>.main>.back {
	padding: 4px;
	background: #E8E8E8;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 4px 3px rgba(0,0,0,0.2);
}
.login_container>.main>.back:hover {
	cursor: pointer;
	background: #FCC;
}
/*-----------------------
	window
-----------------------*/
.login_container>.main .window {
	width: 576px;
	background: #F0F0F0;
	border: solid;
	border-width: 1px;
	border-color: #CCC;
}
.login_container>.main .window>.title {
	height: 36px;
	background: #CCC;
	padding: 8px;
	font-weight: bold;
	font-size: 24px;
}
.login_container>.main .window>.contents {
}

/*--------------------------------
	login_form
--------------------------------*/
.login_form {
	overflow: hidden;
	margin: 8px;
	padding: 8px;
	padding-left: 80px;
	padding-right: 80px;
	width: 400px;
	background-color: #fff;
}
.login_form>.unit {
	overflow: hidden;
	height: 50px;
	padding-left: 80px;
}
.login_form .title {
	height: 30;
	font-size: 24px;
	font-weight: bold;
}
.login_form input[type=button] {
	margin-top: 8px;
	width: 240px;
	height: 40px;
	font-size: 24px;
}

/*
change_type_button
*/
.login_container .change_type_button {
	-webkit-appearance: none;
	appearance: none;

	display: inline-block;
	width: 180px;
	height: 40px;
	margin: 0;

	border: none;
	border-radius: 8px 8px 0px 0px;

	background: #eaeaea;
	color: #cacaca;
	font-weight: bold;
	font-size: 16px;
}
.login_container .change_type_button:disabled {
	background: #ccc;
	color: #333;
}

/*--------------------------------
	input text
--------------------------------*/
.login_form input[type=text], input[type=password] {

	font-size:24px;

	border: 1px solid #444;
	padding: 8px;
	line-height: 1.2em;
	background: #fff;

	width: 224px;/*240 - 16*/
}
.login_form input[type=text]:focus, input[type=password]:focus {
	outline: none;
	border: 2px solid #058cf5;
	margin: -1px;
}

/**
 * form customize from fat_form
 */
.login_form * {
	margin: 0;
	padding: 0;
}
.login_form fieldset {
	border: 0;
	padding-bottom: 9px;
}
.login_form label {
	display: block;
	cursor: pointer;
	line-height: 32px;
	padding: 9px;

	font-size:24px;

	float:left;
}
.login_form input[type=radio] {
	width: 32px;
	height: 32px;
}
.login_form .label_check input,
.login_form .label_radio input {
	margin-right: 5px;
}
.login_form .label_check,
.login_form .label_radio {
	padding-left: 50px;
}
.login_form .label_radio {
	background: url(images/radio_off.png) no-repeat;
}
.login_form .label_check {
	background: url(images/check_off.png) no-repeat;
}
.login_form label.c_on {
	background: url(images/check_on.png) no-repeat;
}
.login_form label.r_on {
	background: url(images/radio_on.png) no-repeat;
}
.login_form .label_check input,
.login_form .label_radio input {
	position: absolute;
	left: -9999px;
}

/*----------
	error
------------*/
.login_container>.main .text {
	padding: 30px 0 30px;
	text-align: center;
}
.login_container .btnArea{
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.login_container a.btn_blue{
	width: 164px;
	height: 50px;
	margin: 0 30px;
	background-color: #373c6e;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	border-radius: 5px 0 10px 0;
	box-shadow: 0px 1px 1px 1px rgba(55, 60, 110, 0.4);
	display: inline-block;
}
.login_container a.btn_blue:hover{
	transform: translateY(2px);
	-moz-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	box-shadow: 0px 0px 1px 1px rgba(55, 60, 110, 0.4);
}
.login_container a.btn_blue span{
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}