﻿/*　ステップボックス レスポンシブ時　*/
@media (max-width: 768px) {
	.unit_stepbox{
		text-align: center;
	}
	.unit_stepbox_end{
		text-align: center;
	}
	.col_appealmessage{
		display:block;
		margin: 30px auto 10px auto;
		padding-left:10px;
		text-align: left;
		}
	.unit_stepbox p{
		text-align: left;
	}	
	.unit_stepbox_end p{
		text-align: left;
	}
}
/*　ステップボックス レスポンシブ時　ここまで　*/

/* サブページのステージ */
#zone_substage {
	margin: 0px auto;
	height: 160px;
	width: 100%;
	background: url("../image/bgi-top.jpg");
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 50px;
	margin-top: 200px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#zone_substage:before {
	content: '';
	background: inherit;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}