@charset "utf-8";

/* clearfix
--------------------------------------------------*/
.clearfix {zoom:1;}
.clearfix:after{content: "";display: block;clear: both;}

/* mouseover
--------------------------------------------------*/
a:hover img.over,a:focus img.over {opacity: 0.7;filter: alpha(opacity=70);-moz-opacity: 0.7;}

/* link
--------------------------------------------------*/
a:link,a:active,a:visited {text-decoration: underline;}
a:hover,a:focus {text-decoration: none;}

/* common class
--------------------------------------------------*/
.container {
	width: 768px;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	line-height:1.5;
}

@media (max-width: 768px) {
.container {
	width:auto;
	margin-left:8px;
	margin-right:8px;
}
}

.flexWrapFS {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
	-webkit-box-pack:start ;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:start ;/*--- IE10 ---*/
	-webkit-justify-content:flex-start;/*--- safari（PC）用 ---*/
	justify-content:flex-start;
}
.flexNoWrapSB {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-wrap:no-wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:no-wrap;/*--- safari（PC）用 ---*/
	flex-wrap:no-wrap;
	-webkit-box-pack:justify ;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:justify ;/*--- IE10 ---*/
	-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
}

.spOnly {
	display:none;
}
.pcOnly {
	display:block;
}
@media (max-width: 768px) {
	.spOnly {
		display:block;
	}
	.pcOnly {
		display:none;
	}
}

.mb10 {margin-bottom:10px;} .mb20 {margin-bottom:20px;}.mb30 {margin-bottom:30px;}.mb40 {margin-bottom:40px;}.mb50 {margin-bottom:50px;}.mb60 {margin-bottom:60px;}.mb70 {margin-bottom:70px;}
@media (max-width: 768px) {
.mb10 {margin-bottom:5px;} .mb20 {margin-bottom:10px;}.mb30 {margin-bottom:15px;}.mb40 {margin-bottom:20px;}.mb50 {margin-bottom:25px;}.mb60 {margin-bottom:30px;}.mb70 {margin-bottom:35px;}
}
.contentTit {
	width:768px;
}
.contentTit figure ,
.contentTit figure img {
	margin:0;
	padding:0;
	line-height:1;
	vertical-align:bottom;
}
.contentTit h2 {
	padding:20px;
	background:linear-gradient( #efefef , #fff);
	line-height:1;
	color:#333;
	font-size:28px;
	font-size:2rem;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HiraMinProN-W3, 'HGS明朝E', 'MS PMincho', sans-serif;
}
@media (max-width: 768px) {
	.contentTit {
		width:auto;
	}
	.contentTit h2 {
		padding:10px;
	}
}
.center {
	text-align: center;
}
/* common table
--------------------------------------------------*/
.comonTbl table th,
.comonTbl table td {
	border: 2px solid #fff;
	padding: 7px 10px;
	box-sizing:border-box;
}
	.comonTbl table th {
		width:30%;
		background: #ebedef;
		font-weight: bold;
		white-space:nowrap;
	}
	.comonTbl table td {
		background: #f4f5f6;
	}
@media (max-width: 768px) {
	.comonTbl table th,
	.comonTbl table td {
		display:block;
		width:100%;
	}
}

/* ヘッダー
--------------------------------------------------*/
#globalHeader header {
	padding: 10px 0;
	background:linear-gradient( #fff , #efefef);
}
	#globalHeader header hgroup {
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-ms-flex-wrap:no-wrap;/*--- IE10用 ---*/
		-webkit-flex-wrap:no-wrap;/*--- safari（PC）用 ---*/
		flex-wrap:no-wrap;
		-webkit-box-pack:justify ;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify ;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content: space-between;
		align-items:center;
	}
	#globalHeader header hgroup .headerLogo {
		width:332px;
	}
	
	#globalHeader header hgroup .headerLogo .logoTsujiHongo {
		height:30px;
	}

	
	#globalHeader header hgroup .headerLogo a {
		display:block;
		margin-bottom:5px;
	}
	#globalHeader header hgroup .headerContact {
		width:390px;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-ms-flex-wrap:no-wrap;/*--- IE10用 ---*/
		-webkit-flex-wrap:no-wrap;/*--- safari（PC）用 ---*/
		flex-wrap:no-wrap;
		-webkit-box-pack:justify ;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify ;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content: space-between;
		align-items:center;
	}
	
	#globalHeader header hgroup .headerContact .tel {
		width:178px;
	}
	#globalHeader header hgroup .headerContact .mail {
		width:192px;
	}

@media (max-width: 768px) {
	#globalHeader header {
		padding: 10px 0;
	
	}
	#globalHeader header hgroup .headerLogo {
		width:60%;
		
	}
	#globalHeader header hgroup .headerLogo .logoTsujiHongo {
		width:60%;
		height:auto;
	}
	#globalHeader header hgroup .headerLogo .logoOnishi {
		width:100%;
	}
	
	#globalHeader header hgroup .headerContact {
		width:34%;
		display:block;
	}
	#globalHeader header hgroup .headerContact .tel,
	#globalHeader header hgroup .headerContact .mail {
		width:100%;
	}
	#globalHeader header hgroup .headerContact .tel {
		margin-bottom:5px;
	}
}

