@charset "UTF-8";
/*--- 20231225_バナー ---*/
.bnr-area {
  display: block;
  max-width: 1024px;
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bnr-area {
    margin: 0 auto 30px;
    padding: 0 10px;
  }
}
/*.bnr-area img{
		border: 1px solid #999;}*/
#topicswrap > .bnr-area.inner {
  justify-content: center;
}
/*--- 20250512 ---*/
.flier {
  margin-bottom: 1.5em;
}
.flier img {
  border: 1px solid #ccc;
}
/*--- 20250519 ---*/
.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
margin-bottom: 30px;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}