@charset "UTF-8";
.kids {}
.kids_title {}
.kids_list {
	list-style: none;
	display: flex;
	max-width: 860px;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 40px;
}
.kids_list > li {
	width: 32%;
	margin-left: 2%;
}
.kids_list > li:first-child {
	margin-left: 0;
}
.kids_list > li:last-child {}
.kids_list > li:nth-child(2n+1) {}
.kids_list > li:nth-child(n+3) {}
.kids_list > li > a {}
.kids_list > li > a::before {
	content: "";
}
.kids_list > li > a::after {
	content: "";
}
.cont {
	margin-bottom: 51px;
}
.cont:last-child {
	margin-bottom: 0px;
}
.cont_title {}
.cont_text {
	margin-bottom: 30px;
}
.cont_list {}
.cont_list > li {}
.cont_list > li:first-child {}
.cont_list > li:last-child {}
.cont_list > li:nth-child(2n+1) {}
.cont_list > li:nth-child(n+3) {}
.card {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.card:first-child {}
.card_image {
	margin-bottom: 30px;
}
.card_image > img {}
.card_title {
	margin-bottom: 22px;
	line-height: 1.2;
}
.card_pdf {
	margin-top: 15px;
	max-width: 300px;
	width: 300px;
}
.card_pdf:first-of-type {
	margin-top: 0px;
}
.card_pdf > a {
	padding: 0 20px;
	text-align: center;
}
.card_pdf > a::before {
	content: "";
}
.card_pdf > a::after {
	content: "";
}
.card_pdf > a > .icon {}
.card_link {
	margin-top: 31px;
}
.card_link > a {
	display: block;
	color: #0086CD;
	font-size: 20px;
	font-weight: bold;
}
.card_link > a::before {
	content: "";
}
.card_link > a::after {
	content: "";
}
@media screen and (min-width:1000px) {
	.kids_list > li > a:hover {}
	.card_pdf > a:hover {}
	.card_link > a:hover {}
}
@media screen and (max-width:999px) {
	.kids {}
	.kids_title {}
	.kids_list {}
	.kids_list > li {}
	.kids_list > li:first-child {}
	.kids_list > li:last-child {}
	.kids_list > li:nth-child(2n+1) {}
	.kids_list > li:nth-child(n+3) {}
	.kids_list > li > a {}
	.kids_list > li > a::before {}
	.kids_list > li > a::after {}
	.cont {
		margin-bottom: 40px;
	}
	.cont:last-child {}
	.cont_title {}
	.cont_text {
		margin-bottom: 20px;
	}
	.cont_list {}
	.cont_list > li {}
	.cont_list > li:first-child {}
	.cont_list > li:last-child {}
	.cont_list > li:nth-child(2n+1) {}
	.cont_list > li:nth-child(n+3) {}
	.card {}
	.card:first-child {}
	.card_image {
		margin-bottom: 20px;
	}
	.card_image > img {}
	.card_title {
		margin-bottom: 15px;
	}
	.card_pdf {
		width: 100%;
		max-width: none;
	}
	.card_pdf:first-of-type {}
	.card_pdf > a {}
	.card_pdf > a::before {}
	.card_pdf > a::after {}
	.card_pdf > a > .icon {}
	.card_link {
		margin-top: 20px;
	}
	.card_link > a {
		font-size: 16px;
	}
	.card_link > a::before {}
	.card_link > a::after {}
}
@media screen and (max-width:767px) {
	.kids {}
	.kids_title {}
	.kids_list {
		display: block;
	}
	.kids_list > li {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}
	.kids_list > li:first-child {
		margin-top: 0;
	}
	.kids_list > li:last-child {}
	.kids_list > li:nth-child(2n+1) {}
	.kids_list > li:nth-child(n+3) {}
	.kids_list > li > a {}
	.kids_list > li > a::before {}
	.kids_list > li > a::after {}
	.cont {}
	.cont:last-child {}
	.cont_title {}
	.cont_text {}
	.cont_list {}
	.cont_list > li {
		margin-top: 40px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.cont_list > li:first-child {
		margin-left: auto;
	}
	.cont_list > li:last-child {}
	.cont_list > li:nth-child(2n+1) {}
	.cont_list > li:nth-child(n+3) {}
	.card {}
	.card:first-child {}
	.card_image {}
	.card_image > img {}
	.card_title {}
	.card_pdf {}
	.card_pdf:first-of-type {}
	.card_pdf > a {}
	.card_pdf > a::before {}
	.card_pdf > a::after {}
	.card_pdf > a > .icon {}
	.card_link {
		margin-top: 15px;
	}
	.card_link > a {}
	.card_link > a::before {}
	.card_link > a::after {}
}
