@charset "utf-8";
/* CSS Document */
/*全体設定*/
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}
#ecocutlery{
	width: 1260px;
	margin: 0 auto;
}
#ecocutlery a {
    color: #000000;
	text-decoration: underline;
}
#ecocutlery h2.uline_b{
	font-size: 2em;
	line-height: 1;
	font-weight: bold;
	border-bottom: solid 5px #aec33a;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
#ecocutlery h3.uline_b{
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
	border-bottom: solid 2px #aec33a;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
/*TOPイメージ*/
#ecocutlery .top_parts{
	width: 100%;
	padding: 2em 0;
	background-color: #aec33a;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ecocutlery .top_parts .top_txt{
	width: 54%;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 3em;
}
#ecocutlery .top_parts .top_txt h1{
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}
#ecocutlery .top_parts .top_txt p{
	color: #000000;
	background-color: #ffffff;
	padding: 2em;
	border-radius: 1em;
}
#ecocutlery .top_parts .top_img{
	width: 44%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#ecocutlery .top_parts .top_img img{
	width: 100%;
}
/*#ecocutlery .top_parts .top_comment{
	width: 90%;
	padding: 2em;
	margin: 0 auto 20px;
	color: #000000;
	background-color: #ffffff;
	border-radius: 1em;
}*/
/*ナビゲーション*/
#ecocutlery .pro_first {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto 50px;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	z-index: 2;
	padding-bottom: 0;
	padding-top: 0;
	max-width: 100%;
}
#ecocutlery .pro_first ul.pro_menu {
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin: 0;
	box-sizing: border-box;
	border: solid 1px #aec33a;
	list-style: none;
	padding: 0;
}
#ecocutlery .pro_first ul.pro_menu li.global-item {
	border-right: solid 1px #aec33a;
	width: 25%;
	position: relative;
}
#ecocutlery .pro_first ul.pro_menu li.global-item:last-child {
	border-right-style: none;
	margin-right: 0;
}
#ecocutlery .pro_first ul.pro_menu li.global-item a {
	display: block;
	padding: 20px 20px 40px 20px;
	color: #3b3b3b;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}
#ecocutlery .pro_first ul.pro_menu li.global-item:last-child a {
	border-right: none;
}
#ecocutlery .pro_first ul.pro_menu li.global-item a::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 70%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 17.5px 0 17.5px;
	border-color: #aec33a transparent transparent transparent;
}
#ecocutlery .pro_first ul.pro_menu li a:hover {
	opacity: 0.7;
}
/*ナビゲーション終*/
/*枠全体指定*/
#ecocutlery .contents{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#ecocutlery .contents .item_fl{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
#ecocutlery .contents .item_fl .item{
	width: 24%;
	border-radius: 5px;
	border: solid 1px #cccccc;
	z-index: 1;
	margin: 0 0 20px 0;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
}
#ecocutlery .contents .item_fl::after {
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
#ecocutlery .contents .item_fl::after,
#ecocutlery .contents .item_fl::before {
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
#ecocutlery .contents .item_fl::before{
	order: 1;
}	
#ecocutlery .contents .item .item_image{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display:inline-block;
	overflow: hidden;
}
#ecocutlery .contents .item .item_image img{
	width: 100%;
	vertical-align: top;
}
#ecocutlery .contents .item h4.item_title{
	padding: 0 10px;
	margin-bottom: 15px;
	font-size: 1.4em;
	color: #3b3b3b;
	font-weight: bold;
}
#ecocutlery .contents .item .item_txt{
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 0.9em;
}
#ecocutlery .contents .item ul.btns{
	margin-bottom: 12px;
	padding: 0 10px;
}
#ecocutlery .contents .item ul.btns li.btn_list,
#ecocutlery .contents .item ul.btns li.btn_pdf{
	position: relative;
}
#ecocutlery .contents .item ul.btns li:nth-child(2n){
	margin-top: 12px;
}
#ecocutlery .contents .item ul.btns li.btn_list a,
#ecocutlery .contents .item ul.btns li.btn_pdf a{
	border-radius: 1.5em;
	padding: 0.8em 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;	
}
#ecocutlery .contents .item ul.btns li.btn_list a{
	background-color: #aec33a;
	color: #ffffff;
}
#ecocutlery .contents .item ul.btns li.btn_pdf a{
	border: solid 2px #aec33a;
	background-color: #ffffff;
	color: #aec33a;
}
#ecocutlery .contents .item ul.btns li.btn_list a:hover,
#ecocutlery .contents .item ul.btns li.btn_pdf a:hover{
	opacity: 0.7;
}
#ecocutlery .contents .item ul.btns li.btn_list a::after {
    content: url(/img/lp/ecocutlery/ico_ya.png);
	margin: auto;
    line-height: 0;
    position: absolute;
    top: 28%;
	right: 7%;
}
#ecocutlery .contents .item ul.btns li.btn_pdf a::after {
    content: url(/img/lp/ecocutlery/ico_pdf.png);
	margin: auto;
    line-height: 0;
    position: absolute;
    top: 15%;
	right: 5%;
}
#ecocutlery .large_bnr{
	color: #3b3b3b;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}
