@charset "utf-8";
ol {
	list-style: none;
	counter-reset: list-counter;
	padding: 0;
	margin: 0 0 20px 0;
}
ol li {
	font-size: 1.1rem;
	line-height: 100%;
	padding-left: 30px;
	margin-bottom:10px;
	position: relative;
}
ol li span{color:#f00;}
ol li:before {
	content: counter(list-counter);
	counter-increment: list-counter;
	border: 1px solid;
	box-sizing: border-box;
	border-radius: 50%;
	height: 1rem;
	width: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	padding:8px;
	font-size: 0.9rem;;
}
ul li{margin-bottom:5px;}

.howto_cook p,
.howto_app p{margin-left:20px;}
.howto_cook p{font-weight: 700;font-size: 1.2rem;}


.page_deli h1{
	text-align: center;
	box-sizing: border-box;
	font-size: 1.2rem;
	border: 1px solid #00264b;
	padding:10px;
}
.page_deli h2,
.page_deli h3{
	background-color: #00264b;
	color:#fff;
	line-height:100%;
	padding:15px;
	font-size:1.2rem;
	font-weight: 700;
	margin-top:30px;
	margin-bottom:30px;
}
.page_deli h2::before{display:none;}
.page_deli h2 span{
	display:inline-block;
	font-size: 0.8rem;
	padding:2px 10px;
	margin-right: 20px;
	background-color: #fff;
	color:#00264b;
	transform: rotate(-15deg);
}


.page_deli h3{
	text-align: center;
}
.page_deli h4{
	font-size: 1.1rem;
	font-weight: 700;
	margin-top:20px;
	margin-bottom:20px;
}
.page_deli h4::before{
	content:'★';
	font-size:1.1rem;
}
.page_deli h4 span{color:#f00;}
.app_link{
	text-align:center;
	margin-top:40px;
	padding:10px 20px;
	box-sizing: border-box;
	border:2px solid #333;
}

.app_link_inner{display:flex;justify-content: center;}
.app_link_inner figure{text-align:center;margin:10px;}
.app_link_inner figure a{display:inline-block;}
.app_link_inner figure a img{width: auto;height: 80px;}
.app_link_inner figcaption{font-size:1.2rem;font-weight: 700;}

.make_wrap{
	display: flex;
	justify-content: center;
	background-image: url(img_deli/ya.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.make_wrap p{width:30%;margin:0 5%;}
.make_wrap p img{width:100%;height: auto;}

.make_kansei{float:right;}
.make_kansei p{width:400px;}
.make_kansei p img{width:100%;height:auto;}
.make_kansei.ie_kansei p img{width:65%;height:auto;}

.screen_wrap{display: flex;flex-wrap: wrap;justify-content: space-between;}
.screen_wrap figure{width:26%;margin-bottom: 50px;}
.screen_wrap figure img{width:100%;height: auto;box-shadow:0 0 10px #999;}
.screen_wrap figcaption{
	text-align: center;
	font-size: 1.0rem;
	font-weight: 700;
	margin-bottom: 10px;
	background-color: #00264b;
	color: #fff;
	border-radius: 20px;
	padding:5px 0;
}

.screen_over{background: #f9f9f9;padding:20px 60px;margin-top:40px;box-sizing: border-box;}
.pin_code{width:240px;float:right;}
.pin_code img{width: 100%;height:auto;}



@media screen and (max-width:1020px) {

	.page_deli h1 {text-align: left;font-size: 1.0rem;}
	.page_deli h2, .page_deli h3{line-height:150%;font-size: 1rem;}
	.make_kansei p{width:90%;margin:20px auto;}
	.make_kansei{float:none;text-align:center;}
	.make_wrap p{width:40%;}
	.make_wrap{background-size: 40px;}
	.app_link{display:block;}
	.app_link figure a{width:100%;height:auto;}
	.app_link figure a img{width:100%;height:auto;}
	.screen_over {padding: 20px 10px;}
	.screen_wrap figure{width: 48%;}
	.screen_wrap figcaption{font-size: 0.7rem;}

	ol li {font-size: 1.0rem;line-height: 150%;}
	ol li:before{top:5px;}
	.howto_cook p, .howto_app p{margin-left:10px;}

	.howto_app ul{padding-left:30px;}
	.pin_code{width:60%;float:none;}
	.howto_app p.pin_code{margin:10px auto;}
}




