@charset "UTF-8";
/* Corporation CSS */

/* 左側 */
@media only screen and (min-width: 769px) {
	
	.nav_ul .menu_li:first-child{
		float: left;
		width: 152px;
		text-align: center;
		color: #349800;
		pointer-events: none;
		margin-top: 2px;
	}
	
	.nav_ul .menu_li:not(:first-child):hover{
		border: #349800 dashed 2px;
		border-radius: 4px;
		margin-top: -2px;
		padding-left: 2px;
	}
	
	.pankuzu{
		color: #1482d2;
		font-size: 1.2rem;
		border-bottom: #1482d2 dashed 1px;
		padding-bottom: 2px;
	}
	
	.h2_circle{
		display: inline-block;
		width: 40px;
		height: 40px;
		background-color: #c8e6ff;
		border-radius: 0.6rem;
		margin-bottom: -0.6rem;
	}	
	
	#corp_guide{
		display: block;
	}
	
	#hello, #corp_mind, #development{
		display: none;
	}
	
	#corp_guide table, #development table{
		margin: 2rem 0;
		width: 100%;
	}

	#corp_guide tr, #development tr{
		border-bottom: #c8c8c8 solid 1px;
	}

	#corp_guide th, #development th{
		color: #1482d2;
		text-align: left;
		margin-right: 10px;
		padding: 6px 0;
		width: 30%;
	}
	
	#development th{ display: inline-block; width: 28%; }

	#corp_guide td, #development td{
		padding: 6px 0;
	}
	
	#development td{ display: inline-block; width: 70%; }
	
	aside{
		width: 248px;
	}
	
	.sidenav_menu_a li:first-child{
		cursor: pointer;
		background: url(../img/img_corp_01.jpg) no-repeat;
		width:100%;
		height: 101px;
	}
	
	.sidenav_menu_a li:first-child:hover{
		cursor: pointer;
		background: url(../img/img_corp_01_on.jpg) no-repeat;
		width:100%;
		height: 101px;
	}
	
	.sidenav_menu_a li:first-child.select{
		cursor: pointer;
		background: url(../img/img_corp_01_on.jpg) no-repeat;
		width:100%;
		height: 101px;
	}
	
	.sidenav_menu_a li:nth-child(2){
		cursor: pointer;
		background: url(../img/img_corp_02.jpg) no-repeat;
		width:100%;
		height: 101px;
	}
	
	.sidenav_menu_a li:nth-child(2):hover{
		cursor: pointer;
		background: url(../img/img_corp_02_on.jpg) no-repeat;
		width:100%;
		height: 101px;
	}
	
	.sidenav_menu_a li:nth-child(2).select{
		cursor: pointer;
		background: url(../img/img_corp_02_on.jpg) no-repeat;
		width:100%;
		height: 101px;
	}
	
	.sidenav_menu_a li:nth-child(3){
		cursor: pointer;
		background: url(../img/img_corp_03.jpg) no-repeat;
		width:100%;
		height: 101px;
	}
	
	.sidenav_menu_a li:nth-child(3):hover{
		cursor: pointer;
		background: url(../img/img_corp_03_on.jpg) no-repeat;
		width:100%;
		height: 101px;
	}
	
	.sidenav_menu_a li:nth-child(3).select{
		cursor: pointer;
		background: url(../img/img_corp_03_on.jpg) no-repeat;
		width:100%;
		height: 101px;
	}
	
	.sidenav_menu_a li:nth-child(4){
		cursor: pointer;
		background: url(../img/img_corp_04.jpg) no-repeat;
		width:100%;
		height: 101px;
	}
	
	.sidenav_menu_a li:nth-child(4):hover{
		cursor: pointer;
		background: url(../img/img_corp_04_on.jpg) no-repeat;
		width:100%;
		height: 101px;
	}
	
	.sidenav_menu_a li:nth-child(4).select{
		cursor: pointer;
		background: url(../img/img_corp_04_on.jpg) no-repeat;
		width:100%;
		height: 101px;
	}
	
	.name_text{ text-align: right; margin-top: 8%; }
	
	.name_text p{ display: inline-block; }
	
	.president_text{ display: inline-block; }
	
	.td_img{ display: block !important; margin-left: 30%; width: 50% !important; overflow: hidden; }
}

@media only screen and (max-width: 768px) {
	
	.guide_title, .open{
		color: #1482d2;
		font-weight: bold;
		font-size:1.9rem;
		cursor: pointer;
		margin-top: 2rem;
		padding: 0 0 1.6rem 0;
		border-bottom: #1482d2 dashed 0.1rem;
	}

.h2_circle{
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	background-color: #c8e6ff;
	border-radius: 0.6rem;
}

#corp_guide table, #development table{
	margin: 2rem 0;
	width: 100%;
}

#corp_guide tr, #development tr{
	border-bottom: #c8c8c8 solid 0.1rem;
}

#corp_guide th, #development th{
	color: #1482d2;
	text-align: left;
	margin-right: 1rem;
	padding: 0.6rem 0;
}

#development th{ width: 100%; display: block; }

#corp_guide td, #development td{
	padding: 0.6rem 0;
}

#development td{ width: 100%; display: block; }

.president_img{
	margin: 2rem 0;
}

.name_text{
	text-align: right;
}

.president_text{
	width: 40%;
	margin: 1rem 0;
}

.pc_menu_btn{
		display: none;
	}

}


