@charset "utf-8";
/* CSS Document */
.foodloss *, .foodloss *:before, .foodloss *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.foodloss .pc {
  display: none !important;
}
.foodloss .sp {
  display: block !important;
}
.foodloss .flex_wrap {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0em;
}
.foodloss .flex_wrap .colum {
  width: 100%;
  margin-bottom: 3em;
}

.foodloss {
  font-size: 1.2em;
  line-height: 1.9;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
.foodloss .mv_ {
 /* background: url("/img/usr/freepage/foodloss/main_bg.jpg") repeat-x;*/
  margin-bottom: 1em;
 /* border-bottom: 8px #80bfca solid;*/
}
.foodloss h1, .foodloss h2 {
  text-align: center;
}
.foodloss h2 {
  margin-bottom: 3em;
}
.foodloss .contents_wrap {
  padding: 10px;
  width: 100%;
  margin: 0 auto;
}
.foodloss .section {
  margin-bottom: 3em;
}
#about_foodloss_ {
  text-align: center;
}
#about_foodloss_ p {
  margin-bottom: 1em;
  line-height: 1.9;
}
#about_foodloss_ p:first-child {
  font-weight: bold;
  font-size: 1.1em;
}
#about_foodloss_ p:first-child span{
  color: #3da532;
}
#about_foodloss_ .sdgs_tx {
  font-size: 1.0em;
  padding: 10px;
  border: dotted 1px #585858;
  margin-top: 1em;
  display: inline-block;
  font-weight: 500;
}
#marche {
  text-align: center;
}
/*#marche h2 img {
  width: 80%;
}*/
/*#marche h2::before {
  content: "　";
  background-image: url(/img/usr/freepage/foodloss/flag_l.jpg), url(/img/usr/freepage/foodloss/flag_r.jpg);
  width: 100%;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  background-position: left, right;
}*/
#marche .colum p {
  font-size: 1.1em;
  padding: 10px 0;
}
#marche h3 img {
  width: 80%;
}
#marche .flex_wrap {
  margin-bottom: 2em;
}
#marche .flex_wrap .colum {
  width: 90%;
}
#about_SDGs_ h2 {
  padding-bottom: 5px;
  border-bottom: solid 3px #b2b1b1;
  margin-bottom: 2em;
}
#about_SDGs_ h3 {
  margin-bottom: 1em;
  text-align: center;
}
#about_SDGs_ h3 img {
  width: 55%;
}
#about_SDGs_ .wrap_ {
  margin-bottom: 1em;
}
#about_SDGs_ .wrap_ p {
  margin-bottom: 2em;
}
