.top{
  width: 80%;
  margin: 30px auto;
  text-align: center;
}

.top .icon{
  width: 20%;
  height: auto;
  margin: 0 auto;
  margin-top: 3em;
}

.top h1{
  color: var(--logo-color);
  font-size: 5em;
  margin: 0;
}
.top h2{
  color: var(--logo-color2);
  margin: 0;
  font-weight: normal;
  font-size: 2.5em;
  letter-spacing: 20px; /*文字の間隔*/
}
.top h3{
  color: var(--logo-color);
  margin: 0;
  margin-top: 1em;
  font-weight: bold;
  font-size: 2em;
}

.Sponsors .box{
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 95%;
  margin: auto;
}

.Sponsors .box .card{
  width: 42%;
  padding: 2%;
  margin: 2%;
  display: flex;
  display: -webkit-flex;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  border-left: 10px solid var(--logo-color2);
}

.Sponsors .box .card img{
  height: 8em;
  width: 8em;
  padding-right: 0.5em;
}

.Sponsors .box .card .text h1{
  margin: 0;
  font-size: 3.5em;
  color: #000;
  text-decoration: none;
}
.Sponsors .box .card .text h1 span{
  margin: 0;
  font-size: 0.5em;
  padding-left: 0.1em;
}
.Sponsors .box .card .text h2{
  margin: 0;
  font-size: 1.3em; 
  color: #000;
  text-decoration: none;
}
@media screen and (max-width:910px) {
  
}
