.header-nav {
	display: none;
}

.fixed-footer p {
	display: none;
}

.blog-wrapper {
	display: block;
}

.blog-list,
.blog-content {
	margin: 0 0 5vh 0;
	width: 100%;
}

.blog-sidebar {
	width: 100%;
}

.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);
}