@charset "utf-8";
body{
	background: #fafafa;
}

.page_wrap{
	max-width: 960px;
	margin: auto;
	padding: 0 0 100px 0;
}

/* カテゴリーページ */
.sub_header.member{
	background: #F3EDDD url("/wp-content/themes/tpl-ulo.fish.hokudai.ac.jp-ver1.02/module/img/people/sub_header_bg.jpg");
	background-size: cover;
	max-width: 1440px;
	color: var(--text-color);
  height: 450px;
	padding-top: 10px;
	box-sizing: border-box;
  text-align: center;
	margin: auto;
}


/* メンバー */
.member_sec2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.member_sec2 ul li{
	display: block;
	width: 21%;
	margin: 0 4% 50px 4%;
	height: auto;
	text-align: center;
}
.member_sec2 ul li dl dd{
	font-size: 1.1rem;
  /*font-family: "Zen Maru Gothic", serif;*/
  font-style: normal;
	color: #0b4589;
}
.member_sec2 ul li dl dt,
.member_sec2 ul li dl dd b{
font-weight: bold;
}
.member_sec2 ul li dl dd a{
	text-decoration: underline;
	color: #0b4589;
}
.member_sec2 ul li img.member_img{
	width: 100%;
	height: auto;
	border-radius: 1rem;
}
.katagaki {
    border-radius: 0 0 1rem 1rem;
    position: inherit;
    text-align: center;
    padding: 0;
    margin: 0 auto 0 auto;
    background: #FFF;
    color: #232323;
}
/*.katagaki{
	border-radius: 0 0 1rem 1rem;
	position: relative;
	text-align: center;
	padding: 1rem;
	margin: -63px auto 0 auto;
	background: rgba(42,43,42,0.50);
	color: #FFF;
}
.katagaki.clm2{
	margin: -63px auto 0 auto;
}*/

/* SPレスポンシブ */

@media screen and (max-width:767px) {
	
.sub_header.member{
	background-size: contain;
  height: 150px;
}
	
.pagelist {
    margin: 0 auto 80px auto;
}
	
/* メンバー */
.member_sec2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.member_sec2 ul li{
	display: block;
	width: 40%;
	margin: 0 2% 50px 2%;
	height: auto;
	text-align: center;
}
	
.katagaki {
    border-radius: 0 0 1rem 1rem;
    position: inherit;
    text-align: center;
    padding: 0;
    margin: 0 auto 0 auto;
    background: #FFF;
    color: #232323;
}
	
.katagaki.clm2{
    margin: 0 auto 0 auto;
}
	
	
}