@charset "UTF-8";


/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */


#main-area{
	width:1000px;
	float:left;
	text-align: center;
}

.mainimgarea {
    margin: 0 10px;
    position: relative;
}

.main_txt{
	position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
.main_txt2{
	position: absolute;
    bottom: 5%;
    left: 5%;
}
.main_txt3{
	position: absolute;
    bottom: -5%;
    right: 8%;
}

.bento_con{
	padding: 45px 0 40px;
}
.bento_con_waku{
	background-color: #EBEBEB;
    margin: 30px auto 20px;
    padding: 5px 0;
    max-width: 890px;
    border-radius: 30px;
}
.bento_con_waku p{
	margin: 0;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.bento_ex{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.bento_ex img{
	padding: 15px 0;
    width: 440px;
}
.bento_ex img:nth-child(-n+2){
	border-bottom: dotted 2px #9D9D9D;
}
.bento_ex img:nth-child(odd){
	border-right: dotted 2px #9D9D9D;
}
.bento_ex img:nth-child(even){
    padding-left: 10px;
}
.bento_use{
	position: relative;
}
.bento_use p{
	position: absolute;
    top: 15px;
    right: 65px;
    font-size: 11px;
}

.wb_foodloss{
	background-color: #EBEBEB;
    margin: 90px auto 60px;
    padding: 55px 0 40px;
    max-width: 900px;
    position: relative;
}
.wb_foodloss img{
	position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
.wb_foodloss p{
	font-size: 19px;
    font-weight: bold;
    margin: 0;
}
.wb_foodloss h3{
	font-size: 25px;
    letter-spacing: 0.1em;
}
.foodloss_off{
	max-width: 630px;
    margin: 0 auto;
}
.foodloss_off p{
	text-align: left;
    color: #9E1C49;
    font-weight: bold;
}
.foodloss_footer{
	margin-top: 60px;
}
.tenpo{
	margin-top: -50px;
	position: relative;
}
.tenpo a{
	text-decoration: none;
    color: #575959;
    font-size: 14px;
    transition: 0.8s;
}
.tenpo a:hover{
	transition: 0.8s;
	opacity: 0.7;
}
.tenpo_link{
	position: absolute;
    width: 350px;
    background-color: #fff;
    display: inline-block;
    padding: 20px 0;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);    
}
.tenpo_link:after {
  content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/link_arrow.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.top_link{
	position: absolute;
    bottom: 15px;
    right: 25px;
}


.pagetop{
	padding:40px 20px 20px 0px;
	margin:0;
	float:right;
}

.cap_t img{
	margin-top: -5px;
}

.mb_10{margin-bottom: 10px;}
.mb_30{margin-bottom: 30px;}