/*プラスチック資源循環促進法とは？*/
#ecocutlery ._howto{
	width: 100%;
	padding: 2em 5em;
	border-radius: 1em;
	background-image: url("/img/lp/ecocutlery/datsup_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#ecocutlery ._howto ._txt{
	width: 100%;
}
#ecocutlery ._howto ._txt h2{
	font-weight: bold;
	font-size: 2em;
	text-align: center;
}
#ecocutlery ._howto ._txt .bg_white{
	padding: 2em;
	background: rgba(255,255,255,0.7);
}
#ecocutlery ._howto ._txt .bg_white p{
	margin-bottom: 15px;
}
#ecocutlery ._howto ._img{
	width: 34%;
}
#ecocutlery ._howto ._img img{
	width: 100%;
}
/*素材別カトラリー*/
#ecocutlery .color_fl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 2em;
	padding: 2em;
	background-color: #ecefdd;
	border-radius: 1em;
}
#ecocutlery .color_fl ._material{
	width: 42%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
#ecocutlery .color_fl ._material ._name{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
#ecocutlery .color_fl ._material ._name ._img{
	width: 24%;
}
#ecocutlery .color_fl ._material ._name ._txt{
	width: 74%;
	font-weight: bold;
	font-size: 2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;	
}
#ecocutlery .color_fl ._material ._name ._txt h3{
	font-size: 1.5em;
	line-height: 1;
	font-weight: bold;
}
#ecocutlery .color_fl ._material p.comment{
	line-height: 2;
	margin-bottom: 25px;
}
#ecocutlery p._pdfbtn{
	width: 100%;
}
#ecocutlery p._pdfbtn.lg a{
	font-size: 1.2em;
}
#ecocutlery p._pdfbtn a{
	border-radius: 1.5em;
	padding: 0.8em 0;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #aec33a;
	color: #ffffff;
	position: relative;
}
#ecocutlery p._pdfbtn a::after {
    content: url("/img/lp/ecocutlery/ico_pdf_w.png");
	margin: auto;
    line-height: 0;
    position: absolute;
    top: 15%;
	right: 5%;
}
#ecocutlery p._pdfbtn a:hover{
	opacity: 0.7;
}
#ecocutlery .color_fl ._cutleries{
	width: 54%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}
