@charset "utf-8";

/*ラッパー
**********************************************/
.container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
/* ----------------------------------------
  PageTitle
---------------------------------------- */

.pageTitle{
	background: #FEE3E7;
	padding:60px 0 40px;
	text-align: center;
	position: relative;
}
.pageTitle:before {
    content: '';
    background: url(../images/wave.png) repeat-x center top;
    height: 35px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: -8px;
    z-index: 10;
}
.pageTitle:after {
    content: '';
	background: url(../common_img/bg_ttl.png) no-repeat;
	background-size: cover;
	background-position: center center;
    height: 150px;
    width: 100%;
    position: absolute;
	top: 15px;
    z-index: 10;
	left: 50%;
	transform: translateX(-50%);
}
.pageTitle h2 {
	font-size: 3.0rem;
	font-weight: bold;
	color: #603c27;
	position: relative;
}
.pageTitle h2::after {
	position: absolute;
	display: block;
	content: '';
	width: 100px;
	height: 4px;
	background: #F56676;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;
}

/* ----------------------------------------
  Clumb
---------------------------------------- */

#underconstruction {
    padding: 50px 0 200px;
    text-align: center;
}

#underconstruction img {
    width: 100px;
    height: auto;
    margin-top: 50px;
}

.crumb {
    margin: 20px 0 20px;
    font-family: "Meiryo", "メイリオ";
}

.crumb li {
    float: left;
    margin-right: 17px;
    font-size: 12px;
    position: relative;
    color: #000;
}

.crumb li:before {
    content: ">";
    position: absolute;
    right: -13px;
    top: 0px;
}

.crumb li:last-child:before {
    display: none;
}

.crumb a {
    color: #000;
    text-decoration: none;
}

.crumb a:hover {
    text-decoration: underline;
}

#crumb ul .home a {
    padding-left: 1.5em;
    background: url(../common_img/ico_home.png) no-repeat left center;
    background-size: 25%;
}
/*--------------------------------------------------------------------------------
  news_list
--------------------------------------------------------------------------------*/
#news_list .tab ul li a {
	width: 186px;
	text-align: center;
	background: #f7f7f7;
	border: 1px solid #dcdcdc;
	line-height: 50px;
	display: block;
	text-decoration: none;
	border-radius: 10px
}
#news_list .tab ul li a:hover,
#news_list .tab ul li.active a {
	background: #F56676;
	color: #FFF;
}
#news_list .news_box {
	margin-top: 40px;
	padding: 20px 25px;
	background: #fafafa;/*記事の背景色*/
}
#news_list .news_box:first-child {
	margin-top: 0px;
}
#news_list .news_box .headline,
#news_list .news_box .headline_dt {
	border-bottom: 1px dashed #CCC;/*見出し部の下線*/
	padding: 5px 2px;
	margin-bottom: 15px;
	border-top: none;
}
#news_list .news_box .headline time {
	display: inline-block;
	background: #F56676;/*投稿日時の色*/
	padding: 3px 10px;
	margin: 2px 20px 0px 0px;
	color: #fff;
	float: left;
}
#news_list .news_box .headline h2 {
	overflow: hidden;
	font-size: 22px;
	line-height: 1.5;
	word-wrap: break-word;
	display: block;
	width: 100%;
	padding-top: 15px;
}
#news_list .news_box .headline_dt h2 {
	overflow: hidden;
	font-size: 22px;
	line-height: 1.5;
	word-wrap: break-word;
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-left: 5px;
	color: #603c27;
	background: url(../column_detail/images/bg_column_ttl.png) repeat-y;
	background-position: center center;
}
#news_list .news_box .headline_dt h3 {
	overflow: hidden;
	font-size: 18px;
	line-height: 1.5;
	word-wrap: break-word;
	display: block;
	width: 100%;
	padding-top: 15px;
	color: #F56676;
}
#news_list .news_box .headline span {
	display: inline-block;
	padding: 3px 10px;
	margin: 2px 20px 0px 0px;
	color: #fff;
	float: left;
}
#news_list .news_box .headline span.cate_nutrition {
	background: #A4D54F;/*カテゴリーの色*/
}
#news_list .news_box .headline span.cate_sport {
	background: #00a5c8;/*カテゴリーの色*/
}
#news_list .news_box .headline span.cate_sleep {
	background: #9F55ED;/*カテゴリーの色*/
}
#news_list .news_box .headline span.cate_supplement {
	background: #F0A024;/*カテゴリーの色*/
}
#news_list .news_box .news_inner .news_img {
	float: left;
	width: 300px;
	margin-right: 30px;
}
#news_list .news_box .news_inner .news_img_dt {
	width: 600px;
	margin: 20px auto 20px auto;
	position: relative;
}
#news_list .news_box .news_inner .news_img_dt a::after {
	position: absolute;
	display: block;
	content: '';
	background: url(../common_img/ico_zoom.png) no-repeat;
	width: 60px;
	height: 61px;
	background-size: contain;
	right: 10px;
	bottom: 10px;
}
#news_list .news_box .news_inner .news_img_dt a:hover::after {
	opacity: 0.7;
}
#news_list .news_box .news_inner .news_txt {
	overflow: hidden;
}
#news_list .news_box .btn_detail a {
	background: #F56676;
	color: #FFF;
	padding: 0 20px;
	border-radius: 4px;
	display: block;
	text-decoration: none;
	position: relative;
}
#news_list .news_box .btn_detail a::before{
	position: absolute;
	display: block;
	content: '';
	right: 10px;
	top: 45%;
	width: 4px;
	height: 4px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*--------------------------------------------------------------------------------
  news_pager
