@charset "utf-8";

/* executives ///////////////////////////////////////////////////////// */

.executiveBox {
min-height		: 300px;
position		: relative;
padding-left	: 300px;
margin			: 0 50px 75px;
}

.executiveBox:last-of-type {
margin-bottom	: 0;
}


/* executive_pic */
.executive_pic {
display			: block;
position		: absolute;
top				: 0;
left			: 0;
}

.executive_pic,
.executive_pic img {
width			: 220px;
height			: 300px;
}

.executive_pic img {
object-fit		: cover;
border-radius	: 25px;
}


/* executive_prof */
.executive_prof {
font-size		: 30px;
line-height		: 1;
margin-bottom	: 40px;
}


.executive_prof strong,
.executive_prof small {
display			: block;
line-height		: 1;
}


.executive_prof strong {
color			: #00498B;
font-size		: 18px;
font-weight		: normal;
margin-bottom	: 20px;
}


.executive_prof small {
font-size		: 15px;
margin-top		: 5px;
}


/* executive_his */

.executiveBox .executive_his {
font-size		: 15px;
line-height		: 1.5;
margin-bottom	: 25px;
}

.executiveBox .executive_his:last-of-type {
margin-bottom	: 0;
}


.executiveBox .executive_his dd {
margin			: -1.5em 0 10px 6em;
}

.executiveBox .executive_his dd:last-of-type {
margin-bottom	: 0;
}



































