@charset "UTF-8";
/*========== Style Contents ==========

	1. Individual Redefinition
	2. Section [program]
	3. Section [promotion]
	4. Section [committee]
	
====================================== */
/*===== ■1. Individual Redefinition =====*/
article {
  overflow: hidden;
}
article section section {
  margin: 0 0 4rem;
  padding: 0 !important;
}
article section section::after {
  display: none;
}
article section section:last-child {
  margin-bottom: 0;
}
/*===== ■2. Section [program] =====*/
#program h2 + p {
  margin-bottom: 5rem;
  text-align: center;
}
#program p.event_end {
  color: #c00;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #program h2 + p {
    margin-bottom: 3rem;
    text-align: left;
  }
  #program p.event_end {
    text-align: left;
  }
}
/*===== ■3. Section [promotion] =====*/
#related ul {
  margin-bottom: 60px;
}
#related li {
  display: flex;
  width: 100%;
}
#related li div {
  width: 49%;
}
#related li div:first-child {
  width: 49%;
  margin-right: 2%;
  text-align: center;
}
#related li div img.logo_ltt23 {
  max-width: 272px;
}
#related li table {
  width: 100%;
  border-collapse: separate;
  border-spacing: .5rem;
}
#related li td {
  display: flex;
  line-height: 1.4;
  padding-top: 8px;
  border-bottom: 1px dotted #434343;
}
#related li td p {
  color: #434343;
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: .2rem;
  white-space: nowrap;
  border-bottom: 4px solid #434343;
  margin: -2px 16px -2px 0;
  padding: 0 4px;
}
@media (max-width: 768px) {
  #related ul {
    margin-bottom: 40px;
  }
  #related li {
    flex-direction: column;
  }
  #related li div {
    width: 100%;
    text-align: center;
  }
  #related li table, #related li table tr, #related li table th, #related li table td, #related li td p {
    margin: 0;
    padding: 0;
    border-spacing: 0;
  }
  #related li div:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  #related li div img.logo_ltt23 {
    max-width: 300px;
    display: block;
    margin: 0 auto 10px;
  }
  #related li div:first-child figure {
    margin: 0 0 2rem;
  }
  #related li table {
    width: 100%;
  }
  #related li td p {
    margin: 2rem 0 1rem;
    padding-bottom: 1rem;
  }
  #related li td {
    display: block;
    border-bottom: none;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
/*===== ■4. Section [committee] =====*/
#committee em {
  display: block;
  text-align: center;
}
#committee .table_basic {
  border-spacing: 0 1rem;
}
#committee .table_basic th {
  border-right: 1rem solid #fff;
  font-weight: 500;
}
#committee .table_basic td {
  line-height: 1.8;
}
.inner_head .cloud1, .inner_head .cloud2 {
  width: 12rem;
  position: absolute;
}
.inner_head .cloud1 {
  left: -9rem;
  top: -3rem;
}
.inner_head .cloud2 {
  right: -7rem;
  bottom: 2rem;
}
@media (min-width: 769px) {
  #committee em {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  #committee .table_basic th, #committee .table_basic td {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  section > h2 + em {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
  #committee .table_basic tbody {
    -webkit-text-size-adjust: 100%;
  }
  #overview .table_ver {
    border-collapse: collapse;
  }
  #committee .table_basic td {
    width: 200px;
  }
  #committee .table_basic td:nth-child(2) {
    width: 300px;
  }
  #committee .table_basic td:last-child {
    width: 450px;
  }
  .inner_head .cloud1, .inner_head .cloud2 {
    width: 8rem;
  }
  .inner_head .cloud1 {
    left: 2rem;
    top: -3.5rem;
  }
  .inner_head .cloud2 {
    right: 1.2rem;
    bottom: 0.4rem;
  }
}