.inner_ex_slide {
  max-width: 1300px;
  margin: 0 auto 50px;
}

.inner_ex_slide h3.ex_slide {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.inner_ex_slide .ex_slide .slick-slide {
  width: 300px;
  padding: 0 10px;
}

.inner_ex_slide .ex_slide .slick-slide .slide_line {
  border: 1px solid #000;
}

.inner_ex_slide .ex_slide .slick-slide .slide_line p {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
}

@media print, screen and (min-width: 600px) {
  .inner_ex_slide {
    margin-bottom: 100px;
  }
  .inner_ex_slide h3.ex_slide {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .inner_ex_slide .ex_slide .slick-slide {
    width: 616px;
    padding: 0 20px;
  }
  .inner_ex_slide .ex_slide .slick-slide .slide_line p {
    font-size: 24px;
  }
  .inner_ex_slide .ex_slide .slick-center {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media print, screen and (min-width: 600px) {
  section .content .inner_single.inner_single-ex {
    max-width: 1280px;
    margin: 0 auto;
  }
}
.js-scrollable table {
  width: 1060px;
  margin-bottom: 1rem;
}

.expow-article-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 15px;
  background-color: #ffc600;
}

@media screen and (min-width: 600px) {
  .expow-article-head {
    align-items: center;
  }
}
.expow-article-head-ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .expow-article-head-ttl {
    font-size: 34px;
  }
}
.expow-article-head-emblem {
  position: absolute;
  top: -31px;
  right: 0;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .expow-article-head-emblem {
    top: -50px;
    padding: 10px;
    font-size: 20px;
  }
}
.expow-article-info {
  margin-bottom: 40px;
}

.expow-article-info dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}

.expow-article-info dl dt,
.expow-article-info dl dd {
  display: flex;
  align-items: center;
  padding: 10px;
}

@media screen and (max-width: 599px) {
  .expow-article-info dl dt,
  .expow-article-info dl dd {
    font-size: 13px;
  }
}
@media screen and (min-width: 600px) {
  .expow-article-info dl dt,
  .expow-article-info dl dd {
    padding: 20px;
  }
}
.expow-article-info dl dt {
  justify-content: center;
  width: 100px;
  background-color: #f2f2f2;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .expow-article-info dl dt {
    width: 18%;
  }
}
@media screen and (min-width: 600px) {
  .expow-article-info dl dt br {
    display: none;
  }
}
.expow-article-info dl dd {
  flex: 1 0 0;
}

.expow-article-event {
  margin-top: 50px;
}

@media screen and (min-width: 600px) {
  .expow-article-event {
    margin-top: 100px;
  }
}
.expow-article-event-heading {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 600px) {
  .expow-article-event-heading {
    font-size: 24px;
  }
}
.expow-article-event-table table {
  border-left: #000 solid 1px;
  border-top: #000 solid 1px;
}

.expow-article-event-table table th,
.expow-article-event-table table td {
  border-right: #000 solid 1px;
  border-bottom: #000 solid 1px;
}

.expow-article-event-table table thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffc600;
  font-weight: 700;
  text-align: center;
}

.expow-article-event-table table thead tr th:nth-child(1) {
  width: 15%;
}

.expow-article-event-table table thead tr th:nth-child(2) {
  width: 20%;
}

.expow-article-event-table table thead tr th:nth-child(3) {
  width: 40%;
}

.expow-article-event-table table thead tr th:nth-child(4) {
  width: 25%;
}

.expow-article-event-table table tbody td {
  padding: 5px;
  font-size: 14px;
}

.expow-article-event-table table tbody td:nth-child(1) {
  text-align: center;
}

.expow-article-event-table table tbody td a {
  font-weight: 700;
}

.expow-article-event-table table tbody tr:nth-child(2) td {
  background-color: #f2f2f2;
}

.expow-article-inner {
  border: 1px solid #000;
}

.expow-article-slide-thum {
  padding-top: 56.334%;
  position: relative;
}

.expow-article-slide-thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.expow-article-slide .slick-dots {
  bottom: -35px;
}

.expow-article-cols {
  padding: 20px;
  border-top: #000 dashed 1px;
}

@media screen and (min-width: 600px) {
  .expow-article-cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
  }
}
.expow-article-cols:first-of-type {
  border-top: none;
}

@media screen and (min-width: 600px) {
  .expow-article-txt {
    flex: 1 0 0;
  }
}
.expow-article-list li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

