@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
	
	
.top_box {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
}
.top_box-1 {
	padding: 10px;
	
	width: 48%;
	vertical-align: top;
	
}
.top_box-1 img {
	width: 100%;
	margin: 0px;
	border-radius: 20px 20px 0px 0px;
}
.box-1-title2 {
	color: aliceblue;
	background-size: auto auto;
background-color: rgba(0, 0, 0, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(60, 60, 60, 1) 10px, rgba(60, 60, 60, 1) 20px );
	padding: 10px;
	border-radius: 0px 0px 20px 20px;
}	
	
	.ft_fax {
		display: block;
		margin-top: 20px;
		margin-left: 0px;
	}	
	
	
	
	
}