@charset "utf-8";
html {
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

div {
  color: #000000;
}

main.about{
  max-width: 1024px;
  margin: 32px auto 80px;
}

.about h1{
  margin: 0px 0px 32px;
  line-height: 1.5;
  text-align: center;
  color: #225a9e;
  font-weight: 400;
  font-size: 1.625rem;
}

.about h2{
  font-size: 0.9375rem;
  font-weight: bold;
  width: 20%;
}

.about p{
  font-size: 0.875rem;
}

.about h3{
  font-weight: bold;
  font-size: 0.875rem;
}

.about .wrap{
  margin-top: 60px;
  max-width: 736px;
  margin-left: auto;
  margin-right: auto;
}

.about .contentList{
  display: flex;
  gap: 53px;
  border-bottom: solid 1px #E3E3E3;
  padding: 24px 0;
}

.about .contentItems{
  margin-bottom: 16px;
}

.about .contentItem_tell{
  margin-bottom: 8px;
}

.about .contentItem_tell a{
  color: #000;
  border-bottom: 1px solid #000;
}

.about .contentList p .event{
  pointer-events: none;
    color: #000!important; /* 見た目も無効化されているようにする */
    text-decoration: none;
    cursor: default;
     -webkit-user-select: text;
  user-select: text;
}


@media screen and (max-width:769px) {

  main.about{
    max-width: 343px;
    margin: 32px auto 48px;
  }

  .about h2{
    margin-bottom: 16px;
    width: auto;
  }

  .about .wrap{
    margin-top: 40px;
    margin-bottom: 64px;
  }

  .about .contentList{
    display: block;
  }
}