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

	1. Individual Redefinition
	2. Section [related]
	3. Section [overview]
	4. Section [program]
	5. Section [apply]
	6. Section [greeting]
	7. Section [committee]
	
====================================== */
/*===== ■1. Individual Redefinition =====*/
.inner_head .event em {
  font-size: 6rem;
  line-height: 1;
}
.inner_head .event em span {
  font-size: 3.4rem;
  line-height: 1.4;
}
.inner_head .event em span b {
  margin: 0;
  font-weight: 600;
  font-size: 2.2rem;
}
.inner_head .cloud1, .inner_head .cloud2 {
  width: 12rem;
  position: absolute;
}
.inner_head .cloud1 {
  left: -3rem;
  top: -3rem;
}
.inner_head .cloud2 {
  right: -7rem;
  bottom: 2rem;
}
#zenkoku .cloud1 { left: -1rem;}
#zenkoku .cloud2 { right: -10rem;}

#kansai .cloud1 { 
  left: -10rem;
  top: -4rem;
}
#kansai .cloud2 { right: -10rem;}

#kyushu .cloud1 { 
  left: 0;
  top: -7rem;
}
#kyushu .cloud2 { right: -10rem;}

#chubu .cloud1 { 
  left: -5rem;
  top: -4rem;
}
#chubu .cloud2 { right: -10rem;}

#logistics-kyushu .cloud1 { 
  left: -10rem;
  top: -4rem;
}
#logistics-kyushu .cloud2 { right: -10rem;}
#logistics-kansai .cloud1 { 
  left: -10rem;
  top: -4rem;
}
#logistics-kansai .cloud2 { right: -10rem;}

ul.list_dots > li {
  position: relative;
  padding-left: 1.2rem;
}
ul.list_dots > li::before {
  position: absolute;
  top:0.7em;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: currentColor;
  border-radius: 50%;
  content: "";
}

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;
}
header nav ul li.active_convention {
  background: #f37800;
}

p.event_end {
  color: #c00;
  font-weight: bold;
  text-align: center;
  padding-top: 50px;
}
figure.images {
  display: flex;
  justify-content: center;
  gap: 2rem;
  max-width: calc(115rem - 2rem);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .inner_head .event em {
    font-size: 2.2rem;
  }
  .inner_head .event em span {
    font-size: 1.8rem;
  }
  .inner_head .event em span b {
    font-size: 1.2rem;
  }
  .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;
  }
  #zenkoku .cloud2 {
    right: -2rem;
  }
  #kansai .cloud1 {
    left: -1rem;
    top: -4rem; 
  }
  #kansai .cloud2 {
    right: -2rem;
  }
  #kyushu .cloud1 {
    left: -1rem;
    top: -6rem;
  }
  #kyushu .cloud2 {
    right: -1rem;
  }
  #chubu .cloud1 {
    left: -1rem;
    top: -6rem;
  }
  #chubu .cloud2 {
    right: -2rem;
  }
  #logistics-kyushu .cloud1 {
    left: -1rem;
    top: -4rem;
  }
  #logistics-kyushu .cloud2 {
    right: -2rem;
  }

  figure.images {
    flex-direction: column;
    gap: 1rem;
  }
}

/*===== ■2. Section [related] =====*/
#related {
  padding-bottom: 0;
  margin-top: 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:first-child a {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
#related li div img.logo_ltt23 {
  max-width: 272px;
  max-width: 30rem;
  margin-bottom: 20px;
  display: block;
}
#related li table {
  width: 100%;
  border-collapse: separate;
  border-spacing: .5rem;
}
#related li td {
  display: flex;
  font-size: 2rem;
  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;
}
#related li table + p {
  margin-left: 2.5rem;
}
#related li table + p a {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
  font-weight: bold;
}
#related li table + p a::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 0.8rem solid #063d78;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  transform: translateX(-50%) translateY(-50%);
  content: "";
}

@media (min-width: 769px) {
  #related li div {
    width: 63%;
  }
  #related li div:first-child {
    width: 35%;
    margin-right: 2%;
  }
}

@media (max-width: 768px) {
  #related li {
    flex-direction: column;
  }
  #related li div {
    width: 100%;
    text-align: left;
  }
  #related li table, #related li table tr, #related li table th, #related li table td, #related li td p {
    font-size: 1.8rem;
    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 2rem;
  }
  #related li div:first-child figure {
    margin: 0 0 2rem;
  }
  #related li table {
    width: 100%;
  }
  #related li td p {
    margin: 40px 0 20px;
  }
  #related li td {
    display: block;
    padding-bottom: 20px !important;
  }
}

