@charset "utf-8";


/*袋有料化
#########################################*/
#bag{
	background:none;}

#bag .conBag{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
}
#bag .copy01{
	max-width:700px;
	font-size:18px;
	color:#D45D33;
	font-weight:bold;
	line-height:1.8;
	padding:10px;
	margin:30px auto 30px;
	border:2px solid #D45D33;
}
#bag .copy02{
	font-size:16px;
	line-height:1.8;
	margin:0 auto 30px;
}
#bag .col01{
	color:#D45D33;
}
#bag .img01{
	width:100%;
	overflow:hidden;
	margin:0 auto;
}
#bag .img01 img{
	display:inline-block;
	width:50%;
	float:left;
}
#bag .img02{
	width:100%;
	max-width:920px;
	overflow:hidden;
	margin:0 auto 30px;
}
#bag .img02 img:nth-child(1){
	display:inline-block;
	width:48.9%;
	float:left;
}
#bag .img02 img:nth-child(2){
	display:inline-block;
	width:51.1%;
	float:left;
}