--------------------------------------------------------------------------------*/
.news_pager {
	position: relative;
	margin-top: 35px;
	text-align: center;
}
.news_pager .pager_btn {
	display: inline-block;
	background: #F56676;/*ページ送りの色*/
	border-radius: 6px;
}
.news_pager .pager_btn.back_list {
	background: #F56676;/*一覧へ戻るボタンの色*/
	margin-top: 15px;
	margin-bottom: 30px;
}
.news_pager .pager_btn.prev_btn {
	float: left;
}
.news_pager .pager_btn.next_btn {
	float: right;
}
.news_pager .pager_btn a {
	display: inline-block;
	color: #fff;
}
.news_pager .pager_btn.back_list a {
	padding: 3px 12px 2px 5px;
}
.news_pager .pager_btn.back_list a::before {
	display: inline-block;
	content: '';
	border: 4px solid transparent;
	border-right: 4px solid #fff;
	margin-right: 5px;
	vertical-align: 1px;
}
.news_pager .pager_btn.prev_btn a {
	padding: 3px 12px 2px 5px;
}
.news_pager .pager_btn.prev_btn a::before {
	display: inline-block;
	content: '';
	border: 4px solid transparent;
	border-right: 4px solid #fff;
	margin-right: 5px;
	vertical-align: 1px;
}
.news_pager .pager_btn.next_btn a {
	padding: 3px 5px 2px 12px;
}
.news_pager .pager_btn.next_btn a::after {
	display: inline-block;
	content: '';
	border: 4px solid transparent;
	border-left: 4px solid #fff;
	margin-left: 5px;
	vertical-align: 1px;
}

/*====================================================================================
■contact
====================================================================================*/

