@charset "UTF-8";
/*
人とくるまのテクノロジー展 2026
*/
#wrap.aee2026 #hero {
  height: 540px;
}

#wrap.aee2026 #hero h1 {
  margin-top: 0;
  height: 100%;
  position: relative;
}

#wrap.aee2026 #hero h1 img {
  position: absolute;
  bottom: 0;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}

#wrap.aee2026 section .note {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  margin-top: 1em;
}

#wrap.aee2026 section .inner {
  max-width: 1120px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

#wrap.aee2026 section .section_intro {
  padding-bottom: 120px;
  border-bottom: 1px solid #C5C5C5;
}

#wrap.aee2026 section .section_intro dt {
  font-weight: 400;
}

#wrap.aee2026 section .section_contents {
  margin-top: 100px;
  padding-bottom: 100px;
}

.item {
  line-height: 1.69;
}

.item h2 {
  font-size: 32px;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
}

.item h3 {
  font-size: 24px;
  margin-top: 90px;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
}

.item .item_intro {
  margin-top: 60px;
}

.item dl dt {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  margin-top: 40px;
}

.item dl dt:before {
  content: "●";
  display: inline-block;
  margin-right: 0.5em;
  font-size: 14px;
}

.item dl dd {
  font-size: 16px;
  margin-top: 1em;
}

.item dl dd ul {
  margin-top: 1em;
  list-style-type: disc;
  list-style-position: inside;
}

.item dl dd ul li {
  display: list-item;
  list-style: disc inside;
  padding-left: 1.7em;
  text-indent: -1.3em;
  margin-left: 1rem;
  font-size: 0.9em;
}

.item dl dd * + p {
  margin-top: 60px;
}

.item dl dd a {
  text-decoration: underline;
  word-wrap: break-word;
}

.item dl.schedule_list {
  margin-top: 1em;
}

.item dl.schedule_list .dl_inner {
  display: flex;
}

.item dl.schedule_list dt {
  font-size: 16px;
  margin-top: 0;
}

.item dl.schedule_list dt:before {
  display: none;
}

.item dl.schedule_list dt:after {
  content: "：";
  display: inline;
}

.item dl.schedule_list dd {
  margin-top: 0;
}

.item + .item {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #C5C5C5;
}

.item .item_box {
  border: 8px solid #F5F5F5;
  margin-top: 60px;
  padding: 60px;
}

.item .item_box h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
}

.item .item_box .list_wrap {
  display: flex;
  flex-wrap: wrap;
}

.item .item_box ol {
  margin-top: 1em;
  counter-reset: number;
  width: 50%;
}

.item .item_box ol li {
  position: relative;
}

.item .item_box ol li:before {
  content: counter(number);
  counter-increment: number;
  font-size: 14px;
  margin-right: 1em;
  padding-left: 0.23em;
}

.item .item_box ol li:after {
  content: "";
  position: absolute;
  display: block;
  top: 0.86em;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  border-radius: 50%;
}

.item .item_box ol li span {
  margin-top: 0;
}

.item .item_box ol:nth-child(2) {
  counter-reset: number 4;
}

.item .item_box * + h3 {
  margin-top: 60px;
}

.timetable {
  margin-top: 2rem;
  overflow-x: auto;
  margin-bottom: 8px;
}
.timetable table {
  width: 100%;
}
.timetable th {
  background: #222;
  padding: 8px;
  text-align: center;
  border: 1px solid #444;
  vertical-align: middle;
}
.timetable td {
  padding: 8px;
  text-align: center;
  border: 1px solid #444;
  vertical-align: middle;
  background: rgba(85, 85, 85, 0.3);
}
.timetable .fs {
  font-size: 13px;
}
.timetable tr:nth-child(even) td {
  background: rgba(85, 85, 85, 0.1);
}

.archive {
  padding: 100px 0;
  text-align: center;
}
.archive h3 {
  font-size: 1.4em;
  margin-bottom: 2rem;
}
.archive li {
  padding: 8px;
}
.archive li a {
  display: inline-block;
  position: relative;
  padding: 12px 40px;
  border: 1px solid #fff;
}
.archive li a::after {
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 12px;
  top: 50%;
  display: block;
  transform: rotate(-45deg) translate(0, -50%);
}

@media only screen and (max-width: 1023px) {
  #wrap.aee2026 #hero h1 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #wrap.aee2026 #hero {
    height: 74.67vw;
  }
  #wrap.aee2026 #hero h1 {
    margin-top: 0;
  }
  #wrap.aee2026 section {
    margin-top: 16vw;
    padding-bottom: 5.33vw;
  }
  #wrap.aee2026 section .section_contents {
    margin-top: 16vw;
  }
  #wrap.aee2026 section .section_intro {
    padding-bottom: 16vw;
  }
  #wrap.aee2026 section:last-of-type {
    padding-bottom: 16vw;
  }
  .item + .item {
    margin-top: 16vw;
    padding-top: 16vw;
  }
  .item h2 {
    font-size: 25px;
  }
  .item h3 {
    margin-top: 8vw;
    font-size: 20px;
  }
  .timetable td {
    white-space: nowrap;
  }
  .aee2026 .section_intro p {
    font-size: 16px;
  }
  .item dl.schedule_list .dl_inner {
    display: block;
    padding-bottom: 1rem;
  }
  .item .item_box {
    padding: 16px;
  }
  .item dl dt {
    white-space: nowrap;
  }
  .timetable table {
    border-collapse: separate;
  }
  .timetable th:first-child {
    /* 横スクロール時に固定する */
    position: sticky;
    left: 0;
  }
}/*# sourceMappingURL=single.css.map */