@charset "utf-8";


/*=======================================================
	style
=======================================================*/
h1{
	margin: 0 0 15px;
	color: #333;
	font-size: 2.2rem;
	border-bottom: 1px solid #ddd;
}
.supervisor_wrap{
	padding: 30px 50px ;
	background: url(/img/bg_white_paper.jpg) repeat left top;
}
.back_arrow_link{
	margin: 0 0 15px;
}
.supervisor{
	display: flex;
}
.supervisor_ttl{
	margin-bottom: 5px;
	font-size: 1.6rem;
}

.name{
	margin-bottom: 15px;
	padding: 0;
	font-size: 2.4rem;
	font-weight: normal;
	color: #d12d84;
	vertical-align: top;
	line-height: 1.0;
}
.name ruby{
	line-height: 1.0;
}
.name rt{
	font-size: 0.9rem;
	border-color: #d68e8e;
	position: relative;
	margin-bottom: -.2em;
	transform: translateY(.2em);
}
.name span{
	font-size: 0.8em;
}
.detail{
	font-size: 1.4rem;
}
.photo{
	margin-right: 20px;
	text-align: center;
}
.photo img{
	border: 5px solid #fff;
}
.supervised{
	margin-top: 20px;
	padding: 20px 40px;
	background-color: #fff;
	border: 1px solid #dedede;
}
.supervised_ttl{
	margin-bottom: 10px;
	color: #d12d84;
	text-align: center;
	font-size: 1.5rem;
}
.supervised_ttl span{
	padding: 0 20px;
	display: inline-block;
	border-bottom: 1px solid #d12d84;
}
.supervised h3{
	margin: 20px 0 5px;
	font-size: 1.4rem;
	color: #d12d84;
}
.supervised_ttl + h3{
	margin-top: 0;
}
.arrow_link_list {
	padding-top: 3px;
	border-top: 1px dotted #ccc;
}
.arrow_link_list li{
	margin: 0 0 3px;
	padding: 0 0 3px;
	border-bottom: 1px dotted #ccc;
}



/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {
	.supervisor{
		display: block;
	}
	.photo{
		margin: 0 0 15px;
	}
	.supervisor_wrap{
		margin-bottom: 40px;
		padding: 20px 15px;
	}

	.supervised{
		padding: 20px;
	}
}
