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

/* Common*/


/* SP */
@media (max-width: 580px){
body{
	background:url("../img/recipe-bg.jpg") repeat 0 0;
	display: inline-block;
	width:100%;
}
header{
	height:70px;
	margin:5px 10px;
}
header h1{
	font-size:24px;
	font-weight:500;
	color:#000;
}
main{
	margin:0 10px;
	overflow:hidden;
}
.main_photo{
	width:100%;
}
h2{
	margin-top:15px;
	font-size:24px;
	font-weight:700;
	color:#121212;
	text-align:center;
	line-height:1.4;
	letter-spacing:0.1em;
}
p{
	margin:0;
}
section{
	margin-top:50px;
}
section h3{
	font-size:18px;
	font-weight:700;
	text-align:left;
	line-height:1;
}
.tool ul li{
	margin-top:10px;
	padding:12px;
	background:rgba(255,255,255,0.8);
	box-sizing:border-box;
}
.tool ul li figure{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0;
}
.tool ul li figure .img_wrap{
	width:120px;
	height:auto;
}
.tool ul li figure .img_wrap img{
	width:100%;
}
.tool ul li figcaption{
	width:calc(100% - 130px);
}
.tool ul li figcaption h4{
	font-size:14px;
	font-weight:700;
	line-height:1;
}
.tool ul li figcaption h4 span{
	margin-left:6px;
	font-size:10px;
	font-weight:400;
	color:#666;
}
.tool ul li figcaption p{
	margin-top:10px;
	margin-bottom:0;
	font-size:12px;
	line-height:1.5;
}
.process ol{
	counter-reset:my-counter;
}
.process ol li{
	margin-top:15px;
	padding:12px;
	background:rgba(255,255,255,0.8);
	box-sizing:border-box;
	list-style-type:none;
}
.process ol li figure{
	margin:0;
}
.process ol li figure img{
	width:100%;
}
.process ol li figure video{
	width:100%;
}
.process ol li figcaption p.p_txt{
	position:relative;
	margin-top:6px;
	margin-bottom:6px;
	padding-top:26px;
	font-size:14px;
	line-height:1.5;
}
.process ol li figcaption p.p_txt::before{
	position:absolute;
	top:0;
	left:0;
	font-weight:700;
	counter-increment:my-counter;
	content:counter(my-counter);
	width:100%;
	background:#121212;
	border-radius:4px;
	color:#fff;
	text-align:center;
	line-height:20px;
}
.process ol li figcaption .col{
	margin-top:10px;
	padding:10px;
	box-sizing:border-box;
}

.process ol li figcaption .col h4{
	font-size:16px;
	font-weight:bold;
	line-height:1;
	letter-spacing:0.05em;
}
.process ol li figcaption .col p.c_tit{
	margin-top:15px;
	font-size:12px;
	font-weight:bold;
	line-height:1;
	letter-spacing:0.05em;
}
.process ol li figcaption .col p.c_txt{
	margin-top:10px;
	font-size:12px;
	line-height:1.5;
}
.process ol li figcaption .caution{
	border:2px solid #F78E0F;
	background:#FFF202;
	border-radius:8px;
}
.process ol li figcaption .caution h4{
	color:#d00;
}
.process ol li figcaption .column{
	border:2px solid #03C255;
	background:#B7FBBA;
	border-radius:8px;
}
.process ol li figcaption .column h4{
	color:#090;
}
.process .box{
	margin-top:15px;
	padding:10px 15px;
	border:2px solid #277EDE;
	background:#cedff1;
	border-radius:10px;
	box-sizing:border-box;
}
.process .box p{
	font-size:14px;
	line-height:1.5;
}
footer{
	margin:50px 0 15px;
}
footer p{
	font-size:12px;
	text-align:center;
}
}
@media (max-width: 350px){
.tool ul li figcaption h4{
	line-height:1.2;
}
.tool ul li figcaption h4 span{
	position:relative;
	margin-left:0;
}
.tool ul li figcaption h4 span::before{
	content: "\A";
    white-space: pre;
}
}


