/* layout
------------------------------------------*/

/* header
------------------------------------------*/
.header-nav {
  display: none;
}

/* footer
------------------------------------------*/
.fixed-footer p {
  display: none;
}

/* blog-wrapper
------------------------------------------*/
.blog-wrapper {
  display: block;
}
.blog-list,
.blog-content {
  margin: 0 0 5vh 0;
  width: 100%;
}

/* blog-sidebar
------------------------------------------*/
.blog-sidebar {
  width: 100%;
}

/* template
------------------------------------------*/
.row-4 {
  flex-wrap: wrap;
}
.row-4 .col {
  width: calc(50% - 15px);
}


.list-number-type01 ol {
  flex-wrap: wrap;
  justify-content: center;
}
.list-number-type01 ol li {
  width: calc(100% / 3 - 20px);
}
.list-number-type02 ol {
  flex-wrap: wrap;
  justify-content: center;
}
.list-number-type02 ol li {
  width: calc(100% / 3 - 20px);
}