/* ------------------------------------- */
.techo01 {
	max-width: 600px;
	width: 90%;
	margin: 0px auto 150px;
	background: url(../images/techo/cat1.png) no-repeat left bottom, url(../images/techo/cat2.png) no-repeat right bottom;
	background-size: 30% auto, 17% auto;
}
.techo01 .web {
	width: 60%;
	margin: 0px auto;
	box-shadow: 0px 6px 16px -6px rgba(0,0,0,0.3);
}
/* ------------------------------------- */
.techo02 {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	max-width: 800px;
	width: 80%;
	margin: 0px auto 80px;
}
.techo02 .staff {
	float: left;
	width: 40%;
	margin-right: 20%;
}
.techo02 .staff:last-child {
	margin-right: 0;
}
.techo02 .staff .ph {
	margin-bottom: 20px;
}
.techo02 .staff .name {
	font-size: 80%;
	margin-bottom: 20px;
	font-family: kan48typos-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 180%;
}
.techo02 .staff .name strong {
	display: block;
	font-size: 160%;
	font-weight: 400;
	letter-spacing: 1px;
}
.techo02 .staff .txt {
	font-size: 90%;
}
/* ------------------------------------- */

/* ------------------------------------- */

/* ------------------------------------- */

/* ------------------------------------- */




@media screen and (max-width: 900px) {
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
}






@media screen and (max-width: 780px) {
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	.techo02 .staff {
		width: 45%;
		margin-right: 10%;
	}
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
}






@media screen and (max-width: 580px) {
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	.techo02 .staff {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.techo02 .staff:last-child {
		margin-bottom: 0;
	}
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
	
	/* ------------------------------------- */
}