@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*----------------------------------------------
 reset styles
----------------------------------------------*/
main { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; display:block; } 

/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html { font-size: 62.5%; box-sizing: border-box; } 
body {
	background-color: #F6F2EA;
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.3em;/* =13px */
	line-height: 1.6;
	color: #333333;
	min-width: 1000px;
}
*, *:before, *:after {
  box-sizing: inherit;
}
@media screen and (max-width:767px) {
body {
	min-width: 100%;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}
}
a {
	color: inherit
}
a:hover {
	text-decoration: none;
}
img {
	border-style: none;
}


#login {
	text-align: center;
	margin-top: 100px;
}
#login [type="text"],#login [type="password"] {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	border-radius: 3px;
	padding: 5px 8px;
	width: 100%;
	font-size: 1.8rem;
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
#login .title {
	color: #192C70;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 30px;
}
#login .box {
	background-color: #192C70;
	padding: 30px 50px 50px;
	width: 460px;
	color: #FFFFFF;
	display: inline-block;
	text-align: left;
}
#login .box > div + div {
	margin-top: 30px;
}
#login .box > :first-child + div + div {
	margin-top: 0px;
	position: relative;
}
#login .box > :first-child + div + div + div {
	margin-top: 50px;
	position: relative;
}
#login .text {
	margin: 10px 0;
}
#login .box strong {
	font-weight: normal;
	color: #FCD000;
}
#login label {
	font-size: 1.8rem;
	display: block;
}
#login [type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	opacity: 0;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
}
#login label[for="check"], #login label[for="show_pass"] {
	background: transparent url(../img/check-off.png) no-repeat left 5px / 26px 26px;
	padding: 5px 0 5px 35px;
	font-size: 1.4rem;
	display: inline-block;
}
#login label[for="show_pass"] {
	margin-top: 10px;
}
#login [type="checkbox"]:checked + label {
	background-image: url(../img/check-on.png);
}
#login .btn {
	margin: 10px 0 15px;
}
#login .btn input {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	background: url(../img/icon-login.png),linear-gradient(to bottom, #FDC020 0%, #FC9900 100%);
	background-repeat: no-repeat;
	background-position: calc(50% - 3em) center, 0 0;
	background-size: 32px 32px, 100% 100%;
	padding: 8px 0;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.8rem;
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: bold;
}
.error {
	background-color: #FDE360;
	width: 460px;
	margin: 0 auto 30px;
	padding: 30px 50px;
}
.error .midashi {
	font-size: 2.6rem;
	font-weight: bold;
	color: #CA1C24;
}
.error ul {
	list-style: none;
	margin: 15px auto 0;
	text-align: left;
	font-size: 1.8rem;
	color: #CA1C24;
}
.error li {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}
#nav {
	margin-top: 30px;
}
@media print, screen and (min-width:768px) {
	#login .btn input:hover {
		background: url(../img/icon-login.png),linear-gradient(to bottom, #FC9900 0%, #FDB020 100%);
		background-repeat: no-repeat;
		background-position: calc(50% - 3em) center, 0 0;
		background-size: 32px 32px, 100% 100%;
	}
}

@media screen and (max-width:767px) {
	#login {
		margin: 20px 10px;
	}
	#login .title {
		font-size: 2.2rem;
	}
	#login .box {
		padding: 30px 25px;
		width: auto;
		display: block;
	}
	#login .text {
		font-size: 1.1rem;
	}
	#login label[for="check"], #login label[for="show_pass"] {
		font-size: 100%;
		min-height: 26px;
	}
	.error {
		width: auto;
		margin: 0 10px 40px;
		padding: 30px 25px;
	}
	.error .midashi {
		font-size: 2.0rem;
	}
	.error ul {
		font-size: 1.6rem;
	}
}
/* セキュリティ強化*/
.security {
	max-width: 460px;
	margin: 15px auto;
	color: #C1272D;
	text-align: left;
}
.security ul {
	list-style: disc;
	margin-left: 1.5em;
}