.org-diagram {margin: 0 auto; position:relative;}

.organization h2{font-size: 30px; font-weight: bold;}

.organization .hline{display: block; border-bottom: 1px solid black; box-sizing: border-box;}

.org-diagram .ot {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-ms-flex-pack: justify;
  justify-content: space-between;
}

.con1{
	position:relative;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
	background-color:#FA8112;
	color:#fff;
  padding: 5px;
  box-shadow: -1px 2px 2px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  z-index: 1000;
	height:auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index:999;
}

.top1 .con1{
	margin-bottom:30px;
}

.top1 .con1.con_samu{
	margin-bottom:25px;
	margin-top:30px;
}

.top1 .con1{
	width:31%; border-radius: 160px;
}

.top1 .con1:not(.con_samu) .wrap_p{font-size:15px; line-height:1.5;}

.org_name{width:100%; font-size:22px; position: relative;}
.org_tel{width:100%; position: relative;}
.org_position p{width:100%; height: 100%;}

.org_cont{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width:100%; 
	position: relative;
	text-align: center;
	padding: 0;
}

.wrap_p{
	font-size:13px; 
	text-align: left; 
	letter-spacing: -0.097rem; 
	line-height:1.4;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
.wrap_p > p{
	flex:1;
}

.wrap_p > p:first-child{
	padding-right:3px;
}
.wrap_p > p:last-child{
	padding-left:3px;
}

.name1 p{
	font-size:15px;
	height: 45px;
  line-height: 45px;
}

.name1 span{font-size:17px;}

.org_tel p{    
	font-size: 13px;
	color: #000;
	background: #e3e3e3;
	border-radius: 30px;
	margin-top: 5px;
	padding: 3px 10px;
	display: inline-block;
}

.org-diagram .top2 {width: 100%;  z-index: 99; position:relative;}

.org-diagram .top2 .n2 {width: 31%; position:relative;}
.org-diagram .top2 .n2_none{width: calc(100% - 760px); position:relative;}


.name1 span{position:relative;}


.n2_con1{
	width:100%;
}

.n2_info p{
	line-height: 48px;
	text-align: center;
	color: #222;
	font-size: 1.125em;
	box-sizing: border-box;
	height: 52px;
	border-radius: 80px;
	/* margin: 40px auto; */
	z-index: 100;
	width: 100%;
	color:white;
	margin:12px 0;
	position:relative;
	z-index:999;
	box-shadow:-1px 2px 2px 3px rgba(0, 0, 0, 0.1);
}

.top2_tline.ot .n2_info p{
	margin-top:25px;
}

.top2 .n2_info p{
	background-color: #fff;
	color: #3071a9;
	border:3px solid #3071a9;
}

.top2 .n2_info .n2info_p2{
	background-color: #fff;
	color: #485f30;
	border:3px solid #485f30;
}

.top2 .n2_info .n2info_p3{
	background-color: #fff;
	color: #088395;
	border:3px solid #088395;
}

.top2_tline .n2_info p{
	background-color: #3071a9;
	color: #fff;
	border-color:#3071a9;
}

.top2_tline .n2_info .n2info_p2{
	background-color: #628141;
	color: #fff;
	border-color:#628141;
}

.top2_tline .n2_info .n2info_p3{
	background-color: #088395;
	color: #fff;
}

.org_cont{height:auto;}

.org-diagram .top2 .n2::after{
	content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #ccc;
  z-index: 2;
	bottom:0;
}

.org-diagram .top2.top2_last .n2::after{
	display:none;
}



.org-diagram .top2_tline::before{
	content: '';
  position: absolute;
  left: 15.5%;
  width: 69%;
  height: 1px;
  background: #ccc;
  z-index: 2;
	top:0;
}

.org-diagram .top2 .n2_tline::before{
	content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #ccc;
  z-index: 2;
	top:0;
}

.con_samu{
	background-color:#AA2B1D;
}

.top2 .con1{
  border: 3px solid #428bca;
}

.top2 .n3 .con1{
  border: 3px solid #5cb85c;
}

.organo_area{
	padding: 10px 20px;
	margin-bottom:0;
}

.org-diagram{margin-bottom:0;}

.con_team1 .name1 span::before{
	background:#428bca;
	opacity:0.2;
}

.con_team2 .name1 span::before{
	background:#5cb85c;
	opacity:0.2;
}

.dot{
	color:#609EA2;
	position:relative;
	top:-2px;
}

.movibr{
	display:none;
}

.tablebr{
	display:none;
}


.org-diagram .top2 .n2.none_after::after{display:none;}

.org-diagram .top2.t2_last .n2::after{
	display:none;
}

.org-diagram .top2.t2_last .n2_info p{
	margin-bottom:0;
}

.org-diagram .top1 .con1::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;
	height: 120px;
	background: #ccc;
	z-index: 2;
	bottom: -120px;
}