/* ヘッダーナビゲーション
--------------------------------------------------*/
#globalNav {
	padding:8px 0;
	background:linear-gradient( #fff , #efefef);
}
	#globalNav nav {
		width:780px;
		margin:0 auto;
		display:table;
		box-shadow: 0 0 4px 2px #ccc;
	}
	#globalNav nav a {
		display:table-cell;
		width:25%;
		padding:12px 0;
		background:linear-gradient( #06142E , #2C5D99);
		box-sizing:border-box;
		border:#bbb solid;
		border-width:1px 1px 1px 0;
		line-height:1;
		color:#fff;
		text-align:center;
		text-decoration:none;
		font-size:18px;
		font-size:1.28rem;
		font-family:"Yu Mincho", YuMincho, "Hiragino Mincho ProN", HiraMinProN-W3, 'HGS明朝E', 'MS PMincho', sans-serif;
	}
	#globalNav nav a:first-child {
		border-left:#bbb solid 1px;
	}
	
@media (max-width: 768px) {
	#globalNav {
	padding:8px 0;
}
	#globalNav nav {
		width:auto;
		margin:0 8px;
		display: flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	#globalNav nav a {
		display:block;
		width:50%;
		padding:8px 0;
		border:#bbb solid 1px;
	}

}

/* main
--------------------------------------------------*/
#main {margin-bottom:40px;}

@media (max-width: 768px) {
	#main {margin-bottom:20px;}
}

/* visual
--------------------------------------------------*/
#visual {background:linear-gradient( #fff , #efefef);}
#visual .visualInner {
	width:860px;
	height:297px;
	margin: 0 auto;
	background: url(../img/visual.png) no-repeat center 0;
	position:relative;
}	
	#visual .visualInner .visualCopy {
		margin:0;
		position:absolute;
		left:40px;
		top:40px;
	}
	
	#visual .visualInner .visualCopy h1,
	#visual .visualInner .visualCopy p {
		text-shadow: 0 0 2px #000;
		color:#fff;
		font-weight:bold;
	}
	#visual .visualInner .visualCopy h1 {
		margin-bottom:10px;
		line-height:1.2;
		font-size:2rem;		
	}
	#visual .visualInner .visualCopy p {
		line-height:1.8;
		font-size:16px;
		font-size:1.14rem;
	}
	#visual h2 {
		margin: 0;
		position: absolute;
		left: 16px;
		bottom: 0;
	}
	#visual p.tel {
		position: absolute;
		right: 17px;
		bottom: 0;
	}
	#visual .visualInner .visualFB {
		position:absolute;
		right:40px;
		bottom:10px;
	}
@media (max-width: 768px) {
#visual .visualInner {
	width:100%;
	height:0;
	padding-bottom:38.5%;
	background-size:cover;
}	
	#visual .visualInner .visualCopy {
		margin:0;
		position:absolute;
		left:10px;
		top:5px;
	}
	#visual .visualInner .visualFB {
		position:absolute;
		height:30px;
		right:5px;
		bottom:5px;
	}
	#visual .visualInner .visualFB img {
		height:30px;
	}
	
	#visual .visualInner .visualCopy h1 {
		margin-bottom:5px;
		font-size:16px;
		font-size:1.14rem;
	}
	
	#visual .visualInner .visualCopy p {
		line-height:1.2;
		font-size:1rem;
	}
}
	

/* セミナー情報
----------------------------------------------------------------*/
.spComment {
	color:#0098E5;
	margin:40px 0;
	font-size:1.14rem;
}
@media (max-width: 768px) {
	.spComment {
		margin:20px 0;
	}
}
.seminarTit {
	height:60px;
	background:linear-gradient( #fff , #efefef);
	box-shadow:0px 2px 3px 0px #999;
	position:relative;
}
	.seminarTit h2 {
		position:absolute;
		bottom:0;
		left:50%;
		margin-left:-410px;
	}

@media (max-width: 768px) {
.seminarTit {
	height:60px;
	background:linear-gradient( #fff , #efefef);
	box-shadow:0px 2px 3px 0px #999;
	position:relative;
}
	.seminarTit h2 {
		width:224px;
		margin-left:0;
		position:absolute;
		bottom:0;
		left:5px;
	}
}


.seminarTbl table {
	width:100%;
}

.seminarTbl table th,
.seminarTbl table td {
	border: 2px solid #fff;
	padding: 7px 10px;
	box-sizing:border-box;

}
.seminarTbl table thead th:nth-child(1) {
	width:20%;
}
.seminarTbl table thead th:nth-child(2) {
	width:70%;
}
.seminarTbl table thead th:nth-child(3) {
	width:10%;
}
.seminarTbl th {
	background: #4f5a69;
	color: #fff;
	text-align: center;
}
.seminarTbl td {
background: #f4f5f6;
}

.seminarTbl td.capacity {
		text-align: center;
	}
.seminarTbl  td p.mb15 {
	margin-bottom:15px;
}


@media (max-width: 768px) {
	.seminarTbl table {}
	.seminarTbl table thead{
		display:none;
	}
	.seminarTbl table tbody td {
		display:block;
		padding:0;
	}
	.seminarTbl table tbody td:nth-of-type(1):before  {
		content:"開催日時";
		display:block;
		padding:5px;
		background:#333;
		color:#fff;
		font-weight:bold;
		font-size:12px;
		font-size:1.1rem;
	}
	.seminarTbl table tbody td:nth-of-type(2):before  {
		content:"セミナー内容、開催場所";
		display:block;
		padding:5px;
		background:#333;
		color:#fff;
		font-weight:bold;
		font-size:12px;
		font-size:1.1rem;

	}
	.seminarTbl table tbody td:nth-of-type(3):before  {
		content:"定員";
		padding:5px;
		display:block;
		background:#333;
		color:#fff;
		font-weight:bold;
		font-size:12px;
		font-size:1.1rem;
	}
	.seminarTbl table tbody td p {
		padding:4px;
	}

}

/* 事務所概要
----------------------------------------------------------------*/
#about table {
	float: left;
	width: 425px;
}
#about .map {
	float: right;
	width: 312px;
	margin: 2px 0 0;
}