#ecocutlery .color_fl ._cutleries ._ctbtn{
	width: 49%;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #8d8d8d;
	background-color: #ffffff;
	border-radius: 1em;
	position: relative;
}
#ecocutlery .color_fl ._cutleries ._ctbtn:hover{
	opacity: 0.7;
}
#ecocutlery .color_fl ._cutleries ._ctbtn a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}
#ecocutlery .color_fl ._cutleries ._ctbtn .ctimg{
	width: 24%;
}
#ecocutlery .color_fl ._cutleries ._ctbtn .ctimg img{
	width: 100%;
}
#ecocutlery .color_fl ._cutleries ._ctbtn ._ctname{
	width: 74%;
	font-weight: bold;
	font-size: 1.2em;
	align-self: center;
	padding-left: 5px;
}
/*おすすめサービス*/
#ecocutlery .service_bnr{
	text-align: center;
	padding: 40px 0;
}
/*おすすめコンテンツ*/
#ecocutlery ul.industry_fooddeli_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
}
#ecocutlery ul.industry_fooddeli_list li {
	width: 240px;
	margin: 0 0 10px 10px;
	padding: 12px 5px 8px 0;
	box-sizing: border-box;
}
#ecocutlery ul.industry_fooddeli_list li a {
	color: "#333333";
}
@media screen and (max-width: 768px) {
	#ecocutlery{
		width: 100%;
	}
	#ecocutlery h2.uline_b{
		font-size: 1.3em;
		font-weight: bold;
		margin: 0 10px 25px;
		padding-bottom: 5px;
	}
	#ecocutlery h3.uline_b{
		font-size: 1.2em;
		margin: 0 10px 25px;
		padding-bottom: 5px;
	}
	/*TOPイメージ*/
	#ecocutlery .top_parts {
		padding: 1em 0;
		flex-direction: column-reverse;
	}
	#ecocutlery .top_parts .top_txt{
		padding: 0 1em;
		width: 100%;
	}
	#ecocutlery .top_parts .top_txt h1{
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	#ecocutlery .top_parts .top_txt p{
		font-size: 0.8em;
	}
	#ecocutlery .top_parts .top_img{
		width: 100%;
	}
	/*メニュー部分*/
	#ecocutlery .pro_first {
		width: 100%;
		background-color: #ffffff;
		margin: 0 auto;
		margin-bottom: 8px;
		box-sizing: border-box;
		border-radius: 1rem;
		position: static;
	}
	#ecocutlery .pro_first ul.pro_menu {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 0.9em;
		border-right-style: none;
		border-left-style: none;
		border-bottom-style: none;
		margin-bottom: 25px;
	}
	#ecocutlery .pro_first ul.pro_menu li.global-item a{
		width: 100%;
		margin: 0 auto;
		padding: 10px 7px;
		font-size: 10px;
		text-align: center;
	}
	#ecocutlery .pro_first ul.pro_menu li.global-item a::before{
		position: absolute;
		content: '';
		top: 1.2em;
		left: 0.3em;
		height: 0;
		width: 0;
		border-style: solid;
		border-width: 6px 0 6px 9px;
		border-color: transparent transparent transparent #aec33a;
	}
	#ecocutlery .pro_first ul.pro_menu li.global-item a::after {
		content: none;
	}
	#ecocutlery .pro_first ul.pro_menu li.global-item {
		width: 50%;
		border-bottom: solid 1px #aec33a;
	}
	#ecocutlery .pro_first ul.pro_menu li.global-item:nth-child(2n+1){
		border-left: solid 1px #aec33a;
	}
	#ecocutlery .pro_first ul.pro_menu li.global-item:last-child{
		border-right: solid 1px #aec33a;
	}
	/*枠全体指定*/
	#ecocutlery .contents{
		padding: 0 10px;
	}
	#ecocutlery .contents .item_fl .item{
		width: 49%;
		margin: 0 0 5px 0;
		padding-bottom: 15px;
	}
	#ecocutlery .contents .item_fl::after {
		content: none;
	}
	#ecocutlery .contents .item h4.item_title{
		padding: 0 5px;
		margin-bottom: 10px;
		font-size: 1em;
	}
	#ecocutlery .contents .item .item_txt{
		padding: 0 5px;
		margin-bottom: 20px;
		font-size: 0.8em;
	}
	#ecocutlery .contents .item ul.btns{
		margin-top: auto;
		margin-bottom: 10px;
		padding: 0 5px;
	}
	#ecocutlery .contents .item ul.btns li:nth-child(2n){
		margin-top: 10px;
	}
	#ecocutlery .contents .item ul.btns li.btn_list a,
	#ecocutlery .contents .item ul.btns li.btn_pdf a{
		font-size: 0.7em;
		border-radius: 2em;
		padding: 1em 0 1em 1em;
		text-align: left;
	}
	#ecocutlery .contents .item ul.btns li.btn_list a:hover,
	#ecocutlery .contents .item ul.btns li.btn_pdf a:hover{
		opacity: 1;
	}
	#ecocutlery .contents .item ul.btns li.btn_list::after {
		top: 20%;
	}
	#ecocutlery .contents .item ul.btns li.btn_pdf::after {
		top: 8%;
	}
	#ecocutlery .large_bnr{
		font-size: 1em;
	}
	/*プラスチック資源循環促進法とは？*/
	#ecocutlery ._howto{
		width: 100%;
		padding: 1.5em;
		background-position: center;
	}
	#ecocutlery ._howto ._txt{
		width: 100%;
	}
	#ecocutlery ._howto ._txt h2{
		font-size: 1em;
		margin-bottom: 10px;
	}
	#ecocutlery ._howto ._txt .bg_white{
		padding: 1em;
	}
	#ecocutlery ._howto ._txt p{
		font-size: 0.8em;
	}
	#ecocutlery ._howto ._img{
		width: 100%;
	}
	/*素材別カトラリー*/
	#ecocutlery .color_fl ._material{
		width: 100%;
	}
	#ecocutlery .color_fl ._material ._name ._img{
		width: 24%;
	}
	#ecocutlery .color_fl ._material ._name ._txt{
		font-size: 1.2em;
	}
	#ecocutlery .color_fl ._material p.comment{
		font-size: 0.8em;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	#ecocutlery p._pdfbtn.lg a{
		font-size: 1em;
		margin-top: 15px;
	}
	#ecocutlery p._pdfbtn a::after {
		right: 10%;
	}
	#ecocutlery p._pdfbtn a:hover{
		opacity: 1;
	}
	#ecocutlery .color_fl ._cutleries{
		width: 100%;
		margin-top: 15px;
		align-content: stretch;
	}
	#ecocutlery .color_fl ._cutleries ._ctbtn{
		width: 49%;
		padding: 5px;
	}
	#ecocutlery .color_fl ._cutleries ._ctbtn:hover{
		opacity: 0.7;
	}
	#ecocutlery .color_fl ._cutleries ._ctbtn a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-indent: -999px;
	}
	#ecocutlery .color_fl ._cutleries ._ctbtn ._ctimg{
		width: 34%;
	}
	#ecocutlery .color_fl ._cutleries ._ctbtn ._ctname{
		width: 64%;
		font-size: 0.8em;
	}
	/*おすすめコンテンツ*/
	#ecocutlery ul.industry_fooddeli_list {
		padding: 0 10px;
		justify-content: space-between;
	}
	#ecocutlery ul.industry_fooddeli_list li {
		width: 49%;
		margin: 0 0 15px 0;
		padding: 0;
	}
}