.lower_title_wrap .title.logo_asef {
  position: relative;
  letter-spacing: 0.15em;
}
.lower_title_wrap .title.logo_asef::before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 84px;
  background: url(../img/logo_asef.jpg) no-repeat center/contain;
  position: relative;
  margin-right: 35px;
  transform: translateY(10px);
}

.forum__inner {
  width: 100%;
  max-width: 1167px;
  margin: 0 auto;
}
.forum__inner .forum_overview {
  margin: 50px 0 80px;
}
.forum__inner .forum_overview time, .forum__inner .forum_overview p {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.forum__inner .forum_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.forum__inner .forum_wrap .forum_movie {
  width: 58%;
  max-width: 670px;
  padding-top: 30px;
}
.forum__inner .forum_wrap .forum_movie.is_fixed {
  position: fixed;
  top: 80px;
}
.forum__inner .forum_wrap .forum_movie.is_end {
  position: absolute;
  bottom: 0;
}
.forum__inner .forum_wrap .forum_movie .forum_iframe__inner {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 56.25%;
}
.forum__inner .forum_wrap .forum_movie .forum_iframe__inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__title {
  position: relative;
  font-size: 1.8rem;
  height: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  background: #0052a0;
  text-align: center;
}
.forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__title.__sp {
  display: none;
}
.forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list_wrap {
  border: 1px solid #cbcbcb;
  border-top: none;
  overflow-y: auto;
}
.forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list {
  max-height: 355px;
}
.forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list li {
  list-style: none;
  padding: 0 30px;
  cursor: pointer;
  transition: background 0.3s;
}
.forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list li:hover {
  background: #eff6fc;
}
.forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list li.is-active {
  background: #eff6fc;
}
.forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list li .chapters_line {
  display: flex;
  justify-content: flex-start;
  padding: 15px 0;
}
.forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list li .chapters_line .chapters_time {
  width: 90px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #0052a0;
}
.forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list li .chapters_line .chapters_txt {
  width: calc(100% - 90px);
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
}
.forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list li:not(:last-of-type) .chapters_line {
  border-bottom: 1px dotted #000;
}
.forum__inner .forum_wrap .forum_schedule {
  width: 38%;
  max-width: 440px;
  padding-top: 30px;
  margin-left: auto;
}
.forum__inner .forum_wrap .forum_schedule .schedule_list h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #0052a0;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #0052a0;
  margin-bottom: 1.75em;
}
.forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block {
  margin-bottom: 50px;
}
.forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block__txt h4 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 0;
}
.forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block__txt p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0;
}
.forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block .btn {
  width: 100%;
  max-width: 250px;
}
.forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block .btn a {
  position: relative;
  width: 100%;
  height: 50px;
  display: block;
  border: 1px solid #c1c1c1;
  font-size: 1.4rem;
  font-weight: medium;
  letter-spacing: 0.1rem;
  color: #002980;
  transition: all 0.3s;
  text-decoration: none;
  line-height: 48px;
  padding: 0 40px 0 25px;
  box-sizing: border-box;
  margin-top: 25px;
}
.forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block .btn a:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 10px;
  background: url(../img/saj_news/arrow_next.svg);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block .btn a:hover {
  background: #002980;
  color: #fff;
  border: 1px solid #002980;
}
.forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block .btn a:hover:after {
  background: url(../img/saj_news/arrow_next_white.svg);
}

