@charset "UTF-8";
/* CSS Document */
.h2_ttl {
    color: #000;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight:bold !important;
    height: auto;
    padding-top: 0px;
    width: 100%;
    margin: 0 auto 30px auto;
}
.remote_h3{font-size: 18px;}
.remote_center{width: 30%;margin: 0 auto;}

.fd80{font-size: 20px;}


.staff_photo {
	width: 36%;
	float: left;
	margin: 3% auto 3% 3%;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	height: 380px;
	overflow: hidden;
}
.staff_profile {
	width: 50%;
	float: right;
	margin: 5% 3% 5% auto;
}

.staff_position {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.4;
	font-weight: bold;
	text-align: left;
	
}

.staff_name {
	font-size:21px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.4;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: left;
	display: block;
	width: 100%;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	margin-bottom: 10px;
	
}

.staff_info {
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}

b {
	font-weight: bold;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/


@media screen and (max-width: 560px){
.remote_center{width: 80%;margin: 0 auto;}
.fd80{font-size: 16px;}
.remote_h3{font-size: 14px;}

.staff_photo {
	width: 35%;
	height: 210px;
}
.staff_profile {
	width: 50%;
	margin: 4% 3% 4% auto;
}





}	
