@charset "utf-8";
/* CSS Document  last up date : 2025/07/14 */
#topImgArea {
  width: 920px;
  height: 500px;
  padding: 20px 0 0;
  z-index: 1;
  display: block;
}
#topMainImg {
  width: 880px;
  height: 440px;
  /*height:465px;*/
  position: relative;
  margin: 0 auto;
}
#topMainImg .slides_container {
  width: 880px;
  height: 440px;
  /*height:495px;*/
  box-shadow: 0px 7px 4px -2px #aaa;
}
#topMainImg .prev, #topMainImg .next {
  width: 20px;
  height: 30px;
  position: absolute;
  z-index: 100;
  display: block;
}
#topMainImg .prev {
  top: 232px;
  left: -20px;
}
#topMainImg .next {
  top: 232px;
  right: -20px;
}
#topMainImg a.prev img, #topMainImg a.next img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#topMainImg a:hover.prev img, #topMainImg a:hover.next img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#topMainImg ul.pagination {
  width: 880px;
  height: 35px;
  padding-top: 15px;
  text-align: center;
  background: #e9e9e9;
}
#topMainImg ul.pagination li {
  width: auto;
  margin: 0 4px 0 0;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  text-align: center;
}
/*#topMainImg ul.pagination li img	{ width:100px; height:50px;}*/
#topMainImg ul.pagination li a {
  display: block;
  width: 60px;
  height: 16px;
  background: #b6c3ca;
  text-decoration: none;
}
#topMainImg ul.pagination li a:hover {
  background: #24A9F6;
}
#topMainImg ul.pagination li.current a {
  box-shadow: 0 4px 3px -1px #999;
  background: #24A9F6;
  position: relative;
}
#topMainImg ul.pagination li.current a:before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid #24A9F6;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -16px;
  left: 22px;
}
/*notice*/
.notice {
  padding-bottom: 1em;
  margin: 0px 20px 40px;
  border: 1px solid #ee8fa5;
  clear: both;
  font-size: 16px;
}
.notice dt {
  padding: 10px 1em;
  margin: 0 auto 0.5em;
  background: #ee8fa5;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 2px #e50381;
}
.notice dd {
  padding: 0.5em 2em;
  line-height: 1.5;
}
.notice li {
  padding: 0.5em 1em;
  line-height: 1.5;
}
.infolnkBox {
  border: 3px double #e60012;
  padding: 15px;
  margin: 0 auto 40px;
  background: #fff;
  text-align: center;
  color: #555;
  line-height: 1.6;
}
/*banner*/
/*
.bnr_list li {
  margin-bottom: 20px;
}
.bnEx {
  text-align: center;
  margin-bottom: 5px;
}
.bnEx > a {
  display: block;
  margin-bottom: 15px;
}
#kou_bnr {
  width: 520px;
  padding: 0;
  margin: 30px auto;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4) inset;
  text-align: center;
}*/
.ban_cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 20px 30px;
  gap: 15px;
}
.ban_ex__img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.ban_ex {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 520px;
}
.kou_cont {
  padding: 0 0 5px;
  margin: 0 auto;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%) inset;
  text-align: center;
}
.kou_bn1, .kou_bn2 {
  margin: 10px auto;
  float: none;
}
/*new item*/
.newitem_in table {
  width: 100%;
}
.newitem_in th {
  text-align: center;
}
.newitem_in th img {
  width: 100%;
}
.newitem_in td strong {
  color: #e83035;
  font-size: 12px;
  display: block;
}
.newitem_in dl {
  margin-bottom: 1em;
}
.newitem_in dl dt {
  font-size: 12px;
  font-weight: bold;
}
.newitem_in dl dd + dt {
  margin-top: 1em;
}
.newitem_in dl dd {
  padding-left: 1em;
  text-indent: -1em;
}
#topMainImg .slides_container {
  background: #020a27;
}
a.s_resize > img {
  width: 880px;
  /*margin-top: 24px;*/
}
.news-box {
  padding: 3px 0;
  display: flex;
}
.news-time {
  font-weight: bold;
  padding-left: 3em;
  width: 9em;
}
.news-wrap {
  padding: 10px 10px 10px;
}
.news-text {
  width: calc(100% - 12em);
}
.video {
  width: 100%;
  height: 0;
  padding-top: 56.25%; /*アスペクト比16:9 = 9/16 * 100%*/
  position: relative;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/*********************
  NEWS -- AREA 2025.07.14
**********************/
.news-container {
  padding: 30px 5px 5px;
  margin: 30px 0 30px;
  background-color: rgb(255 255 255);
  border: 1px solid rgb(185 185 185);
  position: relative;
}
.news-title {
  font-family: "Racing Sans One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  width: 8em;
  padding: 1px 10px 0px 10px;
  transform: translateY(-50%);
  background: linear-gradient(to top, rgb(156, 156, 156), rgb(227, 227, 227));
  padding-right: 25px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1px;
}
.news-title:after {
  content: "";
  aspect-ratio: 1/cos(84deg);
  clip-path: polygon(0 0,25% 50%,0 100%);
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  height: 1.46em;
  background: linear-gradient(to top, rgb(156, 156, 156), rgb(227, 227, 227));
}
.news-title span {
  filter: drop-shadow(1px 0px 0 white);
}
.news-area {
  display: flex;
  flex-direction: column;
  max-height: 150px;
  overflow-y: auto;
  border-left: 2px solid rgb(185 185 185);
  padding: 0 20px 0;
  &::-webkit-scrollbar {
    width: 5px;
  }
  &::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }
  &::-webkit-scrollbar-thumb {
    background: rgb(156 156 156);
    border-radius: 5px;
  }
  &::-webkit-scrollbar-button {
    display: none;
  }
  &::-webkit-scrollbar-track-piece:start,
  &::-webkit-scrollbar-track-piece:end {
    background-color: transparent;
  }
}
.news-topics {
  display: grid;
  grid-template-columns: auto 1fr; 
  gap: 10px;
  align-items: start;
  padding: 5px 0;
}
.news-topics time {
  white-space: nowrap;
  font-weight: bold;
  color: #555;
  position: relative;
}
.news-topics time:before {
  content: "■";
  color: #3102fc;
  margin-right: 0.5em;
}
.news-topics p {
  margin: 0;
}
















