/* ページ全体 */
body{
    color: #696969;
    font-family: sans-serif;
    font-size: 1rem;
    text-align: center;
}




@media(min-width:576px){
    .input-Wrap{
        width: 50%;
        margin: 0 auto;
    }
}

.counter{
    width: 100px;
}




img{
    max-width: 100%;
}
@media(min-width:576px){
    img{
        max-width: 70%;
    }
}

.code-img-Wrap,
.code-img-other-Wrap{
    position: relative;
    max-width: 70%;
    margin: 0 auto;
}
.code-img-cover,
.code-img-other-cover{
    position: absolute;
    top: 0;
}


