body {
	background-color: #F0F0F0;
}

#contents_wrapper .tree_species_wrapper {
	background-color: #FFF;
	padding: 50px;
	height: auto;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
	margin-bottom: 100px;
}

#contents_wrapper .title_box {
	border: solid 2px #000;
	outline: solid 2px #000;
	outline-offset: 3px;
	height: 280px;
	width: 956px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#contents_wrapper .title_box .pc{
	display: block;
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .title_box .sp{
	display: none;

}


#contents_wrapper .tree_species_wrapper .title_box .information_pc {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight:400;
	line-height: 26px;
	height: auto;
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}
#contents_wrapper .tree_species_wrapper .title_box .information_sp {
	display: none;
}
/* ====================================================================================================================
 * LIST
 * ====================================================================================================================*/




#contents_wrapper .list_box {
	height: auto;
	width: 956px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	border: solid 2px #000;
	outline: solid 2px #000;
	outline-offset: 3px;
}
#contents_wrapper .tree_species_wrapper .list_box .block {
	height: auto;
	width: 800px;
	margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

#contents_wrapper .tree_species_wrapper .list_box .block .wood {
	text-align: center;
	vertical-align: top;
	height: 338px;
	width: 215px;
	margin-right: 77px;
}

#contents_wrapper .tree_species_wrapper .list_box .block .wood:nth-of-type(3n) {
	margin-right: 0px;
}

#contents_wrapper .tree_species_wrapper .list_box .block .wood .sp {
	display: none;

}
#contents_wrapper .tree_species_wrapper .list_box .block .wood .pc {
	transition: 0.4s;

}
#contents_wrapper .tree_species_wrapper .list_box .block .wood .pc:hover {
	opacity: 0.6;

}

@media screen and (max-width: 760px) {
.top_space{
	display: none;
}

#contents_wrapper {
	padding: 5%;
}
#contents_wrapper .tree_species_wrapper {
	background-color: #FFF;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 8%;
	padding-right: 5%;
	padding-bottom: 8%;
	padding-left: 5%;
	margin-bottom: 50px;
}
#contents_wrapper .title_box {
	border: solid 1px #000;
	outline: solid 1px #000;
	outline-offset: 2px;
	height: auto;
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#contents_wrapper .title_box .pc{
	display: none;

}
#contents_wrapper .title_box .sp{
	width:90%;
	height: auto;
	display: block;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .tree_species_wrapper .title_box .information_sp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight:400;
	line-height: 25px;
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}
#contents_wrapper .tree_species_wrapper .title_box .information_pc{
	display: none;
}

#contents_wrapper .list_box {
	height: auto;
	width: 96%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	border: solid 1px #000;
	outline: solid 1px #000;
	outline-offset: 2px;

}

#contents_wrapper .tree_species_wrapper .list_box .block {
	height: auto;
	width: 84%;
	margin-top: 36px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 36px;
}

#contents_wrapper .tree_species_wrapper .list_box .block .wood {
	text-align: center;
	vertical-align: top;
	height: auto;
	width: 45%;
	margin-right: 0px;
	margin-bottom: 20px;
}

#contents_wrapper .tree_species_wrapper .list_box .block .wood:nth-child(2n+1) {
	margin-right: 10%;
}
#contents_wrapper .tree_species_wrapper .list_box .block .wood .sp {
	width: 100%;
	height: auto;
	display: block;
}
#contents_wrapper .tree_species_wrapper .list_box .block .wood .pc {
	display: none;

}













}