#contact {
	position: relative;
	top: 20px;
}
#contact #mv {
	background: url(../contact/images/bg_mv.png);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	padding: 32px 0 28px;
}
#contact #mv .inner {
	position: relative;
	background: #fff;
	border-radius: 10px 10px 0 0;
}
#contact #mv .inner .item{
	position: relative;
	top: -17px;
}
#contact #mv .comment {
	position: relative;
	background-image: url(../contact/images/bg_item_comment.png);
	border-radius: 0 0 10px 10px;
	padding: 18px 0;
}
#contact #mv .comment p{
	color: #fff;
	font-size: 1.6rem;
}
#contact #mv2 {
	background: url(../document/images/bg_mv.png);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	padding: 36px 0 24px;
}
#contact #mv2 .inner {
	position: relative;
}
#contact #mv2 .inner .item{
	position: relative;
}
#contact .flow {
	padding: 50px 0 80px;
}
#contact .flow ul {
	overflow: hidden;
}
#contact .flow li {
	position: relative;
	float: left;
	width: 32%;
	margin-right: 1%;
	background: #cccccc;
	color: #555555;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	font-size: 2.0rem;
}
#contact .flow li::after {
	position: absolute;
	content: '';
	display: block;
	z-index: 3;
	top: 0;
	right: -29px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 29px;
	border-color: transparent transparent transparent #ccc;
}
#contact .flow li::before {
	position: absolute;
	content: '';
	display: block;
	z-index: 2;
	top: 0;
	right: -38px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 29px;
	border-color: transparent transparent transparent #fff;
}
#contact .flow li:last-child {
	margin-right: 0;
}
#contact .flow li:last-child::before,
#contact .flow li:last-child::after {
	display: none;
}
#contact .flow li.selected {
	background: #A20217;
	color: #fff;
}
#contact .flow li.selected::after {
	border-color: transparent transparent transparent #A20217;
}
#contact .bloc {
	margin-bottom: 90px;
}
#contact .document {
	text-align: center;
}
#contact .document .outer{
	text-align: center;
	margin-bottom: 25px;
}
#contact .bloc_ttl {
	background: #666666;
	color: #fff;
	font-size: 2.2rem;
	line-height: 55px;
	text-align: center;
}
#contact #pp {
	background: #f3f3f3;
	padding: 60px 0;
	line-height: 1.8;
}

#contact .ttl {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	padding-left: 20px;
}
#contact .ttl::before {
	position: absolute;
	display: block;
	content: '';
	width: 3px;
	height: 30px;
	background: #F56676;
	left: 0;
	top: 7px;
}
#contact #pp .head {
	font-size: 2.0rem;
	font-weight: bold;
	color: #555555;
	margin-bottom: 30px;
}
#contact #pp ol {
	margin-bottom: 30px;
}
/*#contact #pp ol {
	margin-bottom: 30px;
	height: 200px;
	overflow-y: scroll;
	background: #FFF;
	padding: 15px;
	border: 1px solid #CCC;
}*/
#contact #pp ol li {
	list-style-type: decimal;
	margin-left: 20px;
}
.form.container > p{
	margin-bottom: 10px;
}

.form_content{
	margin-bottom: 50px;
}

#a1_form {
    margin: 50px auto;
}

#a1_form h3 {
    padding: 10px;
    background: #cba447;
    color: #fff;
    font-size: 16px
}

#a1_form table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
}

#a1_form th {
    width: 240px;
    padding: 20px;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
	border: 1px solid #ccc;
    line-height: 1.5;
	font-size: 1.6rem;
	background: #eeeeee;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#a1_form th label{
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

#a1_form th img {
    float: right
}

#a1_form th div {
    text-indent: -12px
}

#a1_form td {
	padding: 20px;
	text-align: left;
    vertical-align: top;
	border: 1px solid #ccc;
    line-height: 1.5;
	color: #666;
}

#a1_form table li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
    vertical-align: top;
}

#a1_form table p {
/*	margin-top: 30px;*/
	color: #666;
}

#a1_form table dt:nth-child(n+3) {
    margin-top:10px;
}

#a1_form .fs10 {
    font-size: 10px
}

#a1_form .hissu {
    float: left;
    margin: 0 20px 0 0;
    padding: 2px 5px;
    background: #F56676;
    color: #fff;
    font-size: 15px;
    width:50px;
    text-align: center;
	border-radius: 3px;
}

#a1_form .ninni {
    float: left;
    margin: 0 20px 0 0;
    padding: 2px 5px;
    background: #666;
    color: #fff;
    font-size: 15px;
    width:50px;
    text-align: center;
	border-radius: 3px;
}

#a1_form .comming {
	display: inline-block;
	margin-right: 10px;
}
#a1_form .comming label {
	display: block;
	padding-left: 1em;
}

input,
select,
textarea {
    margin-bottom: 1px;
	font-size: 1.3rem;
}

textarea:placeholder-shown {
	font-size: 13px;
	font-size: 1.3rem;
	color: #666;
}

