@charset "utf-8";
/* CSS Document */
/* スマホ用サイズ */
@media screen and ( max-width:599px ){


h3 {
	font-size: 1em;
	font-weight: bold;
margin: 0 10%;
	line-height: 140%;
		text-align: center;
			width: 90%;
}
	
	
/*------------------------------------------
// order_box
----------------------------------------- */
.order_box {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 50px;
	padding-top: 10px;
	background-color: #ececec;
	overflow: hidden;
	border-radius: 6px;	
}
	
.box_s {
	display: block;
	width: 80%;
	margin:3% 10% 0% 10%;
}

.opt1 {
	/*display: inline-block;*/
	width: 40%;
	margin: 0 3% 5% 5%;
	float: left;
}
	
.opt1 img{
		width: 100%;
		margin:2%;
}