/*===== ■3. Section [overview] =====*/
#overview ul.number li {
  counter-increment: num;
}
#overview ul.number li::before {
  font-weight: bold;
  content: counter(num)".";
}
#overview ul.number li:not(:last-child) { margin-bottom: 1rem;}

#overview dl { margin-top: 2rem;}
#overview dt {
  font-weight: bold;
}
#overview dd ul p{
  font-size: 1.4rem;
}
#overview table td > br {
  display: none;
}
#overview table table {
  border: 1px dotted #c4c4c4;
}
#overview table table th {
  width: 32rem;
  padding: 1rem;
  background: #f1f1f1;
  color: #474747;
  font-weight: normal;
  text-align: left;
}
#overview table table tr:not(:last-child) th {
  border-bottom: 1px dotted#c4c4c4;
}
#overview table table td {
  padding: 1rem;
}


#overview ul.list_dots {
  margin-top: 1rem;
}

#overview ul.notice { margin-top: 2rem;}

#overview ul.notice li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  color: #e80707;
}
#overview p.note {
  margin-top: 1rem;
  font-size: 1.4rem;
}

#overview table + p {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}


@media (max-width: 768px) {
  #overview .table_ver {
    border-collapse: collapse;
  }
  
  #overview dd {
    width:100%;
    margin: .5rem 0;
    padding-left: 1rem;
  }
  #overview table table td {
    border-bottom: 1px dotted #c4c4c4;
  }
  
  #overview table + p {
    margin-bottom: 2rem;
  }
}

/*===== ■4. Section [program] =====*/
#program .subhead { margin-bottom: 1rem;}
#program > em {
  display: block;
  margin: 0 1rem .5rem;
  text-align: right;
}

#program h3 {
  margin: 0 1rem 2rem;
  padding-left: 1rem;
  border-left: .6rem solid #f39800;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
}

#program .table_basic {
  border-spacing: 0 1px;
  table-layout: fixed;
}

#program .table_basic th {
  border-right: 1px solid #fff;
  font-weight: 500;
}
#program .table_basic tr:first-child th:first-child { width: 15%;}
#program .table_basic tr:first-child th:first-child + th { width: 45%;}
#program .table_basic tr:first-child th:last-child { width: 40%;}

#program .table_basic td {
  border-bottom: 1px dotted #c4c4c4;
  background: none;
  line-height: 1.8;
  vertical-align: middle;
}
#program .table_basic td:first-child:not([colspan]) { font-weight: bold;}
#program .table_basic td.normal { font-weight: normal !important;}
#program .table_basic td[colspan]{
  padding: 1.5rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#program .table_basic td.noborder { border-bottom: 0;}
#program .table_basic td[colspan] p {
  color: #474747;
  font-weight: normal;
  text-align: left;
}
#program .table_basic td[colspan].rest {
  border-top: 1rem solid #fff;
  border-bottom: 1rem solid #fff;
  background: #f9d66d;
}
#program .table_basic td[colspan].label { border-bottom: none; background: #3a8f5c;}
#program .table_basic td[colspan].keynote { border-bottom: none; background: #df613b;}
#program .table_basic td[colspan].comitteelabel { border-bottom: none; background: #3a8f5c;}
#program .table_basic td[colspan].review { border-bottom: none; background: #437cbb;}
#program .table_basic td[colspan].award { border-bottom: none; background: #a16bbd;}
#program .table_basic td[colspan].special { border-bottom: none; background: #b59b6a;}

#program .table_basic td .coordinator {
  display: flex;
  align-items: center;
}

#program .table_basic td b {
  display: block;
  font-weight: bold;
}

#program .table_basic td em {
  display: inline-block;
  margin-bottom: .5rem;
  padding: .25rem .5rem;
  border: 2px solid currentColor;
}
#program .table_basic td em.label { color: #3a8f5c;}
#program .table_basic td em.comittee { color: #3a8f5c;}
#program .table_basic td em.review { color: #437cbb;}
#program .table_basic td em.award { color: #a16bbd;}
#program .table_basic td span.theme {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background-color: #e8f1f9;
  font-size: 1.4rem;
}
#program .table_basic td ul {
  margin: 0 0 1rem 1rem;
  font-size: 1.4rem;
}

#program .table_basic td ul + div > p { font-size: 1.4rem;}
  
