body , div{
  /*border: 1px solid red;*/
  width: 98w;
  height: 90vh;
  /*border: 1px solid red;*/
}

h1 {
  position: relative;
  padding-top: 0vw;
  padding-bottom: 0.4vw;
  margin-bottom: 2svw;
  border-bottom: 4px solid #000 ;
  align-items: center;
  text-align: center;
  font-family: 'Orbitron', sans-serif;
  /*font-family: 'Tangerine', serif;*/
  text-shadow: 3px 1px 3px rgb(44, 68, 205);
}

h1 span {
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  position: absolute;
  bottom: -1.6rem;
  left: 0;
}



h2 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  margin-top: 0vw;
  margin-bottom: 0vw;
  display: inline-block;
  font-size: 2vw;
  top:0;
}

h2:before, h2:after {
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h2:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
h2:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}


/* main-wrapper */
#main-wrapper{
/**/
  display: flex;
  width: 100%;
}


/* ZIP ドロップ*/
#dropzone{
  display: flex;
  align-items: center;
  justify-content: center;

  border: 5px dashed #5c5c5c;
  padding: 30px;
  text-align: center;
  width: 40%;
  height: 50%;
  font-size: 1.7vw;
  font-weight:bold;
  text-shadow: 1px 1px 1px rgb(61 70 70);
}

/* ZIP result*/
#result{
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  text-align: center;
  width: 100%;
  height: 80%;
  overflow: auto;

}


table{
  border-collapse:separate;
  border-spacing: 2px;
  width: 90%;
  margin-left: 1vw;
  margin-right: 1vw;
  align-items: center;
  border: 0px;
  margin: 0 auto;
}

table th,table td{
  border-radius: 2px;
  text-align: center;
  padding: 0.4vw 0;
}

table th{
  /*background-color: #7f52c7;*/
  background: linear-gradient(to bottom, rgba(50, 14, 234, 0.7), rgba(91, 85, 218, 0.5));
  color: white;
  border:solid 1px #5d4192;
}

table td{
  /*background-color: #e4d4bc;*/
  background: linear-gradient(to bottom, rgba(105, 75, 239, 0.4), rgba(145, 152, 243, 0.1));
  border:solid 1px #af9d85;
  font-size: 0.9vw;
  margin-top: 0vw;
  margin-bottom: 0vw;
}