#about #gmap {
	width:312px;
	height:233px;
}
	#about .map small {
		display: block;
		font-size: 100%;
		text-align: right;
	}

@media (max-width: 768px) {
	#about table {
		float: none;
		width: 100%;;
	}
	#about .map {
		float: none;
		width: 100%;
		margin: 0;
	}
		#about .map small {
			display: block;
			font-size: 100%;
			text-align: right;
		}
	#about #gmap {
		width:100%;
		height:0;
		padding-bottom:56.25%;
	}
}

/* 所長・所員の紹介
----------------------------------------------------------------*/
.director figure {
	margin-right:30px;
	width:107px;
}
.director p,
.director dl {
	width:300px;
}

.director p {
	margin-right:30px;
	font-size:14px;
	font-size:1rem;
}
.director p strong {
	font-size:16px;
	font-size:1.1rem;
}


.director dl dt,
.director dl dd {
	font-size:12px;
	font-size:0.9rem;
}
.director dl dt {
	font-weight:bold;
	font-size:16px;
	font-size:1.1rem;
}
.director dl dd {
	margin-bottom:10px;
}

.director_02 {
	width: 295px;
}

.director_02 dl {
	padding-left: 10px;
}

.director_02 dl dt {
	font-weight:bold;
	font-size:16px;
	font-size:1.1rem;
}

.director_02 dl dt,
.director_02 dl dd {
	font-size:12px;
	font-size:0.9rem;
}

.director_02 dl dd {
	margin-bottom:10px;
}

@media (max-width: 768px) {
.director figure {
	margin-right:2%;
	width:32%;
}
	.director figure img {
		width:100%;
	}

.director p {
	width:66%;
	margin-right:0;
}
.director dl {
	width:100%;
}

.director_02 p {
	width:66%;
	margin-right:0;
}
	
.director_academic {
	margin-right: 0px;
}

.director_02 {
	width: 100%;
	}

}

.director_03 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5%;
}


.staffTit {
	padding:10px;
}
.staffTit h2 {
	font-size:28px;
	font-size:2rem;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HiraMinProN-W3, 'HGS明朝E', 'MS PMincho', sans-serif;
}

.staffList section {
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
	display:table;
}
.staffList section:nth-child(2n) {
	margin-right:0;
}
.staffList section figure,
.staffList section p {
	display:table-cell;
	vertical-align:top;
	box-sizing:border-box;
}
.staffList section figure {
	width:81px;
}
	.staffList section figure img {
		width:100%;
	}
	.staffList section p {
		padding-left:10px;
	}
	.staffList section p strong {
		font-size:16px;
		font-size:1.1rem;
	}
	.staffList section p span {
		font-weight:bold;
	}
	
@media (max-width: 768px) {
	.staffList section {
		width:100%;
		margin-right:0;
		margin-bottom:2%;
	}
	
}


.recruit {}
.recruit dl dt,
.recruit dl dd {
	
	text-align: center;
}
.recruit dl dt {
	padding: 10px 0;
	background-color: #ebedef;
	border-bottom: solid 2px #fff;
	font-size: 1.57rem;
	font-weight: bold;
}
.recruit dl dd {
	padding: 20px 0;
	background-color: #f4f5f6;
	font-size: 1.14rem;
}








#pagetop {
	text-align:right;
}




/*　フッター
--------------------------------------------------*/
#globalFooter {
	background-image:url(../img/bg_footer.gif);
	background-repeat:repeat;
	background-position:0 0;
	padding:20px 0 20px;
	color: #fff;
}
	#globalFooter footer a {
		color: #fff;
	}
	#globalFooter footer h1 {
		margin: 0 0 13px;
	}
	#globalFooter footer .addr {
		float: left;
	}
	#globalFooter footer .copyright {
		float: right;
		margin: 2.8em 0 0;
	}

@media (max-width: 768px) {
	#globalFooter {
		background-size:25px;
	}
}