.container .right .zigyouannnai .zigyouannnai-top h1{
	margin-bottom: 3%;
}


.container .right .zigyouannnai .zigyouannnai-top .zigyouannnai-face{
	float: left;
	width: 40%;
	margin: 0px 20px 0px 20px;
}


.container .right .zigyouannnai .zigyouannnai-top .zigyouannnai-head-mobile{
		display: none;
	}

.container .right .zigyouannnai-content h1{
	margin-bottom: 3%;
}

.container .right .zigyouannnai-content p{
	float: left;
	width: 55%;
	padding-left: 5%;
}

.container .right .zigyouannnai-content .wrapper-shuyousyouhinoyobi-pic .ariticle-head{
	float: left;
	margin-left: 3%;
	width: 56%;
	margin-bottom: 3%;
}

/* ウィンドウ幅が0〜767pxの場合に適用するCSS */
@media screen and ( max-width:767px )
{
	.container .right .zigyouannnai .zigyouannnai-top .zigyouannnai-head-pc{
		display: none;
	}
	.container .right .zigyouannnai .zigyouannnai-top .zigyouannnai-head-mobile{
		display: inline-block;
	}
	
	.container .right .zigyouannnai .zigyouannnai-top .zigyouannnai-face{
		float: none;
		margin-bottom: 10px;
		width: 100%;
		margin:0px 0px 10px 0px;
	}
	
	.container .right .zigyouannnai .zigyouannnai-top .zigyouannnai-face img{
		width: 100%;
	}
	
	.wrapper-shuyousyouhinoyobi-pic.clearfix.inner{
		margin-bottom: 20px;
	}
	
	.container .right .zigyouannnai-content .wrapper-shuyousyouhinoyobi-pic .ariticle-head{
		float: left;
		width: 100%;
		margin-left: 0px;
		text-align: center;
	}
	
	.container .right .zigyouannnai-content p{
		width: 100%;
		float: left;
		padding-left: 0px;
	}
	
}