/* line 3, assets/sass/custom.scss */
.tc {
  text-align: center;
}

/* line 8, assets/sass/custom.scss */
.el_message_title {
  font-size: 40px;
  font-weight: bold;
}

/* line 13, assets/sass/custom.scss */
.object-fit-img-cover {
  object-fit: cover;
  font-family: 'object-fit: cover';
}

/* line 18, assets/sass/custom.scss */
.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain';
}

/* line 25, assets/sass/custom.scss */
.header .inner .logo {
  margin-top: 10px;
}

@media (max-width: 768px) {
  /* line 34, assets/sass/custom.scss */
  .index-three .content dl dt {
    font-size: 20px;
  }
  /* line 38, assets/sass/custom.scss */
  .index-three .content dl dd {
    font-size: 100%;
  }
  /* line 49, assets/sass/custom.scss */
  .index-four .item .article dl dd {
    font-size: 100%;
  }
}

/* line 59, assets/sass/custom.scss */
.youtube-responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

/* line 65, assets/sass/custom.scss */
.youtube-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
