@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;
}
/*-----20250318-----*/
.movie {
  clear: both;
}
.movie-wrap {
  margin-bottom: 15px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#contents p.moviecap {
  margin-bottom: 0;
  padding: 0.2em;
  background: #333;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.movie-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .movie {
    margin-top: 25px;
  }
  .movie-area {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }
}
/*--- 20251118_メリット ---*/
.merit {
  display: flex;
  justify-content: space-between;
  text-align: center;
  background: #e7e1a0;
  padding: 1em;
}
.merit > div {
  flex: 1;
  border-left: 1px solid #fff;
}
.merit > div:first-child {
  border-left: none;
}
#contents .merit p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.merit p span {
  display: block;
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .merit {
    flex-direction: column;
    align-items: center;
    padding: 0 1.5em;
  }
  .merit > div {
    width: 100%;
    border-left: none;
    border-top: 1px solid #fff;
  }
  .merit > div:first-child {
    border-top: none;
  }
  #contents .merit p {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
