@charset "utf-8";
/* ==================================================
contents
================================================== */
/* splide
================================================== */
.no_javascript .splide {
	visibility:visible;
}
.splide__arrow {
	width: 60px;
	height: 60px;
	border: 5px solid #ffffff;
	text-indent: -9999px;
	left: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #333333;
	background: #67c3af url(/shared/templates/childcare_top/images/icon/icon_prev.png) no-repeat center center;
	background-size: 27px 14px;
	-moz-background-size: 27px 14px;
	-webkit-background-size: 27px 14px;
	transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-ms-transition: 0.3s opacity ease-in-out;
	-o-transition: 0.3s opacity ease-in-out;
	opacity: 1;
}
.splide__arrow.splide__arrow--next {
	right: 10px;
	left: auto;
	background-image:url(/shared/templates/childcare_top/images/icon/icon_next.png);
}
.splide__arrow:hover,
.splide__arrow:focus {
	opacity: 0.7;
}
.splide__pagination {
	padding: 0;
	position:static;
	display:inline-block;
}
.splide__pagination li {
	width: 14px;
	height: 14px;
	margin: 0;
    margin-left: 15px;
}
.splide__pagination li .splide__pagination__page {
	-moz-transform:none;
	-webkit-transform:none;
	transform:none;
	margin:0;
	opacity:1;
	width: 14px;
	height: 14px;
	background-color: #d3eee8;
	border: none;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}
.splide__pagination li .splide__pagination__page.is-active {
	width: 22px;
	height: 22px;
	border: 4px solid #d1ede7;
	background-color: #67c3af;
	margin-left:-4px;
}
.splide__toggle {
	min-width: 59px;
	text-align: left;
	text-decoration: none;
	font-size: 77.8%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
}
.splide__toggle span {
	text-indent: 0;
	z-index: 0;
	opacity:1;
	padding-left: 20px;
	text-transform: uppercase;
	color: #333333;
	background: transparent url(/shared/templates/childcare_top/images/icon/icon_stop.png) no-repeat left 2px;
}
.splide__toggle span.splide__toggle__play {
	background: transparent url(/shared/templates/childcare_top/images/icon/icon_play.png) no-repeat left 2px;
}
/* childcare_pickup
================================================== */
#tmp_childcare_pickup {
	position: relative;
	margin-bottom: 61px;
	z-index: 1;
	color: #333333;
	background-color: #ffffff;
}
#tmp_childcare_pickup::before {
	content: '';
	width: 226px;
	height: 142px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/shared/templates/childcare_top/images/main/pickup_txt.png) no-repeat left center;
	z-index: 1;
}
#tmp_childcare_pickup .splide__slide {
	position: relative;
	z-index: 0;
	min-height: 480px;
}
#tmp_childcare_pickup .splide__slide .slide_img {
	height: 450px;
	overflow: hidden;
	position: relative;
}
#tmp_childcare_pickup .splide__slide .slide_img img {
	position: absolute;
	top: 50%;
	left: 0;
	max-width: 100%;
	height: auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
