@charset "utf-8";


body{
	background: #e7efe7;
}

/*common
************************************************************************************/

/*select_menu
----------------------------------------------------------------------*/
ul.select_menu li{
	border: 1px solid #60d2ab;
	background: #FFF;
}
ul.select_menu li .title a{
	color: #333;
	border-bottom: 1px solid #60d2ab;
}

ul.select_menu li .cmt{
	margin: 0 0 5px 0;
	color: #444;
	min-height: 10em;
}

/*btn_moreview & pageback*/
.btn_moreview a,
.btn_moreview span{
	background: url("../../img/common/ar_wh_next.svg") no-repeat right 30px center #51cd80;
}

@media screen and (max-width: 979px) {
/*tablet*/
ul.select_menu li .cmt{
	min-height: 6em;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
ul.select_menu li .cmt{
	min-height: 8em;
}
}
@media screen and (max-width: 620px) {
/*sp*/
ul.select_menu li .cmt{
	min-height: 9em;
}
}
@media screen and (max-width: 480px){
ul.select_menu li .cmt{
	height: auto;
	min-height: initial;
}
} 


/*title
----------------------------------------------------------------------*/
.lv_h1:after {
	background: #28ba62;
}
.lv_h1 span{
	background: #66cc85;
}
.lv_h1 span:after{
	background: url("../../img/common/circle_green.svg") no-repeat;
}
.lv_h2{
	margin-top: 1em;
}
.lv_h2 span:after {
	background-color: #bad7b7;
}

.lv_h3{
	font-size: 24px;
	font-weight: 700;
	color: #017f0e;
	padding-top: .7em;
}

/*photobox
----------------------------------------------------------------------*/
.photobox{
	width: 160px;
	position: relative;
	margin: 0 auto 20px auto;
}
.photobox.lf{
	float: left;
	margin: 0 20px 20px 0;
}
.photobox.rf{
	float: right;
	margin: 0 0 20px 20px;
}
.photobox:before {
	content:"";
	display: block;
	padding-top: 91%;
}

.photobox img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 140px;
	height: auto;
}
.photobox:after{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background: #c9edcf;
	z-index: 1;
	content: "";
	display: block;
}



/*list
----------------------------------------------------------------------*/
ul.ar li,
p.ar{
	background: url("../../img/common/circle_green.svg") no-repeat left 0.4em;
	padding-left: 15px;
	margin: 7px 0;
}
ul.point li{
	background: url(../../about/img/department/nursery/ico_point.png) no-repeat left 0.4em;
	paddingt: 0 0 0 25px;
	margin: 7px 0;
	display: inline-block;
}


ul.ar li.inline{
	background: url("../../img/common/circle_green.svg") no-repeat left 0.4em;
	padding : 0 0 7px 15px;
	margin: 0 0 0 0;
	display: inline-block;
	width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

ul.inline li{
	width: 24%;
	margin: 5px 0;
	padding: 0 20px 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 980px) {
/*sp*/
ul.ar li.inline{
	width: 48%;
}
} 
@media screen and (max-width: 768px) {
/*sp*/
ul.inline li{
	width: 48%;
}
} 
@media screen and (max-width: 620px) {
/*sp*/
ul.ar li.inline{
	width: 98%;
}
} 

@media screen and (max-width: 480px) {
/*sp*/
ul.inline li{
	width: 98%;
}
} 


/*box-item
----------------------------------------------------------------------*/
.box-item25{
	width: 24%;
	margin: 0.5%;
	/*border-right: 1px solid #CCC;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.box-item25.noborder{
	border-right: 0;
}

@media screen and (max-width: 979px) {
/*tablet*/
.box-item25{
	width: 49%;
	margin: 0.5%;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
.box-item25{
	width: 49%;
	margin: 0.5%;
}
}


@media screen and (max-width: 620px) {
/*sp*/
.box-item25{
	width: 99%;
	margin: 0.5%;
	border-right: none;
	border-bottom:  1px solid #CCC;
}

}
@media screen and (max-width: 480px){
} 


/*divtable
----------------------------------------------------------------------*/
.div_table{
	display: table;
	table-layout: fixed;
	border-spacing: 20px 10px;
	width: 100%;
}
.div_table .cell img{
	max-width: 80px;
	margin: 0 20px 0 0;
	vertical-align: middle;
	display: table-cell;
}
@media screen and (max-width: 768px){
/*smart phone*/
.div_table{
	display: block;
}
.div_table .cell{
	display: block;
	width: 98%;
	margin: 0 auto 15px auto;
}
} 



/*.page_department
************************************************************************************/

.page_department{}

.page_department .menu_ttl{
	margin: 5px 0;
	text-align:center;
	font-size: 20px;
	font-weight: 600;
}

/*.page_nursery
************************************************************************************/
.page_nursery{}

.page_nursery .frameMain{
	margin: 20px 0;
	padding: 40px;
	background: url(../../about/img/department/nursery/bg_main.png) no-repeat center center;
	}


table.normal.nursery td:nth-of-type(2) { text-align: left; }


.page_nursery .outline{
	width: 58%;
	float: right;
}
.page_nursery .calendar{
	font-size: 18px;
	background: #FFF;
	padding: 30px;
	width: 40%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.page_nursery .calendar ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	align-items: center;
}
.page_nursery .calendar ul li{
	width: 99%;
	margin: 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #dedede;
	padding: 7px 0;
}
.page_nursery .calendar ul li img{
	max-width: 60px;
	margin-right: 25px;
	vertical-align: middle;
}

@media screen and (max-width: 979px) { 
/*sp*/
.page_nursery .outline,
.page_nursery .calendar{
	width: 98%;
	margin: 10px auto;
	float: none;
	display: block;
}
.page_nursery .calendar ul li{
	width: 49%;
}

} 
@media screen and (max-width: 620px) { 
/*sp*/
table.normal.nursery td:nth-of-type(2) { text-align: left; }


table.normal.nursery td:nth-of-type(1):before { content: "[対象]"; }
table.normal.nursery td:nth-of-type(2):before { content: "[保育料]"; }


.page_nursery .outline,
.page_nursery .calendar{
	width: 98%;
	margin: 10px auto;
	float: none;
	display: block;
}
.page_nursery .calendar ul li{
	width: 99%;
}

.page_nursery .calendar ul li{
	display: table;
}
.page_nursery .calendar ul li span.image{
	display: table-cell;
	width: 60px;
	vertical-align: top;
}
.page_nursery .calendar ul li span.image img{
	max-width: 60px;
	height: auto;
	margin: 0;
	vertical-align: middle;
}
.page_nursery .calendar ul li span.txt{
	display: table-cell;
	padding-left: 25px;
	vertical-align: middle;
}
} 










