@charset "utf-8";

/*title
************************************************************************************/
/*デフォルト
#page_title{
	background: #000 url(../../kids/img/bg_title.jpg) no-repeat center bottom;
}*/


.txt_image {
	margin-top: 30px;
}
.txt_image .txt{
	width: 74%;
	line-height: 2;
	float: left;
}
.txt_image .photo{
	width: 24%;
	float: right;
}
.txt_image .photo img{
	margin: 0 auto 10px auto;
	display: block;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.frameOrganization{
	margin: 30px auto;
	padding-right: 180px;
	width: 740px;
	font-size: 16px;
	background: url(../../about/img/illust1.png) no-repeat right top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.frameOrganization h2{
	text-align: center;
}
.frameOrganization .box{
	margin: 10px auto;
	padding: 15px 30px;
	background:-webkit-gradient(linear,center top, center bottom, from(#e4ffed), to(#c4ebd1));
	background:-moz-linear-gradient(top, #e4ffed, #c4ebd1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffe4ffed', endColorstr='#ffc4ebd1');
	background: linear-gradient(to bottom, #e4ffed, #c4ebd1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.frameOrganization .txt{
	margin: 20px 0 0 0;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
	.txt_image .txt,
	.txt_image .photo{
		margin-bottom: 15px;
		width: 100%;
		line-height: 1.4;
		float: none;
	}
	.frameOrganization{
		width: 100%;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
}




.text-image {
  position: relative;
  width: 1000px;
}

.text-image img {
  width: 100%;
}

.text-image p {
  position: absolute;
  top: 25%;
  left: 2%;
  font-size: 24px;
  color: #f7931e;
}



	
@media screen and (max-width: 979px) {
	.gra_green li{
		width: 32%;
	}
	.gra_green li:nth-child(4),
	.gra_green li:nth-child(5){
		padding: 15px 15px 240px 15px;
		width: 49%;
	}
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px) {
	.gra_green li,
	.gra_green li:nth-child(4),
	.gra_green li:nth-child(5){
		width: 100%;
	}
}
@media screen and (max-width: 480px){
}


#frameHistory{
	padding: 50px 0 80px 0;
	background: url(../../about/img/bg_btm.jpg) no-repeat center top;
	background-size: cover;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
	#frameHistory table.lineBtm,
	#frameHistory table.lineBtm tbody,
	#frameHistory table.lineBtm tr,
	#frameHistory table.lineBtm th,
	#frameHistory table.lineBtm td{
		padding: 0;
		width: 100%;
		display: block;
		border: none;
	}
	#frameHistory table.lineBtm tr{
		padding: 10px 5px;
		border-bottom: 1px solid #aaa;
		-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: 620px) {
}
@media screen and (max-width: 480px){
}
