/*スマホ*/
/* リセットCSS */
body {
  font-size: 14px;
  color: #333;
  margin: 0 auto;
}
h1,h2,h3,h4,h5,h6,p {
  margin: 0;
}

ul,li {
  padding: 0;
  margin: 0;
}



/* ヘッダー */
.header {
  position: sticky;
  top:0;
  background-color: white;
  border-bottom: 1px solid black;
  z-index: 1;
}

.instagram{
  display: block;
  padding: 10px;
  margin: 0 0 0 auto;
  height: 40px;
  width: 40px;
}

.top-icon{
  height: 100px;
  width: 100px;
  padding-left: 8px;
}

.heading {
  display: flex;
  align-items: center;
}

.title{
  font-family: 'Anton', sans-serif;
  font-size: 38px;
  text-align: center;
}

.top-menu{
  display: flex;
  justify-content: center;
}

a{
  text-decoration:none;
}


.result{
  margin-bottom: 60px;
  font-family: sans-serif;
}

.team-image2{
  height: 300px;
  width: 450px;
}

.team-image{
  margin-top: 20px;
}

.team-list{
  margin-bottom: 60px;
}

.br::before {
  content: "\A" ;
  white-space: pre ;
}