#tmp_childcare_pickup .splide__slide .slide_txt {
	position: relative;
	width: 100%;
	padding: 0 20px 10px;
	margin-top: -21px;
}
#tmp_childcare_pickup .splide__slide .slide_txt::before {
	content: '';
	width: 100%;
	height: 239px;
	position: absolute;
	left: 0;
	top: -125px;
	z-index: 0;
	background: url(/shared/templates/childcare_top/images/main/bg_txt_mainvisual.png) no-repeat center top;
}
#tmp_childcare_pickup .splide__slide .slide_txt a {
	position: relative;
	z-index: 1;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
}
#tmp_childcare_pickup .splide__slide .slide_txt a:hover,
#tmp_childcare_pickup .splide__slide .slide_txt a:focus {
	text-decoration: underline;
}
/* splide__controls */
#tmp_childcare_pickup .splide__controls {
	text-align: right;
}
.no_javascript #tmp_childcare_pickup .splide__list {
	overflow-x:hidden;
	overflow-y: scroll;
	height: 500px;
	display:block;
}
.no_javascript #tmp_childcare_pickup .splide__slide {
	display:block;
	margin:0 0 10px;
}
/* section_head
================================================== */
.section_head {
	padding: 15px 10px 99px 47px;
	text-align: center;
	color: #222222;
	background: #ffdbe1 url(/shared/templates/childcare_top/images/main/bg_h2_infor.png) no-repeat left top;
	background-size: cover;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
}
.section_head h2 {
	position: relative;
	display: inline-block;
	padding: 8px 145px 10px 110px;
	font-size: 166.7%;
	min-width: 525px;
}
.custom_hagu .section_head h2 {
	font-weight: 500;
}
.color_yellow .section_head h2::before,
.color_yellow .section_head h2::after,
.color_black .section_head h2::before,
.color_black .section_head h2::after,
.color_blue .section_head h2::before,
.color_blue .section_head h2::after{
	display: none;
}
.section_head h2::before,
.section_head h2::after {
	content: '';
	width: 80px;
	height: 62px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/shared/templates/childcare_top/images/icon/icon_head_infor_lft.png) no-repeat left top;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.section_head h2::after {
	width: 117px;
	left: inherit;
	right: 0;
	background: url(/shared/templates/childcare_top/images/icon/icon_head_infor_rgt.png) no-repeat left top;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
/* notification
================================================== */
#tmp_notification {
    margin:0 0 119px;
	clear:both;
}
#tmp_notification .notifi_infor_cnt {
	margin: -90px 20px 0;
	color: #333333;
	background: #ffffff
}
#tmp_notification .wrap_infor_lists {
	padding: 10px 30px;
	margin-bottom: 20px;
}
#tmp_notification .wrap_infor_lists .infor_lists {
	padding: 12px 0;
	border-bottom: 1px solid #e6e3e3;
}
#tmp_notification .wrap_infor_lists .infor_lists a {
	display: block;
	text-decoration: none;
	color: #333333;
	background: #ffffff url(/shared/templates/childcare_top/images/icon/icon_arrow.png) no-repeat right 6px;
	background-size: 8px 13px;
}
#tmp_notification .wrap_infor_lists .infor_lists a:hover,
#tmp_notification .wrap_infor_lists .infor_lists a:focus {
	text-decoration: underline;
}
.fsize_small #tmp_notification .wrap_infor_lists .infor_lists a{
	background-size: 5px auto;
}
.btn_seemore {
	text-align: center;
}
.btn_seemore a {
	position: relative;
	display: inline-block;
	padding: 10px 20px 8px 21px;
	text-decoration: none;
	min-width: 240px;
	min-height: 46px;
	font-size: 88.9%;
	color: #333333;
	background-color: #ffffff;
	border: solid 1px #e6e3e3;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	transition: 0.3s border-color ease-in-out;
	-webkit-transition: 0.3s border-color ease-in-out;
	-moz-transition: 0.3s border-color ease-in-out;
	-ms-transition: 0.3s border-color ease-in-out;
	-o-transition: 0.3s border-color ease-in-out;
}
.btn_seemore a::after {
    content: '';
    width: 8px;
    height: 13px;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: 1px;
    transform: translateY(-50%);
    background: url(/shared/templates/childcare_top/images/icon/icon_arrow.png) no-repeat center center;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.btn_seemore a:hover,
.btn_seemore a:focus {
	padding: 9px 19px 7px 20px;
	border-color: #00b3f9;
	border-width: 2px;
}
.btn_seemore a:hover::after {
	right: 8px;
}
/* section_navigation
================================================== */
#tmp_section_navigation {
	margin:0 0 50px;
	clear:both;
}
#tmp_section_navigation .navigation_ttl {
	position: relative;
	padding: 28px 275px 30px;
	margin-bottom: 45px;
	text-align: center;
	color: #222222;
	background: #dffcd7 url(/shared/templates/childcare_top/images/icon/line.png) no-repeat left bottom;
}
#tmp_section_navigation .navigation_ttl::before {
	content: '';
	width: 220px;
	height: 153px;
	position: absolute;
	left: 57px;
	bottom: 6px;
	background: url(/shared/templates/childcare_top/images/main/bg_left_head.png) no-repeat left top;
	background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
#tmp_section_navigation .navigation_ttl::after {
	content: '';
	width: 225px;
	height: 166px;
	position: absolute;
	right: 47px;
	bottom: 6px;
	background: url(/shared/templates/childcare_top/images/main/bg_rgt_head.png) no-repeat left top;
	background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
