@charset "UTF-8";
/*オレンジ*/
/*背景グレー*/
/*ボーダー*/
/*オレンジ 薄い*/
#contents .wrap_m {
	padding: 30px 0 50px;
}
#staff_list ul {
	width: 985px;
	padding: 15px 10px;
	margin: 0 auto;
}
#staff_list ul li {
	display: inline-block;
	position: relative;
	background: #FFF6DC;
	width: 300px;
	height: 420px;
	margin: 10px;
	border-radius: 10px;
}
#staff_list ul li a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #2b3f48;
}
#contents .staff .pict {
	height: 230px;
	text-align: center;
}
#contents .staff .pict img {
	width: 150px;
	margin-top: 40px;
	border-radius: 70px;
}
#contents .staff .text {
	padding: 0 30px;
}
#contents .staff .text h3 {
	font-size: 14px;
}
#contents .staff .text dt,
#contents .staff .text dd {
	padding: 0;
	margin: 0;
}
#contents .staff .text dt {
	font-weight: bold;
}
#contents .staff .profile {
	margin-top: 20px;
}

#contents .page_head h2 {
	font-size: 30px;
	font-weight: bold;
	color: #ff6600;
	text-align: center;
}
#contents .main {
	width: 1000px;
	margin: 60px auto 100px;
}
#contents .main .staff {
	display: flex;
}
#contents .main .staff .pict {
	height: 200px;
}
#contents .main .staff .profile {
	margin-top: 40px;
}
#contents .main .staff .text {
	margin: auto 0;
}
#contents .main h3 {
	font-size: 26px;
	font-weight: bold;
	color: #ff6600;
	margin-top: 50px;
	border-bottom: gray solid 1px;
}
#contents .main p.com {
	margin-top: 10px;
	font-size: 1.6em;
}
#contents .main .row {
	margin-top: 10px;
	display: flex;
}
#contents .main .row p.com {
	margin-top: 0;
}
#contents .main .row img {
	width: 300px;
}
#contents .main .row .mr30 {
	margin-right: 30px;
}

#contents .pagination {
	text-align: center;
	margin-bottom: 60px;
}

#contents .pagination ul {
	padding: 0;
}

#contents .pagination li {
	display: inline-block;
	width: 40px;
	height: 50px;
	border: 1px #666 solid;
}

#contents .pagination .this {
	background-color: #888;
}

#contents .pagination .this a {
	color: #fff;
}

#contents .pagination li a {
	display: block;
	height: 100%;
	padding-top: 10px;
	color: #2b3f48;
}

#contents .pagination li a:focus {
	overflow: initial;
}

#contents .pagination li.this a:hover {
	background-color: #888;
}

#contents .pagination li a:hover {
	text-decoration: none;
	background-color: #fa0;
}