textarea {
	font-family: sans-serif;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
textarea::-webkit-input-placeholder {
	font-size: 1.3rem;
}

/* Firefox 18- */
textarea:-moz-placeholder {
	font-size: 1.3rem;
}

/* Firefox 19+ */
textarea::-moz-placeholder {
	font-size: 1.3rem;
}

/* IE 10+ */
textarea:-ms-input-placeholder {
	font-size: 1.3rem;
}

.hide {
    display: none;
}

.mini {
    font-size: 10px
}

optgroup {
    background-color: #ccc;
    color: #333;
    font-style: normal
}

option {
    margin: 0 5px 0 0;
    background-color: #fff;
    color: #333
}

.ime_on {
    ime-mode: active
}

.ime_off {
    ime-mode: disabled
}

.input_txt,
.select,
.textarea{
    padding: 10px;
    border: none;
	background: #f7f7f8;
    border: 1px solid #efebe5;
}

.textarea{
	resize: none;
	height: 200px;
}

@media screen and (max-width:512px) {
	.textarea{
		height: 150px;
	}
}

input[type="checkbox"] {
	background: #F2EFE6;
}
input:focus {
	background: #fff;
}
.form_submit {
    margin: 10px 10px 0;
    padding: 5px;
    text-align: center;
}

.form_submit p:first-child{
	margin-bottom: 30px;
	font-size: 1.3rem;
}

#contact p.btn_label {
    position: absolute;
    top: 46px;
    width: 100%;
    color: #fff;
}
#contact .btn_wrp {
    position: relative;
}
.form_submit .comment {
	margin-bottom: 30px;
	text-align: left;
}
.form_submit label {
    padding: 2px 0 0;
    font-weight: normal
}

#a1_form input[type="submit"] {
    width: 300px;
    height: 50px;
    margin-top: 30px;
    background-color:#F56676;
    border: none;
    color: transparent;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    height: 60px;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 5px;
}

#a1_form input[type="submit"]:hover {
    background-color: #bf0008;
}

#a1_form input[type="submit"][disabled] {
    background-color: #ccc;
    cursor: default
}
#contact fieldset {
    margin: 20px 10px;
    border: 1px solid #ccc;
    padding: 10px 20px;
}
#contact .pp_body {
	border-bottom: 1px dashed #ccc;
	padding: 30px 0;
}
@media screen and (max-width:736px) {
	#contact .lead p {
	    text-align: left;
	}
	.page_contact .lead {
		padding-bottom: 30px;
	}
	#a1_form {
		margin-top: 30px;
		/*padding: 0 10px 20px;*/
	}
    #a1_form th {
        display: block;
        padding: 5px 10px;
        border-bottom: none;
        width: inherit;
        background: #F2EFE6
    }
    #a1_form td {
        display: block;
        padding: 10px 0;
		border-bottom: none;
    }
    #a1_form td #zip.w15per {
        width: 35%;
    }
    #a1_form td span {
        display: block
    }
	.input_txt,
	.select {
		background: #fff;
		border: 1px solid #ddd;
	}
    #a1_form input[type="submit"] {
        width: 100%;
    }
	.page_contact .pp {
		padding: 0 10px;
	}
    #a1_form table li {
        display: block;
        padding: 0;
    }
    #a1_form table .item_name_list li {
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
    }
	#contact .tel_box_s {
	position: relative;
	height: 200px;
	}
	#contact .tel_box_s .tel {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	}
	#contact .tel_box_s .tel .num {
	text-align: center;
	position: relative;
	color: #df0615;
	font-size: 3.0rem;
	padding-left: 0;
	}
	#contact .tel_box_s .tel .time {
	text-align: center;
	font-weight: bold;
	}
	#contact .tel_box_s .tel .num::before {
	width: 30px;
	height: 30px;
	background-size: cover;
		left: 50%;
		margin-left: -4.5em;
	}
}
/*company*/

.page_company .box01 .img_gril{
    float: left;
    width: 360px;
}
.page_company .box01 .txt_comt{
/*     float: right;
    width: 600px;
    margin-top: 20px;*/
}
.page_company .box01 .cont_box01{
    margin-top: 50px;
}
.page_company .text_sign{
    font-weight: bold;
    font-size: 17px;
    text-align: right;
    color: #333;
    margin: 20px 80px 10px 0;
}
.page_company .box01 .cont_box01 .txt_comt_w{
    width: 55%;
    margin: 0 auto;
}

