@charset "UTF-8";

@media all {
	.section-header-ttl {font-feature-settings: "palt";}
	.section-header-ttl span.blue {
		margin: 0 .5em;
		padding: .25em .5em .2em .4em;
		background-color: #3B4C85;
		border-radius: 1em;
		color: #fff;
	}
	.archive span.type::before {content: '（';}
	.archive span.type::after {content: '）';}
}
/* sp */
@media only screen and (max-width: 767px) {
	.section-archive {padding-bottom: var(--sp-vw-50px);}
	.post-list {
		margin-top: var(--sp-vw-50px);
	}
	.section-header-ttl span.blue {
		margin: 0 .25em;
	}
}
/* tab & pc */
@media print,
(min-width: 768px) {
	.section-archive {
		margin-top: 40px;
		padding-bottom: 80px;
	}
	.post-list {
		margin-top: 100px;
	}
}

/* tab */
@media (min-width: 768px) and (max-width: 1024px) {
}