@charset "utf-8";
/* CSS Document */

.prof{
	width:85vw;
	margin: 0rem auto 2rem auto;
	overflow:hidden;
}

.prof .img{
	text-align:center;
	overflow:hidden;
	margin-bottom: 1rem;
}

.prof .txt{
	overflow:hidden;
}

.prof .txt dt{
	font-weight:bold;
	color:#004C96;
}

.prof .txt dd{
	margin-top:1em;
	overflow:hidden;
}

.prof .txt .catch{
	font-weight:bold;
	margin-top:1em;
	overflow:hidden;
	font-weight:bold;
	color:#004C96;
	line-height:125%;
}

/**/

.subtitle{
	width:85vw;
	margin:2rem auto 1rem auto;
	overflow:hidden;
	font-weight:bold;
	padding:0.5rem 0px;
	border-left:5px solid #004C96;
	border-bottom:1px solid #ccc;
	color:#004C96;
}

.subtitle span{
	display:block;
	padding:0px 0.5em;
}

/**/

.txt01{
	width:85vw;
	margin:1rem auto;
	overflow:hidden;
}

.txt01 p{
	overflow:hidden;
}

.txt01_image{
	text-align: center;
	margin-bottom: 1rem;
}

/**/

/**/


.senpai_sub{
	color: #004B99;
    font-weight: bold;
    margin: 2rem auto 1rem auto;
    overflow: hidden;
	width:85vw;
}

/**/

.senapi_list{
	width:85vw;
	margin:1rem auto 0px auto;
	overflow:hidden;
}

.senapi_list li{
	overflow:hidden;
	list-style-type:none;
	margin-bottom:1rem;
	line-height:125%;
	border-left:3px solid #004B99;
}

.senapi_list li a{
	display:block;
	padding:1em;
	overflow:hidden;
	background-color:#efefef;
	color:#004B99;
	text-decoration:none;
}

.senapi_list li a strong{
}