body{
  background-color: rgb(20, 20, 61);
}
p{
  color: #FFFFFF;
  /* letter-spacing: 2px; */
}
footer p{
  letter-spacing: 0;
}

.pt30{
  padding-top: 30px!important;
}

#header{
  height: 82px;
}

.main-title h1{
  color: #f3f3f3ff;
  position: unset;
  transform: unset;
  text-align: center;
  padding-top: 80px;
  font-size: clamp(30px, 5vw, 50px);
  text-shadow: 0 0 10px #666;
  font-weight: bold;
}

.background{
  padding: 0 20%;
  height: auto;
  background-color: rgb(20, 20, 61);
}

.wrapper{
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #FFFFFF;
  width: 100%;
  padding: 0 10%;
}

.wrapper h2{
  font-size: 30px;
  font-weight: bold;
}

.wrapper h2::before{
  content: "・";
}
.inner__wrapper{
  background-color: #FFFFFF;
}
.inner__wrapper p{
  color: rgb(20, 20, 61);
  padding: 0 25%;
  text-align: left;
}
.inner__wrapper img{
  width: 98%;
  margin-bottom: 50px;
}
.copyright{
  color: black;
}

.column2{
  height: auto;
  justify-content: center;
}
.btn{
  margin-right: auto;
  margin-left: auto;
  color: #FFFFFF;
  background-color: rgb(20, 20, 61);
}

.hyou{
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20%;
}
.hyou h2{
  font-size: 25px;
  font-weight: bold;
  text-shadow: 0 0 15px #666;
  margin-bottom: 50px;
  margin-top: 30px;
}
.hyou h3{
  font-weight: bold;
}
.hyou p{
  text-align: right;
  font-size: 13px;
}
.table-scroll{
  /* color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20%; */
  overflow-x: scroll;
}
table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  white-space: nowrap;
  
}

th {
  padding: 10px;
  border-bottom: solid 4px #778ca3;
  color: #778ca3;
  text-align: center;
}
td {
  padding: 10px;
  border-bottom: solid 1px #778ca3;
}
.table1 tr *:nth-child(1),
.table1 tr *:nth-child(18), 
.table1 tr:nth-child(11){
  background-color: rgba(41, 111, 177);
}

.table1 tr:nth-child(3), 
.table1 tr:nth-child(5), 
.table1 tr:nth-child(7),
.table1 tr:nth-child(9){
  background-color: rgb(46, 46, 77);
}
.fixed01{
  position: sticky;
  left: 0;
  color: #fff;
  background: #333;
}

@media screen and (max-width: 820px){
  .m0{
    margin: 0!important;
  }
  .main-title h1{
    padding-top: 20px;
  }
  .achieve-text{
    padding: 0 10%;
  }
  .background{
    padding: 0;
  }
  .wrapper{
    padding: 0;
  }
  .wrapper h2::after{
    content: "・";
  }
  .inner__wrapper p{
    padding: 0 10%;
    font-size: 16px;
    line-height: 1.4;
  }
  .hyou{
    padding: 20px 5%;
  }
  .hyou p{
    font-size: 10px;
  }
  .background br{
    display: none;
  }
  .spmt30{
    margin-top: 30px;
  }
}