@charset "UTF-8";
/*===============================================
●画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
#conts_top {
	width: 100%;
	clear: both;
	padding: 41px 0 39px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f7f7f7;
}
#conts_top .auto {
	width: 710px;
	display: table;
}
#conts_top .img {
	width: 147px;
    padding: 0;
	display: table-cell;
	vertical-align: middle;
	box-shadow:0px 4px 25px 0px rgba(0,0,0,0.22);
}
#conts_top .img img {
	width: 100%;
}
#conts_top .text_box {
	width: 552px;
	padding-left: 26px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
#conts_top .text_box h3 {
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 4px;
}
#conts_top .text_box .text {
	margin-bottom: 12px;
}
#conts_top .text_box .btn {
	width: 284px;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}
#conts_top .text_box .btn a {
	width: 100%;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #000000;
	padding: 15px 0 12px;
	background-image: url("../img/share/icon_03.png");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 10px;
	text-decoration: none;
	transition-duration: .3s;
}
#conts_top .text_box .btn a:hover {
	color: #000000;
	background-color: #ffffff;
	background-image: url("../img/share/icon_03k.png");
}

#conts_detail {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	padding-top: 71px;
	margin-bottom: 80px;
}
#conts_detail .auto {
	width: 710px; 
}
#conts_detail .title_box, #conts_recipe .title_box {
	width: 100%;
    text-align: center;
	font-size: 22px;
	line-height: 1.2;
	padding: 27px 0 26px;
	margin-bottom: 41px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position: relative;
}
#conts_detail .title_box::before, #conts_recipe .title_box::before {
	content: "";
	width: 100%;
	height: calc(100% + 6px);
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	position: absolute;
	top: -5px;
	left: 0;
}
#conts_detail .img_box {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ececec;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#conts_detail .img_box img {
	width: 100%;
}
#conts_detail .img_box:last-of-type {
	margin-bottom: 0;
}
#conts_recipe {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 72px;
    font-size: 15px;
}
.mt_71 {
	margin-top: 71px;
}
#conts_recipe .auto {
	width: 710px; 
}
#conts_recipe .outer {
    margin-bottom: 70px;
}
#conts_recipe .outer:last-of-type {
    margin-bottom: 20px;
}
#conts_recipe .outer .t_img {
    margin-bottom: 22px;
}
#conts_recipe .outer h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    padding: 10px 0 8px;
    background-color: #f7f7f7;
}
#conts_recipe .outer h4 {
    font-size: 20px;
    line-height: 28px;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 18px;
    position: relative;
    padding-left: 14px;
}
#conts_recipe .outer h4:before {
    position: absolute;
    content: " ";
    width: 5px;
    height: 21px;
    background-color: #000;
    top: 3px;
    left: 0;  
}
#conts_recipe .outer h4 span {
    font-size: 13px;
}
#conts_recipe .outer .material_box {
    margin-bottom: 30px;
}
#conts_recipe .outer .mt_22 {
    margin-top: 22px;
}
#conts_recipe .outer .material_box ul {
    border-left: 5px solid #F5F5F5;
}
#conts_recipe .outer .material_box ul li {
    border-bottom: 1px solid #F5F5F5;
    padding: 11px 0px 9px 10px;
    line-height: 22px;
}
#conts_recipe .outer .material_box ul li span {
    font-size: 13px;
    line-height: 18px;
}
#conts_recipe .outer .recipe_box {
}
#conts_recipe .outer .recipe_box ul {
    border-left: 5px solid #F5F5F5;
    counter-reset: my-counter;
    list-style: none;
    margin-bottom: 16px;
}
#conts_recipe .outer .recipe_box ul li {
    border-bottom: 1px solid #F5F5F5;
    padding: 13px 0px 11px 37px;
    line-height: 22px;
    position: relative;
}
#conts_recipe .outer .recipe_box ul li .img {
    width: 450px;
    margin: 12px 0 10px;
}
#conts_recipe .outer .recipe_box ul li .img img {
    display: block;
    width: 100%;
}
#conts_recipe .outer .recipe_box ul li:before  {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #333;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    padding-top: 3px;
    position: absolute;
    top: 13px;
    left: 10px;  
}
#conts_recipe .outer .recipe_box ul li span {
    font-size: 13px;
    line-height: 18px;
}
#conts_recipe .outer .recipe_box p.caution {
    line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 10px;
}
#conts_recipe .outer .btn {
	width: 284px;
    margin: 0 auto;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}
#conts_recipe .outer .btn a {
	width: 100%;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #000000;
	padding: 15px 0 12px;
	background-image: url("../img/share/icon_01w.png");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 6px;
	text-decoration: none;
	transition-duration: .3s;
}
#conts_recipe .outer .btn a:hover {
	color: #000000;
	background-color: #ffffff;
	background-image: url("../img/share/icon_01k.png");
}
#conts_recipe .btn {
	width: 384px;
    margin: 40px auto 0;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}
#conts_recipe .btn a {
	width: 100%;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #000000;
	padding: 15px 0 12px;
	background-image: url("../img/share/icon_01.png");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 6px;
	text-decoration: none;
	transition-duration: .3s;
}
#conts_recipe .btn a:hover {
	color: #000000;
	background-color: #ffffff;
	background-image: url("../img/share/icon_01k.png");
}
#conts_introduction {
	width: 100%;
	clear: both;
    margin-bottom: 63px;
}

}
/*===============================================
●画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
#conts_top {
     width: 100%;
     float: left;
    clear: both;
    padding: 36px 0 86px;
    margin-bottom: 60px;
    -webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f7f7;
    position: relative;
}#conts_top .auto {
    margin-bottom: 12px;
}
#conts_top .text_box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
#conts_top .text_box h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 7px;
}
#conts_top .text_box .text {
    line-height: 1.5;
    margin-bottom: 8px;
}
#conts_top .text_box .btn {
    width: 90%;
    max-width: 284px;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translate(-50%, 0%); 
}
#conts_top .text_box .btn a {
    width: 100%;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #000000;
    padding: 15px 0 12px;
    background-image: url("../img/share/icon_03.png");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 10px;
    text-decoration: none;
    transition-duration: .3s;
}
#conts_top .text_box .btn a:hover {
    color: #000000;
    background-color: #ffffff;
    background-image: url("../img/share/icon_03k.png");
}
#conts_top .img {
    width: 30%;
    display: table-cell;
    vertical-align: top;
}
#conts_top .img img {
    width: 100%;
    max-width: 170px;
    margin: 0 auto;
}
#conts_detail {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	margin-bottom: 72px;
}
#conts_detail .title_box, #conts_recipe .title_box {
	width: 100%;
    text-align: center;
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 18px 0 18px;
	margin-bottom: 27px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	position: relative;
}
#conts_detail .title_box::before, #conts_recipe .title_box::before {
	content: "";
	width: 100%;
	height: calc(100% + 6px);
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	position: absolute;
	top: -5px;
	left: 0;
}
#conts_detail .img_box {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ececec;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#conts_detail .img_box img {
	width: 100%;
}
#conts_detail .img_box:last-of-type {
	margin-bottom: 0;
}
#conts_recipe {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 87px;
}
#conts_recipe .outer {
    margin-bottom: 60px;
}
#conts_recipe .outer:last-of-type {
    margin-bottom: 0px;
}
#conts_recipe .outer .t_img {
    margin-bottom: 22px;
}
#conts_recipe .outer h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2rem;
	line-height: 1.4;
    padding: 8px 0 7px;
    background-color: #f7f7f7;
}
#conts_recipe .outer h4 {
    font-size: 1.7rem;
    border-bottom: 1px solid #F5F5F5;
    margin-bottom: 18px;
    position: relative;
    padding-left: 14px;
}
#conts_recipe .outer h4:before {
    position: absolute;
    content: " ";
    width: 5px;
    height: 18px;
    background-color: #000;
    top: 6px;
    left: 0;  
}
#conts_recipe .outer h4 span {
    font-size: 1.3rem;
}
#conts_recipe .outer .material_box {
    margin-bottom: 30px;
}
#conts_recipe .outer .mt_22 {
    margin-top: 22px;
}
#conts_recipe .outer .material_box ul {
    border-left: 4px solid #F5F5F5;
}
#conts_recipe .outer .material_box ul li {
    border-bottom: 1px solid #F5F5F5;
    padding: 11px 0px 9px 8px;
    line-height: 22px;
}
#conts_recipe .outer .material_box ul li span {
    font-size: 1.3rem;
    line-height: 18px;
}
#conts_recipe .outer .recipe_box {
}
#conts_recipe .outer .recipe_box ul {
    border-left: 5px solid #F5F5F5;
    counter-reset: my-counter;
    list-style: none;
}
#conts_recipe .outer .recipe_box ul li {
    border-bottom: 1px solid #F5F5F5;
    padding: 13px 0px 11px 29px;
    line-height: 22px;
    position: relative;
}
#conts_recipe .outer .recipe_box ul li:before  {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #333;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    width: 18px;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    padding-top: 1px;
    position: absolute;
    top: 13px;
    left: 7px;  
}
#conts_recipe .outer .recipe_box ul li span {
    font-size: 1.3rem;
    line-height: 18px;
}
#conts_recipe .outer .recipe_box ul li .img {
    width: 90%;
    max-width: 450px;
    margin: 10px 0 8px;
}
#conts_recipe .outer .recipe_box ul li .img img {
    display: block;
    width: 100%;
}
#conts_recipe .outer .btn {
	width: 100%;
    max-width: 284px;
    margin: 0 auto;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}
#conts_recipe .outer .btn a {
	width: 100%;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #000000;
	padding: 15px 0 12px;
	background-image: url("../img/share/icon_01w.png");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 6px;
	text-decoration: none;
	transition-duration: .3s;
}
#conts_recipe .outer .btn a:hover {
	color: #000000;
	background-color: #ffffff;
	background-image: url("../img/share/icon_01k.png");
}
#conts_recipe .btn {
	width: 100%;
    max-width: 280px;
    margin: 40px auto 0;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
#conts_recipe .btn a {
	width: 100%;
	border: 1px solid #000000;
	color: #ffffff;
	background-color: #000000;
	padding: 12px 0 12px;
	background-image: url("../img/share/icon_01.png");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 6px;
	text-decoration: none;
	transition-duration: .3s;
}
#conts_recipe .btn a:hover {
	color: #000000;
	background-color: #ffffff;
	background-image: url("../img/share/icon_01k.png");
}
#conts_introduction {
	width: 100%;
	clear: both;
	margin-bottom: 63px;
}
}











