@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #000;
	outline: none;
	cursor: pointer;
}
a:focus {
	outline: none;
}
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
/********サイト全体**********/
html {
	font-size: 62.5%;
}
body {
	font-size: 1.8rem;
	line-height: 1.5;
	position: relative;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1rem;
}
a:hover {
	opacity: .7;
}
/************************************************************ メイン
*/
.wrap {
    margin: 38px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    background-image: url(../images/main_visual_pc.png);
    background-position: center;
    position: relative;
}
.wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    z-index: 0;
}
.login {
    max-width: 265px;
    background-color: rgb(255 255 255 / 75%);
    padding: 42px;
    box-sizing: border-box;
    margin: 80px auto;
    border-radius: 5px;
}
main {
    z-index: 1;
}
img.logo {
    width: 36px;
    margin: 0px auto;
}
h1 {
    font-size: 3rem;
    text-align: center;
    margin: 10px 0px 20px 0px;
    font-weight: 500;
    color: #0082FF;
}
form {
    display: flex;
    flex-direction: column;
}
label {

}
input {
    height: 32px;
    padding: 5px;
    /* box-sizing: border-box; */
    margin: 5px 0px;
}
p.signin a {
    width: 100%;
    height: 42px;
    background-color: #0082ff;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    line-height: 42px;
    text-align: center;
    margin: 15px 0px;
    border-radius: 5px;
}
p.forget a {
    text-align: center;
    color: #0082ff;
    display: block;
    font-size: 1.2rem;
}
p.service a {
    width: 100%;
    height: 42px;
    background-color: #525252;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    line-height: 42px;
    text-align: center;
    margin: 32px 0px 0px 0px;
    border-radius: 5px;
}
p.caution {
    font-size: 1.4rem;
    margin: 0px 0px 10px 0px;
    color: #D61919;
}
p.nodis {
	display: none;
}


img.loginbg {
    position: absolute;
    top: 0;
    width: 100vw;
    height: calc(100vh - 50px);
    object-fit: cover;
    z-index: -10;
    opacity: 0.8;
    filter: brightness(0.4);
}
/************************************************************ フッター
*/
footer {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    line-height: 50px;
}
