.todolist{
   width: 100%;
    height: 100%;
    position: absolute;
    top: 130%;
    display: table-cell;
    vertical-align: middle;
}

.todo{
    color: white;
    text-align: center;
    font-family: Mplus1Code-Bold;
    font-size: 8vw;
}
.lt{
    position: absolute;
    right:2px;
}

.todobutton{
     display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #00690f;
    font-size: 18px;
    background-color: white;
    border-radius: 6px;
    width: 100px;
    height: 40px;
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%,0);
    font-weight: bold;
    border: 3px solid #00690f;

}

#todoinfo1{
    width: 90%;
    height: 15%;
    left: 5%;
    top: 15%;
    position: absolute;
    background-color: white;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
}
#todoinfo2{
    width: 90%;
    height: 15%;
    left: 5%;
    top: 32%;
    position: absolute;
    background-color: white;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
}
#todoinfo3{
    width: 90%;
    height: 15%;
    left: 5%;
    top: 49%;
    position: absolute;
    background-color: white;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
}
#todoinfo4{
    width: 90%;
    height: 15%;
    left: 5%;
    top: 66%;
    position: absolute;
    background-color: white;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
}
#todoinfo5{
    width: 90%;
    height: 15%;
    left: 5%;
    top: 83%;
    position: absolute;
    background-color: white;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
}

#todoinfo1.not{
    width: 90%;
    height: 15%;
    left: 5%;
    top: 15%;
    opacity: 0%;
    position: absolute;
    background-color: white;
    border-radius: 10px;
}
#todoinfo2.not{
    width: 90%;
    height: 15%;
    left: 5%;
    top: 32%;
    opacity: 0%;
    position: absolute;
    background-color: white;
    border-radius: 10px;
}
#todoinfo3.not{
    width: 90%;
    height: 15%;
    left: 5%;
    top: 49%;
    opacity: 0%;
    position: absolute;
    background-color: white;
    border-radius: 10px;
}
#todoinfo4.not{
    width: 90%;
    height: 15%;
    left: 5%;
    top: 66%;
    opacity: 0%;
    position: absolute;
    background-color: white;
    border-radius: 10px;
}
#todoinfo5.not{
    width: 90%;
    height: 15%;
    left: 5%;
    top: 83%;
    opacity: 0%;
    position: absolute;
    background-color: white;
    border-radius: 10px;
}


/*ここから下がtodopage*/
.todomozi{
    color: #008A00;
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    font-family: Mplus1Code-Bold;
    font-size: 9vw;
}
.todomozi2{
    color: #008A00;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    font-family: Mplus1Code-Bold;
    font-size: 6vw;
}
.tensen{
    border-bottom: #0E3D0B 1px solid;
    height: 1px;
}
.todonaiyou{
    width: 90%;
    height: 75%;
    left: 5%;
    top: 15%;
    position: absolute;
    overflow-wrap: break-word;
    overflow: scroll;
    background-color: white;
    display: table-cell;
    text-align: left;
}
.settodo{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #00690f;
    font-size: 18px;
    background-color: white;
    border-radius: 10px;
    width: 170px;
    height: 40px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%,0);
    font-weight: bold;
    border: 3px solid #00690f;
}
.deletetodo{
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #00690f;
    font-size: 12px;
    background-color: white;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 90%;
    left: 90%;
    transform: translate(-50%,0);
    font-weight: bold;
    border: 2px solid #00690f;
}

#black2.open{
    left: 0;
    top: 0;
    width: 1000%;
    height: 1000%;
    opacity: 10%;
    background-color: black;
    z-index: 91;
    transition: 0.5s;
}
#black2.close{
    left: 0%;
    top: 0;
    width: 0%;
    height: 0%;
    background-color: black;
    opacity: 0%;
    display: none;
    z-index: 91;
    transition: 0.5s;
}

#createtodo.open{
    width: 90%;
    height: 50%;
    top: 30%;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 2px solid #333632;
    z-index: 92;
    transition: 0.4s;
}
#createtodo.close{
    width: 0%;
    height: 0%;
    top: -200%;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 2px solid #333632;
    z-index: 92;
    transition: 0.4s;
}

#seetodo.open{
    width: 90%;
    height: 30%;
    top: 30%;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 2px solid #333632;
    z-index: 92;
    transition: 0.4s;
}
#seetodo.close{
    width: 0%;
    height: 0%;
    top: -200%;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 15px;
    border: 2px solid #333632;
    z-index: 92;
    transition: 0.4s;
}
.seetodo_naiyou{
    color: #008A00;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%,0);
    text-align: left;
    font-family: Mplus1-Medium;
    font-size: 6vw;
}
.tensen2{
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: #0E3D0B 2px solid;
    height: 1px;
}
.todoonlydelete{
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #00690f;
    font-size: 16px;
    background-color: white;
    border-radius: 10px;
    width: 40%;
    height: 20%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,0);
    font-weight: bold;
    border: 2px solid #00690f;
}

#todowaku{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 20%;
    width: 80%;
    height: 40%;
    resize: none;
    transform: translate(-50%,0);
}

.genelatetodo{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #00690f;
    font-size: 18px;
    background-color: white;
    border-radius: 10px;
    width: 100px;
    height: 40px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,0);
    font-weight: bold;
    border: 3px solid #00690f;
}

.backarrow {
  content: '';
  width: 15px;
  height: 15px;
  border-top: solid 2px #008A00;
  border-right: solid 2px #008A00;
  position: absolute;
    transform: rotate(-135deg);
  left: 7%;
  top: 7%;
    z-index: 1;
}

.todonaiyou::-webkit-scrollbar{
    display: none;
}
.todo_element{
    padding: 15px;
    border-radius: 5px;
    font-size: 20px;
    margin: 15px;
    font-family: Mplus1-Medium;
    overflow-wrap: break-word;
    background-color: #F5F5F5;
    border-bottom: 1px solid #555555;
    /*border-left: 1px solid #0E3D0B;
    border-right: 1px solid #0E3D0B;*/
}


@media screen and (min-width: 800px){
    .todo{
        color: white;
        text-align: center;
        font-family: Mplus1Code-Bold;
        font-size: 64px;
    }
    .todomozi{
        color: #008A00;
        position: absolute;
        top: 4%;
        text-align: center;
        font-family: Mplus1Code-Bold;
        font-size: 72px;
    }
}
@media screen and (min-width: 600px){
    .todomozi2{
    color: #008A00;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    font-family: Mplus1Code-Bold;
    font-size: 36px;
}
}