

section {
  max-width: 1080px;
  margin: auto;
}

/* profile */
section#profile img {
    width:100%;
    max-width:360px;
}

h2 {
  margin-bottom: 0px;
}

.history li {
  display: flex;
  flex-flow: row;

  & .year {
    width: 100px;
  }

  & .events {
    
  }
}


@media not all and (min-width: 1024px) {
}


/* レスポンシブデザイン */
@media (max-width: 1024px) {

}
