*{
    margin: 0;
    padding: 0;
}

html
{
    font-size: 62.5%;
    overflow: auto;
}

html body
{
    font-family: Lato, 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.4em;
    position: relative;
    overflow: hidden;
    text-align: justify;

    background-image: url(imageslogin/login_back.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
    -webkit-column-rule: #333c48;
       -moz-column-rule: #333c48;
            column-rule: #333c48;
}

html body a
{
    color: #004286;
}

#feedback-page {}

.body-img{
     /*width: 100%;*/
    height: 500px;
/*    background-image: url(imageslogin/img-main.png);*/
/*    background-image: url(imageslogin/login_back.jpg);*/
    background-size: cover;
    background-position-y: 100%;

}
#form-main {
    width: 450px;
    height: 550px;
    border-radius: 0px;
    margin: 0 auto;
    margin-top: -350px;
    text-align: center;
    background-color:rgba(0,0,0,0.90);
	opacity:0.9;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

#form-main2 {
    width: 450px;
    height: 850px;
    background-color: #303030;
    border-radius: 5px;
    border: 1px solid gray;
    margin: 0 auto;
    margin-top: -520px;
    text-align: center;
    margin-bottom: 50px;
opacity:0.9;
}
.error{color:#ffffff;}

.logomark{
    text-align: center;
    padding-top: 40px;
}
.logomark img{width:80%;}
.ttl-text{
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    padding-top: 5px;
}
.caption{
    text-align: center;
    padding: 10px;
    background-color: #e3e8ec;
    margin-top: 10px;
}
.chuui{
    text-align: center;
    padding-top: 10px;
}

#form-div {
    width: 80%;
    margin: 0 auto;
}

.user_id{
    padding-top: 10px;
}
.password{
    padding-bottom: 20px;
}
.feedback-input {
    border: 1px solid #c0c0c0;
    padding: 12px;
    border-radius: 6px;
    margin-top: 20px;
    width: 100%;
}

.feedback-input:focus {
    border: 1px solid #333c48;
}

.focused {}

textarea {}

input:hover,
textarea:hover,
input:focus,
textarea:focus {}
.submit{
    width: 70%;
    margin: 0 auto;
}
.mtplus{
    margin-top: 20px;
}
.mtplus2{
    margin-top: 0;
}
.submit:hover{
}
#submitButton {
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 20px;
    background-color: #27B9E4;
    border: 1px solid #27B9E4;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    transition: .2s;
}

#submitButton:hover {
    background-color: white;
    color:#333c48;
    transition: .2s;
}
.passcaption{
    font-size: 1.2rem;
    text-align: center;
}
.passcaption a{
color:#ffffff;
}
.ease {}

.submit:hover .ease {}
.chousei{
    margin-top: 0;
}
@media screen and (max-width: 768px)
{
    .body-img{
     width: 100%;
    height: 30px;
    /*background-image: url(imageslogin/img-main.png);*/
    /*background-image: url(imageslogin/login_back.jpg);*/
    background-size: cover;
}
    #form-main{
        width: 100%;
    text-align: center;
    border-radius:0;
        border:none;
        margin-bottom: 30px;
        margin-top: 0;
        height: auto;
    }
    #form-main2{
        width: 100%;
    text-align: center;
    border-radius:0;
        border:none;
        margin-bottom: 30px;
        margin-top: 0px;
        height: auto;
    }
        .logomark{
            text-align: center;
            padding-top: 20px;
    }
        .ttl-text{
        font-size: 2rem;
        font-weight: bold;
    }
    .caption{
    text-align: center;
    padding: 10px;
    background-color: #e3e8ec;
    margin-top: 10px;
        font-size: rem;
}
    .chuui{
    text-align: center;
    padding-top: 10px;
}
    #form-div {
    width: 95%;
    margin: 0 auto;
        margin-top: -20px;
}
    .user_id{
    padding-top: 0px;
}
.password{
    padding-bottom: 20px;
}
.feedback-input {
    border: 1px solid #333c48;
    padding: 10px;
    border-radius: 0px;
    margin-top: 20px;
    width: 100%;
    font-size: 1.6rem;

}

.feedback-input:focus {
    border: 1px solid #333c48;
}

.focused {}

textarea {}

input:hover,
textarea:hover,
input:focus,
textarea:focus {}
.submit{
    width: 70%;
    margin: 0 auto;
}
.mtplus{
    margin-top: 0px;
}
    .mtplus2{
        margin-top: 20px;
    }
.submit:hover{
}
#submitButton {
    -webkit-appearance: none;
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 10px;
    background-color: #004286;
    border: 1px solid #004286;
    color: white;
    font-size: 2.2rem;
    font-weight: bold;
    transition: .2s;
    margin-top: 30px;
}

    input{-webkit-appearance: none;}

#submitButton:hover {
    background-color: white;
    color:#333c48;
    transition: .2s;
}
.passcaption{
    font-size: 1.8rem;
    text-align: center;
    padding-top: 20px;
}

.ease {}

.submit:hover .ease {}
    .chousei{
        margin-top: -20px;
    }
}
