body {
  font-family: serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: serif;
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 18px;
  }
}

.main-navigation {
  font-family: serif;
}

[class^="flex-col"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-child {
  margin-bottom: 10px;
}

.flex-col2 .flex-child {
  width: calc( (100% - 10px) / 2 );
}

.flex-col3::after,
.flex-col3 .flex-child {
  width: calc( (100% - 20px) / 3 );
}

.flex-col4::before,
.flex-col4::after,
.flex-col4 .flex-child {
  width: calc( (100% - 30px) / 4 );
}

.flex-col3::after,
.flex-col4::before,
.flex-col4::after {
  content: "";
}

.flex-col4::before {
  order: 1;
}

@media screen and (max-width: 991px) {
  .flex-col4::after,
  .flex-col4 .flex-child {
    width: calc( (100% - 20px) / 3 );
  }
}

@media screen and (max-width: 767px) {
  .flex-col3 .flex-child,
  .flex-col4 .flex-child {
    width: calc( (100% - 10px) / 2 );
  }
}

@media screen and (max-width: 575px) {
  .flex-col2 .flex-child,
  .flex-col3 .flex-child,
  .flex-col4 .flex-child {
    width: 100%;
  }
}

.text-center {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

#post-86.archive-entry.post-86.post.type-post.status-publish.format-standard.hentry.category-news {
  margin-top: -100px;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 680px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.site-title {
  display: none;
}

.page-header {
  display: none;
}

.entry-content {
  width: 798px;
  max-width: 100%;
  margin: auto;
  float: none;
}

.entry-title {
  font-size: 18px;
}