@charset "UTF-8";

#SiteContent__main {
  padding: 60px 0 0;
  background-color: #00a8a9;
}
@media only screen and (max-width: 559px) {
  #SiteContent__main {
    padding: 50px 0 0;
  }
}

.expo2025-newsTop-HeadingLevel1 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
}
@media only screen and (max-width: 559px) {
  .expo2025-newsTop-HeadingLevel1 {
    font-size: 2.6rem;
  }
}

.expo2025-newsTop-HeadingLevel2 {
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
}
@media only screen and (max-width: 559px) {
  .expo2025-newsTop-HeadingLevel2 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 559px) {
  .expo2025-Highlight {
    padding: 40px 0 50px;
  }
}

.expo2025-NewsArea {
  text-align: center;
  background-color: #fff;
}

.expo2025-NewsArea__inner {
  max-width: 928px;
  margin: 0 auto;
  padding: 60px 30px 80px;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .expo2025-NewsArea__inner {
    padding: 50px 15px;
  }
}

.expo2025-LinkButton {
  margin-top: 80px;
}
@media only screen and (max-width: 559px) {
  .expo2025-LinkButton {
    margin-top: 50px;
  }
}
.expo2025-LinkButton a {
  min-width: 450px;
}
@media only screen and (max-width: 559px) {
  .expo2025-LinkButton a {
    max-width: 315px;
    min-width: auto;
  }
}

.expo2025-MoreShow {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0 0;
  text-align: center;
  position: relative;
}
.expo2025-MoreShow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #00a8a9;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 559px) {
  .expo2025-MoreShow {
    margin: 24px 0 0;
  }
}
.expo2025-MoreShow.is--Hidden {
  display: none;
}
.expo2025-MoreShow button {
  display: flex;
  place-content: center;
  min-width: 142px;
  height: 100%;
  position: relative;
}
.expo2025-MoreShow button::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.expo2025-MoreShow span {
  position: relative;
  word-break: break-word;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 60px 0 20px;
  color: #008486;
  transition: opacity 0.2s ease-in-out;
}
@media only screen and (max-width: 559px) {
  .expo2025-MoreShow span {
    padding: 0 50px 0 20px;
  }
}
.expo2025-MoreShow span:hover {
  opacity: 0.8;
}
.expo2025-MoreShow span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 12px;
  height: 6px;
  background: url(/assets/images/icons/arrow_nav_anchorlink.svg) 50% 100% no-repeat;
}
@media only screen and (max-width: 559px) {
  .expo2025-MoreShow span::after {
    top: 8px;
  }
}