@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#hensin{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/hensin_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hensin_wrap{
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hensin_space{
	width: 48%;
	height: auto;
	display: block;
}
.hensin_img{
	width: 52%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hensin_img img{
	width: 560px;
	height: auto;
}
}

@media screen and (min-width: 751px) and (max-width: 1080px){
#hensin{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/hensin_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.hensin_wrap{
	width: 100%;
	height: 40vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hensin_space{
	width: 40vw;
	height: auto;
	display: block;
}
.hensin_img{
	width: 60vw;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hensin_img img{
	width: 55vw;
	height: auto;
}
}

@media screen and (max-width: 750px){
#hensin{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hensin_wrap{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hensin_space{
	display: none;
}
.hensin_img{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
}
.hensin_img img{
	width: 100%;
	height: auto;
	
}
}