@charset "utf-8";
/*////////////////////////////////////////////////////////////////
PC
////////////////////////////////////////////////////////////////*/
@media print, screen and (min-width: 641px) {
/*======================
木育
=====================*/
#tree_education #tit_bg {/*各背景指定*/
	width: 100%;
	background-image: url(images/tit_bg.jpg);
	background-size: cover;
}
#tree_education #about {
}
#tree_education #about .center {
	text-align: center;
}
#scroll_slider {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/slider1.jpg);
	background-repeat: repeat-x;
	background-size: auto 200px;
	height: 200px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#tree_education .box {
	margin-bottom: 70px;
}
#tree_education .box .image80 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-top:  40px;
}
#tree_education .box .text {
}
#tree_education .box .cap {
	color: #82AD15;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}
#tree_education .image100 {
		width: 100%;
		margin-bottom: 70px;
}
#tree_education .box .btn {
	width: 30% !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#tree_education .box .btn a {
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	background-color: #231815;
	color: #fff;
	display: inline-block;
	line-height: 150%;
	padding: 10px 0 !important;
	border-radius: 0px !important;
	font-weight: bold;
}
#tree_education .box .btn a:hover {
	background-color: #AF272B;
	color: #FFF;
}

}
/*////////////////////////////////////////////////////////////////
SP
////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 640px) {
/*======================
木育
=====================*/
#tree_education #tit_bg {/*各背景指定*/
	width: 100%;
	background-image: url(images/tit_bg.jpg);
	background-size: cover;
}
#tree_education #about {
}
#tree_education #about .center {
	text-align: left;
}
#scroll_slider {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/slider1.jpg);
	background-repeat: repeat-x;
	background-size: auto 120px;
	height: 120px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#tree_education .box {
	margin-bottom: 30px;
}
#tree_education .box .image80 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 25px;
}
#tree_education .box .text {
}
#tree_education .box .cap {
	color: #82AD15;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
}
#tree_education .image100 {
		width: 100%;
		margin-bottom: 30px;
}
#tree_education .box .btn {
	width: 60% !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#tree_education .box .btn a {
	width: 100%;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	background-color: #231815;
	color: #fff;
	display: inline-block;
	line-height: 150%;
	padding: 10px 0 !important;
	border-radius: 0px !important;
	font-weight: bold;
}
#tree_education .box .btn a:hover {
	background-color: #AF272B;
	color: #FFF;
}





}