#tmp_section_navigation .navigation_ttl h2 {
	font-size: 166.7%;
	font-weight: 500;
}
#tmp_section_navigation .search_ttl {
	text-align: center;
	margin-bottom: 31px;
}
#tmp_section_navigation .search_ttl h3 {
	padding: 5px 10px 34px;
	font-weight: 500;
	font-size: 155.6%;
	color: #333333;
	background: #ffffff url(/shared/templates/childcare_top/images/icon/linh_search_ttl.png) no-repeat center bottom;
	background-size: 264px 27px;
	-moz-background-size: 264px 27px;
	-webkit-background-size: 264px 27px;
}
#tmp_section_navigation .search_ttl h3::before {
	content: '';
	width: 38px;
	height: 36px;
	display: inline-block;
	margin-right: 8px;
    margin-bottom: -2px;
	background: url(/shared/templates/childcare_top/images/icon/icon_seach_top.png) no-repeat center center;
	background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.section_search_age {
	margin-bottom: 65px;
}
.section_search_age .search_age_cnt .age_lists {
	margin: 0 -10px !important;
}
.section_search_age .search_age_cnt .age_lists li {
	width: 20%;
	float: left;
	padding: 0 10px;
	margin-bottom: 10px;
	list-style: none;
}
.section_search_age .age_lists li .item_img {
	position: relative;
	width: 156px;
	height: 156px;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.section_search_age .age_lists li .item_img::before,
.section_search_age .age_lists li .item_img::after {
	content: '';
	width: 156px;
	height: 156px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: 5px solid #9ff08f;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.section_search_age .age_lists li .item_img::after {
	border: none;
	border: 5px solid #eef440;
	border-left-color: transparent;
	border-top-color: transparent;
}
.section_search_age .age_lists li .item_img img {
	max-width: 100%;
	height: auto;
	transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-ms-transition: 0.3s opacity ease-in-out;
	-o-transition: 0.3s opacity ease-in-out;
}
.section_search_age .age_lists .item_link {
	margin-top: -23px;
	position: relative;
	z-index: 2;
}
.section_search_age .age_lists .item_link a {
	display: block;
	padding: 10px 8px 8px;
	text-decoration: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	text-align: center;
	font-size: 88.9%;
	font-weight: bold;
	color: #333333;
	background-color: #ffccd4;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	transition: 0.3s background-color ease-in-out;
	-moz-transition: 0.3s background-color ease-in-out;
	-ms-transition: 0.3s background-color ease-in-out;
	-o-transition: 0.3s background-color ease-in-out;
	-webkit-transition: 0.3s background-color ease-in-out;
}
.section_search_age .lists_cnt_wrap:hover .item_img img,
.section_search_age .lists_cnt_wrap:focus .item_img img {
	opacity: 0.7;
}
.section_search_age .lists_cnt_wrap:hover .item_link a,
.section_search_age .lists_cnt_wrap:focus .item_link a {
	background-color: #dffcd7;
}
#tmp_section_navigation .section_search_scene .search_ttl {
	margin-bottom: 45px;
}
.section_search_scene .search_scene_cnt .scene_lists {
	margin: 0 -10px !important;
}
.section_search_scene .scene_lists li {
	width: 25%;
	float: left;
	list-style: none;
	padding: 0 10px;
	margin-bottom: 44px;
}
.section_search_scene .scene_lists li:nth-child(4n+1) {
	clear: both;
}
.section_search_scene .scene_lists .lists_cnt_wrap {
	padding: 8px 8px 19px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	background-color: #ffccd4;
}
.section_search_scene .scene_lists li:nth-child(8n+2) .lists_cnt_wrap,
.section_search_scene .scene_lists li:nth-child(8n+4) .lists_cnt_wrap,
.section_search_scene .scene_lists li:nth-child(8n+5) .lists_cnt_wrap,
.section_search_scene .scene_lists li:nth-child(8n+7) .lists_cnt_wrap {
	background-color: #ffffb2;
}
.section_search_scene .lists_cnt_wrap .item_img {
	position: relative;
	width: 100%;
	height: 119px;
	margin-bottom: 16px;
	text-align: center;
	background-color: #ffffff;
}
.section_search_scene .lists_cnt_wrap .item_img img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-height: 165px;
	max-width: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-ms-transition: 0.3s opacity ease-in-out;
	-o-transition: 0.3s opacity ease-in-out;
}
.section_search_scene .lists_cnt_wrap .item_link {
	font-size: 88.9%;
	padding: 0 10px;
}
.section_search_scene .lists_cnt_wrap .item_ttl {
	margin-bottom: 12px;
	font-size: 112.5%;
	text-align: center;
}
.section_search_scene .lists_cnt_wrap .item_ttl a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
}
.section_search_scene .lists_cnt_wrap .txt_block {
	display: block;
}
.section_search_scene .lists_cnt_wrap:hover .item_img img,
.section_search_scene .lists_cnt_wrap:focus .item_img img {
	opacity: 0.7;
}
.section_search_scene .lists_cnt_wrap:hover .item_ttl a,
.section_search_scene .lists_cnt_wrap:focus .item_ttl a {
	text-decoration: underline;
}
/* event_pickup
================================================== */
#tmp_childcare_event_pickup {
	position: relative;
	margin:0 0 49px;
	clear:both;
}
#tmp_childcare_event_pickup .section_head {
	padding: 15px 18px 158px 0;
	background: #dbfff7 url(/shared/templates/childcare_top/images/main/bg_h2_event.png) no-repeat left top;
}
#tmp_childcare_event_pickup .section_head h2 {
	padding: 8px 81px 10px 97px;
}
#tmp_childcare_event_pickup .section_head h2::before,
#tmp_childcare_event_pickup .section_head h2::after {
    content: '';
    width: 71px;
    height: 58px;
    position: absolute;
    left: 0;
    top: 0;
	background: url(/shared/templates/childcare_top/images/icon/icon_head_event_lft.png) no-repeat left top;
	background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
