.top_image {
	background-image: url(../../../common/image/top_image.png);
	background-position: center top;
	height: 300px;
	width: 100%;
	margin-top: 79px;
}
@media screen and (max-width: 760px) {
.top_image {
	background-image: url(../../../common/image/top_images.png);
	background-position: center top;
	background-size: 100%;
	height: 125px;
	width: 100%;
	margin-top: 0px;
}
}
#contents_wrapper .title_e {
	height: 18px;
	width: 237px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#contents_wrapper .title_j {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 36px;
	font-weight: 500;
	height: auto;
	width: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents_wrapper .info {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: #000;
	height: auto;
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents_wrapper .step_info {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	color: #8E2238;
	height: auto;
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#contents_wrapper .delivery_block {
	height: auto;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 60px;
}
#contents_wrapper .delivery_block .deliverys {
	height: 20px;
	width: 620px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 6px;
}
#contents_wrapper .delivery_block .deliverys .orders {
	height: 20px;
	width: 310px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #000;
	text-align: center;
	font-size: 18px;
}
#contents_wrapper .delivery_block .deliverys .dates {
	height: 20px;
	width: 310px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #000;
	text-align: center;
	font-size: 18px;
}
#contents_wrapper .delivery_block .delivery {
	height: 60px;
	width: 620px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/list_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 10px;
}
#contents_wrapper .delivery_block .delivery .order {
	height: 60px;
	width: 310px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
}
#contents_wrapper .delivery_block .delivery .date {
	height: 60px;
	width: 310px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
}

@media screen and (max-width: 760px) {
#contents_wrapper .title_e {
	height: auto;
	width: 38%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#contents_wrapper .title_e img{
	height: auto;
	width: 100%;	
}
#contents_wrapper .title_j {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	height: auto;
	width: 98%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents_wrapper .info {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 31px;
	font-weight: 400;
	color: #000;
	height: auto;
	width: 92%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#contents_wrapper .step_info {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 31px;
	font-weight: 400;
	color: #8E2238;
	height: auto;
	width: 92%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#contents_wrapper .info .pc{
	display: none;
}
#contents_wrapper .step_info .pc{
	display: none;
}

#contents_wrapper .delivery_block {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}
#contents_wrapper .delivery_block .deliverys {
	height: 14px;
	width: 100%;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 6px;
}
#contents_wrapper .delivery_block .deliverys .orders {
	height: 14px;
	width: 50%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #000;
	text-align: center;
	font-size: 18px;
}
#contents_wrapper .delivery_block .deliverys .dates {
	height: 14px;
	width: 50%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #000;
	text-align: center;
	font-size: 18px;
}
#contents_wrapper .delivery_block .delivery {
	height: 50px;
	width: 100%;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/list_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;
	margin-top: 10px;
}
#contents_wrapper .delivery_block .delivery .order {
	height: 50px;
	width: 50%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
}
#contents_wrapper .delivery_block .delivery .date {
	height: 50px;
	width: 50%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #000;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
}



}
