@charset "UTF-8";
.main-inner {
  width: 1024px;
  margin: 0 auto;
}
.main-content .to-all {
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
}
.main-content .to-all span {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.main-content .to-all p {
  margin-bottom: 20px;
}
.main-content .to-all p:last-child {
  margin-bottom: 0;
}
.main-content .association-box h3 {
  margin-bottom: 2px;
  padding: 0;
  font-size: 17px;
  border: none;
}
.s-txt {
  font-size: 23px;
  display: inline-block;
}
.details-box {
  margin-top: 50px;
  font-weight: 600;
  text-align: center;
}
.mr {
  display: inline-block;
  margin-right: 4px;
}
.news-box-wrap {
  padding: 10px;
  background: #fff;
  box-shadow: -1px 2px 19px -8px rgba(204, 204, 204, 0.4);
}
.news-box-wrap .news-box {
  margin-top: 0;
  padding: 30px;
  border-top: solid 2px #c5c1b7;
  border-bottom: solid 2px #c5c1b7;
}
.news-box .ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.news-box-inner {
  background: #fff;
  height: 131px;
}
.news-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}
.news-box dl dd {
  width: 83%;
  margin-bottom: 15px;
}
.news-box dl dt {
  margin: 0 10px 15px 0;
  width: 15%;
  color: #835723;
}
.movie-box {
  width: 100%;
  margin: 0 0 30px;
}
.movie-box video {
  width: 100%;
}
.news-box dl dt:last-of-type, .news-box dl dd:last-of-type {
  margin-bottom: 0;
}
.scroll_area, .jspPane, .jspContainer {
  width: 100% !important;
}
/* 全体 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
/* スクロールバーを除いたエリア */
.jspPane {
  position: absolute;
}
/* 縦スクロールバー */
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  border-radius: 10px;
}
/* 横スクロールバー */
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
/* 背景 */
.jspTrack {
  background: #d4d4d4;
  position: relative;
  border-radius: 10px;
}
/* ノブ */
.jspDrag {
  background: #afa7ab;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 10px;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.bunner-wrap {
  /* border-top: solid 1px #bfbfbf; */
  /* margin-top: 30px; */
  /* padding-top: 25px; */
}
.bunner-wrap .bunner {
  display: flex;
  flex-wrap: wrap;
}
.bunner-wrap .bunner li {
  margin-right: 1.444444%;
  width: 32.333333%;
  margin-bottom: 10px;
}
.bunner-wrap .bunner li:nth-child(3n) {
  margin-right: 0;
}