@charset "utf-8";


/*page_profile
************************************************************************************/

#page_profile{}

.frameProf{
	width: 100%;
	display: table;
	margin: 30px 0;
}
.frameProf .ph{
	width: 200px;
	display: table-cell;
	padding-right: 40px;
}
.frameProf .ph img{
	max-width: 100%;
	height: auto;
}

.frameProf .profile{
	display: table-cell;
	vertical-align: middle;
}

.frameProf .profile .ttl{
	font-size: 36px;
	font-weight: 400;
	padding: 0 0 15px 5px;
}
.frameProf .profile .name{
	font-size: 36px;
	font-weight: 400;
	padding: 0 0 15px 5px;
}
.frameProf .profile .name span{
	font-size: 20px;
	display: inline-block;
	padding: 0 40px; 
}
.frameProf .profile .position{
	font-size: 20px;
	font-weight: 800;
	color: #78a8c9;
	margin-bottom: 15px;
	padding: 0 0 5px 5px;
}

table.lineBtm th{
	width: 15em;
}

table.lineBtm {
    border-top: 1px solid #ccc;
}
table.lineBtm th {
    border-bottom: 1px solid #ccc;
}
table.lineBtm td {
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 979px) {
/*tablet*/
.frameProf .ph{
	width: 20%;
	display: table-cell;
	padding-right: 2%;
}
.frameProf .profile{
	width: 76%;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
.frameProf{
	width: 100%;
	display: block;
	margin: 30px 0;
}
.frameProf .ph{
	width: 100%;
	display: block;
	padding-right: 0;
	text-align: center;
}

.frameProf .profile{
	width: 100%;
	display: block;
}
.frameProf .profile .name{
	padding: 0 0 15px 0;
	text-align: center;
}
.frameProf .profile .name span{
	font-size: 20px;
	display: inline-block;
	padding: 0 40px; 
}
.frameProf .profile .position{
	padding: 0 0 5px 0;
	text-align:center;
}
.frameProf .profile .ttl{
	font-size: 30px;
	font-weight: 400;
	padding: 0 0 15px 0;
	text-align: center;
}
.frameProf .lv_h4{
	font-weight: 400;
	padding: 0 0 15px 0;
	text-align: center;
}



}


@media screen and (max-width: 620px) {
/*sp*/
table.lineBtm{
	display: block;
	width: 100%;
}
table.lineBtm thead{
	display: none;
}
table.lineBtm tbody{
	display: block;
	width: 100%;
}
table.lineBtm tr{
	display: block;
	margin-bottom: 1.5em;
	width: 100%;
}
table.lineBtm th,
table.lineBtm td{
	display: list-item;
	width: 100%;
	padding: 5px 10px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border: 0;
}
table.lineBtm th{
	width: 100%;
	list-style-type: none;
	display: block;
	background: #ededed;
}

table.lineBtm td{
	margin-left: 0;
	list-style-type: none;
	border: 0;
	padding-left: 25px;
}
}
@media screen and (max-width: 480px){
} 