.modal_movie {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/*-------------------------------
	responsive
-------------------------------*/
@media screen and (max-width: 960px) {
  .lower_title_wrap .title.logo_asef {
    letter-spacing: 0.1em;
  }
  .lower_title_wrap .title.logo_asef::before {
    width: 170px;
    margin-right: 20px;
    transform: translateY(15px);
  }
}
/*-------------------------------
	ver sp
-------------------------------*/
@media screen and (max-width: 767px) {
  .lower_title_wrap .title.logo_asef {
    position: relative;
    letter-spacing: 0.15em;
  }
  .lower_title_wrap .title.logo_asef::before {
    display: block;
    width: 131px;
    height: 55px;
    margin-right: 0px;
    transform: translateY(0px);
  }
  .forum__inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
    box-sizing: border-box;
  }
  .forum__inner .forum_overview {
    margin: 20px 0 45px;
  }
  .forum__inner .forum_overview time, .forum__inner .forum_overview p {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .forum__inner .forum_wrap {
    flex-wrap: wrap;
  }
  .forum__inner .forum_wrap .forum_movie {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
  }
  .forum__inner .forum_wrap .forum_movie.is_fixed {
    position: relative;
    top: auto;
  }
  .forum__inner .forum_wrap .forum_movie.is_end {
    position: relative;
    bottom: auto;
  }
  .forum__inner .forum_wrap .forum_movie .forum_iframe__inner {
    margin-bottom: 35px;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters {
    position: fixed;
    /*top:calc(100vh - 0px);*/
    bottom: -50px;
    left: 0;
    z-index: 30;
    padding: 0 4vw;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
    transition: top 0.4s, background 0.4s, opacity 0.4s;
    opacity: 0;
    visibility: hidden;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__title {
    font-size: 1.6rem;
    height: 50px;
    line-height: 50px;
    position: relative;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__title.__sp {
    display: block;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__title::before, .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__title::after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: transform 0.4s;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__title::after {
    transform: rotate(90deg);
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list_wrap {
    height: 100%;
    background: #fff;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list {
    max-height: 0;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list li {
    padding: 0 20px;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list li .chapters_line {
    padding: 12px 0;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list li .chapters_line .chapters_time {
    width: 70px;
    font-size: 1.4rem;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters__list li .chapters_line .chapters_txt {
    width: calc(100% - 70px);
    font-size: 1.4rem;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters.on {
    /*top:calc(100vh - 50px);*/
    bottom: 0;
    visibility: visible;
    opacity: 1;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters.active {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.85);
    padding: 4vw;
    top: 60px;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters.active .chapters__title::after {
    transform: rotate(0deg);
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters.active .chapters__list_wrap {
    height: 100%;
    max-height: 78svh;
  }
  .forum__inner .forum_wrap .forum_movie .forum_chapters .chapters.active .chapters__list {
    max-height: calc(100vh - 8vw - 50px - 60px);
  }
  .forum__inner .forum_wrap .forum_schedule {
    width: 100%;
    max-width: 100%;
    padding-top: 35px;
    margin-left: 0;
  }
  .forum__inner .forum_wrap .forum_schedule .schedule_list h3 {
    font-size: 2rem;
    margin-bottom: 1.5em;
  }
  .forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block {
    margin-bottom: 35px;
  }
  .forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block:last-of-type {
    margin-bottom: 25px;
  }
  .forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block__txt h4 {
    font-size: 1.6rem;
  }
  .forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block__txt p {
    font-size: 1.4rem;
  }
  .forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block .btn {
    max-width: 220px;
  }
  .forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block .btn a {
    height: 40px;
    font-size: 1.3rem;
    line-height: 38px;
    padding: 0 30px 0 15px;
    margin-top: 20px;
  }
  .forum__inner .forum_wrap .forum_schedule .schedule_list .schedule_block .btn a:after {
    right: 14px;
  }
  .modal_movie {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    transition: opacity 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 25px;
    box-sizing: border-box;
  }
  .modal_movie__inner {
    width: 100%;
    position: relative;
  }
  .modal_movie__block {
    width: 100%;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
  }
  .modal_movie__iframe {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
  }
  .modal_movie__iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .modal_movie .movie_close {
    display: block;
    position: absolute;
    right: -15px;
    top: -35px;
    width: 23px;
    height: 23px;
    transform: rotate(45deg);
  }
  .modal_movie .movie_close::before, .modal_movie .movie_close::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .modal_movie .movie_close::after {
    transform: rotate(90deg);
  }
  .modal_movie.visible {
    visibility: visible;
    opacity: 1;
  }
}
/*# sourceMappingURL=forum.css.map */