@charset "utf-8";

.Side_right .menu_1{
	margin-top: 30px;
}
.Side_right .icon img{
	width: 170px;
}
.Side_right .kahen_flex_top_left img{
	width: 230px;
	margin-right: 10px;
}
.Side_right .kahen_flex_top_left{
	margin: 10px 0;
}

@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.Side_right .menu_1{
	margin-top: 50px;
}
	.Side_right .icon img{
	width: 210px;
}
	.Side_right .kahen_flex_top_left img{
	width: 90%;
	margin-right: 0px;
		margin-bottom: 20px;
}
	.Side_right .icon {
		margin-left: 20px;
	}
	.Side_right .kahen_flex_top_left p{
		font-size: 24px;
	}
}



