@charset "UTF-8";

/* 1.login
------------------------------------------------------------*/

/*
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese');
*/

body,html{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Noto Sans JP', sans-serif;
}

body{
	/*font-family:Arial,"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,sans-serif;*/
	font-size: 14px;
	visibility: visible;
	width: 100vw;
	-webkit-overflow-scrolling: touch;
	line-height: 1.5;
}

picture,source {
	font-size: 0;
	margin: 0;
	padding: 0;
	display: block;
}

*,::before,::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#login_box_wrap {
	position: relative;
	width: 100%;
}

#login_box {
	width: 320px;
	height: 260px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -130px 0 0 -160px;
}

#login_box .title{
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
}

#login_box .login_low_input{
	margin-top: 20px;
}

#login_box .login_low_input label{
	display:block;
	font-weight:bold;
	font-size:10px;
}

#login_box .login_low_input input.text,
#login_box .login_low_input input.password,
#login_box .login_low_input input[type="text"],
#login_box .login_low_input input[type="password"]{
	/*width:180px;*/
	width: 100%;
	height: 45px;
	padding: 15px 30px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #EDEDED;
	font-size: 16px;
	border-style: none;
}

#login_box .login_low_input span.capcha {
	display:block;
	margin:10px 0 0;
	text-align:center;
}

#login_box .login_low_input span.capcha img{
	border:solid 1px #ccc;
	border-radius:3px;
}

#login_box .login_low_check{
	font-size:10px;
	margin:0 0 5px;
}

#login_box .login_btn_login{
	text-align:center;
	background: #00a63c none repeat scroll 0 0;
	border-radius: 22px;
	border: medium none;
	color: #fff;
	padding: 16px 0;
	line-height: 1;
	margin: 26px auto 0;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	width: 160px;
	letter-spacing: .075em;
	text-indent: .075em;
}

#login_box .login_btn_login:hover {
	opacity: .5;
}

#login_box .text-center {
	text-align: center;
}

#footer_area {
	font-size: 14px;
}

#footer_area .copyright {
	position: relative;
}

#footer_area .copyright,
#footer_area .copyright span {
	text-align: center;
	padding: 20px 0;
	color: #8A8A8A;
	font-size: 10px;
}

#footer_area .copyright .policy {
	position: absolute;
	top: 50%;
	margin-top: -1em;
	right: 15px;
	text-decoration: underline;
}

#video-background {
	/*  動画を背景に設定するスタイルシート  */
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}

input[type="text"],
input[type="password"]{
	font-size: 12px;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-weight: normal;
	padding: 3px;
	color: #333;
	background: url('../images/uniform/uniform_bg-input-focus.png') repeat-x 0px 0px #fff;
	background: url('../images/uniform/uniform_bg-input.png') repeat-x 0px 0px #fff;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: 0;
	letter-spacing: .075em;
	margin-right: -.075em;
}

form ::placeholder {
	color: rgba(0,0,0,.3);
}

form ::-moz-placeholder {
	color: rgba(0,0,0,.3);
}

form ::-webkit-input-placeholder {
	color: rgba(0,0,0,.3);
}

form ::-ms-input-placeholder {
	color: rgba(0,0,0,.3);
}

form :-ms-input-placeholder {
	color: rgba(0,0,0,.3);
}

#footer_area {
	margin-top: 0!important;
	background-color: #ffffff;
	padding: 0;
}

footer {
	background: #ffffff none repeat scroll 0 0;
	/*position: absolute;*/
	/*bottom: 0;*/
	/*padding: 0;*/
	width: 100%;
}

footer .dip {
	padding: 50px 0 15px;
}

footer .inner ul {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px 0;
	list-style: none;
}

footer .inner ul:not(.social) {
	background-color: #333;
}

footer .inner ul li a {
	color: #FFF;
	text-decoration: none;
	letter-spacing: .075em;
	text-indent: .075em;
	font-size: 12px;
}

footer .inner ul li a:hover {
	opacity: .5;
}

footer .inner ul li {
	padding: 0 15px;
	line-height: 1;
}

footer .inner ul li:not(:last-child) {
	border-right: 1px solid #fff;
}

#footer_area .copyright {
	position: relative;
}

#footer_area .copyright,
#footer_area .copyright span {
	text-align: center;
	padding: 20px 0;
	color: #8A8A8A;
}

#footer_area .copyright .policy {
	position: absolute;
	top: 50%;
	margin-top: -1em;
	right: 15px;
	text-decoration: underline;
	font-size: 12px;
}

@media screen and (max-width: 990px) {

	html {
		font-size: 1.95vw;
	}

	#login_box .login_low_input input.text, #login_box .login_low_input input.password, #login_box .login_low_input input[type="text"], #login_box .login_low_input input[type="password"] {
		/*font-size: 2.4rem;*/
		/*padding: 1.9vw 3.81vw;*/
		/*height: 13vw;*/
	}

	#login_box {
		width: 90%;
		max-width: 320px;
		position: static;
		margin: 20px auto;
		/* padding: 0 8vw; */
		height: auto;
	}

	#login_box .title {
		/*padding-bottom: 2.6vw;*/
	}

	#login_box .login_low_input {
		/*margin-top: 3.9vw;*/
	}

	#login_box .login_low_input {
		/*margin-top: 3.9vw;*/
	}

	#login_box_wrap {
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		min-height: 100vmin;
		/*height: auto!important;*/
	}

	#login_box .login_btn_login {
		width: 70%;
		/*font-size: 2.4rem;*/
	}

	footer .inner ul:not(.social) {
		width: 100%;
		padding: 20px 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}

	#footer_area {
		overflow: hidden;
	}

	footer .inner ul li:not(:last-child),
	footer .inner ul li {
		display: block;
		padding: 0;
		margin: 0 0 1.9vw;
		width: 100%;
		text-align: center;
		border: none;
	}

	#footer_area .inner ul:not(.social) li:last-child {
		margin: 0;
	}

	footer .inner ul li a {
		font-size: 14px;
	}

	#footer_area .copyright .policy {
		font-size: 12px;
		position: static;
		display: block;
		margin: 0;
	}

	#footer_area .copyright {
		padding: 20px 0;
	}

	#footer_area .copyright,
	#footer_area .copyright > span {
		line-height: 1.25;
		font-size: 10px;
	}

	#footer_area .inner ul:not(.social) li {
		display: block;
		padding: 0;
		margin: 0 0 15px;
		width: 100%;
		text-align: center;
	}
}