.org-diagram .ot.top1_left {
	-webkit-box-pack: end;
	-moz-box-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.org-diagram .ot.top1_left .con1{
	margin:0;
}

.org-diagram .top1.top1_left .con1::before{
	content: '';
	position: absolute;
	width: 62%;
	height: 1px;
	background: #ccc;
	z-index: 2;
	top: 50%;
	left:-63%;
}

.org-diagram .top1 .con1.con_samu::after{
	height:50px;
	bottom:-50px;
}

.org-diagram .top1.top1_left .con1::after{
	display:none;
}

.org-diagram .top1.top1_left .con1{
	background-color:#FAF3E1;
	color:#000;
	border:3px solid #bd911f;
}

.org-diagram .top1.top1_left .con1 .name1 p{
	height:39px;
	line-height:39px;
}

.org-table{
	padding:50px 0 0 0;
}

.organo_area .h3sub_tit{
	margin-bottom:25px;
}

.con1.n2_con1{
	color:#000;
	background-color:#fff;
	border-radius:20px;
}

.inner_p{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	line-height:1.6;
	letter-spacing: -0.01em;
}

.inner_p > p:first-child{
	margin-right:5px;
	font-size:15px;
	line-height:1;
}

.org-diagram .top2 .n2 .name1 span::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	z-index: -1;
	top: 12px;
}

.org-diagram .top2 .n2 .name1 p{
	height:auto;
	line-height:1.5;
	margin-bottom:5px;
}

.con1.n2_con1{
	padding:8px;
}

.inner_p > p{
	word-break: keep-all;
}

.table_or{
	width:100%;
	position:relative;
}

.table_or th{
	height:35px;
	border-right:1px solid #d9d9d9;
	background-color:#ecf2ff;
	border-top:2px solid #277BC0;
}

.table_or th:last-child{
	border-right:none;
}

.table_or td{
	text-align:center;
	padding:5px 10px;
	border-right:1px solid #d9d9d9;
	background-color:#FEF9F2;
}

.table_or tr{
	border-bottom:1px solid #d9d9d9;
}

.table_or td:last-child{
	border-right:none;
}

.table_or td.td_txtleft{
	text-align:left;
	background-color:#fff;
}

