@charset "UTF-8";

/* Used Common CSS */
@import url("formplate.css");
@import url("fontawesome/fontawesome.min.css");
@import url("fontawesome/brands.min.css");
@import url("fontawesome/solid.min.css");
@import url("fontawesome/regular.min.css");

/* Used Common Webfons */
@font-face {
font-family: "Noto Serif JP";
src: url("../webfonts/Noto_Serif_JP/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../webfonts/Noto_Serif_JP/NotoSerifJP-SemiBold.woff") format("woff");
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Open Sans";
src: url("../webfonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("../webfonts/Open_Sans/OpenSans-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}


/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */

:root {
	font-size: 16px;
}

html {
	font-size: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

body {
	color: #fff;
	font-family: メイリオ, Meiryo, "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	min-width: 320px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: rgb(15,15,15);
	background: linear-gradient(356deg, rgba(15,15,15,1) 20%, rgba(28,28,28,1) 68%, rgba(40,40,41,1) 100%);
}

p {
	line-height: 160%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

a, a:focus, a:hover, a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}

a {
	color: #c5c7c9;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

a:hover {
	color: #fff;
}

address {
	font-weight: normal;
	font-style: normal;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e1e3e6;
	margin: 20px 0;
	padding: 0;
}

/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
	background: #358be0;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #358be0;
	color: #fff;
	text-shadow: none;
}


/* Typography == */

.f-small {
	font-size: 85%;
}

/* Lists */

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

dd {
	margin: 0;
}


/* Contain floats:Clearfix */

.cf:after {
	content: " ";
	display: table;
	clear: both;
}

/* Scrolling Back to Top Navi Part */
#totop.back-to-top {
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	width: 36px;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	vertical-align: middle;
	cursor: pointer;
	z-index: 999;
	background-color: rgba(100, 108, 111, .85);
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20d%3D%22M36%2019L20%2037.6h6.9L36%2027l9.1%2010.6H52L36%2019zm0%2013.4L20%2051h32L36%2032.4z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23e1e3e6%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: fixed;
	bottom: 100px;
	right: 0;
	border-radius: 5px 0 0 5px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
	transform: translateX(120px);
	transition: all .5s ease-in-out;
}

#totop.back-to-top:link {
	text-decoration: none
}

#totop.back-to-top:hover {
	background-color: rgba(183, 50, 20, .95);
}


/* //== Main Contents Part ==// */
main {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}

.wrapper {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}

/*// Primary Variable //*/

html {
	/* Font Family */
	--serif-default: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	
	/* Form Style */
	--input-height: 36px;
}


/* //== Header Part ==// */
header {
	margin-top: 50px;
}

header h1 {
	width: 97px;
	height: 0;
	margin: 0 auto;
	padding: 100px 0 0;
	display: block;
	overflow: hidden;
	background: url(../images/logo_colored@2x.png) 50% 0 no-repeat;
	background-size: auto 100px;
}


/* //== Contents Part ==// */
/* Login Form Block */
#login {
	margin-top: 24px;
}

#login h2 {
	color: #fff;
	font: 600 150%/1 var(--serif-default);
	text-align: center;
	margin: 0;
	padding: 0;
}

#login #form-container {
	width: 100%;
	max-width: 300px;
	min-width: 200px;
	margin: 30px auto 0;
	padding: 0 10px;
	display: block;
	box-sizing: border-box;
}

#login #form-container .item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#login #form-container .formplate {
	margin-bottom: 15px;
}

#login .userid label, #login .password label {
	width: 40px;
	height: 0;
	margin: 0;
	padding-top: var(--input-height);
	padding-bottom: 0;
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #494d4f;
	border-radius: 3px 0 0 3px;
	box-sizing: border-box;
}

#login .userid label:before, #login .password label:before {
	color: #fff;
	font: 900 112.5% "Font Awesome 5 Free";
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#login .userid label:before {
	content: "\f47f";
}

#login .password label:before {
	content: "\f023";
}

#login .userid input, #login .password input {
	color: #fff;
	width: 240px;
	height: var(--input-height);
	padding-left: 1em;
	padding-right: 1em;
	display: block;
	border-left-style: none;
	border-width: 0;
	border-radius: 0 3px 3px 0;
	background-color: rgba(255, 255, 255, .1);
}

.formplate input[type="text"]::-webkit-input-placeholder, .formplate input[type="password"]::-webkit-input-placeholder {
	color: #aeb1b4;
	font-size: 94%;
	line-height: 1.8em;
}

#login #submit {
	margin-top: 30px;
	text-align: center;
}

#login #submit input {
	color: #fff;
	line-height: 1;
	text-decoration: none;
	width: 10em;
	padding: .75em 1em .7em;
	display: inline-block;
	cursor: pointer;
	background-color: rgba(45, 49, 51, .4);
	border: 1px solid #535659;
	border-radius: 3px;
	transition: all .25s ease-in-out;
}

#login #submit input:hover {
	background-color: #03adbe;
	border-color: #03adbe;
}


/* Additional Block */
#forget {
	text-align: center;
	margin-top: 2em;
}

#forget a {
	font-size: 87.5%;
	line-height: 1;
	position: relative;
	transition: all 0.25s ease-in-out;
}

#forget a:after {
	content: "";
	width: 0;
	height: 2px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e22003;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	transition: width 0.25s ease-in-out;
}

#forget a:hover:after {
	width: 100%;
}

#forget i {
	margin-right: 7px;
	color: #f2ca04;
}


#official {
	text-align: center;
	margin-top: 3em;
}

#official a {
	font-size: 87.5%;
	line-height: 1;
	text-decoration: none;
	width: 14.5em;
	padding: .8em 1em .7em;
	display: inline-block;
	background-color: rgba(45, 49, 51, 0);
	border: 1px solid #616366;
	border-radius: 3px;
	transition: all .25s ease-in-out;
}

#official a:hover {
	background-color: #2e3133;
	border-color: #313335;
}

/* //== Footer Part ==// */
footer {
	margin-top: 30px;
	margin-bottom: 20px;
}

footer .copyright {
	font: 400 10px 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	color: rgba(255, 255, 255, .6);
	text-align: center;
	letter-spacing: .05em;
	margin: 0;
	padding: 0;
}


/* Phone */
/* Portrait and mode */
@media all and (max-width: 599px) {
	:root {
		font-size: 14px;
	}
	
	header {
		margin-top: 30px;
	}
}
	
}