body, 
h1, h2, h3, h4, h5, h6, p, div, 
ul, ol, li, dl, dt, dd,
table, th, td {
	line-height: 1;
	margin: 0px;
	padding: 0px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
    color: #0F4C81;
    font-size: 1em;
}

.system_title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 20px 0;
}

html {
	min-height: 100vh;
}

/* スクリーンサイズ 幅 768px 未満で適用する設定・上から継承したスタイルを上書き */

.contents_wrap {
	width: 100%;
	height: 100vh;
	background: url(images/login/AdobeStock_247939890.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 65% 100%;
}	
.max_width {
	max-width: 90vw;
	margin-right: auto;
	margin-left: auto;
}

.column_block {
	display:block;
	clear:both;
	height:auto;
	overflow:hidden;
	padding-top: 20px;
}

.column1_box {
	padding-bottom: 0px;
	padding: 0px 10px;
}
.column2_box {
	padding-bottom: 0px;
	margin-left: 5%;
	margin-right: 5%;
}
.contact {
	display: block;
	font-weight: bold;
    color: #00619A;
    text-align: center;
	margin-top: 65px;
}

.contact a {
	text-decoration: none;
	color: #0CACE8;
	cursor:pointer;
}

.title {
    font-size: 7.5vw;
    font-weight: bold;
    color: #00619A;
    text-align: center;
	margin: 20px 0px;
}
.overview {
	font-size: 2.5vw;
	font-weight: bold;
	color: #00619A;
    text-align: center;
	margin-bottom: 20px;
}
.footer {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.img_box {
	text-align: center;
	margin: 30px 0px;
}
.img_frame {
	max-width: 70%;
	height: auto;
}


div {
	display: block;
}

.contents_bg {
	width: 100%;
	height: 100vh;
	background-color: rgba(255,255,255,0.8);
}

.feedback-input {
	color:#3c3c3c;
	font-size: 18px;
	border-radius: 10px;
	line-height: 22px;
	background-color: #fff;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  	border: 1px solid #0057AA;
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 2px solid #0057AA;
	color: #0057AA;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#id{
	background-image: url("images/login/company.png");
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#id:focus{
	background-image: url("images/login/company.png");
	background-size: 30px 30px;
	background-position: 10px 7px;
	background-repeat: no-repeat;
}

#name{
	background-image: url("images/login/user.svg");
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url("images/login/user.svg");
	background-size: 30px 30px;
	background-position: 8px 5px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#password{
	background-image: url("images/login/pass.svg");
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#password:focus{
	background-image: url("images/login/pass.svg");
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

input:hover, 
input:focus  {
	background-color:white;
}

#button-blue{
	float:left;
	width: 100%;
    border-radius: 10px;
	cursor:pointer;
	background-color: #0F4C81;
	color:white;
	font-size:24px;
	padding-top:7px;
	padding-bottom:7px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
 	margin-top:0px;
	font-weight:700;
}

#button-blue:hover{
	background-color: #146EB9;
	color: #fff;
}
	
.login-btn:hover {
	color: #146EB9;
}

.login-btn:hover .ease{
	width:100%;
	background-color:white;
}


/* スクリーンサイズ 幅 375px 以下で適用する設定・上から継承したスタイルを上書き */
@media only screen and (max-width:375px) {
	.footer {
		display: block;
		font-size: 5px;
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
}

@media only screen and (min-width: 768px) {
	.footer br {
		display: none;
	  }
}

@media only screen and (max-width: 767px) {
	.overview {
		display: none;
	  }
}

/* スクリーンサイズ 幅 769px 以上で適用する設定・上から継承したスタイルを上書き */
@media only screen and (min-width: 769px) {
	.contents_wrap {
		width: 100%;
		height: 100vh;
		background: url(images/login/AdobeStock_247939890.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}	

	.column_block {
		display:block;
		clear:both;
		height:auto;
		overflow:hidden;
		padding-top: 80px;
	}
	.column1 {
		width: 70%;
		float:left;
	}
	.column2 {
		width: 30%;
		display:inline-block;
	}
	.column1_box {
		padding-bottom: 0px;
		padding-left: 30px;
	}
	.column2_box {
		padding-bottom: 0px;
		padding-right: 30px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.title {
		font-size: 5vw;
		font-weight: bold;
		color: #00619A;
		text-align: center;
		margin-bottom: 20px;
	}
	.overview {
		font-size: 1.5vw;
		font-weight: bold;
		color: #00619A;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer {
		width: 100%;
		text-align: center;
		padding-top: 50px;
	}
	.img_box {
		text-align: center;
		margin-top: 60px;
	}
	.img_frame {
		max-width: 40vw;
		height: auto;
	}
}

/* スクリーンサイズ 幅 1025px 以上で適用する設定・上から継承したスタイルを上書き */
@media only screen and (min-width: 1025px) {
	.title {
		font-size: 60px;
		font-weight: bold;
		color: #00619A;
		text-align: center;
		margin-bottom: 20px;
	}
	.overview {
		font-size: 20px;
		font-weight: bold;
		color: #00619A;
		text-align: center;
		margin-bottom: 20px;
	}
}