
.user-edit-image
{
    text-align: center;
}

.user-edit-image-path
{
    margin: 20px 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.user-edit-image-new
{
    margin: 10px 10px;
}

.user-edit-image-new button
{
    background-color: #ccc;
    border-radius: 5px;
    margin: 7px 0;
    font-weight: bold;
    border: 1px solid #000;
}

.user-edit-input
{
    height: 45px;
    width: 95%;
    font-size: 1.2rem;
    margin: 0 0 15px 5px;
    padding: 0px 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 1.2;
}

.user-edit-category label
{
    font-size: 1rem;
    font-weight: 600;
}

.birthday{
    margin-bottom: 15px;
}

.user-edit-required
{
    margin: 0 0 3px 10px;
    background-color: #ea352d;
    color: #fff;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 2px;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4em;
}

.user-edit-optional
{
    margin: 0 0 3px 10px;
    background-color: #bfbfbf;
    color: #fff;
    font-size: 12px;
    padding: 0 4px;
    border-radius: 2px;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4em;
}

.is-active{
    background-color: lightblue;
}
.tab-content {
    box-sizing: border-box;
    padding: 15px;
}

.profile{
    margin: 10px 15px;
    position: relative;
}

.user-image{
    text-align: center;
}

.user-image-path{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.user-edit{
    position: relative;
    width: 50px;
    height: 25px;
    font-weight: bold;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #dbdbdb; 
    color: #262626;
}

.user-edit a{
    text-decoration: none;
    display: block;
}

.user-profile-edit-btn{
    padding: 5px 0 5px 0;
}

.user-detail{
    margin: 15px;
}

.user-detail span{
    font-size: 1rem;
    font-weight: bold;
}
.user-detail.note{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.user-profile-point-image-path{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.tab-wrap{
    border-bottom: 1px solid #eee;
    
}
.tab-box{
    border: 1px solid #eee;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    width: 45%;
    font-weight: bold;
}

.profile-count{
    font-weight: bold;
    display: inline-block;
    font-size: 17px;
    margin: 0 0 5px 5px;
}

.item-image-path{
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.score-edit{
    margin: 5px 0 5px 5px;
    width: 50px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    background-color: #986665;
}
.score-edit a{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.score-del{
    margin: 5px 0 5px 10px;
    width: 50px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    background-color: #C0C0C0;
}
.score-del a{
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.title-comment{
    margin: 10px;
    padding: 5px;
    background: #eee;
    border-radius: 5px;
    word-wrap: break-word;
}
.item-comment{
    margin: 10px;
    padding: 5px;
    word-wrap: break-word;

}
.item-name{
    font-size: 1rem;
}
.item-point{
    color: #FFA500;
}

.login-name
{
    margin:10px 0;
}

.login-wrap
{
    font-weight: bold;
    margin: 50 auto;
    max-width: 580px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    padding: 20px;
}

.login-line
{
    border-top: 1px solid #eee;  
    height: 30px;
}

.login-input
{
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border: solid 1px #ccc;
}

.login-btn-area
{
   margin: 20px 0 0 0;
}


.login-btn
{
    font-size: 16px;
    font-weight: bold;
    background: #f0a630;
    color: #fff;
    border-radius: 3px;
    border: none;
    height: 40px;
    width: 100%;
    letter-spacing: 0.2em;
}

.login-new
{
    padding: 24px 32px;
    text-align: center;
}

.login-new-btn
{
    display: block;
    margin: 10px;
    border-radius: 4px;
    background: #f0a630;
    color: #fff;
    padding: 12px;
    font-size: 1rem;
}

.login-text
{
    margin: 10px 0 20px;
}
.login-box{
    text-align: center;
    margin: 20px 0;
}
.login-link{
    font-size: 16px;
    font-weight: 700;
    background: #f0a630;
    color: #fff;
    border-radius: 3px;
    border: none;
    padding: 10px;
    text-align: center;
    width: 100%;
    letter-spacing: 0.2em;
}

.forget-new
{
    margin-bottom:10px;
}

.forget-wrap{
    font-size: 14px;
    margin: 0 0 20px;
}
.forget-wrap h2{
    font-size: 16px;
    margin: 0 0 10px;
}

.regist-wrap{
    margin: 50 auto;
    max-width: 580px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    padding: 20px;
}
.regist-wrap label{
    font-weight: 700;
}
.regist-area label{
    font-size: 14px;
    font-weight: 600;
    margin: 10px;

}
.regist-new{
    margin: 0 0 20px ;
}

.user-required{
    margin: 0 0 3px 10px;
    background-color: #f0a630;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 2px;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4em;
}

.item-edit-optional
{
}

.regist-input{
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border: solid 1px #ccc;
}

.regist-btn
{
    font-size: 16px;
    font-weight: 700;
    background: #f0a630;
    color: #fff;
    border-radius: 3px;
    border: none;
    height: 40px;
    width: 100%;
    letter-spacing: 0.2em;
}

.regist-error
{
    color: red;
    font-weight: bold;
}
.agree{
    text-align: center;
    font-weight: 700;
}
.agree.term{
    font-size: 14px;
    margin: 10px 0;
}
.agree p{
    font-size: 16px;
    border-radius: 5px;
    padding: 7px;
    margin: 10px;
    display: inline-block;
    border: solid 5px #fceee3;
}
.agree a{
    color: blue;
}

.count_score{
    position: relative;
    bottom: 55px;
    left: 300px;
    border-radius: 3px;
    background: #ecefee;
    text-align: center;
    font-size: 12px;
    padding: 4px;
    max-width: 28px;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
}

.count_score:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -8px;
    right: 8px;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ecefee;
}
.margin-top{
    margin-top:30px;
}

.blue{
    color: blue;
}

.sns-signin{
    display: block;
    margin: 10px 40px 40px;
    border-radius: 4px;
    background: #ecefee;
    color: #666;
    padding: 12px;
    font-size: 1rem;
    text-align: center;
}

.sns-signin .fab.fa-google::before{
    padding: 20px;
    color: #f0a630;
}

ul.pagination-ul li.active {
    background-color: lightblue;
}

@media only screen and (max-width: 767px){

    .regist-wrap{
        margin: 0px;
        box-shadow: 0 0 0 0;
    }
    .login-wrap{
        margin: 0px;
        box-shadow: 0 0 0 0;
    }

}
