@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
    margin: 0 auto;
}

.pageTitle {
	background-image: url(../img/staff/page_title_bg.jpg);
}

#conts .comPhotoBox{
	align-items: center;
}

#conts .prof{
	margin-left: 67px;
	position: relative;
}

#conts .prof:before{
	position: absolute;
	content: "";
	border-bottom: 1px solid #000;
	width: 67px;
	left: -67px;
	top: 53px;
}

#conts .prof th,
#conts .prof td{
	padding-left: 18px;
}

#conts .prof .position{
	font-weight: bold;
	font-size: 2.0rem;
}

#conts .prof .position th{
	padding-bottom: 15px;
	letter-spacing: 1px;
}

#conts .prof .name{
	font-weight: bold;
	font-size: 2.8rem;
	letter-spacing: 1.2px;
}

#conts .prof .name td{
	padding-bottom: 10px;
}

#conts .prof .an{
	font-weight: bold;
	font-size: 1.4rem;
	color: #2e70b0;
	letter-spacing: 2px;
}

#conts .sec01 {
	margin-bottom: 120px;
}

#conts .sec01 .comPhotoBox{
	margin-bottom: 84px;
}

#conts .sec01 .tbl01{
	width: 100%;
	border: 1px solid #e7e7e7;
	margin-bottom: 84px;
}

#conts .sec01 .tbl01 th{
	padding: 56px 0 58px 23px;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

#conts .sec01 .tbl01 td{
	padding: 28px 0 25px 23px;
	line-height: 1.875;
	border-bottom: 1px solid #e7e7e7;	
}


#conts .sec01 .tbl01 tr:last-child th,
#conts .sec01 .tbl01 tr:last-child td{
	border-bottom: none;
}

#conts .sec01 ul {
	border: 1px solid #e7e7e7;
	margin-bottom: 84px;
	border-collapse: collapse;
	border-top: none;
}

#conts .sec01 ul:last-of-type {
	margin-bottom: 74px;
}

#conts .sec01 ul li{
	padding: 28px 22px 30px;
	box-sizing: border-box;
	border-top: 1px solid #e5e5e5;
}

#conts .sec01 .ul01 li{
	width: 100%;
}

#conts .sec01 .ul02 li{
	width: 50%;
	float: left;
}

#conts .sec01 .ul02 li:nth-child(2n-1){
	border-right: 1px solid #e7e7e7;
}

#conts .sec02 .photoBox{
	position: relative;
}

#conts .sec02 .photoBox img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -10
}

#conts .sec02 .photoBox .txt{
	width: 735px;
	height: 220px;
	padding-top: 75px;
	padding-left: 80px;
	margin-bottom: 77px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 1.2px;
	box-sizing: border-box;
}

#conts .sec02 .photoBox .txt .an{
	display: block;
	font-size: 1.6rem;
	color: #2e70b0;
}

#conts .sec02 dl dh {
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 1.2px;
}

#conts .sec02 dl dd {
	padding: 38px 0 86px;
}

#conts .sec02 dl dh span{
	color: #2e70b0;
}

#conts .sec02 .linkBox{
	background: #eef3f9;
	padding-bottom: 10px;
	margin-bottom: 150px;
}

#conts .sec02 .linkBox .ttl{
	padding: 36px 0 38px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;	
}

#conts .sec02 .linkBox .txtBox{
	margin: 0 10px;
	padding: 23px 25px;
	background: #fff;
}

#conts .sec02 .linkBox .txtBox .txt{
	margin-bottom: 40px;
}

#conts .sec02 .linkBox .txtBox .appeal{
	text-align:center;
	font-weight: bold;
	margin-bottom: 12px;
	color: #2e70b0;	
}

#conts .sec02 .linkBox .txtBox .appeal:before{
	content: "\002F";
/*	border-left: 2px solid #2e70b0; */
	margin-right: 12px;
	display: inline-block;
	transform: scale(-1.75, 1.2);
}

#conts .sec02 .linkBox .txtBox .appeal:after{
	content: "\002F";
	margin-left: 10px;
	display: inline-block;
	transform: scale(1.75, 1.2);
}

#conts .sec03 li{
	padding: 63px 0;
	border-top: 1px solid #e7e7e7;
}

#conts .sec03 li:last-child{
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 74px;
}

#conts .sec03 .comPhotoBox {
	margin-bottom: 35px;
}

#conts .sec03 .prof .position{
	font-size: 1.7rem;	
}

#conts .sec03 .prof .name td:first-child{
	width: 60px;
}

#conts .sec03 .prof .an td{
	padding-left: 22px;
}

#conts .sec03 .btnBox{
	display: flex;
	justify-content: center;
}

#conts .sec03 .btnBox .comBtn{
	margin: 0 12px 205px;
}

