@charset "utf-8";

body{
    font-size: 14px;
}
.box0{

    background-color: #ffffff;
    position: relative;
}
.box1{
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #d9dbe1;
    margin-bottom: 3rem;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    padding-top: 20px;
}
.box1 .id:hover{
    border-bottom: 3px solid#23248b;
    border-style: groove;
    border: 1px solid #23248b;
}
.box1 .pw:hover{
    border: 1px solid #150c99;
    border-radius: .2rem;
}

.id{
    width: 50%;
    border-bottom: 3px solid#23248b;
    border-style: groove;
}
.pw{
    width: 50%;
    margin: 0 auto;
}
.box2{
    line-height: 40px;
}
.box2 span{
    position: relative;
    top: -5px;
    left: -5px;
    color: #ff0000;
    font-size: 18px;

}
.box2 input{
    width: 100%;
    height: 30px;
    border: none;
}
.box2 input:hover{
    border: 1px solid #23248b;
    border-radius: .2rem;

}
.box2 li{
    color: #767676;
    border-bottom: 1px solid #23248b;
    padding-bottom: 10px;
    text-indent: 5px;
}

.c-container{
margin-top: 20px;
padding-bottom: 35px;
color: #11111a;
text-indent: 10px;
}

.c-container a{
    color: #158fb4;
    position: absolute;
    right: 15px;
    top: 46%;
}
.l_btn{
    background-color: #23248b;
    border-radius: 10px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}
.l_btn a {
    color: #ffffff;
    font-weight: bold;
}

.search{
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    padding-top: 30px;

}
.search ul{
    display: flex;
    justify-content: space-evenly;
}
.sns{
    margin-top: 3rem;
    text-align: center;
}
.sns span {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    color: #767676;
}
.sns a{
    margin: 0 auto;
    padding-left: 10px;
}
.sns a img{
    width: 60px;
    overflow: hidden;}

.sns a img:hover{
    border: 1px solid #23248b;
    border-radius: .2rem;
}
.box3{
    text-align: center;
    margin-top: 40px;
    padding-bottom: 20px;
}

