@charset "utf-8";

/* *******************************************************************************************
*
*	jiyuu-kenkyu PC
*
******************************************************************************************* */
.kidsContents {
	z-index: auto;
}

/* -------------------------------------------------------------------------------------------
*
* インデックスページ
*
* ----------------------------------------------------------------------------------------- */
.jk_container {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 250px;
	position: relative;
	z-index: 11;
}

/* ----------------------------- ページタイトル ----------------------------- */
.jk_container .pageHeader_ttl {
	background: url('../image/ttl.png') center bottom no-repeat;
	font-size: 44px;
	color: #8ab312;
	font-weight: bold;
	text-align: center;
	width: 190px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.jk_container .pageHeader_ttl rt {
	font-size: 14px;
}

.pageHeader_lead {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	font-size: 18px;
}

/* ----------------------------- ソートボタン ----------------------------- */
.filter_container {
	width: 732px;
	margin: 0 auto;
	padding-top: 25px;
}

.filter_container .filter_item {
	width: 244px;
	float: left;
	text-align: center;
	position: relative;
}

.filter_container .reset {
	width: 220px;
	height: auto;
	background-color: #8ab312;
	border: 2px solid #8ab312;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.filter_container .filter_btn.all {
	height: 22px;
	padding: 13px 0 12px;
}

.filter_container .reset .reset_inner {
	background: url('../image/btn_sort_all.png') left center no-repeat;
	background-size: 15px auto;
	display: block;
	width: 70px;
	height: 22px;
	margin: 0 auto;
	text-indent: 1em;
}

.filter_container .filter_btn-wrap {
	width: 220px;
	height: auto;
	border: 2px solid #8ab312;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	overflow: hidden;
}

.filter_container .filter_btn-wrap.age {
	position: absolute;
	top: 0;
	left: 12px;
	z-index: 12;
}

.filter_container .filter_btn-wrap.cat {
	position: absolute;
	top: 0;
	left: 256px;
	z-index: 12;
}

.filter_container .filter_btn {
	width: 100%;
	display: block;
	font-size: 16px;
}

.filter_container .filter_parent {
	width: 220px;
	height: auto;
	background: #fff url('../image/btn_sort_off.png') 180px 9px no-repeat;
	background-size: 30px 30px;
	font-weight: bold;
	text-align: center;
	text-indent: -1em;
	padding-top: 13px;
	cursor: pointer;
}

.filter_container .filter_parent .filter_parent_inner {
	display: block;
	padding-bottom: 10px;
	font-size: 16px;
}

.filter_container .reset:hover {
	background-color: #d7e5ac;
	border-color: #d7e5ac;
}

.filter_container .filter_parent:hover {
	background-color: #d7e5ac;
}

.filter_container .filter_parent.open {
	background: #d7e5ac url('../image/btn_sort_on.png') 180px 9px no-repeat;
	background-size: 30px 30px;
	border-bottom: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
}

.filter_container .sort {
	width: 220px;
	border-top: 1px solid #8ab312;
	background-color: #ecf2da;
	display: none;
	position: relative;
	z-index: 12;
}

.filter_container .sort .filter_btn {
	padding: 8px 0;
	border-bottom: 1px solid #8ab312;
}

.filter_container .sort .filter_btn:hover {
	background-color: #d7e5ac;
}

.filter_container .sort .filter_btn:last-child {
	border-bottom: none;
}

.filter_container .sort .filter_btn.middle,
.filter_container .sort .filter_btn.observe {
	border-bottom: 1px solid #8ab312;
}

.filter_container.footer_btn_container {
	position: absolute;
	bottom: 160px;
	left: 50%;
	margin-left: -366px;
	z-index: 1200;
}

/* ----------------------------- イベントバナー ----------------------------- */
.event_bnr {
	display: block;
	width: 100%;
	max-width: 972px;
	margin: 40px auto 0;
}

.event_bnr > picture,
.event_bnr > picture > img {
	display: block;
	width: 100%;
	height: auto;
}

/* ----------------------------- 記事一覧 ----------------------------- */
.jk_container02 .boxes {
	padding: 40px 0 0;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.jk_list_item {
	width: 33.33%;
	position: relative;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	align-items: stretch;
}

.jk_list_item .jk_list_item-inner {
	width: 306px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	display: flex;
}

.jk_list_item .jk_list_item_age_img {
	width: 185px;
}

.jk_list_item .jk_list_item_link {
	width: 306px;
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	padding-bottom: 65px;
}

.jk_list_item .jk_list_item_link:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

.jk_list_item .jk_list_item_ttl {
	font-size: 20px;
	padding: 15px 20px;
}

.jk_list_item .jk_list_item_txt {
	padding: 0 20px;
	font-size: 16px;
}

.jk_list_item .jk_list_item_age {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 278px;
	height: 31px;
	padding: 15px 0 0 27px;
	border-top: 2px dotted #8ab312;
	font-size: 14px;
	color: #7ca600;
}

.jk_list_item .jk_list_item_age .jk_list_item_age_img {
	position: absolute;
	bottom: 5px;
	right: 30px;
}

.jk_list_item .jk_list_item_age .jk_list_item_age_img .chicken {
	width: 185px;
	height: auto;
}

.jk_list_item .jk_list_item-new {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 60px;
	height: auto;
}

.jk_container.jk_container01 {
	padding: 60px 0 0;
}

.jk_container.jk_container02 {
	padding: 0 0 250px;
}