@media all and (max-width: 767px) {
	#conts{
		margin: 0 20px ;
	}
	
	.pageTitle {
		background-image: url(../img/staff/sp_page_title_bg.jpg);
	}

	#conts .comPhotoBox{
		display: block;
		position: relative;
	}

	#conts .comPhotoBox .rPhoto{
		position: absolute;
		right: 0;
		width: 163px;
	}
	
	#conts .prof{
		margin-left: 50px;
		padding-top: 68px;
	}

	#conts .prof:before{
		position: absolute;
		content: "";
		width: 46px;
		left: -46px;
		top: 108px;
	}

	#conts .prof th,
	#conts .prof td{
		padding-left: 11px;
	}

	#conts .prof .position{
		font-size: 1.3rem;
	}

	#conts .prof .position th{
		padding-bottom: 12px;
	}

	#conts .prof .name{
		font-weight: bold;
		font-size: 2.0rem;
		letter-spacing: 1.2px;
	}

	#conts .prof .name td{
		padding-bottom: 7px;
	}

	#conts .prof .an{
		font-size: 1.0rem;
	}

	#conts .sec01 {
		margin-bottom: 88px;
	}

	#conts .sec01 .comPhotoBox{
		margin-bottom: 115px;
	}

	#conts .sec01 .tbl01{
		margin-bottom: 47px;
	}

	#conts .sec01 .tbl01 th{
		padding: 18px 0 0 14px;
		vertical-align: top;
		width: 110px;
	}

	#conts .sec01 .tbl01 td{
		vertical-align: top;
		padding: 10px 16px 12px 12px;
		line-height: 1.562;
	}


	#conts .sec01 .tbl01 tr:last-child th,
	#conts .sec01 .tbl01 tr:last-child td{
		border-bottom: none;
	}

	#conts .sec01 ul {
		margin-bottom: 48px;
	}

	#conts .sec01 ul:last-of-type {
		margin-bottom: 57px;
	}

	#conts .sec01 .ul01 li,
	#conts .sec01 .ul02 li{
		width: 100% ;
		float: none;
		padding: 18px 13px 20px;
	}

	#conts .sec01 .ul02 li:nth-child(2n-1){
		border-right: none;
	}

	#conts .sec02 .photoBox{
		position: relative;
		margin: 0 -20px;
	}

	#conts .sec02 .photoBox img{
		position: absolute;
		left: 0;
		top: 0;
		z-index: -10;
	}

	#conts .sec02 .photoBox .txt{
		width: 100%;
		height: auto;
		padding-top: 10%;
		padding-left: 8%;
		margin-bottom: 109px;
		font-size: 1.8rem;
		font-weight: bold;
		letter-spacing: 0px;
		box-sizing: border-box;
	}

	#conts .sec02 .photoBox .txt .an{
		font-size: 1.2rem;
		letter-spacing: 1px;
	}

	#conts .sec02 dl dh {
		letter-spacing: 1.2px;
		display: inline-block;
		text-indent: -1.2em;
		margin-left: 1.2em;
		line-height: 1.66;;
	}

	#conts .sec02 dl dd {
		padding: 30px 0 73px;
	}

	#conts .sec02 dl dh span{
	}

	#conts .sec02 .linkBox{
		padding-bottom: 20px;
		margin: 0 -20px 88px;
	}

	#conts .sec02 .linkBox .ttl{
		padding: 35px 0 33px;
		font-size: 1.7rem;
	}

	#conts .sec02 .linkBox .txtBox{
		margin: 0 20px;
		background: #fff;
	}

	#conts .sec02 .linkBox .txtBox .txt{
		margin-bottom: 38px;
	}
	
	#conts .sec03 .headLine03{
		margin-bottom: 18px;
	}
	
	#conts .sec03 li{
		padding: 42px 0 37px;
	}

	#conts .sec03 li:last-child{
		border-bottom: 1px solid #e7e7e7;
		margin-bottom: 57px;
	}

	#conts .sec03 .comPhotoBox {
		margin-bottom: 64px;
	}

	#conts .sec03 .comPhotoBox .rPhoto{
		width: 125px;
		margin-bottom: 64px;
	}

	#conts .sec03 .mb01{
		margin-bottom: 60px;
	}

	#conts .sec03 .prof {
		padding-top: 34px;
	}
	
	#conts .sec03 .comPhotoBox .prof:before{
		position: absolute;
		content: "";
		width: 46px;
		left: -46px;
		top: 75px;
	}
		
	#conts .sec03 .mb01 .prof:before{
		top: 92px;
	}
		
	#conts .sec03 .prof .position{
		font-size: 1.2rem;
	}

	#conts .sec03 .prof .position th{
		line-height: 1.45;
		padding-bottom: 8px;
	}
	
	#conts .sec03 .prof .name td:first-child{
		width: 43px;
	}

	#conts .sec03 .prof .an td{
		padding-left: 11px;
	}

	#conts .sec03 .btnBox{
		display: block;
		justify-content: center;
	}

	#conts .sec03 .btnBox .comBtn{
		margin: 14px 0;		
	}
	
	#conts .sec03 .btnBox .comBtn:last-child{
		margin-bottom: 130px;
	}
}

/*------------------------------------------------------------
	ul対策
------------------------------------------------------------*/
#conts .sec01 .ul02 li:nth-child(2){
	border-bottom: 1px solid #e5e5e5;
}
	
@media all and (max-width: 767px) {
	#conts .sec01 .ul02 li:nth-child(2){
		border-bottom: none;
	}
}