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

/* 共通 */

.ayumi_box{
	width: 100%;
	overflow: hidden;
}
	
.ayumi_link{
	margin-top: 2rem;
	text-align: center;
	display: block;
}

/* 左側 */
@media only screen and (min-width: 769px) {
	
	.nav_ul .menu_li:nth-child(2){
		float: left;
		width: 152px;
		text-align: center;
		color: #349800;
		pointer-events: none;
		margin-top: 2px;
	}
	
	.nav_ul .menu_li:not(:nth-child(2)):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: #349800;
		font-size: 1.2rem;
		border-bottom: #349800 dashed 1px;
		padding-bottom: 2px;
	}
	
	.pankuzu > a{
		color: #349800;
	}
	
	.h2_circle{
		display: inline-block;
		width: 40px;
		height: 40px;
		background-color: #c8f096;
		border-radius: 0.6rem;
		margin-bottom: -0.6rem;
	}
	
	aside{
		width: 248px;
	}
	
	.sidenav_menu_a li:first-child{
		cursor: default;
		background: url(../img/img_ayumi_01.png) no-repeat;
		width:100%;
		height: 100px;
	}
	
	/*.sidenav_menu_a li:first-child:hover{
		cursor: pointer;
		background: url(../img/img_guide_01_on.jpg) no-repeat;
		width:100%;
		height: 100px;
	}*/
	
	.sidenav_menu_a li:first-child.select{
		background: url(../img/img_ayumi_01.jpg) no-repeat;
		width:100%;
		height: 100px;
	}
	
	#ayumi > img{
		margin: 2rem 0;
	}
	
}

@media only screen and (max-width: 768px) {

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

#ayumi > img{
	margin: 2rem 0 1rem 0;
}

.ayumi_box img{
	width:49%;
}

#ayumi{
	display: block !important;
}

}


