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

/* 共通 */
.little_title{
	border-bottom: #6450b4 solid 0.1rem;
	color: #6450b4;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 4%;
}

dl.target dt{
	font-weight: bold;
}

dl.target dd.dd_img{
	margin: 4% 0;
}

/* 左側 */
@media only screen and (min-width: 769px) {
	
	.nav_ul .menu_li:nth-child(4){
		float: left;
		width: 152px;
		text-align: center;
		color: #349800;
		pointer-events: none;
		margin-top: 2px;
	}
	
	.nav_ul .menu_li:not(:nth-child(4)):hover{
		border: #349800 dashed 2px;
		border-radius: 4px;
		margin-top: -2px;
		padding-left: 2px;
	}
	
	.nav_ul .menu_li:first-child:hover{
		border: #349800 dashed 2px;
		border-radius: 4px;
		margin-top: -2px;
		padding-right: 2px;
	}
	
	.pankuzu{
		color: #6450b4;
		font-size: 1.2rem;
		border-bottom: #6450b4 dashed 1px;
		padding-bottom: 2px;
	}
	
	.pankuzu > a{
		color: #6450b4;
	}
	
	.h2_circle{
		display: inline-block;
		width: 40px;
		height: 40px;
		background-color: #dcd2ff;
		border-radius: 0.6rem;
		margin-bottom: -0.6rem;
	}	
	
	aside{
		width: 248px;
	}
	
	.sidenav_menu_a li:first-child{
		cursor: pointer;
		background: url(../img/img_every_01.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:first-child:hover{
		cursor: pointer;
		background: url(../img/img_every_01_on.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:first-child.select{
		cursor: pointer;
		background: url(../img/img_every_01_on.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(2){
		cursor: pointer;
		background: url(../img/img_every_02.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(2):hover{
		cursor: pointer;
		background: url(../img/img_every_02_on.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(2).select{
		cursor: pointer;
		background: url(../img/img_every_02_on.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(3){
		cursor: pointer;
		background: url(../img/img_every_03.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(3):hover{
		cursor: pointer;
		background: url(../img/img_every_03_on.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(3).select{
		cursor: pointer;
		background: url(../img/img_every_03_on.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(4){
		cursor: pointer;
		background: url(../img/img_every_04.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(4):hover{
		cursor: pointer;
		background: url(../img/img_every_04_on.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	.sidenav_menu_a li:nth-child(4).select{
		cursor: pointer;
		background: url(../img/img_every_04_on.gif) no-repeat;
		width:100%;
		height: 100px;
	}
	
	/* 一般就労タブ */
	.img_btn_sp{
		text-align: center;
	}
	
	
	/* 製品紹介タブ */
	
	/* 行事予定 */
	
}

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

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

.arrow2:before,
.arrow2:after {
	background: none repeat scroll 0 0 #6450b4;
}

/* 一般就労 */

.img_btn_sp{
	width: 80%;
	margin: 0 auto;
}

/* 製品紹介タブ（SP） */

/* 行事予定 */

}


