@charset "UTF-8";

.mv-wrapper {
  margin-bottom: 60px;
  padding-bottom: 30px;
  overflow: hidden;
}

.mv-wrapper .mv {
  position: relative;
  left: calc(344 / 1091 * 100%);
  overflow: visible !important;
}

.mv-wrapper .bx-controls-direction a {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: rgba(6, 35, 48, 0.8);
}

.mv-wrapper .bx-prev {
  left: 0;
}

.mv-wrapper .bx-next {
  right: 0;
}

.mv-wrapper .bx-controls-direction a.bx-prev::after {
  top: 50%;
  right: unset;
  left: calc(50% + 3px);
  margin: 0;
  width: 12px;
  height:12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(-50%,-50%) rotate(225deg);
}

.mv-wrapper .bx-controls-direction a.bx-next::after {
  top: 50%;
  right: unset;
  left: 50%;
  margin: 0;
  width: 12px;
  height:12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: translate(-50%,-50%) rotate(45deg);
}
.mv-wrapper .mv .slide img {
  aspect-ratio: 1;
  object-fit: cover;
}

.mv-wrapper .bx-pager.bx-default-pager a {
  background: #DCDCDC;
}

.wrapper_ .mv-wrapper .bx-pager.bx-default-pager a:hover,
.wrapper_ .mv-wrapper .bx-pager.bx-default-pager a.active,
.wrapper_ .mv-wrapper .bx-pager.bx-default-pager a:focus {
  background: #062330;
}

.bx-wrapper {
  box-shadow: none;
  border: none;
  margin: 0;
}

div.topiclist_ .topiclist_head_,
.event_title_,
#block_of_contact_ h2 {
  padding: 0;
  border-left: none;
  background-color: transparent;
}

.event_title_ a::before,
div.topiclist_ .topiclist_head_ h2::before {
  display: none;
}

div.topiclist_ .topiclist_head_ h2,
.event_title_,
#block_of_contact_ h2 {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 10px 0;
  border-left: none;
  border-bottom: 2px solid #0F4B73;
  background-color: transparent;
  font-weight: bold;
  font-size: 22px;
  color: #333;
}

div.topiclist_ .topiclist_head_ h2::after,
.event_title_::after,
#block_of_contact_ h2::after {
  content: '';
  position: absolute;
  width: 140px;
  left: 0;
  bottom: -2px;
  border-bottom: 2px solid #0099FF;
}

#block_of_contact_ {
  border: none;
  font-size: var(--rootFontSize);
}

.top_contact_list_ .list-text {
  margin-bottom: 5px;
  font-size: 14px;
}

#block_of_contact_ ul li {
  padding: 15px 0;
  border-bottom: 1px dashed #DCDCDC;
}

#block_of_contact_ ul li .date {
  display: inline-block;
  width: 170px;
}

.top_contact_list_footer_ {
  margin-top: 20px;
}

.top_contact_list_footer_ a {
  margin: 0;
  font-size: 14px;
}