#tmp_childcare_event_pickup .section_head h2::after {
	width: 51px;
	height: 56px;
    left: inherit;
    right: 0;
	background: url(/shared/templates/childcare_top/images/icon/icon_head_event_rgt.png) no-repeat left top;
	background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
#tmp_childcare_event_pickup .pickup_event_inner {
	position: relative;
	margin-top: -150px;
}
#tmp_childcare_event {
	padding: 0 20px;
	margin: 0 -10px;
}
#tmp_childcare_event .splide__controls {
    padding: 32px 240px;
	text-align:center;
}
#tmp_childcare_event_pickup .wrap_pickup_event {
	position: relative;
	padding: 0 10px;
	margin-bottom: 10px;
}
#tmp_childcare_event_pickup .wrap_pickup_event .pickup_event{
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}
#tmp_childcare_event_pickup .wrap_pickup_event .pickup_img img {
	max-width: 100%;
	height: auto;
	transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-ms-transition: 0.3s opacity ease-in-out;
	-o-transition: 0.3s opacity ease-in-out;
}
#tmp_childcare_event_pickup .wrap_pickup_event .pickup_cnt {
	min-height: 127px;
	padding: 11px 16px 15px;
	font-size: 88.9%;
	color: #333333;
	background-color: #ffffff;
}
#tmp_childcare_event_pickup .wrap_pickup_event .event_date {
	margin-bottom: 2px;
	font-size: 87.5%;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
}
#tmp_childcare_event_pickup .wrap_pickup_event .pickup_cnt p a {
	color: #333333;
	background-color: transparent;
}
#tmp_childcare_event_pickup .splide__arrow {
	margin-top: -18px;
}
#tmp_childcare_event_pickup .splide__arrow.splide__arrow--prev {
	left:-10px;
}
#tmp_childcare_event_pickup .splide__arrow.splide__arrow--next {
	right:-10px;
}
#tmp_childcare_event_pickup .btn_seemore {
	position: absolute;
	right: 0;
	bottom: 21px;
}
#tmp_childcare_event_pickup .pickup_event:hover .pickup_img img,
#tmp_childcare_event_pickup .pickup_event:focus .pickup_img img {
	opacity: 0.7;
}
#tmp_childcare_event_pickup .pickup_event:hover .pickup_cnt a,
#tmp_childcare_event_pickup .pickup_event:focus .pickup_cnt a {
	text-decoration: none;
}
.no_javascript #tmp_childcare_event_pickup .btn_seemore {
	position:static;
	float:right;
	margin-top:30px;
}
.no_javascript #tmp_childcare_event_pickup .pickup_event_inner {
	overflow-x:hidden;
	overflow-y: auto;
	height:400px;
}
.no_javascript #tmp_childcare_event_pickup .splide__list {
	display:block;
}
.no_javascript #tmp_childcare_event_pickup .wrap_pickup_event {
	padding:0;
	margin:0;
}
#tmp_childcare_event_pickup .no-splide {
	padding-bottom:50px;
}
#tmp_childcare_event_pickup .no-splide .splide__slide,
.no_javascript #tmp_childcare_event_pickup .splide__slide {
	width: 33.333333%;
	float: left;
	padding:0 7px;
	margin:0 0 20px;
}
.no_javascript #tmp_childcare_event_pickup .wrap_pickup_event:nth-child(3n+1) {
	clear:both;
}
/* child_infor
================================================== */
#tmp_child_infor {
	margin:0 0 60px;
	clear:both;
}
#tmp_child_infor .section_head {
	padding: 15px 18px 59px 25px;
	background: #dbf8ff url(/shared/templates/childcare_top/images/main/bg_h2_child.png) no-repeat left top;
}
#tmp_child_infor .section_head h2 {
	padding: 8px 114px 10px 108px;
}
#tmp_child_infor .section_head h2::before,
#tmp_child_infor .section_head h2::after {
    content: '';
    width: 73px;
    height: 54px;
    position: absolute;
    left: 0;
    top: 0;
	background: url(/shared/templates/childcare_top/images/icon/icon_head_child_lft.png) no-repeat left top;
	background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
