@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#obi{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	background: #00a0e5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.obi_wrap{
	width: 100%;
	max-width: 569px;
	height: auto;
	padding: 1rem 0;
}
.obi_wrap img{
	width: 100%;
	height: auto;
}
}
@media screen and (min-width: 751px) and (max-width: 1080px){
#obi{
	width: 100vw;
	height: auto;
	background: #00a0e5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.obi_wrap{
	width: 100%;
	max-width: 50vw;
	height: auto;
	padding: 1rem 0;
}
.obi_wrap img{
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 750px){
#obi{
	width: 100vw;
	height: auto;
	background: #00a0e5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.obi_wrap{
	width: 100%;
	max-width: 75vw;
	height: auto;
	padding: 1rem 0;
}
.obi_wrap img{
	width: 100%;
	height: auto;
}
}