@charset "UTF-8";
.flex-direction-nav a.flex-next:before {
    content: url(../images/btn_next.png);
}

.flex-direction-nav a:before {
    content: url(../images/btn_prev.png);
}

.flow_operate .slides > li img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.flow_operate .slides > li + li {
	margin-top: 30px;
}

/* スマホ向けのスタイル：769px */
@media only screen and (max-width: 768px) {
	.flexslider .slides img.pc{
		display: none;
	}
	.flow_operate .slides > li img {
		width: 100%;
		max-width: 400px;
	}

	
}

/* タブレット＆PCのスタイル：768px */
@media only screen and (min-width: 769px) {
	img.w509{
		max-width:509px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}