.page_company .box02{
    background: url(../company/images/bg_boder.png) top center repeat-x;
    padding-top: 65px;
    margin-top: 60px;
}
.page_company .box02 table{
    width: 100%;
    margin-top: 30px;
}
.page_company .box02 table th, .box02 table td{
    border: 1px solid #d8babe;
    padding: 16px 0;
    vertical-align: middle;
}
.page_company .box02 table th{
    background: #ffd2d7;
    width: 20%;
    font-weight: bold;
    text-align: center;
}
.page_company .box02 table td{
    padding-left: 30px;
}

/*FAQ*/
.qa_content{
    border: 1px solid #f76474;
    margin-bottom: 30px;
}

.trigger h4 {
    background: url(../faq/images/icon_hid.png) no-repeat center right 20px #f76474;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
}
.trigger h4.active{
    background: url(../faq/images/icon_show.png) no-repeat center right 20px #f76474;
    padding: 10px 20px;
}
.trigger h4 img{
    margin-right: 30px;
}
.trigger .cont_accor img{
    float: left;
    margin-right: 30px;
    margin-top: 5px;
}
.trigger .cont_accor p{
    width: 880px;
    float: right;
}
.trigger .cont_accor{
    display: none;
    padding: 15px 20px;
}
.bg_yell h4{
    background: url(../faq/images/icon_hid.png) no-repeat center right 20px #f7a264;
}
.bg_yell h4.active{
    background: url(../faq/images/icon_show.png) no-repeat center right 20px #f7a264;
}
.bg_yell{
    border: 1px solid #f7a264;
}
.mt80{
    margin-top: 80px;
}
/*Recipe*/

