@charset "utf-8";

/* 2023.07 kids20230504 */
.kidsContents a {
	text-decoration: underline !important;
	word-break: break-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
	transition: .2s all;
}

@media (any-hover: hover) {
	.kidsContents a:hover {
		text-decoration: none !important;
	}
}

.main_img, .pic {
	border-radius: 15px;
	overflow: hidden
}

@media screen and (max-width: 768px) {
	.main_img, .pic {
		border-radius: 10px;
	}
}

.kidsContents .flex_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kidsContents .flex_2 img {
	width: 48.5% !important;
	border-radius: 15px;
}

.kidsContents .flex_2 img:nth-child(-n+2) {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.kidsContents .flex_2 {
		border-radius: 10px;
	}

	.kidsContents .flex_2 img {
		width: 50% !important;
		margin-bottom: 0;
		border-radius: 0;
	}

	.kidsContents .flex_2 img:nth-child(-n+2) {
		margin-bottom: 0;
	}
}

.kidsContents .work_clm {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}

@media screen and (max-width: 768px) {
	.kidsContents .work_clm {
		flex-direction: column;
		margin-top: 1.8rem;
	}
}

.kidsContents .work_clm:first-child {
	margin-top: 0;
}

.kidsContents .work_clm>div {
	width: 470px;
}

@media screen and (max-width: 768px) {
	.kidsContents .work_clm>div {
		width: 100%;
	}

	.kidsContents .work_clm .work_clm_copy {
		margin-top: 1rem;
	}
}

.kidsContents .event_contnts {
	width: 880px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.9;
}

.kidsContents .event_contnts.w980 {
	width: 980px;
}

@media screen and (max-width: 768px) {
	.kidsContents .event_contnts {
		width: 100%;
		font-size: 16px;
		line-height: 1.74;
	}

	.kidsContents .event_contnts.w980 {
		width: 100%;
	}
}

.event_contnts .copy+.pic_read {
	margin-top: 2.6rem;
}

.event_contnts .pic_read+.copy {
	margin-top: 1.6rem;
}

.event_contnts .copy+.photo {
	margin-top: 2.6rem;
}

.event_contnts .photo+.copy,
.event_contnts p+p {
	margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
	.event_contnts .copy+.pic_read {
		margin-top: 2rem;
	}

	.event_contnts .pic_read+.copy {
		margin-top: 1.3rem;
	}

	.event_contnts .copy+.photo {
		margin-top: 2rem;
	}

	.event_contnts .photo+.copy,
	.event_contnts p+p {
		margin-top: 1.4rem;
	}
}

.kidsContents .matome {
	border: #FF9500 1px solid;
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	margin-top: 35px;
}

@media screen and (max-width: 768px) {
	.kidsContents .matome {
		padding: 25px 25px 21px;
		border-radius: 10px;
		margin-top: 30px;
	}
}