@charset "UTF-8";
.con-area h2{
	font-family: source-han-serif-japanese, serif;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #141414;
}
.con-area .inner table{
	margin: 0 auto 30px;
	width: 100%;
}
.con-area .inner table td , .con-area .inner table th{
	padding: 10px 0;
	line-height: 1.8;
}
.con-area .inner table th{
	width: 46%;
	text-align: right;
}
.con-area .inner table#s-table th , .con-area .inner table#s-table td{
	vertical-align: top;
}

.con-area .inner table#c-table th{
	color: #1b2170;
}
.con-area .inner table#s-table th{
	color: #b10a0a;
}
.con-area .inner td.ten{
	font-size: 100%;
	width: 4%;
	text-align: center;
}
.con-area .inner tr.maru td.ten{padding:0;}
.con-area .inner table#c-table td.c-name , .con-area .inner table#s-table td.s-name{
	width: 46%;
	text-align: left;
}
.con-area .inner table rt{
	padding-bottom: 5px;
}

@media all and (min-width: 768px) {
	.con-area .inner{
		padding: 50px;
	}
	.con-area h1{
		height: 360px;
		background: url(../img/staff/header.jpg) no-repeat;
	}
	.con-area h2{
		font-size: 200%;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.con-area .inner table#c-table{
		margin-bottom: 60px;
	}
	.con-area .inner table th{
		font-size: 130%;
	}
	.con-area .inner table#s-table .ten{
		padding: 1.6% 0;
	}
	.con-area .inner table#s-table .ten{
		padding: 1.6% 0;
	}
	.con-area .inner table#c-table td.c-name , .con-area .inner table#s-table td.s-name{
		font-size: 130%;
	}
	.con-area p{
		font-size: 100%;
		line-height: 1.6;
		margin-bottom: 20px;
		letter-spacing: 0.01em;
	}
}
@media all and (max-width: 767px) {
	.con-area .inner{
		width: 90%;
		margin: 0 auto;
		padding: 20px 0;
	}
	.con-area h1{
		width: 100%;
		height: 0;
		padding-top: 39.06%;
		background-size: cover;
		background-image: url(../img/staff/header_smp.jpg);
	}
	.con-area h2{
		font-size: 130%;
		font-family: source-han-serif-japanese, serif;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.con-area .inner table{
		margin: 0 auto;
	}
	.con-area .inner table#c-table{
		margin-bottom: 30px;
	}
	.con-area .inner table th{
		font-size: 100%;
	}
	.con-area .inner table#c-table td.c-name , .con-area .inner table#s-table td.s-name{
		font-size: 100%;
	}
	.con-area p{
		font-size: 90%;
		line-height: 1.4;
		margin-bottom: 20px;
		letter-spacing: 0.01em;
	}

.con-area .inner table td , .con-area .inner table th{padding:1.5% 0;}
}
/* 20200316 文字をひとまわり小さく */
.notes {
    font-size: 0.5em;
    line-height: 1.8em;
    display: block;
}
