/* ログインフォーム */
.error{
	color: #ff0000;
	text-align: center;
}

.top-title{
	font-size: 16px;
	font-weight: bold;
}
.btn{
	margin-top: 15px;
}

.title {
	padding: 7px;
	background-color: #337ab7;
	color: #ffffff;
}

@media screen and (max-width: 767px){
	*{
		font-size: 3.5vw;
	}
	.h2 {
		font-size: 5.5vw;
	}
}
