@charset "UTF-8";
.cont-wrap {  }
.cont:not(:last-of-type) { margin-bottom: 70px; }
.cont__list__item:not(:last-of-type) { margin-bottom: 50px; }
@media screen and (max-width: 680px) {
	.cont__ttl { margin-bottom: 50px; }
}
@media screen and (min-width: 681px) {
	.cont__list { position: relative; display: flex; justify-content: space-between; z-index: 5; }
	.cont--02 .cont__list__item { width: calc(33.333% - 15px); }
	.cont--03 .cont__list__item { width: calc(25% - 15px); }
	
	.cont--02 .cont__ttl { margin-bottom: -13px; }
	.cont--03 .cont__ttl { margin-bottom: -38px; }
	.cont--04 .cont__ttl { margin-bottom: 10px; }
}

