@charset "utf-8";
/* CSS Document */

/*=====================================
reset
=====================================*/
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 {
  content: '';
  content: none;
}
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix::after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*=====================================
login
=====================================*/
body{
    background:#4cbbf3;
    font-family:'メイリオ', Meiryo, "游ゴシック", YuGothic;
	font-size:13px;
}
.logo{
    width:250px;
    height:auto;
}
h1{
    text-align: center;
    margin-bottom:30px;
}
h2{
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
}
div.box{
    width: 480px;
    background: #fff;
    border-radius: 8px;
    padding: 65px 56px;
}
div.content{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
div.main{
    padding: 0 75px;
}
div.message{
	text-align:center;
	color:#900;
	font-size:15px;
	padding:0 0 1em;
}
.title{
    font-size: 12px;
    font-weight: normal;
    color: #090A0A;
    margin-bottom: 2px;
}
.link{
	margin:30px 0 10px 0;
	text-align:center;
}
.link a{
	text-decoration: none;
}
input{
    background: #E9F1F5;
    border-radius: 4px;
    color: #090A0A;
    display: block;
    width: 100%;
    border: 0;
    min-height: 40px;
    outline: 0;
    margin-bottom:10px;
    padding: 0;
}
input.login{
    background: #FAC84C;
    font-size: 14px;
    font-weight: 600;
}
@media screen and (max-width: 600px){
    div.box{
        padding:0;
        width: 460px;
    }
    h1{
        font-size: 20px;
        margin:50px 0 20px;
    }
    h2{
        font-size: 13px;
        margin-bottom: 30px;
    }
    div.main{
        padding: 0 80px;
    }
    .title{
        font-size:10px;
    }
    input{
        min-height: 30px;
        margin-bottom: 0;
    }
    input.login{
        font-size: 13px;
        margin: 10px 0 50px;
    }
}
@media screen and (max-width: 450px){
    div.box{
        width:350px;
        padding:0;
    }
    h1{
        font-size: 20px;
        margin:50px 0 20px;
    }
    h2{
        font-size: 13px;
        margin-bottom: 30px;
    }
    div.main{
        padding: 0 60px;
    }
    .title{
        font-size:10px;
    }
    input{
        min-height: 30px;
        margin-bottom: 0;
    }
    input.login{
        font-size: 13px;
        margin: 10px 0 50px;
    }
}
@media screen and (max-width: 375px){
    div.box{
        width:300px;
        padding:0;
    }
    h1{
        font-size: 20px;
        margin:50px 0 20px;
    }
    h2{
        font-size: 13px;
        margin-bottom: 30px;
    }
    div.main{
        padding: 0 50px;
    }
    .title{
        font-size:10px;
    }
    input{
        min-height: 30px;
        margin-bottom: 0;
    }
    input.login{
        font-size: 13px;
        margin: 10px 0 50px;
    }
}

@media screen and (max-width: 320px){
    .logo{
    width:190px;
}
    div.box{
        width:250px;
        padding:0;
    }
    h1{
        font-size: 20px;
        margin:50px 0 20px;
    }
    h2{
        font-size: 13px;
        margin-bottom: 30px;
    }
    div.main{
        padding: 0 30px;
    }
    .title{
        font-size:10px;
    }
    input{
        min-height: 30px;
        margin-bottom: 0;
    }
    input.login{
        font-size: 13px;
        margin: 10px 0 50px;
    }
}