/*--------------------------------------------------------*/

/*  プロフィール　*/

/*--------------------------------------------------------*/

.profileBox{
	overflow:hidden;
	width:840px;
}

.profileBox .photoBox{
	width:260px;
	float:left;
	margin-right:40px;
}

.profileBox .infoBox{
	width:540px;
	padding-top:5px;
	float:left;
}

.profileBox .infoBox .name{
	font-size:110%;
	font-weight:bold;
	line-height:1.6em;
}

.profileBox .infoBox .name span.kana{
	font-size:70%;	
}

.profileBox .infoBox .job{
	font-size:100%;
	line-height:1.6em;
	margin-top:10px;
}

.profileBox .infoBox table.tbl_profile{
	margin-top:20px;
	border-collapse: collapse;
}

.profileBox .infoBox table.tbl_profile tr td{
	border-bottom:4px #FFF solid;
}

.profileBox .infoBox table.tbl_profile tr td.koumoku{
	background:#F7E6C2;
	text-align:center;
	font-size:90%;
	line-height:1.5em;
	padding:4px;
}

.profileBox .infoBox table.tbl_profile tr td.info{
	background:#FFF;
	text-align:left;
	font-size:90%;
	line-height:1.5em;
	padding:4px 10px;
}

/*--------------------------------------------------------*/

/*  これまでの歩み　*/

/*--------------------------------------------------------*/

.historyBox{
	margin-top:55px;	
}

/*--------------------------------------------------------*/

/*  代表者からのメッセージ　*/

/*--------------------------------------------------------*/

.messageBox{
	margin-top:50px;
}

.messageBox h2{
	font-size:17px;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:0.5px;
	margin-bottom:30px;
}

/*--------------------------------------------------------*/

/*  著書のご案内　*/

/*--------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	-webkit-backface-visibility: hidden;
}

.book{
	margin-top:50px;
	border:1px solid #CCC;
	padding:30px;
}

.book .book_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.book .book_inner .book_img{
	width:200px;
	margin-right:50px;
}

.book .book_inner .book_img img{
	width:100%;
	transition: all  0.2s ease;
	border:1px solid #CCC;
	box-sizing: border-box;
}

.book .book_inner .book_img img:hover{
	opacity: 0.7;
}

.book .book_inner .book_information{
	flex:1;
	padding-top:5px;
}

.book .book_inner .book_information h2.book_tit{
	font-size:15px;
	color:#333;
	font-weight:bold;
	line-height:1.6em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
}

.book .book_inner .book_information h3.book_title{
	margin-top:7px;
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:1.6em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
}

.book .book_inner .book_information p.book_txt{
	margin-top:20px;
	padding-right:5px;
	font-size:14px;
	color:#333;
	font-weight:normal;
	line-height:1.7em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	text-align: justify;
}

.book .book_inner .book_information .book_bt a{
	margin-top:28px;
	display:block;
	width:180px;
	padding:13px 0;
	text-align:center;
	font-size:12px;
	font-weight:600;
	color:#FFF;
	line-height:1.0em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	text-decoration:none;
	background:#333;
	border-radius: 6px;
	transition: all  0.2s ease;
}

.book .book_inner .book_information .book_bt a:hover{
	background:#777;
	text-decoration:none;
}

/*--------------------------------------------------------*/

/*  スタッフ紹介　*/

/*--------------------------------------------------------*/

.staffBox{
	margin-top:70px;
	padding-bottom:40px;
}

.staffBox h2{
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:14px 0;
	text-align:center;
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:1.0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.staffBox .profileBox{
	margin-top:35px;
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.staffBox .profileBox .photo{
	width:260px;
	margin-right:40px;
}

.staffBox .profileBox .info{
	flex:1;
	padding-top:5px;
}

.staffBox .profileBox .info .name{
	font-size:110%;
	font-weight:bold;
	line-height:1.6em;
}

.staffBox .profileBox .info .name span.kana{
	font-size:70%;	
}

.staffBox .profileBox .info ul{
	margin-top:25px;
	list-style-type: square;
}

.staffBox .profileBox .info ul li{
	font-size:90%;
	color:#FF9600;
	line-height:1.6em;
	margin-bottom:5px;
	margin-left:15px;
}

.staffBox .profileBox .info ul li span{
	color:#333;
}

.staffBox .messageBox{
	margin-top:45px;
}

.staffBox .messageBox p{
}