#tmp_child_infor .section_head h2::after {
	width: 84px;
	height: 53px;
    left: inherit;
    right: 0;
	background: url(/shared/templates/childcare_top/images/icon/icon_head_child_rgt.png) no-repeat left top;
	background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
#tmp_child_infor .child_infor_cnt {
	padding: 0 10px;
	margin-top: -50px;
}
#tmp_child_infor .child_infor_cnt .infor_cnt_col_left {
	width: 340px;
	float: left;
	padding: 0 10px;
}
#tmp_child_infor .child_infor_cnt .infor_cnt_col_rgt {
	width: 500px;
	float: left;
	padding: 0 10px;
}
#tmp_child_infor .child_infor_cnt .infor_cnt_inner {
	display: table;
	padding: 0 14px;
	width: 100%;
	height: 100px;
	border: 2px solid #ffffff;
	color: #333333;
	background-color: #ffffff;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	transition: 0.3s border ease-in-out;
	-webkit-transition: 0.3s border ease-in-out;
	-moz-transition: 0.3s border ease-in-out;
	-ms-transition: 0.3s border ease-in-out;
	-o-transition: 0.3s border ease-in-out;
}
#tmp_child_infor .child_infor_cnt .infor_cnt_inner:hover,
#tmp_child_infor .child_infor_cnt .infor_cnt_inner:focus {
	border-color: #00b3f9;
}
#tmp_child_infor .child_infor_cnt .img_cnt,
#tmp_child_infor .child_infor_cnt .txt_cnt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#tmp_child_infor .child_infor_cnt .img_cnt img {
	max-width: 100%;
	height: auto;
	transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-ms-transition: 0.3s opacity ease-in-out;
	-o-transition: 0.3s opacity ease-in-out;
}
#tmp_child_infor .child_infor_cnt .txt_cnt .txt_block {
	display: block;
}
#tmp_child_infor .child_infor_cnt .txt_cnt a {
	display: inline-block;
	padding: 10px 5px;
	text-decoration: none;
	font-size: 111.1%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
}
#tmp_child_infor .child_infor_cnt .infor_cnt_col_left .txt_cnt {
	text-align: left;
	padding-left: 15px;
}
#tmp_child_infor .child_infor_cnt .infor_cnt_col_rgt .txt_cnt {
	padding-right: 15px;
}
#tmp_child_infor .infor_cnt_inner:hover .img_cnt img,
#tmp_child_infor .infor_cnt_inner:focus .img_cnt img {
	opacity: 0.7;
}
/* ==================================================
clearfix
================================================== */
#tmp_gnavi_subsite .gnavi_subsite::after,
.section_search_age .search_age_cnt .age_lists::after,
.section_search_scene .search_scene_cnt .scene_lists::after,
#tmp_child_infor .child_infor_cnt::after {
    content: "";
    /* Do not edit */
    display: table;
    /* Do not edit */
    clear: both;
    /* Do not edit */
}
