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

/* 共通 */

.little_title{
	border-bottom: #787878 solid 0.1rem;
	color: #787878;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 4%;
}

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

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

.ayumi_box img{
	width:49%;
}

#info{
	display: block !important;
}

}