.box_content{
    margin-top: 40px;
    border: 2px solid #f6c5ca;
    background: url(../recipe/images/bg_box_content.jpg) center center;
    padding: 25px;
}
.box_content h3{
    background: url(../recipe/images/bg_boder_h3.png) bottom left no-repeat , url(../recipe/images/icon_fork.png) top left no-repeat;
    color: #333;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 22px;
    line-height: 55px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.box_content h3 span{
    font-size: 31px;
    color: #f85633;
    margin: 0 15px 0 50px;
    display: block;
    float: left;

}
.infor_pro{
    margin-top: 20px;
    background: url(../recipe/images/bg_boder.png) bottom center repeat-x;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.infor_pro .img_pro{
    float: left;
    width: 520px;
}
.infor_pro .tbl_price{
    width: 400px;
    float: right;
    background: #fff8cd;
    padding: 25px 20px 25px 30px;
}
.infor_pro .tbl_price th {
    padding-top: 0.5em;
    font-size: 18px;
    font-weight: bold;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.infor_pro .tbl_price tr:first-of-type th {
    padding-top: 0;
}
.infor_pro .tbl_price td{
    border-bottom: 1px dotted #9b956d;
    padding: 3px 0;
    position: relative;
    padding-left: 20px;
}
/* .infor_pro .tbl_price tr:last-child td{
    border-bottom: none;
} */
.infor_pro .tbl_price td:before{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #f85633;
    position: absolute;
    top: 13px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.infor_pro .tbl_price td.time {
    padding-top: 0;
    font-size: 16px;
    font-weight: bold;
}
.infor_pro .tbl_price td.time b {
    font-size: 21px;
    font-weight: bold;
}
.infor_pro .tbl_price td.time::before{
    top: 18px;
}
.cont{
    padding-left: 30px;
}
.cont h4{
    border-left: 3px solid #f56676;
    padding-left: 15px;
    font-size: 25px;
    color: #010101;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 32px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bg_dif{
    background: #fff0f2;
    padding: 30px;
    margin-top: 30px;
}
.tbl_composition table {
    clear: both;
    padding-top: 30px;
    padding-bottom: 15px;
    border-collapse: separate;
}
.tbl_composition th,
.tbl_composition td {
    padding: 0.5em 12px;
    line-height: 1.2;
    border-bottom: 1px solid #966;
    vertical-align: middle;
}
.tbl_composition thead th {
    border-top: 1px solid #966;
    background-color: #fdd6db;
    font-size: 80%;
    font-weight: bold;
}
.tbl_composition thead th + th{
    border-left: 1px solid #966;
    text-align: center;
}
.tbl_composition tbody td {
    width: 10%;
    border-left: 1px solid #966;
    text-align: center;
}
.tbl_composition tbody tr:nth-of-type(even) th,
.tbl_composition tbody tr:nth-of-type(even) td {
    background-color: rgba(255, 248, 205, 0.15);
}

.lst-recipe {
    counter-reset: steps;
}
.lst-recipe li {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    counter-increment: steps;
    margin-top: 1em;
    padding-top: 1em;
    padding-left: 3em;
    padding-bottom: 1.5em;
    border-bottom: 1px dashed #f56676;
}
.lst-recipe li::before {
    position: absolute;
    top: 0.75em;
    left: 0;
    content: counter(steps)"";
    display: flex;
    justify-content: center;
    align-items: center;
    width:  2em;
    height: 2em;
    border-radius: 0.25em;
    background-color: #f56676;
    color: #fff;
}
.lst-recipe .step {
    display: inline-block;
    width: 1.5em;
    margin-left:  0.25em;
    margin-right: 0.25em;
    line-height: 1;
    text-align: center;
    background-color: #f56676;
    color: #fff;
}
.lst-recipe__img {
    width: 220px;
}
.lst-recipe__img_x2 {
    width: 440px;
    text-align: right;
}
.lst-recipe__img a,
.lst-recipe__img_x2 a {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    margin-left: 20px;
}
.lst-recipe__img img,
.lst-recipe__img_x2 img {
    width: 100%;
}
.lst-recipe__txt {
    width: 100%;
}
.lst-recipe__img + .lst-recipe__txt {
    width: calc(100% - 220px);
}
.lst-recipe__img_x2 + .lst-recipe__txt {
    width: calc(100% - 440px);
}
.mb60{
    margin-bottom: 60px;
}
/* ----------------------------------------
page_protein
---------------------------------------- */
.page_protein{
    line-height: 22px;
    margin-bottom: 90px;
}
.pull_left{
    float: left;
}
.pull_right{
    float: right;
}
.page_protein h3{
    margin-bottom: 28px;
}
.page_protein .box01{
    background: url(../protein/images/bg_yasai.png) top right no-repeat;
    height: 307px;
    padding-bottom: 27px;
    margin-bottom: 20px;
    margin-top: 12px;
}

.cl_f85633{
    color: #f85633;
    font-size: 19px;
    font-weight: bold;
}
.page_protein .box01 p{
    width: 700px;
}
.page_protein .box02, .page_protein .box03{
    margin-bottom: 65px;
}
.page_protein .box02 .txt{
    float: left;
}
.page_protein .box02 .link_pdf{
    float: right;
    color: #f76474;
    border: 2px solid #f76474;
    border-radius: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 10px 45px;
    font-weight: bold;
    font-family: 'Meiryo', sans-serif;
}

.cont_box_tbl{
    background: #ffeff1;
    padding: 20px 20px 22px 30px;
    display: table;
}
.cont_box_tbl .tit_arr{
    display: table-cell;
    vertical-align: middle;
    width: 250px;
}
.cont_box_tbl .tit_arr img{
    margin-left: 4px;
}
.cont_box_tbl  .txt_infor{
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 8px 30px;
    width: 700px;
    margin-left: 30px;
    display: table-cell;

}

.cont_box_tbl  .txt_infor ul li{
    border-bottom: 1px dotted #f76474;
    padding: 15px 0;
    font-size: 18px;
}
.cont_box_tbl  .txt_infor ul li:last-child{
    border: none;
}
.txt_cont_box_tbl{
    font-size: 18px;
    margin-top: 20px;
    line-height: 27px;
}
.page_protein .box04 .txt_left{
    width: 570px;
    float: left;
}
.page_protein .box04 .img_right{
    float: right;
}
/* ----------------------------------------
page_concept
---------------------------------------- */
.page_concept{
    margin-bottom: 100px;
}
.mb25{
    margin-bottom: 25px;
}
.mb28{
    margin-bottom: 28px;
}
.box_concept01{
    margin-top: 47px;
    background: url(../company/images/bg_boder.png) bottom center repeat-x;
    padding-bottom: -74px;
    margin-bottom: 63px;
    padding: 0 23px 0 30px;
}
.box_concept01 .pull_left{
    width: 490px;

}
.box_concept01 .pull_left p{
    font-size: 16.5px;
}
.box_concept01 .pull_right img{
    margin-top: -20px;
    padding-bottom: 63px;
}
.box_char{
    text-align: center;
    background: url(../about/images/bg_char.png) bottom center no-repeat;
}
.box_char ul li{
    display: inline-block;
    padding: 12px 1px;
}
.box_char ul li:nth-child(3){
    padding: 10px 0;
}
.box_concept02 .box_content .pull_right{
    width: 512px;
    padding-top: 5px;
}
.box_concept02 .box_content{
    padding: 27px;
}
.box_concept02 .box_content h3{
    background: url(../recipe/images/bg_boder_h3.png) bottom left repeat-x , url(../about/images/icon_fork.png) top left no-repeat;
    line-height: 40px;
    margin-bottom: 12px;
    padding-bottom: 14px;;
}
.box_concept02 .box_content h3 span{
    font-size: 25px;
    margin: 0 15px 0 40px;
}
.box_concept02 .box_content h4{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.box_concept02 ul{
    margin-top: 60px;
}
.box_concept02 ul li{
    width: 300px;
}
.box_concept02 ul li p img{
    margin-bottom: 25px;
}
.page_concept .bg_mono{
    background: url(../about/images/bg_mono.jpg) bottom left no-repeat;
    margin: 35px 0 40px;
    height: 360px;
    display: table;
    width: 100%;
}
.page_concept .bg_mono p{
    font-size: 25px;
    font-weight: bold;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.dis_tab_cell{
    display: table-cell;
    vertical-align: middle;
}
.page_concept .box_2cont{
    background: url(../company/images/bg_boder.png) bottom center repeat-x;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.page_concept .box_2cont li{
    width: 480px;
}
.page_concept .box_2cont li:first-child{
    background: url(../about/images/bg_caro_pink.jpg) top left;
    padding: 30px 30px 40px;
    border: 1px solid #f3d7db;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.page_concept .box_2cont li:first-child a{
    background: #f76474;
}
.page_concept .box_2cont li:last-child a{
    background: #99cc00;
}
.page_concept .box_2cont li a{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 1px;
    width: 280px;
    margin: 35px auto 0;
    display: block;
}
.page_concept .box_2cont li p img{
    margin-bottom: 15px;
}
.page_concept .box_2cont li:last-child{
    background: url(../about/images/bg_caro_green.jpg) top left;
    padding: 30px 30px 40px;
    border: 1px solid #e5eeca;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.page_concept .logo_x{
    margin: 55px 120px;
}
/* ----------------------------------------
page_karada
---------------------------------------- */
.mt25{
    margin-top: 25px;
}
.mt05{
    margin-top: 5px;
}
.page_karada{
    margin-bottom: 50px;
}
.box_karada01.bdr{
    background: url(../company/images/bg_boder.png) bottom center repeat-x;
    margin-bottom: 63px;
    padding-bottom: 60px;
}
.box_karada01 .w590{
    width:590px;
}
.box_karada01 .cont_karada h4{
    color: #f76474;
    font-size: 20px;
    padding-left: 60px;
    font-weight: bold;
    margin-bottom: 4px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.box_karada01 .cont_karada h4.bg01{
    background: url(../karada/images/icon_01.png) no-repeat;
    padding-top: 7px;
    padding-bottom: 10px;
    background-position: left -2px;
}
.box_karada01 .cont_karada h4.bg02{
    background: url(../karada/images/icon_02.png) no-repeat;
    padding-bottom: 2px;
    padding-top: 15px;
    background-position: left 18px;
}
.box_karada01 .cont_karada h4.bg03{
    background: url(../karada/images/icon_03.png)no-repeat;
    padding-bottom: 2px;
    padding-top: 4px;
    background-position: left 8px;
}
.cont_karada .txt_strong{
    font-size: 25px;
}
.cont_karada strong{
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}