@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/
.staff_sec {
	margin-bottom: 100px;
}
.staff_sec .inner .frame {
	padding: 45px 40px 64px 40px;
	background: url(../images/sec01_back.png);
}
.staff_head_txt {
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
	background: #ffffff;
	border-bottom: #45b9d2 2px solid;
	font-weight: bold;
	padding: 5px 10px;
	color:#1491AC;	
}
.staff_sub_title01 {	
	text-align: center;
	margin-bottom: 30px;
}
.staff_sub_title01 span {
	font-size: 20px;
	line-height: 2em;
	font-weight: bold;
	padding: 5px 10px;
	color:#0978a7;
	border-bottom: 4px solid #0978a7;
}
.temp_title_02 {
	margin: 0 0px 30px 0px;
}
.temp_title_02 span.status {
	font-size: 14px;
	line-height: 18px;
	display: block;
	margin-bottom: 5px;
}
.temp_title_02 span.name {
	display: block;
}
.temp_title_03 {
    font-size: 20px;
    line-height: 1.5em;
    text-align: left;
    margin: 0px 0px 20px 0px;
    padding: 0 0px;
}
.staff_sec .inner .frame .staff_photo {
	margin-bottom: 50px;
}
.staff_txt_wrap {
	text-align: left;
	font-size: 15px;
	line-height: 1.5em;
	color: #2a2a2a;
	padding: 0 0px;
	margin-bottom: 3em;
}
.staff_sec .sp_title{
	display: none;
}

@media screen and (max-width: 640px) {
	.staff_head_txt {
		font-size: 16px;
		padding: 5px 10px;
		margin: 0 1.56%;
	}
	.staff_sec .sp_title{
		display: inline;
	}
	.staff_sec .pc_title{
		display: none;
	}
	.staff_sec {
		margin-bottom: 100px;
	}
	.staff_sec .inner .frame {
		padding: 30px 10px 10px 10px;
	}	
	.staff_sec .inner .frame .staff_photo {
		margin-bottom: 20px;
	}
	.temp_title_03 {
		font-size: 20px;
		line-height: 1.5em;
		text-align: left;
		margin: 0px 0px 10px 0px;
		padding: 0 0px;
	}
}


