@charset "utf-8";

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

#visual {
  position: relative;
  z-index: 1;
}

#visual .title {
  width: 100%;
  padding: 0 12%;
  color: #fff;
  line-height: 1.2;
  font-size: min(6vw, 2.14em);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  word-break: keep-all;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

#visual div.logo {
  width: 13.34%;
  position: absolute;
  z-index: 2;
  top: 5.89%;
  left: 1.62%;
}

#visual div.logo a {
  color: inherit;
  text-decoration: none;
  display: block;
}

#visual div.image img {
  width: 100%;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:768px) {

  #visual .title {
    font-size: min(3.87vw, 3em);
  }

  #visual div.logo {
    width: 8.06%;
    min-width: 80px;
    max-width: 100px;
  }

}

/** ***************************************************************************
 * 一覧
 * ************************************************************************* */

#main div.article ul.list,
#main div.article ul.list > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main div.article ul.list > li {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 1;
}

#main div.article ul.list > li::before {
  content: '';
  width: 0.75em;
  border: 2px solid #00aeff;
  position: absolute;
  z-index: -1;
  top: 1.5em;
  left: 0;
}

#main div.article ul.list > li ~ li {
  border-top: none;
}

#main div.article ul.list > li a {
  text-decoration: none;
}

#main div.article ul.list > li > * {
  padding: 1em 0 0.875em 1.625em;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(0, 0, 0, 0.0);
  display: block;
}

body.page-meeting-history
#main div.article ul.list > li > * {
  color: inherit;
  text-decoration: none;
}

#main div.article ul.list > li > *:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

#main div.article ul.list > li div.date {
  margin-bottom: 0.25em;
  color: #666;
  font-size: 0.875em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:768px) {

  #main div.article ul.list > li > * {
    padding: 1.125em 0 1em 1.75em;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  #main div.article ul.list > li::before {
    border-width: 3px;
  }

  #main div.article ul.list > li div.date {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  #main div.article ul.list > li div.text {
    padding-left: 1.5em;
  }

}

/** ***************************************************************************
 * 検索フォーム
 * ************************************************************************* */

#form {
  margin-bottom: 40px;
}

#form form {
  width: fit-content;
  margin: 0 auto;
}

#form [type="text"] {
  width: 100%;
  max-width: 20em;
  padding: 0.25em 0.75em 0.125em;
  letter-spacing: 1px;
  font: inherit;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  vertical-align: middle;
  display: inline-block;
}

#form [type="submit"] {
  width: fit-content;
  margin: 15px auto 0;
  padding: 0.25em 1em 0.125em;
  cursor: pointer;
  color: #fff;
  letter-spacing: 1px;
  font: inherit;
  border: none;
  border-radius: 0;
  background-color: #000;
  appearance: none;
  display: block;
}

#form [type="submit"]::-webkit-search-decoration {
  display: none;
}

#form [type="submit"]::focus {
  outline-offset: -2px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:768px) {

  #form {
    margin-bottom: 60px;
  }

  #form form {
    width: 100%;
  }

  #form [type="submit"] {
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
  }

}
