body {
    padding: 20px;
    background-color: white;
}

h1 {
    margin-bottom: 50px;
    padding: 0.5em;/*文字周りの余白*/
    color: #494949;/*文字色*/
    background: #fffaf4;/*背景色*/
    border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
  }

.Disp_row{
    height: 50px;
}
.title{
    width: 180px;
}
.inputitem{
    display:flex
}
.hissu{
    color: red;
    font-size:small;
    font-size: 15px;
}
input[type="file"] {
    opacity: 0;
    position: absolute;
}

.image {
  padding: 10px 25px;
  margin: 0 0 10px;
  display: inline-block;
  cursor: pointer;
}

#fileclear {
  display: none;
  margin: 10px 0 0;
  text-decoration: underline;
  cursor: pointer;
}
li {
    margin-left: -50px;
    border-bottom: 0.5px solid white;
    width: 100vw;
    color: white;
    padding-left: 10px;
}
.success {
    background-color: midnightblue;
}
.failed {
    background-color: deeppink;
}
.container{
    display:inline-block;
}
.marginl{
    margin-left: 20px;
}
.marginb{
    margin-bottom: 20px;
}
.button{
    border: none;
    padding: 10px 30px;
    background:  orange;
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
}
.button:hover{
    border: none;
    background: rgb(243, 194, 105);
    color: #FFF;
}
input[readonly]{
    border: 0px;
    background-color: white;
}
.demo{
    background-color: lightslategray;
}