#program .table_basic td dt {
  position: relative;
  margin-right: 2rem;
  padding: 1rem;
  background: #515151;
  color: #fff;
  font-weight: bold;
}
#program .table_basic td dd {
  margin-left: 1rem;
  font-weight: normal;
  color: #474747;
  text-align: left;
}
#program .table_basic td dt::after {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 2rem;
  height: 100%;
  background:
      linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #515151 50.5%) no-repeat top left / 100% 50%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #515151 50.5%) no-repeat bottom right / 100% 50%;
  content: "";
}

#program .table_basic td div.photo {
  display: flex;
  justify-content: space-between;
}
#program .table_basic td div.photo figure {
  flex-shrink: 0;
  width: 25%;
  min-width: 90px;
}
@media (min-width: 769px) {
  #program .table_basic th, #program .table_basic td {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  #program h3 { font-size: 1.8rem;}
  
  #program .table_basic tbody {
    -webkit-text-size-adjust: 100%;
  }

  #program .table_ver {
    border-collapse: collapse;
  }
  
  #program .table_basic tr:first-child th:first-child { width: 200px;}
  #program .table_basic tr:first-child th:first-child + th { width: 450px;}
  #program .table_basic tr:first-child th:last-child { width: 300px;}
}

/*===== ■5. Section [apply] =====*/
#apply {
  background: linear-gradient(to bottom, #c2dcf2, #ebf5fc 70%);
  padding-bottom: 3rem;
}

#apply .subhead { margin-bottom: 0;}

#apply .box_min {
  width: auto;
  max-width: 100%;
  margin: 3rem 3rem 0;
  padding: 3rem;
  border-radius: 2rem;
  background: #fff;
}
#apply .box_min dl:not(:last-child) { margin-bottom: 2rem;}

#apply .box_min dt {
  color: #0068b7;
  font-weight: bold;
  font-size: 1.7rem;
}

#apply .box_min dd { padding: 0 2rem;}
#apply .box_min dd li {
  position: relative;
  padding: 0 1rem;
}
#apply .box_min dd li::before {
  position: absolute;
  top: 1.5rem;
  left: -.5rem;
  width: .5rem;
  height: .5rem;
  border-radius: 100%;
  background: currentColor;
  content: "";
}
#apply .box_min dd em {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
  color: #e80707;
}
#apply .button_wrap {margin-top: 4rem;}

@media (max-width: 768px) {
  #apply { padding-bottom: 2rem;}
  #apply .box_min {
    margin: 1rem 1rem 0;
    padding: 2rem;
    border-radius: 1rem;
  }
  #apply .box_min dt {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  #apply .box_min dd { padding: 0;}
  #apply .box_min dd li::before {
    top: 1rem;
    left: 0;
  }
  #apply .button_wrap {
    width: auto;
    margin: 2rem 1rem 0;
  }
}

/*===== ■6. Section [greeting] =====*/
#greeting .box_min {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5rem;
  padding: 2rem;
  background: #edf2f9;
}
#greeting .box_min figure {
  width: 200px;
}
#greeting .box_min dl {
  flex: 1;
  margin-left: 4rem;
}
#greeting .box_min dt {
  margin-bottom: 1.5rem;
  color: #00589b;
  font-weight: bold;
  font-size: 2.4rem;
}
#greeting .box_min dd em {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.8rem;
}
#greeting .box_min dd em b { font-size: 2.6rem;}
#greeting > p:not(:last-of-type) { margin-bottom: 2rem;}

@media (max-width: 768px) {
  #greeting .box_min {
    display: block;
    margin-bottom: 3rem;
  }
  #greeting .box_min figure {
    width: 50%;
    margin: 0 auto 2rem;
  }
  #greeting .box_min dl { margin: 0;}
  #greeting .box_min dt { font-size: 2.2rem;}
  #greeting .box_min dd em b { font-size: 2.2rem;}
}

/*===== ■7. Section [committee] =====*/
#committee em {
  display: block;
  text-align: right;
}
#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;
}

@media (min-width: 769px) {
  #committee em {
    font-size: 1.8rem;
  }
  #committee .table_basic th, #committee .table_basic td {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  #committee > h2 + em {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  #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;
  }
}


#movie h2 + p {
  text-align: center;
  margin-bottom: 3rem;
}
#movie .wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 3rem;
}
#movie dl {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  margin-bottom: 2rem;
}

#movie dl dt {
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  background-color: #e8f1f9;
  font-weight: bold;
}

#movie dl dd {
  padding: 0 1rem;
}
#movie dl dd:nth-of-type(1) {
  font-size: 1.4rem;
}

#movie dl dd:nth-of-type(2) {
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  #movie h2 + p {
    margin-bottom: 2rem;
    text-align: left;
  }
}