@charset "UTF-8";
.l_container h3.emphasis_title {
  font-size: 1.6rem;
  background: #eceef4;
  color: #0e1b47;
  padding: 0.75em 1em;
}
.l_container h3.emphasis_title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  width: 3px;
  height: 100%;
  border-bottom: none;
  background-color: var(--ceatecblue);
}


.list_download {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.list_download .list_item {
  width: calc(100% / 3 - 20px);
}

.list_item_txt {
  min-height: 5em;
}

@media screen and (min-width: 880px) {
  .l_main_article {
    padding-left: 0;
  }
}

@media screen and (max-width: 840px) {
  .list_download .list_item {
    width: calc(100% / 2 - 20px);
  }
}

@media screen and (max-width: 767px) {
  .timeline-item dt {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .timeline-item::before {
    top: 8px;
  }
}

@media screen and (max-width: 540px) {
  .l_container h3.emphasis_title {
    font-size: 1.5rem;
    padding: 0.5em 0.8em;
  }

  .list_download .list_item {
    width: 100%;
  }
  .list_item_txt {
    min-height: 2em;
  }
}

@media screen and (max-width: 539px) {
  .l_main .l_container .l_main_article .video_btn {
    max-width: 100%;
  }
}

.list_download .list_item figure {
  position: relative;
  background-color: rgb(12, 26, 73, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 15px;
}

.list_download .list_item figure img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.list_download .list_item > section {
  /* width: 60%; */
  /* padding-bottom: 20px; */
}

.list_download .list_item .border {
  border: 1px solid rgb(12, 26, 73, 0.1);
}

.list_download .list_item h5,
.list_download .list_item p,
.list_download .list_item .c_btn {
  margin-left: auto;
  margin-right: auto;
}

.list_download .list_item h5 span {
  font-size: 15px;
  display: block;
}

.list_download .list_item p {
  font-size: 14px;
}

.list_download .list_item .c_btn {
  max-width: 100%;
}
/* タイムラインスタイル */
.timeline {
  position: relative;
  padding: 20px 0;
  margin-left: 35px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e0e0e0;
}

.timeline-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ceatecblue);
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px var(--ceatecblue);
}

.timeline-item dt {
  font-weight: bold;
  color: var(--ceatecblue);
  margin-right: 10px;
  margin-bottom: 0;
  min-width: 190px;
}

.en .timeline-item dt {
  min-width: 250px;
}

.timeline-item dt span {
  display: block;
}

.timeline-item dd {
  margin-left: 0;
  padding-left: 0;
  color: #333;
  margin-bottom: 0;
}

.number {
  counter-reset: my-counter;
}
.number li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.number li:before {
  content: "【" counter(my-counter)  "】";
  counter-increment: my-counter;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline-item dt {
    min-width: auto;
  }

  .timeline-item dt span {
    display: unset !important;
    margin-left: 10px;
  }
}

/* コンテンツの Coming soon */
.list_download .list_item.comingsoon {
  background-color: rgba(246, 246, 246, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.list_download .list_item.comingsoon .fnt_gray {
  color: #5f5f5f;
}

@media screen and (max-width: 540px) {
  .list_download .list_item.comingsoon {
    min-height: 350px;
}
}

/* コンテンツの Coming soon 英語*/
:lang(en) .list_download .list_item.comingsoon {
  min-height: 380px;
}

@media screen and (max-width: 540px) {
  :lang(en) .list_download .list_item.comingsoon {
    min-height: 270px;
}
}

:lang(en) span.new {
  margin-right: 5px;
}

/* ----- アコーディオンリスト ----- */
.js-ac-pages {
  display: block;
  cursor: pointer;
  position: relative;
}
.l_container .js-ac-pages h3#schedule{
  margin-bottom: 0em;
}

.js-ac-pages.js-ac-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.js-ac-pages:hover {
  opacity: .5;
}

.js-ac-pages h3#schedule::before {
  position: relative;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 14px;
  background-color: var(--ceatecblue);;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 10em;
  padding: 10px 15px 8px 15px;
  color: #fff;
  content: "詳細をみる";
  width: 8em;
  text-align: center;
}

.en .js-ac-pages h3#schedule::before {
  content: "View Details";
}

.js-ac-pages.js-ac-open h3#schedule::before {
  content: "詳細を閉じる";
}

.en .js-ac-pages.js-ac-open h3#schedule::before {
  content: "Close Details";
}

.partners_body {
  z-index: -1;
  position: relative;
  height: 0;
  opacity: 0;
  padding: 0 2em;
  transition: all .3s;
  display: none;
}

.partners_body.js-ac-open {
  line-height: 1.6;
  opacity: 1;
  z-index: 1;
  height: auto;
  display: block;
  transition: all .3s;
  padding: 2em;
  border: 1px solid var(--ceatecblue);
  border-top: none;
}

#headerarea .inner-mnav {
  align-items: center;
}

#headerarea .inner-mnav > li {
  text-align: start;
}

#headerarea .inner-mnav > li > a {
  padding: 10px 10px;
  line-height: 1.2;
}

#headerarea .inner-mnav span {
  display: none;
}

@media screen and (max-width: 1070px) {
  #headerarea .inner-mnav span {
    display: inline-block;
  }

  #headerarea .inner-mnav br {
    display: none;
  }
}