/* PC */
@media (min-width: 581px){
body{
	background:url("../img/recipe-bg.jpg") repeat 0 0;
	display:block;
}
header{
	width:1080px;
	height:108px;
	margin:10px auto;
}
header h1{
	font-size:30px;
	font-weight:500;
	color:#000;
}
main{
	width:1080px;
	margin:0 auto;
}
.main_photo{
	width:500px;
	margin:0 auto;
    display:block;
}
h2{
	margin-top:20px;
	font-size:40px;
	font-weight:700;
	color:#121212;
	text-align:center;
	line-height:1;
	letter-spacing:0.1em;
}
p{
	margin:0;
}
section{
	margin-top:50px;
}
section h3{
	font-size:24px;
	font-weight:700;
	text-align:left;
	line-height:1;
}
.tool ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.tool ul li{
	width:calc((100% / 2) - 10px);
	margin-top:20px;
	padding:20px;
	background:rgba(255,255,255,0.8);
	box-sizing:border-box;
}
.tool ul li figure{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	margin:0;
}
.tool ul li figure img{
	width:150px;
}
.tool ul li figcaption{
	width:320px;
	margin-left:20px;
}
.tool ul li figcaption h4{
	font-size:18px;
	font-weight:700;
	line-height:1;
}
.tool ul li figcaption h4 span{
	margin-left:10px;
	font-size:12px;
	font-weight:400;
	color:#666;
}
.tool ul li figcaption p{
	margin-top:12px;
	margin-bottom:0;
	line-height:1.5;
}
.process ol{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	counter-reset:my-counter;
}
.process ol li{
	width:calc((100% / 3) - 10px);
	margin-top:20px;
	padding:15px;
	background:rgba(255,255,255,0.8);
	box-sizing:border-box;
	list-style-type:none;
}
.process ol li figure{
	margin:0;
}
.process ol li figure img{
	width:100%;
}
.process ol li figure video{
	width:100%;
}
.process ol li figcaption{
	margin-top:10px;
}
.process ol li figcaption p.p_txt{
	position:relative;
	margin-top:1em;
	padding-top:26px;
	font-size:16px;
	line-height:1.5;
}
.process ol li figcaption p.p_txt::before{
	position:absolute;
	top:0;
	left:0;
	font-weight:700;
	counter-increment:my-counter;
	content:counter(my-counter);
	width:100%;
	background:#121212;
	border-radius:4px;
	color:#fff;
	text-align:center;
	line-height:20px;
}
.process ol li figcaption .col{
	margin-top:15px;
	padding:10px;
	box-sizing:border-box;
}

.process ol li figcaption .col h4{
	font-size:16px;
	font-weight:bold;
	line-height:1;
	letter-spacing:0.05em;
}
.process ol li figcaption .col p.c_tit{
	margin-top:15px;
	font-weight:bold;
	line-height:1;
	letter-spacing:0.05em;
}
.process ol li figcaption .col p.c_txt{
	margin-top:10px;
	line-height:1.5;
}
.process ol li figcaption .caution{
	border:2px solid #F78E0F;
	background:#FFF202;
	border-radius:8px;
}
.process ol li figcaption .caution h4{
	color:#d00;
}
.process ol li figcaption .column{
	border:2px solid #03C255;
	background:#B7FBBA;
	border-radius:8px;
}
.process ol li figcaption .column h4{
	color:#090;
}
.process .box{
	margin-top:20px;
	padding:15px 20px;
	border:2px solid #277EDE;
	background:#cedff1;
	border-radius:10px;
	box-sizing:border-box;
}
.process .box p{
	font-size:16px;
	line-height:1.5;
}
footer{
	margin:80px 0 15px;
}
footer p{
	text-align:center;
}
}