@charset "utf-8";
/* CSS Document */

/* ================================================================================ */
/*                                                                                  */
/*      コーディネーター紹介（SP）                                                  */
/*                                                                                  */
/* ================================================================================ */

#page_staff {
	width: 100%;
	margin: auto;
	padding: 0 0 60px;
}

#page_staff h2.pagetit {
	letter-spacing: 0;
}



/*////////////////////////////////////////////////


                  ■  span(共通)  ■
	  

////////////////////////////////////////////////*/



/* トップ
------------------------------------------------------------*/


#top {
	width: 90%;
	margin: auto;
}



/* コーディネーター
------------------------------------------------------------*/

#staff {
	width: 92%;
	margin: auto;
}

#staff article {
	margin-bottom: 2rem;
}

#staff article .staff-img {
	text-align: center;
	margin-bottom: 5px;
}

#staff article .staff-img img {
	width: 70%;
}

#staff article .staff-comment {
	width: 100%;
	background-image: url(../img/staff/sp/fukidashi_male.gif);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 50px 0 0 0;
}
#staff article div.female {
	background-image: url(../img/staff/sp/fukidashi_female.gif);
}

#staff article .staff-comment h3 {
	width: 90%;
	font-size: 5vw;
	text-align: center;
	margin: 0 auto 10px;
}

#staff article .staff-comment h3.male {
	color: #00b5e7;
}
#staff article .staff-comment h3.female{
	color: #ff566a;
}

#staff article .staff-comment p{
	width: 90%;
	font-size: 4vw;
	padding-bottom: 25px;
	margin: auto;
}




































