@charset "utf-8";
.-----PC_MOBILE_COMMON_CSS_START----- {}


#content01 .profile {
	background-image: url(../img/p01.jpg);
	background-repeat: no-repeat;
	height: 376px;
	color: #FFF;
	padding-top: 127px;
	padding-left: 140px;
	box-sizing:border-box;
}
#content01 .profile .m01 {
	margin-bottom: 13px;
}
#content01 .profile .position {
	font-size: 107%;
	line-height: 130%;
	margin-bottom: 4px;
}
#content01 .profile .name {
	font-size: 177%;
	line-height: 120%;
}
#content01 .profile .en {
	font-size: 92%;
	line-height: 120%;
	font-weight: bold;
}
#content02 {
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#content02 .p02 {
	width: 400px;
	text-align: center;
}
#content02 .body {
	width:auto;
	flex :1;
}




.-----PC_MOBILE_COMMON_CSS_END----- {}
/* スマートフォン用CSS */
@media screen and (max-width: 640px) {

.-----MOBILE_ONLY_CSS_START----- {}

#content01 .profile {
	width: 100%;
	background-size: cover;
	height: 280px;
	color: #FFF;
	padding-top: 40px;
	padding-left: 50px;
	box-sizing: border-box;
	background-position: right center;
}
#content01 .profile .m01 {
	margin-bottom: 13px;
}
#content01 .profile .position {
	font-size: 107%;
	line-height: 130%;
	margin-bottom: 4px;
}
#content01 .profile .name {
	font-size: 177%;
	line-height: 120%;
}
#content01 .profile .en {
	font-size: 92%;
	line-height: 120%;
	font-weight: bold;
}
#content02 {
	display: block;
}
#content02 .p02 {
	width: 100%;
	margin-bottom:15px;
}
#content02 .body {
	width:100%;
}



.-----MOBILE_ONLY_CSS_END----- {}

}