.inner_double{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inner_double > div{
	width:100%;
	padding:0 8px;
}

.table_or td.t-tel{
	background-color:#fff;
}

/* @media all and (max-width: 1200px){
	.organo_area{padding:10px 0;}
}

@media all and (max-width: 1100px){
	.org-diagram .top2 .n2{min-width:auto; width:49%;}
	.org-diagram .top2 .n2_none{width:2%;}
	.org-diagram .top2_tline::before{left:24.5%; width:51%;}
	.vibr{display:none;}
	.top2 .wrap_p {display:block;}
	.con1{min-height:265px;}
	.wrap_p > p:last-child{padding-left:0;}
	.tablebr{display:inline}
}

@media all and (max-width: 580px){
	.con1 {
    min-height: 278px;
  }
}

@media all and (max-width: 550px){
	.con1{min-height:260px; margin-bottom:20px; background-color:white;}
	.top1 .con1{
		max-width:none;
		min-width:auto;
		width:100%;
	}
	.wrap_p{font-size:11px;}
	.name1 span{font-size:15px;}
	.name1 p{font-size:14px;}
	.org_tel p{font-size:11px;}
	.top2 .wrap_p > p:last-child{padding-left:0;}
	.top2 .wrap_p > p:first-child{padding-right:0;}
	.top1 .con1:not(.con_samu) .wrap_p{font-size:13px;}
	.top1 .con1{min-height:160px;}
	.n2_info p{margin-top:20px; font-size:14px; height:25px; line-height:25px; margin-bottom:10px;}
	
}

@media all and (max-width:450px){
	.movibr{display:inline;}
	.tablebr{display:none;}
}

@media all and (max-width: 400px){
	.name1 span{font-size:14px;}
	.name1 p{font-size:13px;}
	.con1{padding:5px 2px;}
	.org_cont{padding:0 3px;}
	.top1 .org_cont{padding:0 8px;}
	.con1{min-height:275px;}
	.top1 .con1:not(.con_samu) .wrap_p{font-size:12px;}
} */

.org_br > br{
	display:none;
}

.ot_br{
	display:none;
}

.mo_cg{
	display:none;
}

.table_or th:first-child{
	width:12%;
}
.table_or th:nth-child(2){
	width:12%;
}
.table_or th:nth-child(3){
	width:60%;
}
.table_or th:last-child{
	width:16%;
}

@media all and (max-width: 768px){
	.n2_info p{font-size:15px;}
	.name1 span{font-size:15px;}
	.org_br > br{
		display:inline;
	}
	.top2 .n2_info .n2info_p3.org_br{
		line-height:1.3;
		padding-top: 3px;
	}
	.organo_area{
		padding:0;
	}
	.org-diagram .top2 .n2{
		width:32%;
	}

	.top1 .con1{
		width:33%;
	}
	.org-diagram .top1.top1_left .con1::before{
		width:53%;
		left:-54%;
	}
	.org-diagram .top2_tline::before{
		width:68%;
		left:16%;
	}

	.table_or th:first-child{
	width:9%;
	}
	.table_or th:nth-child(2){
		width:9%;
	}
	.table_or th:nth-child(3){
		width:59%;
	}
	.table_or th:last-child{
		width:23%;
	}

	.table_or td{
		font-size:14px;
	}
	.table_or th{font-size:14px;}
	
}


@media all and (max-width: 500px){
	.ot_br{
		display:inline;
	}
	.table_or td{
		padding:5px;
	}
	.inner_double > div{
		padding:0;
	}
	.inner_p{
		line-height:1.5;
		font-size:12px;
		letter-spacing: -0.03em;
	}
	.table_or td{
		font-size:12px;
	}
	.table_or th{font-size:13px;}
	.name1 span{
		font-size:11px;
	}
	.n2_info p{
		font-size:11px;
	}
	.name1 p{
		height:36px;
		line-height:36px;
	}
	.org-diagram .top1.top1_left .con1 .name1 p{
		height:31px;
		line-height:31px;
	}
	.n2_info p{
		line-height:40px;
		height:44px;
	}
	.top1 .con1{
		margin-bottom:20px;
	}
	.top1 .con1.con_samu {
    margin-bottom: 15px;
    margin-top: 20px;
	}
	.top2_tline.ot .n2_info p{
		margin-top:15px;
	}
	.org-diagram .top1.top1_left .con1::before{
		width:53%;
		left:-55%;
	}
	.org-diagram .top2_tline::before{
		left:16%;
		width:68%;
	}
	.top2 .n2_info .n2info_p3.org_br{
		padding-top:5.5px;
	}
	.org-diagram .top1 .con1.con_samu::after {
    height: 30px;
    bottom: -30px;
	}

	.table_or th:first-child{
	width:7%;
	}
	.table_or th:nth-child(2){
		width:9%;
	}
	.table_or th:nth-child(3){
		width:60%;
	}
	.table_or th:last-child{
		width:24%;
	}

	.table_or td.t-tel{
		font-size:11px;
	}
}