.expow-article-list li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 599px) {
  .expow-article-list li {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .expow-article-movie {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.expow-article-movie-col.youtube_modal {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
}

@media screen and (min-width: 600px) {
  .expow-article-movie-col.youtube_modal {
    width: 47.5%;
  }
}
@media screen and (max-width: 599px) {
  .expow-article-movie-col:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 600px) {
  .expow-article-movie-col:nth-child(n+3) {
    margin-top: 20px;
  }
}
.list-dot li {
  list-style: disc;
  margin-left: 1em;
  line-height: 1.8em;
}

.logo-expo-week {
  margin-top: 15px;
}

.logo-expo-week img {
  width: auto;
  height: 60px;
}

@media screen and (min-width: 600px) {
  .logo-expo-week img {
    height: 100px;
  }
}
.sc_box a {
  text-decoration: none;
}

.inner_ex_w .schedule_ttl_pc {
  display: none;
}

.inner_ex_w .schedule {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.inner_ex_w .schedule .sc_box {
  border: 1px #000;
  border-style: solid solid solid solid;
  position: relative;
}

.inner_ex_w .schedule .sc_box {
  width: 100%;
  padding: 10px 10px 25px 10px;
  margin-bottom: 20px;
}

.inner_ex_w .schedule .sc_box h5 {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.inner_ex_w .schedule .sc_box h5 br {
  display: none;
}

.inner_ex_w .schedule .sc_box .img_wrap {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.inner_ex_w .schedule .sc_box p {
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

.inner_ex_w .schedule .sc_box p br {
  display: none;
}

.inner_ex_w .schedule .schedule_ttl_sp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.inner_ex_w .schedule .schedule_ttl_sp .sc_ttl {
  width: 100%;
  position: relative;
  text-align: center;
  background: #ffc600;
}

.inner_ex_w .schedule .schedule_ttl_sp .sc_ttl h4 {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px #000;
  border-style: solid solid none solid;
}

.inner_ex_w .schedule .sc_box:after,
.inner_ex_w .schedule .sc_box.pc_end:after,
.inner_ex_w .schedule .sc_box.sp_end:after {
  content: "";
  display: block;
  background: url(/_shared/images/hyo_ex_w/between_end_sp.png);
  height: 17px;
  width: calc(100% + 2px);
  position: absolute;
  right: -1px;
  bottom: -3px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 10;
}

@media screen and (max-width: 599px) {
  .inner_ex_w .schedule .sc_box span {
    display: inline-flex;
    justify-content: center;
    width: 90%;
    margin-left: 5%;
    margin-top: 5px;
    padding: 5px;
    background-color: #000;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
}
.inner_ex_w .schedule .sc_box a {
  display: block;
  text-decoration: none;
}

@media print, screen and (min-width: 600px) {
  .inner_ex_w .schedule_ttl_pc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .inner_ex_w .schedule_ttl_pc .sc_ttl {
    position: relative;
    text-align: center;
    background: #ffc600;
  }
  .inner_ex_w .schedule_ttl_pc .sc_ttl {
    width: 25%;
    min-height: 52px;
    margin-bottom: 10px;
  }
  .inner_ex_w .schedule_ttl_pc .sc_ttl h4 {
    font-size: 22px;
    margin-right: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .inner_ex_w .schedule_ttl_pc .sc_ttl.pc_w {
    width: 50%;
  }
  .inner_ex_w .schedule_ttl_pc .sc_ttl:after {
    content: "";
    display: block;
    background: url(/_shared/images/hyo_ex_w/between_y_pc.png);
    width: 50px;
    height: calc(100% + 0px);
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 10;
  }
  .inner_ex_w .schedule_ttl_pc .sc_ttl.pc_end:after {
    content: "";
    display: block;
    background: url(/_shared/images/hyo_ex_w/between_y_end_pc.png);
    width: 39px;
    height: calc(100% + 0px);
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 10;
  }
  .inner_ex_w .schedule .sc_box {
    width: 25%;
    min-height: 239px;
    padding: 0 50px 0 10px;
    margin-bottom: 60px;
    border-style: solid none solid solid;
    text-align: center;
  }
  .inner_ex_w .schedule .sc_box a {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .inner_ex_w .schedule .sc_box a:hover span {
    background-color: #fff;
    color: #000;
  }
  .inner_ex_w .schedule .sc_box h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    min-height: 3.3em;
    margin-bottom: 0;
  }
  .inner_ex_w .schedule .sc_box h5 br {
    display: block;
  }
  .inner_ex_w .schedule .sc_box .img_wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .inner_ex_w .schedule .sc_box .img_wrap img {
    max-width: 180px;
  }
  .inner_ex_w .schedule .sc_box p {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
  .inner_ex_w .schedule .sc_box span {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-60%);
    display: inline-flex;
    justify-content: center;
    width: 60%;
    margin-top: 5px;
    padding: 5px;
    background-color: #000;
    border: 1px solid #000;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    transition: 0.3s;
  }
  .inner_ex_w .schedule .sc_box p br {
    display: block;
  }
  .inner_ex_w .schedule .sc_box.pc_end:after {
    content: "";
    display: block;
    background: url(/_shared/images/hyo_ex_w/between_end_pc.png);
    width: 39px;
    height: calc(100% + 2px);
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 10;
  }
  .inner_ex_w .schedule .sc_box:after,
  .inner_ex_w .schedule .sc_box.sp_end:after {
    content: "";
    display: block;
    background: url(/_shared/images/hyo_ex_w/between_pc.png);
    width: 50px;
    height: calc(100% + 2px);
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 10;
  }
  .inner_ex_w .schedule .schedule_ttl_sp {
    display: none;
  }
}/*# sourceMappingURL=hyo_ex_w.css.map */