@charset "UTF-8";
body:after {
  content: url(../img/plugin/lightbox/close.png) url(../img/plugin/lightbox/loading.gif) url(../img/plugin/lightbox/prev.png) url(../img/plugin/lightbox/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/plugin/lightbox/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/plugin/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/plugin/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/plugin/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#mainContents {
  overflow: hidden;
}
#mainContents img {
  max-width: 100%;
}
#mainContents .wrapper .eco_life {
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
  margin: 5% 0;
  padding: 2% 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#mainContents .eco_life img{
  width: auto;
  padding: 0 5%;
}
#mainContents .eco_life p {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;  font-size: 18px;
  letter-spacing: 0.08em;
}
#mainContents a:hover {
  opacity: 0.8;
}
.mt5 {
  margin-top: 5px !important;
}
.kidsrecipe_top .eco_recipe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.kidsrecipe_top .eco_recipe_lf {
  width: 43%;
  padding: 0 3%;
  border-right: 1px solid #ed0500;
}
.kidsrecipe_top .eco_recipe_rg {
  width: 43%;
  padding: 0 0 0 5%;
}
.kidsrecipe_top .color-red {
  font-size: 20px;
  font-weight: bold;
}
.kidsrecipe_top .sub_ttl {
  font-size: 18px;
  line-height: 1.8em;
}
.kidsrecipe_top h4 {
  margin: 5% 0 2%;
  font-size: 16px;
}
.kidsrecipe_top .eco_txt {
  padding: 0 0 0 5%;
  font-size: 16px;
  line-height: 1.7em;
}
@media screen and (max-width: 768px) {
  .mt5 {
    margin-top: 3px !important;
  }
  #mainContents .wrapper .eco_life {
    padding: 5% 0;
  }
  #mainContents .eco_life img{
    padding: 0 5% 4%;
  }
  #mainContents .eco_life p {
    text-align: center;
  }
  .kidsrecipe_top .eco_recipe_lf {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .kidsrecipe_top .eco_recipe_rg {
    width: 100%;
    margin: 25px 0 0 0;
    padding: 0;
  }
  .kidsrecipe_top .sub_ttl {
    font-size: 17px;
  }
}
.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 7px !important;
  }
}
.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .mt15 {
    margin-top: 10px !important;
  }
}
.mt20 {
  margin-top: 20px !important;
}
.mt21 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 13px !important;
  }
  .mt21 {
    margin-bottom: 13px !important;
  }
}
.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .mt25 {
    margin-top: 17px !important;
  }
}
.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 20px !important;
  }
}
.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 23px !important;
  }
}
.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 27px !important;
  }
}
.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .mt45 {
    margin-top: 30px !important;
  }
}
.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 33px !important;
  }
}
.mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 768px) {
  .mt55 {
    margin-top: 37px !important;
  }
}
.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 40px !important;
  }
}
.mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 768px) {
  .mt65 {
    margin-top: 43px !important;
  }
}
.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 47px !important;
  }
}
.mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 768px) {
  .mt75 {
    margin-top: 50px !important;
  }
}
.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 53px !important;
  }
}
.mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 768px) {
  .mt85 {
    margin-top: 57px !important;
  }
}
.mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 60px !important;
  }
}
.mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 768px) {
  .mt95 {
    margin-top: 63px !important;
  }
}
.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 67px !important;
  }
}
.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}
.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 7px !important;
  }
}
.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}
.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 13px !important;
  }
}
.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 17px !important;
  }
}
.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}
.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 23px !important;
  }
}
.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 27px !important;
  }
}
.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 30px !important;
  }
}
.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 33px !important;
  }
}
.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 37px !important;
  }
}
.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}
.mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 43px !important;
  }
}
.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 47px !important;
  }
}
.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 50px !important;
  }
}
.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 53px !important;
  }
}
.mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 57px !important;
  }
}
.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 60px !important;
  }
}
.mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 63px !important;
  }
}
.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 67px !important;
  }
}
.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 768px) {
  .ml5 {
    margin-left: 3px !important;
  }
}
.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 768px) {
  .ml10 {
    margin-left: 7px !important;
  }
}
.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 768px) {
  .ml15 {
    margin-left: 10px !important;
  }
}
.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 768px) {
  .ml20 {
    margin-left: 13px !important;
  }
}
.ml25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 768px) {
  .ml25 {
    margin-left: 17px !important;
  }
}
.ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 768px) {
  .ml30 {
    margin-left: 20px !important;
  }
}
.ml35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 768px) {
  .ml35 {
    margin-left: 23px !important;
  }
}
.ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 768px) {
  .ml40 {
    margin-left: 27px !important;
  }
}
.ml45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 768px) {
  .ml45 {
    margin-left: 30px !important;
  }
}
.ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 768px) {
  .ml50 {
    margin-left: 33px !important;
  }
}
.ml55 {
  margin-left: 55px !important;
}
@media screen and (max-width: 768px) {
  .ml55 {
    margin-left: 37px !important;
  }
}
.ml60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 768px) {
  .ml60 {
    margin-left: 40px !important;
  }
}
.ml65 {
  margin-left: 65px !important;
}
@media screen and (max-width: 768px) {
  .ml65 {
    margin-left: 43px !important;
  }
}
.ml70 {
  margin-left: 70px !important;
}
@media screen and (max-width: 768px) {
  .ml70 {
    margin-left: 47px !important;
  }
}
.ml75 {
  margin-left: 75px !important;
}
@media screen and (max-width: 768px) {
  .ml75 {
    margin-left: 50px !important;
  }
}
.ml80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 768px) {
  .ml80 {
    margin-left: 53px !important;
  }
}
.ml85 {
  margin-left: 85px !important;
}
@media screen and (max-width: 768px) {
  .ml85 {
    margin-left: 57px !important;
  }
}
.ml90 {
  margin-left: 90px !important;
}
@media screen and (max-width: 768px) {
  .ml90 {
    margin-left: 60px !important;
  }
}
.ml95 {
  margin-left: 95px !important;
}
@media screen and (max-width: 768px) {
  .ml95 {
    margin-left: 63px !important;
  }
}
.ml100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 768px) {
  .ml100 {
    margin-left: 67px !important;
  }
}
.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 768px) {
  .mr5 {
    margin-right: 3px !important;
  }
}
.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 768px) {
  .mr10 {
    margin-right: 7px !important;
  }
}
.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 768px) {
  .mr15 {
    margin-right: 10px !important;
  }
}
.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 768px) {
  .mr20 {
    margin-right: 13px !important;
  }
}
.mr25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 768px) {
  .mr25 {
    margin-right: 17px !important;
  }
}
.mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 768px) {
  .mr30 {
    margin-right: 20px !important;
  }
}
.mr35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 768px) {
  .mr35 {
    margin-right: 23px !important;
  }
}
.mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 768px) {
  .mr40 {
    margin-right: 27px !important;
  }
}
.mr45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 768px) {
  .mr45 {
    margin-right: 30px !important;
  }
}
.mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 768px) {
  .mr50 {
    margin-right: 33px !important;
  }
}
.mr55 {
  margin-right: 55px !important;
}
@media screen and (max-width: 768px) {
  .mr55 {
    margin-right: 37px !important;
  }
}
.mr60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 768px) {
  .mr60 {
    margin-right: 40px !important;
  }
}
.mr65 {
  margin-right: 65px !important;
}
@media screen and (max-width: 768px) {
  .mr65 {
    margin-right: 43px !important;
  }
}
.mr70 {
  margin-right: 70px !important;
}
@media screen and (max-width: 768px) {
  .mr70 {
    margin-right: 47px !important;
  }
}
.mr75 {
  margin-right: 75px !important;
}
@media screen and (max-width: 768px) {
  .mr75 {
    margin-right: 50px !important;
  }
}
.mr80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 768px) {
  .mr80 {
    margin-right: 53px !important;
  }
}
.mr85 {
  margin-right: 85px !important;
}
@media screen and (max-width: 768px) {
  .mr85 {
    margin-right: 57px !important;
  }
}
.mr90 {
  margin-right: 90px !important;
}
@media screen and (max-width: 768px) {
  .mr90 {
    margin-right: 60px !important;
  }
}
.mr95 {
  margin-right: 95px !important;
}
@media screen and (max-width: 768px) {
  .mr95 {
    margin-right: 63px !important;
  }
}
.mr100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 768px) {
  .mr100 {
    margin-right: 67px !important;
  }
}
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.inline {
  display: inline;
}
.pc-block {
  display: block;
}
@media screen and (max-width: 768px) {
.pc-block {
    display: none;
  }
}
.pc-iblock {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .pc-iblock {
    display: none;
  }
}
.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}
.sp-iblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-iblock {
    display: inline-block;
  }
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.color-red {
  color: #ed0500 !important;
}
.color-blue02 {
  color: #011e6e !important;
}
.color-green {
  color: #23c75d !important;
}
.color-green02 {
  color: #009140 !important;
}
.color-orange {
  color: #ff800f !important;
}
.color-blue {
  color: #0e8bff !important;
}
.color-yellow {
  color: #f9e21c !important;
}
.color-brown {
  color: #a6682c !important;
}
.color-pink {
  color: #f7849e !important;
}
.color-lblue {
  color: #1cecf9 !important;
}
.color-purple {
  color: #be4bd7 !important;
}
.color-white {
  color: #fff !important;
}
.back-cream {
  background-color: #fdf7f1;
}
.font-bold {
  font-weight: bold;
}
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
.txt-center {
  text-align: center !important;
}
.top-shadow {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(128, 110, 91, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(128, 110, 91, 0.2);
}
.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wrapper02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrapper02 {
    width: 100%;
  }
}
.wrapper03 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrapper03 {
    width: 100%;
  }
}
.wrapper04 {
  width: 810px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrapper04 {
    width: 100%;
  }
}
.wrapper05 {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wrapper05 {
    width: 100%;
  }
}
.sec-mainvisual {
  padding-top: 26px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec-mainvisual {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.sec-mainvisual .m-ttl-01 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sec-mainvisual .m-ttl-01 {
    margin-top: 20px;
  }
}
.sec-mainvisual .m-list-01 {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .sec-mainvisual .m-list-01 {
    margin-top: 20px;
  }
}
.sec-act {
  padding-top: 62px;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .sec-act {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
.sec-act .m-list-02 {
  margin-top: 59px;
}
@media screen and (max-width: 768px) {
  .sec-act .m-list-02 {
    margin-top: 40px;
  }
}
.sec-act .m-figure-01 {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .sec-act .m-figure-01 {
    margin-top: 15px;
  }
}
.sec-shokueco {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec-shokueco {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.sec-shokueco .m-hr-01 {
  width: 744px;
}
@media screen and (max-width: 768px) {
  .sec-shokueco .m-hr-01 {
    width: 100%;
  }
}
.sec-shokueco .m-list-03 {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .sec-shokueco .m-list-03 {
    margin-top: 10px;
  }
}
.sec-shokueco .m-figure-01 {
  margin-top: 82px;
}
@media screen and (max-width: 768px) {
  .sec-shokueco .m-figure-01 {
    margin-top: 50px;
  }
}
#secKidsVisual {
  padding: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #secKidsVisual {
    padding: 20px 15px;
  }
}
#secKidsVisual .m-mainvisual-02 {
  margin-top: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #secKidsVisual .m-mainvisual-02 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#secKidsRecipie {
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  #secKidsRecipie {
    width: 100%;
  }
}
#secKidsRecipie .m-status-01 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #secKidsRecipie .m-status-01 {
    margin-bottom: 15px;
  }
}
#secKidsRecipie .m-ecopoint-01 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #secKidsRecipie .m-ecopoint-01 {
    margin-top: 70px;
  }
}
#secKidsRecipie .m-btnbnr-01 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #secKidsRecipie .m-btnbnr-01 {
    margin-top: 25px;
  }
}
#secKidsRecipie .m-btnlist-01 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #secKidsRecipie .m-btnlist-01 {
    margin-top: 25px;
  }
}
#secShokuActNav {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #secShokuActNav {
    padding: 30px 10px;
  }
}
#secShokuActCont {
  padding: 40px 0 60px;
}
@media screen and (max-width: 768px) {
  #secShokuActCont {
    padding: 25px 10px 40px;
  }
}
#secShokuActEcouma {
  padding: 49px 50px 60px;
}
@media screen and (max-width: 768px) {
  #secShokuActEcouma {
    padding: 25px 10px 35px;
  }
}
#secShokuActEcouma .m-figure-01 {
  margin-top: 25px;
}
#secShokuActEcouma .m-figure-07ng {
  margin-top: 31px;
  width: 100%;
  margin-left: 23px;
}
@media screen and (max-width: 768px) {
  #secShokuActEcouma .m-figure-01 {
    margin-top: 15px;
  }
}
#secEcoAwardTtl {
  padding: 35px 0 45px;
}
@media screen and (max-width: 768px) {
  #secEcoAwardTtl {
    padding: 20px 0 30px;
  }
}
#secEcoAward {
  padding: 40px 0 45px;
}
@media screen and (max-width: 768px) {
  #secEcoAward {
    padding: 25px 0 30px;
  }
}
#secEcoAward .l-box-02 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #secEcoAward .l-box-02 {
    margin-top: 25px;
  }
}
#secEcoAward .l-balloon-01 {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  #secEcoAward .l-balloon-01 {
    margin-top: 18px;
  }
}
#secEcoAward .l-detail-03 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #secEcoAward .l-detail-03 {
    margin-top: 25px;
  }
}
#secEcoAward .l-flex-02 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #secEcoAward .l-flex-02 {
    margin-top: 30px;
  }
}
#secEcoAward .l-box-01 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #secEcoAward .l-box-01 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
#secEcoAwardPast {
  padding-bottom: 127px;
}
@media screen and (max-width: 768px) {
  #secEcoAwardPast {
    padding-bottom: 50px;
  }
}
#secEcoAwardPast .m-ttl-13 {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  #secEcoAwardPast .m-ttl-13 {
    margin-top: 40px;
  }
}
#secEcoAwardPast .l-year-01 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #secEcoAwardPast .l-year-01 {
    margin-top: 25px;
  }
}
#secEcoAwardPast .l-year-01 .detail {
  width: 400px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #secEcoAwardPast .l-year-01 .detail {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #secEcoAwardPast .l-award-02 {
    margin-top: 20px;
  }
}
#secEcoAwardPast .l-box-02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 850px;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  #secEcoAwardPast .l-box-02 {
    width: 100%;
    margin: 15px auto 0;
  }
}
#mainContents.problem {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
#mainContents.problem .sec-mainvisual {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #mainContents.problem .sec-mainvisual {
    margin-bottom: 50px;
  }
}
#mainContents.problem .sec-list {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #mainContents.problem .sec-list {
    padding: 30px 0;
  }
}
#mainContents.problem .m-ttl-16 {
  width: 700px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #mainContents.problem .m-ttl-16 {
    width: 100%;
    margin: 30px auto 0;
  }
}
#mainContents.problem .m-catch-02 {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #mainContents.problem .m-catch-02 {
    margin-top: 20px;
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  #mainContents.problem .l-flex-01 .flex-inner {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #mainContents.problem .l-flex-01 .flex-inner:first-child {
    margin-top: 0;
  }
}
#mainContents.problem .m-detail-08 .font-bold {
  font-size: 16px;
}
#mainContents.what {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
#mainContents.what .sec-mainvisual {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #mainContents.what .sec-mainvisual {
    margin-bottom: 50px;
  }
}
#mainContents.what .sec-list {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #mainContents.what .sec-list {
    padding: 30px 0;
  }
}
#mainContents.what .sec-list .m-catch-02 {
  margin-bottom: 50px;
}
#mainContents.what .m-ttl-16 {
  width: 700px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #mainContents.what .m-ttl-16 {
    width: 100%;
    margin: 30px auto 0;
  }
}
#mainContents.what .m-catch-02 {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #mainContents.what .m-catch-02 {
    margin-top: 20px;
    padding: 0 5%;
  }
}
#mainContents.what .m-ttl-17 {
  margin: 70px auto 20px;
}
#mainContents.kidsrecipe_top {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
#mainContents.kidsrecipe_top .sec-list {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #mainContents.kidsrecipe_top .sec-list {
    padding: 30px 0;
  }
}
#mainContents.kidsrecipe_top .m-ttl-02, #mainContents.kidsrecipe_top .m-ttl-16 {
  width: 700px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #mainContents.kidsrecipe_top .m-ttl-02, #mainContents.kidsrecipe_top .m-ttl-16 {
    width: 100%;
    margin: 30px auto 0;
  }
}
#mainContents.environmentalad {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
#mainContents.environmentalad .sec-mainvisual {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #mainContents.environmentalad .sec-mainvisual {
    margin-bottom: 50px;
  }
}
#mainContents.environmentalad .sec-list {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  #mainContents.environmentalad .sec-list {
    padding: 30px 0;
  }
}
#mainContents.environmentalad .m-ttl-02, #mainContents.environmentalad .m-ttl-16 {
  width: 700px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #mainContents.environmentalad .m-ttl-02, #mainContents.environmentalad .m-ttl-16 {
    width: 100%;
    margin: 30px auto 0;
  }
}
#mainContents.environmentalad .m-catch-02 {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #mainContents.environmentalad .m-catch-02 {
    margin-top: 20px;
    padding: 0 5%;
  }
}
/* 「味なエコ」マーク */
#secEcoLifeAbout01 {
  padding: 45px 0 70px;
}
@media screen and (max-width: 768px) {
  #secEcoLifeAbout01 {
    padding: 30px 20px 40px;
  }
}
#secEcoLifeAbout01 .m-detail-06 {
  width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #secEcoLifeAbout01 .m-detail-06 {
    width: 100%;
  }
}
#secEcoLifeAbout01 .l-box-02 {
  width: 700px;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  #secEcoLifeAbout01 .l-box-02 {
    width: 100%;
  }
}
#secEcoLifeAbout01 .m-detail-07 {
  padding: 25px 40px;
}
@media screen and (max-width: 768px) {
  #secEcoLifeAbout01 .m-detail-07 {
    padding: 15px;
  }
}
#secEcoLifeAbout02 {
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  #secEcoLifeAbout02 {
    padding: 30px 20px;
  }
}
#secEcoLifeAbout02 .m-ttl-07 {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #secEcoLifeAbout02 .m-ttl-07 {
    width: 100%;
  }
}
#secEcoLifeAbout02 .m-catch-01 {
  width: 700px;
  margin: 15px auto 0;
}
/* #secEcoLifeAbout02 .m-catch-01 sup {
  font-size: 9px;
} */
@media screen and (max-width: 768px) {
  #secEcoLifeAbout02 .m-catch-01 {
    width: 100%;
  }
}
#secEcoLifeAbout02 .m-ttl-14 {
  margin-top: 45px;
}
#secEcoLifeAbout03 {
  padding: 13px 0 50px;
}
@media screen and (max-width: 768px) {
  #secEcoLifeAbout03 {
    padding: 10px 10px 30px;
  }
}
#secEcoLifeDetail01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 770px;
  margin: 0 auto;
  padding: 60px 0 50px;
}
@media screen and (max-width: 768px) {
  #secEcoLifeDetail01 {
    width: 100%;
    padding: 30px 20px;
  }
}
#secEcoLifeDetail01 .m-detail-07 > .detail-wrap {
  width: calc(100% - 170px);
}
#secEcoLifeDetail01 .m-detail-07 > .detail-wrap-03 {
  width: calc(100% - 340px);
  order: 0;
}
@media screen and (max-width: 768px) {
  #secEcoLifeDetail01 .m-detail-07 > .detail-wrap {
    width: 100%;
  }
}
#secEcoLifeDetail01 .m-figure-01 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #secEcoLifeDetail01 .m-figure-01 {
    margin-top: 25px;
  }
}
#secEcoLifeDetail02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 0 40px;
}
@media screen and (max-width: 768px) {
  #secEcoLifeDetail02 {
    padding: 20px;
  }
}
#secEcoLifeDetail02 .gallery-wrap {
  width: 840px;
  margin: 20px auto 40px; /*life02*/
}
#secEcoLifeDetail02 .gallery-wrap02 {
  margin: 0 0 0 3%;
}
@media screen and (max-width: 768px) {
  #secEcoLifeDetail02 .gallery-wrap {
    width: 100%;
    margin-top: 0;
  }
}
#secEcoLifeDetail02 .summary-wrap {
  width: 740px;
  margin: 35px auto 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #secEcoLifeDetail02 .summary-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #secEcoLifeDetail02 .summary-wrap .flex-inner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #secEcoLifeDetail02 .summary-wrap .flex-inner:first-child {
    margin-top: 0;
  }
}
#secEcoLifeDetail02 .m-table-01 {
  margin: 35px auto 0;
}
#secEcoLifeDetail02 .m-table-02 {
 margin: 0;
}
#secEcoLifeDetail02 .m-infolist-01 {
  margin-top: 12px;
}
#secEcoLifeDetail02 .m-infolist-01-mk {
  margin-top: 40px;
}
#secEcoLifeDetail02 .m-infolist-01-tb {
  float: right;
  align-items: center;
}
#secEcoLifeDetail03 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 43px 0;
}
@media screen and (max-width: 768px) {
  #secEcoLifeDetail03 {
    padding: 20px;
  }
  #secEcoLifeDetail02 .m-table-01-04 {
    margin: 0;
  }
  #secEcoLifeDetail02 .m-infolist-01-mk {
    margin-top: 60px;
  }
}
/* エコな製品づくり */
#secSeasoningAbout {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  #secSeasoningAbout {
    padding: 20px 0;
  }
}
#secSeasoningAbout .about-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 605px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #secSeasoningAbout .about-wrap {
    width: 100%;
    padding: 0 20px;
  }
}
#secSeasoningAbout .about-wrap .m-catch-01 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #secSeasoningAbout .about-wrap .m-catch-01 {
    margin-top: 10px;
    font-size: 16px;
  }
}
#secSeasoningMain {
  padding: 43px 0;
}
#secSeasoningMain .m-detail-07{
  box-sizing: border-box;
  width: 770px;
  margin: 0 auto;
  align-items: flex-end;
}
#secSeasoningMain .m-detail-07 > .figure-wrap {
  width: 140px;
  text-align: center;
}
#secSeasoningMain .m-detail-07 > .detail-wrap {
  width: calc(100% - 170px);
}
#secSeasoningMain .sub_ttl_red {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0 20px;
  text-align: center;
  background: url(../img/dec_dot01.png) repeat-x left bottom transparent;
  background-size: 18px 6px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#secSeasoningMain .vid_box{
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  padding: 5% 0 0 0;
}
#secSeasoningMain .vid_box02{
  padding: 0;
}
#secSeasoningMain .vid_box li{
  width: 65%;
  text-align: left;
}
#secSeasoningMain .vid_box .vid_ct{
  width: 32%;
}
#secSeasoningMain .vid_box li h2{
  position: relative;
  font-size: 20px;
  color: #ed1c24;
  font-weight: bold;
  padding: 0 0 3% 0;
}
#secSeasoningMain .vid_box li h2::after{
  content: '';
  position: absolute;
  width: 4%;
  height: 80%;
  top: 8%;
  margin-left: 2%;
  background: url(/company/jp/activity/environment/eco/img/seasoning/aws_red.png) no-repeat;
  background-size: 60%;
  transition: 1s;
}
#secSeasoningMain .vid_box03 li h2::after{
  top: 41%;
}
#secSeasoningMain .vid_box li h2:hover:after{
  margin-left: 3%;
}
#secSeasoningMain .vid_box li a:hover{
  text-decoration: none;
}
#secSeasoningMain .vid_box li .thum{
  width: 100%;
}
#secSeasoningMain .vid_box li iframe{
  width: 100%;
}
.vid_ytb iframe{
  width: 900px;
  height: 506px;
}
.m-table-01 {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  table-layout: fixed;
}
.m-table-02 {
  width: 78%;
}
.m-table-01 .cell01 {
  width: 32%;
}
.m-table-01 .cell02 {
  width: 28%;
}
.m-table-01 .cell03 {
  /* width: 20%; */
  width: 10%;
}
.m-table-01 .cell04 {
  width: 30%;
}
.m-table-01 .cell05 {
  width: 12%;
}
.m-table-01 .cell06 {
  width: 50%;
}
.m-table-01 .cell07 {
  width: 23%;
}
.m-table-01 .cell08 {
  width: 7%;
}
.m-table-01 .ttl {
  text-align: left;
  font-size: 14px;
}
.m-table-01 .ttl_icon:after {
  content: '';
  position: absolute;
  width: 30%;
  height: 5%;
  margin: -7px 0 0 4px;
  background: url(/company/jp/activity/environment/eco/img/life/ajipen_s_icon.png) no-repeat;
}
@media screen and (max-width: 768px) {
  .m-table-01 .ttl {
    font-size: 12px;
  }
  #secEcoLifeDetail02 .m-table-02 {
    width: 100%;
    margin: 0 auto;
}
.m-table-01 .ttl_icon:after {
  margin: -1px 0 0 3px;
  background-size: 15%;
}
.vid_ct a p {
  font-size: 1.0rem;
}
#secSeasoningMain .vid_box{
  width: 100%;
}
#secSeasoningMain .vid_box li{
  width:100%;
  text-align: left;
}
#secSeasoningMain .vid_box .vid_ct{
  width: 100%;
}
#secSeasoningMain .vid_box li h2{
  padding: 3% 0;
  font-size: 18px;
}
#secSeasoningMain .vid_box li h2:after{
  top: 57%;
}
#secSeasoningMain .vid_box01 li h2::after{
  top: 32%;
}
#secSeasoningMain .vid_box li h2:hover:after{
  margin-left: 3%;
}
}
.m-table-01 .icon-arrow {
  position: relative;
}
.m-table-01 .icon-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 56px;
  height: 33px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .m-table-01 .icon-arrow:before {
    width: 30px;
    height: 18px;
  }
}
.m-table-01 th {
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .m-table-01 th {
    padding: 5px;
  }
}
.m-table-01 td {
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .m-table-01 td {
    padding: 5px;
  }
}
.m-table-01 th {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #d0d0d0;
}
.m-table-01 td {
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #d0d0d0;
}
.m-table-01 .green_txt {
  color: #23c75d;
}
.m-table-01 .point_b {
  font-size: 23px;
}
.m-table-01 td.table-green {
  text-align: left;
}
.m-table-01 th.table-green {
  text-align: center;
}
.m-table-01 thead {
  font-size: 18px;
  color: #23c75d;
}
@media screen and (max-width: 768px) {
  .m-table-01 thead {
    font-size: 13px;
  }
}
.m-table-01 tbody {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .m-table-01 tbody {
    font-size: 12px;
  }
}
.l-box-01 {
  padding: 33px 66px;
  border: 2px solid #ed0500;
}
@media screen and (max-width: 768px) {
  .l-box-01 {
    padding: 10px;
  }
}
.l-box-01 .m-ttl-05 + .l-detail-05 {
  margin-top: 0;
}
.l-box-01 > .l-detail-05 {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .l-box-01 > .l-detail-05 {
    margin-top: 35px;
  }
}
.l-box-02 {
  overflow: hidden;
  border: 1px solid #ed0500;
  border-radius: 20px;
}
.l-box-02 .l-detail-05:nth-of-type(even) .detail-inner {
  background-color: #fdf3f3;
}
.l-box-02 .l-detail-05 .detail-inner {
  margin-top: 0;
  border-radius: 0;
}
.l-box-02 .l-flex-01 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 18px 50px 23px;
}
@media screen and (max-width: 768px) {
  .l-box-02 .l-flex-01 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-box-02 .l-flex-01.column03 .flex-inner {
    width: calc(50% - 5px);
  }
}
.l-box-02 .l-flex-01 .flex-inner {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .l-box-02 .l-flex-01 .flex-inner {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .l-box-02 .l-flex-01 .flex-inner .m-intro-01 .position {
    font-size: 11px;
  }
}
.l-box-03 {
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #ed0500;
}
@media screen and (max-width: 768px) {
  .l-box-03 {
    padding: 15px;
  }
}
.l-box-04 {
  overflow: hidden;
  border: 1px solid #ed0500;
  border-radius: 5px;
  background-color: #fff;
}
.l-box-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  padding: 15px 20px;
  border: 4px solid #f2798f;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .l-box-05 {
    padding: 15px;
  }
}
.l-box-05 > .inner-wrap {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .l-box-05 > .inner-wrap {
    width: 100% !important;
  }
}
.l-box-05 > .inner-wrap > * {
  margin-top: 10px;
}
.l-box-05 > .inner-wrap > *:first-child {
  margin-top: 0;
}
.l-box-05 .act03-01 {
  width: calc((377 / 876 * 100 * 1%) - 20px);
}
.l-box-05 .act03-02 {
  width: calc(100% - (377 / 876 * 100 * 1%));
}
.l-box-05 .act03-03 {
  width: calc((330 / 876 * 100 * 1%) - 20px);
}
.l-box-05 .act03-04 {
  width: calc(100% - (330 / 876 * 100 * 1%));
}
.l-box-05 .act03-05 {
  width: calc((500 / 876 * 100 * 1%));
}
.l-box-05 .act03-05 .l-flex-01 .flex-inner:nth-of-type(odd) {
  width: calc(100% - 124px - 20px);
}
@media screen and (max-width: 768px) {
  .l-box-05 .act03-05 .l-flex-01 .flex-inner:nth-of-type(odd) {
    width: calc(100% - 62px - 10px);
  }
}
.l-box-05 .act03-05 .l-flex-01 .flex-inner:nth-of-type(even) {
  width: 124px;
}
@media screen and (max-width: 768px) {
  .l-box-05 .act03-05 .l-flex-01 .flex-inner:nth-of-type(even) {
    width: 62px;
  }
}
.l-box-05 .act03-06 {
  width: calc(100% - (500 / 876 * 100 * 1%));
}
@media screen and (max-width: 768px) {
  .l-box-05 .act03-06 {
    margin-top: 20px;
  }
}
.l-box-06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.l-box-06.valign-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.l-box-06 > .inner-wrap {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .l-box-06 > .inner-wrap {
    width: 100% !important;
  }
}
.l-box-06 > .inner-wrap > * {
  margin-top: 10px;
}
.l-box-06 > .inner-wrap > *:first-child {
  margin-top: 0;
}
.l-box-06 .act05-01 {
  width: calc(100% - (542 / 909 * 100 * 1%));
}
.l-box-06 .act05-02 {
  width: calc((542 / 909 * 100 * 1%) - 20px);
}
.l-box-06 .act05-03 {
  width: calc((444 / 904 * 100 * 1%) - 20px);
}
.l-box-06 .act05-04 {
  width: calc(100% - (444 / 904 * 100 * 1%));
}
@media screen and (max-width: 768px) {
  .l-box-06 .act05-04 {
    margin-top: 20px;
  }
}
.l-box-06 .act07-01 {
  width: calc(100% - (427 / 909 * 100 * 1%));
}
.l-box-06 .act07-02 {
  /*width: calc((427 / 909 * 100 * 1%) - 20px);*/
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-box-06 .act07-02 {
    margin-top: 20px;
  }
}
.l-box-06 .act07-03 {
  width: calc((519 / 909 * 100 * 1%) - 20px);
}
.l-box-06 .act07-04 {
  width: calc(100% - (519 / 909 * 100 * 1%));
  font-size: 18px;
  font-weight: bold;
  color: #ee783f;
}
.l-box-06 .act07-04_ng {
  width: calc(100% - (519 / 909 * 100 * 1%));
}
@media screen and (max-width: 768px) {
  .l-box-06 .act07-04 {
    margin-top: 10px;
    font-size: 16px;
  }
  .l-box-06 .act07-04_ng {
    margin-top: 15px;
    font-size: 16px;
  }
}
.l-box-07 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff2f4;
}
@media screen and (max-width: 768px) {
  .m-name-01 img {
    width: 18%;
  }
}
.l-faq-01 > .inner dt, .l-faq-01 > .inner dd {
  display: block;
  position: relative;
  min-height: 68px;
  padding-left: 80px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 768px) {
  .l-faq-01 > .inner dt, .l-faq-01 > .inner dd {
    padding-left: 50px;
  }
}
.l-faq-01 > .inner dt:before, .l-faq-01 > .inner dd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 68px;
  background: url(../img/life/icon_q.png) no-repeat center center transparent;
  background-size: contain;
}
.l-faq-01 > .inner_lf21 dt:before, .l-faq-01 > .inner_lf21 dd:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .l-faq-01 > .inner dt:before, .l-faq-01 > .inner dd:before {
    width: 40px;
    height: 40px;
  }
}
.l-box-01 .ifcc {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  margin-left: 3em;
  margin-right: 3em;
}
.l-box-01 .ifcc .cr1 {
  margin: 2em 5em;
}
.l-box-01 .ifcc .cr3 {
  margin: -4em 5em;
}
.l-box-01 .ifcc .cr4 {
  margin: -1em -1em 0;
}
.l-faq-01 > .inner dt {
  padding-top: 19px;
  font-size: 25px;
}
.l-faq-01 > .inner_s dt {
  font-size: 20px;
}
.l-faq-01 > .inner_lf21 dt {
  padding-top: 0;
}
.l-faq-01 > .inner_lf21 dt, .l-faq-01 > .inner_lf21 dd{
  min-height: 48px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .l-faq-01 > .inner dt {
    padding-top: 5px;
    font-size: 18px;
  }
  .l-box-01 .ifcc {
		margin: 1em auto;
  }
  .l-box-01 .ifcc .pt_if {
    margin-top: 0em;
    margin-left: 0em;
  }
  .l-box-01 .ifcc .cr1 {
    margin-left: 10em;
    margin-top: -3em;
    margin-right: 0;
  }
  .l-box-01 .ifcc .cr2 {
    margin-left: 0em;
    margin-top: -2.5em;
    margin-right: 5em;
  }
  .l-box-01 .ifcc .cr3 {
    margin-left: 8em;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 0.1em;
  }
  .l-box-01 .ifcc .cr4 {
    width: 63%;
    margin-left: 1em;
    margin-top: -1em;
    margin-right: 4em;
  }
  .l-faq-01 > .inner_s dt {
    margin-bottom: 5%;
  }
}
.l-faq-01 > .inner dd {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  line-height: 1.87;
  color: #ed0500;
}
@media screen and (max-width: 768px) {
  .l-faq-01 > .inner dd {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }
}
.l-faq-01 > .inner dd:before {
  background-image: url(../img/life/icon_a.png);
}
.dncs1 {
  font-size: 28px;
  color: #dc1315;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 5%;
  letter-spacing: 0.1em;
}
.dncs1:before, .dncs1:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #dc1315;
  display: block;
}
.dncs1:before {
  margin-right: 1.4em;
}
.dncs1:after {
  margin-left: 1.4em;
}
.l-flex-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-flex-01-02 {
  margin: 35px auto 0;
  align-items: center;
}
.l-flex-01.column03 > .flex-inner {
  width: 33.3%;
}
.l-flex-01 > .flex-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 10px);
}
.l-flex-01 > .flex-inner02 {
  width: 20%;
}
.l-flex-01 > .flex-inner.full-size {
  width: 100%;
}
.life_ttl{
  margin: 5% 0 0;
  display: flex;
  align-items: flex-end;
}
.life_ttl_img{
  padding: 0 0 3%;
}
.life_ttl_img .table_img{
  width: 27%;
  position: relative;
  top: 20px;
}
.life_ttl_img .table_img .table_img_if{
  font-size: 12px;
  text-align: center;
  font-weight: 100;
}
.life_ttl p {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .l-flex-01 > .flex-inner {
    width: 100%;
  }
  .l-flex-01 > .flex-inner02 {
    width: 37%;
    text-align: center;
    margin: 5% auto;
}
.life_ttl_img{
  flex-wrap: wrap;
}
.life_ttl_img .table_img{
  width: 60%;
  margin: 0 auto;
  top: 0;
}
}
.l-flex-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-flex-02 > .flex-inner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-flex-02 > .flex-inner:first-child {
    margin-top: 0;
  }
}
.l-flex-02 > .flex-inner:nth-of-type(odd) {
  width: calc(58% - 10px);
}
@media screen and (max-width: 768px) {
  .l-flex-02 > .flex-inner:nth-of-type(odd) {
    width: 100%;
  }
}
.l-flex-02 > .flex-inner:nth-of-type(even) {
  width: calc(42% - 10px);
}
@media screen and (max-width: 768px) {
  .l-flex-02 > .flex-inner:nth-of-type(even) {
    width: 100%;
  }
}
.l-flex-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-flex-03 > .flex-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-flex-03 > .flex-inner {
    width: 100%;
  }
}
.l-flex-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-flex-04.column03 > .flex-inner {
  width: 33.3%;
}
.l-flex-04 > .flex-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 20px);
  margin: 20px 10px 0;
}
@media screen and (max-width: 768px) {
  .l-flex-04 > .flex-inner {
    width: 100%;
  }
}
.l-flex-04 > .flex-inner.full-size {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-flex-04 > .flex-inner:first-child {
    margin-top: 0;
  }
}
.l-detail-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .l-detail-01 {
    margin-top: -20px;
  }
}
.l-detail-01 + .l-detail-01 {
  margin-top: 0;
}
.l-detail-01.vartical-center {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-detail-01.layout-reverse .detail-inner:nth-of-type(odd) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-01.layout-reverse .detail-inner:nth-of-type(even) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.l-detail-01.column03 > .detail-inner {
  width: calc(33.3% - 10px);
}
@media screen and (max-width: 768px) {
  .l-detail-01.column03 > .detail-inner {
    width: 100%;
  }
}
.l-detail-01 > .detail-inner {
  width: calc(50% - 10px);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-detail-01 > .detail-inner {
    width: 100%;
    margin-top: 30px;
  }
}
.l-detail-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-top: 90px;
  background: #fff;
  border: 3px solid #dc1315;
}
@media screen and (max-width: 768px) {
  .l-detail-02.out-detail {
    margin-bottom: calc(90px + 3em);
  }
}
.l-detail-02.sep-even > .detail-inner:nth-of-type(even) > .inner:before {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-detail-02.sep-even > .detail-inner:nth-of-type(even) > .inner:before {
    display: none;
  }
}
.l-detail-02.sep-even > .detail-inner:nth-of-type(odd) > .inner:before {
  display: none;
}
.l-detail-02.sep-odd-right > .detail-inner:nth-of-type(even) > .inner:before {
  display: block;
  left: auto;
  right: 0;
}
.l-detail-02.sep-odd-right > .detail-inner:nth-of-type(even) > .inner_lng:before {
  left: auto;
  right: 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-detail-02.sep-odd-right > .detail-inner:nth-of-type(even) > .inner:before {
    display: none;
  }
}
.l-detail-02.sep-odd-right > .detail-inner:nth-of-type(odd) > .inner:before {
  display: none;
}
.l-detail-02.margin0 {
  margin-top: -2px;
}
.l-detail-02 .ttl-fix {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  text-align: center;
}
.l-detail-02 .size-full {
  width: 100%;
}
.l-detail-02 .detail-layout01 {
  text-align: center;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #ed0500;
}
.l-detail-02 .detail-layout01_02 {
  text-align: center;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #313131;
  margin-top: 2px;
  transform: rotate(0.03deg);
}
.l-detail-02 .detail-layout01_02_ng {
  text-align: left;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #313131;
  margin-top: 2px;
  transform: rotate(0.03deg);
}
.l-detail-02 .detail-layout01_07_04 {
  text-align: center;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #313131;
  margin-top: -8%;
  transform: rotate(0.03deg);
}
.l-detail-02 .detail-layout01_07_04v {
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  margin: 15px 0;
  font-weight: bolder;
  font-size: 20px;
  color: #e8284d;
}
.detail-layout01_07_04_02 {
  text-align: left;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #313131;
  transform: rotate(0.03deg);
  margin-top: 1%;
  margin-left: 4%;
  position: absolute;
}
.detail-layout01_02_a5 {
  text-align: left;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #313131;
  margin-top: -8%;
  margin-left: 23%;
  transform: rotate(0.03deg);
}
.detail-layout01_02_a6 .txt_sp {
  font-weight: bolder;
  color: #e8284d;
  font-size: 20px;
  margin-bottom: 12px;
  transform: rotate(0.03deg);
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.detail-layout01_02_a6 {
  text-align: left;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #313131;
  margin-top: -19%;
  margin-left: 2%;
  transform: rotate(0.03deg);
  position: absolute;
}
.inner .detail-layout01_02_a721 {
  text-align: left;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #313131;
  margin-top: -55%;
  margin-left: 7%;
  transform: rotate(0.03deg);
  position: absolute;
}
.detail-layout01_02_a722 {
  text-align: left;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #313131;
  margin-top: -25%;
  margin-left: 56%;
  transform: rotate(0.03deg);
  position: absolute;
}
.detail-layout01_02_a73 {
  text-align: left;
  font-size: 18px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  color: #313131;
  margin-top: 4%;
  margin-left: 3%;
  transform: rotate(0.03deg);
  position: absolute;
}
.detail-layout01_02_a73 .txt_sp {
  font-weight: bolder;
  color: #e8284d;
  font-size: 20px;
  margin-bottom: 12px;
  transform: rotate(0.03deg);
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 768px) {
  .l-detail-02 .detail-layout01_07_04 {
    /* padding: 15px;*/
    font-size: 16px;
    margin-top: 15px;
  }
  .l-detail-02 .detail-layout01_07_04v {
    /* padding: 15px;*/
    font-size: 18px;
    margin: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-02 .detail-layout01 {
    padding: 10px;
    font-size: 14px;
  }
}
.l-detail-02 > .detail-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  background-color: #fff;
}
.l-detail-02 > .detail-inner_ng {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  margin: 10px auto;
  background-color: #fff;
  text-align: center;
}
.l-detail-02 > .detail-inner_ng.figure img {
  max-width: 100%;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .l-detail-02 > .detail-inner {
    width: 100%;
  }
}
.l-detail-02 > .detail-inner.size-full {
  width: 100%;
}
.l-detail-02 > .detail-inner:nth-of-type(even) > .inner {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .l-detail-02 > .detail-inner:nth-of-type(even) > .inner {
    padding-right: 10px;
  }
}
.l-detail-02 > .detail-inner:nth-of-type(odd) > .inner {
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .l-detail-02 > .detail-inner:nth-of-type(odd) > .inner {
    padding-left: 10px;
  }
}
.l-detail-02 > .detail-inner:nth-of-type(odd) > .inner:before {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-detail-02 > .detail-inner:nth-of-type(odd) > .inner:before {
    display: none;
  }
}
.l-detail-02 > .detail-inner > .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 15px 15px 20px;
}
.l-detail-02 > .detail-inner > .inner_mtcs_01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0px 15px 55px;
}
@media screen and (max-width: 768px) {
  .l-detail-02 > .detail-inner > .inner_mtcs_01 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0px 131px 55px;
  }
}
.l-detail-02 > .detail-inner > .inner_mtcs_02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0px 15px 30px;
  margin-top: -20px;
}
.l-detail-02 > .detail-inner > .inner_mtcs_03 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0px 15px 18px;
}
@media screen and (max-width: 768px) {
  .l-detail-02 > .detail-inner > .inner {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-02 > .detail-inner > .inner_mtcs_03 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0px 131px 55px;
  }
  .l-detail-02 > .detail-inner:nth-of-type(odd) > .inner_mtcs_03 {
    padding-left: 10px;
  }
  .l-detail-02 > .detail-inner > .inner_mtcs_03 {
    padding: 10px;
  }
}
.l-detail-02 > .detail-inner > .inner_mtcs_03 > .figure {
  text-align: center;
}
.l-detail-02 > .detail-inner > .inner:before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 2px;
  height: calc(100% - 40px);
  background: url(../img/activity/eco_cont_bg.gif) repeat-y center top transparent;
  background-size: 2px 8px;
}
.l-detail-02 > .detail-inner > .inner > .figure {
  text-align: center;
}
.l-detail-02 > .detail-inner > .inner_lng:before {
  content: "";
  display: none;
  top: 50%;
  left: -1px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0px;
  height: calc(100% - 40px);
  background: url(../img/activity/eco_cont_bg.gif) repeat-y center top transparent;
  background-size: 2px 8px;
}
.l-detail-02 > .detail-inner > .inner > .figure {
  text-align: center;
}
.l-detail-02 > .detail-inner > .inner > .figure_ng {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-detail-02 > .detail-inner > .inner > .figure_ng {
    text-align: center;
  }
}
.l-detail-02 > .detail-inner > .inner > .figure img {
  margin-left: auto;
  margin-right: auto;
}
.l-detail-02 > .detail-inner > .inner > .figure_mtcs_01 img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.l-detail-02 > .detail-inner .l-box-07 {
  width: calc(100% - 30px);
  margin: 0 auto;
}
.l-detail-02 .detail-layout02 .inner {
  padding: 30px !important;
}
@media screen and (max-width: 768px) {
  .l-detail-02 .detail-layout02 .inner {
    padding: 15px !important;
  }
}
.l-detail-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-detail-03 > .detail-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  padding: 22px 33px;
}
@media screen and (max-width: 768px) {
  .l-detail-03 > .detail-inner {
    width: 100%;
    padding: 15px;
  }
}
.l-detail-03 > .detail-inner.back-white {
  background-color: #fff;
}
.l-detail-03 > .detail-inner > .figure-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .l-detail-03 > .detail-inner > .figure-wrap {
    width: 100%;
    text-align: center;
  }
}
.l-detail-03 > .detail-inner > .figure-wrap .m-intro-01 {
  margin-top: 10px;
}
.l-detail-03 > .detail-inner > .detail-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 170px - 23px);
}
@media screen and (max-width: 768px) {
  .l-detail-03 > .detail-inner > .detail-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.l-detail-03 > .detail-inner > .detail-wrap .m-ttl-10 {
  line-height: 1.4;
}
.l-detail-03 > .detail-inner > .detail-wrap > * {
  margin-top: 10px;
  line-height: 1.57;
}
.l-detail-03 > .detail-inner > .detail-wrap > *:first-child {
  margin-top: 0;
}
.l-detail-04 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  background-color: #ecf7e8;
}
@media screen and (max-width: 768px) {
  .l-detail-04 {
    padding: 20px;
  }
}
.l-detail-04 > * {
  margin-top: 20px;
}
.l-detail-04 > *:first-child {
  margin-top: 0;
}
.l-detail-04 p {
  line-height: 1.67;
}
.l-detail-04 .space {
  height: 4em;
}
@media screen and (max-width: 768px) {
  .l-detail-04 .space {
    height: 0;
  }
}
.l-detail-04 img {
  margin-left: 5px;
  clear: both;
}
.l-detail-05 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-detail-05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-box-02 .l-detail-05 .lay-21{
    flex-wrap: wrap-reverse;
  }
}
.l-detail-05 > .m-ttl-11 {
  margin-bottom: 15px;
}
.l-detail-05 > .m-intro-02 {
  position: absolute;
  top: 0;
  right: 0;
}
.l-detail-05 > .oneline {
  top: -35px;
}
@media screen and (max-width: 768px) {
  .l-detail-05 > .m-intro-02 {
    position: relative;
  }
  .l-detail-05 > .oneline {
    top: 0;
  }
}
.l-detail-05 .detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
  padding: 10px 10px 20px;
  border-radius: 20px;
  background-color: #fff;
}
.l-detail-05 .detail-inner ul {
  position: relative;
  display: flex;
}
.l-detail-05 .detail-inner ul .left_lt {
  width: 35%;
  flex-wrap: wrap;
}
.l-detail-05 .detail-inner ul .left_lt_21 {
  width: 100%;
  display: flex;
}
.l-detail-05 .detail-inner ul .left_lt_65 {
  width: 65%;
}
.l-detail-05 .detail-inner ul .left_lt_21 .m-balloon-03 {
  margin: 20px 5px 0;
}
.l-detail-05 .detail-inner ul .left_lt_21 .inner_21 {
  width: 55%;
}
.l-detail-05 .detail-inner ul .right_lt {
  width: 65%;
}
.l-detail-05 .detail-inner ul .right_lt_35 {
  width: 35%;
}
.l-detail-05 .detail-inner ul .right_lt_21 {
  width: 50%;
}
/* .l-detail-05 .detail-inner .flex-dr{
  flex-direction: row-reverse;
} */
@media screen and (max-width: 768px) {
  .l-detail-05 .detail-inner ul {
    position: relative;
    display: block;
  }
  .l-detail-05 .detail-inner ul .left_lt {
    width: auto;
  }
  .l-detail-05 .detail-inner ul .right_lt {
    width: auto;
  }
  .l-detail-05 .detail-inner ul .left_lt_21 {
    flex-wrap: nowrap;
  }
}
.l-detail-05 .detail-inner .inner-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.l-detail-05 .detail-inner .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 20px 5px 0;
}
.l-detail-05 .detail-inner .inner.layout-v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-detail-05 .detail-inner .inner.layout-bt {
  margin-top: 19%;
}
.l-detail-05 .detail-inner .inner.v-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.l-detail-05 .detail-inner .inner.v-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
@media screen and (max-width: 768px) {
  .l-detail-05 .detail-inner .inner.sp img:nth-of-type(1) {
    width: 60%;
  }
  .l-detail-05 .detail-inner .inner.sp img:nth-of-type(2) {
    width: 40%;
  }
  .l-detail-05 .detail-inner .inner.layout-bt {
    margin-top: 4%;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-05 .detail-inner .inner.h-left-sp {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-05 .detail-inner .inner.h-right-sp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-05 .detail-inner .inner.balloon04-05 {
    padding-top: 110px;
  }
}
.l-detail-06 {
  border: 3px solid #ed0500;
  background-color: #fff;
}
.l-detail-07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-detail-05 .detail-inner .inner_22 {
  margin: 40px 5px 0;
}
@media screen and (max-width: 768px) {
  .l-detail-07 > .detail-inner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-detail-07 > .detail-inner:first-child {
    margin-top: 0;
  }
}
.l-detail-07 > .detail-inner:nth-of-type(odd) {
  width: calc(100% - 443px);
}
@media screen and (max-width: 768px) {
  .l-detail-07 > .detail-inner:nth-of-type(odd) {
    width: 100%;
  }
}
.l-detail-07 > .detail-inner:nth-of-type(even) {
  width: 423px;
}
@media screen and (max-width: 768px) {
  .l-detail-07 > .detail-inner:nth-of-type(even) {
    width: 100%;
  }
}
.l-award-01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 50px;
  border: 1px solid #ed0500;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .l-award-01 {
    padding: 13px 20px;
  }
}
.l-award-01 .l-flex-01 {
  margin-top: 5px;
}
.l-award-01 .l-flex-01 .flex-inner {
  margin-top: 10px;
}
.l-award-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-award-02 > .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(33.3% - 20px);
  margin: 30px 10px 0;
}
@media screen and (max-width: 768px) {
  .l-award-02 > .inner {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-award-02 > .inner:first-child {
    margin-top: 0;
  }
}
.l-award-02 > .inner .m-balloon-05 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 24px);
  margin: 10px auto 0;
}
.l-award-02 > .inner .figure {
  margin-top: 25px;
  text-align: center;
}
.l-award-02 > .inner .m-intro-01 {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.l-award-02 > .inner .m-detail-05 {
  margin-top: 10px;
}
.l-year-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-year-01 > .year {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 305px;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-year-01 > .year {
    width: 100%;
  }
}
.l-year-01 > .figure {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 305px - 300px);
}
@media screen and (max-width: 768px) {
  .l-year-01 > .figure {
    width: 100%;
    margin-top: 20px;
  }
}
.l-year-01 > .detail {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding-left: 10px;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .l-year-01 > .detail {
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.l-year-01 .v-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.l-balloon-01 {
  position: relative;
  height: 645px;
}
@media screen and (max-width: 768px) {
  .l-balloon-01 {
    height: auto;
  }
}
.l-balloon-01 .balloon-inner {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .l-balloon-01 .balloon-inner {
    position: relative;
    margin-top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .l-balloon-01 .balloon-inner:nth-of-type(odd) {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-balloon-01 .balloon-inner:nth-of-type(even) {
    margin-left: auto;
  }
}
.l-balloon-01 .balloon-inner.balloon00 {
  top: 0;
  left: 349px;
  width: 167px;
}
@media screen and (max-width: 768px) {
  .l-balloon-01 .balloon-inner.balloon00 {
    top: 0;
    left: 0;
    width: 40.2%;
    margin-top: 0;
  }
}
.l-balloon-01 .balloon-inner.balloon01 {
  top: 84px;
  left: 105px;
  width: 259px;
}
@media screen and (max-width: 768px) {
  .l-balloon-01 .balloon-inner.balloon01 {
    top: 0;
    left: 0;
    width: 62.3%;
  }
}
.l-balloon-01 .balloon-inner.balloon02 {
  top: 15px;
  left: 540px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .l-balloon-01 .balloon-inner.balloon02 {
    top: 0;
    left: 0;
    width: 48.2%;
  }
}
.l-balloon-01 .balloon-inner.balloon03 {
  top: 181px;
  left: 375px;
  width: 224px;
}
@media screen and (max-width: 768px) {
  .l-balloon-01 .balloon-inner.balloon03 {
    top: 0;
    left: 0;
    width: 54%;
  }
}
.l-balloon-01 .balloon-inner.balloon04 {
  top: 340px;
  left: 15px;
  width: 185px;
}
@media screen and (max-width: 768px) {
  .l-balloon-01 .balloon-inner.balloon04 {
    top: 0;
    left: 0;
    width: 44.6%;
    margin-top: -70px;
  }
}
.l-balloon-01 .balloon-inner.balloon05 {
  top: 200px;
  left: 630px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .l-balloon-01 .balloon-inner.balloon05 {
    top: 0;
    left: 0;
    width: 72.5%;
    margin-top: -30px;
  }
}
.l-balloon-01 .balloon-inner.balloon06 {
  top: 366px;
  left: 223px;
  width: 203px;
}
@media screen and (max-width: 768px) {
  .l-balloon-01 .balloon-inner.balloon06 {
    top: 0;
    left: 0;
    width: 48.9%;
    margin-top: -30px;
  }
}
.l-balloon-01 .balloon-inner.balloon07 {
  top: 422px;
  left: 439px;
  width: 222px;
}
@media screen and (max-width: 768px) {
  .l-balloon-01 .balloon-inner.balloon07 {
    top: 0;
    left: 0;
    width: 53.6%;
  }
}
.m-mainvisual-01 img {
  margin: 0 auto;
}
.m-mainvisual-02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .m-mainvisual-02 {
    width: 100%;
  }
}
.m-info-01 {
  font-size: 10px;
}
.m-ttl-01 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.11em;
  color: #ed0500;
}
@media screen and (max-width: 768px) {
  .m-ttl-01 {
    font-size: 23px;
  }
}
.m-ttl-02, .m-ttl-16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 28px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .m-ttl-02, .m-ttl-16 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .m-ttl-02 > *, .m-ttl-16 > * {
    width: calc(100% - 84px - 20px);
  }
}
.m-ttl-02:before, .m-ttl-16:before, .m-ttl-02:after, .m-ttl-16:after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 30px;
  margin-left: 19px;
  margin-right: 22px;
  background: no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .m-ttl-02:before, .m-ttl-16:before, .m-ttl-02:after, .m-ttl-16:after {
    width: 42px;
    height: 33px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.m-ttl-02:before, .m-ttl-16:before {
  background-image: url(../img/icon_rice.png);
}
.m-ttl-02:after, .m-ttl-16:after {
  background-image: url(../img/icon_leaf.png);
}
.m-ttl-02.reverse-icon:before, .reverse-icon.m-ttl-16:before {
  background-image: url(../img/icon_leaf.png);
}
.m-ttl-02.reverse-icon:after, .reverse-icon.m-ttl-16:after {
  background-image: url(../img/icon_rice.png);
}
.m-ttl-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 26px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .m-ttl-03 {
    font-size: 18px;
  }
}
.m-ttl-03:after {
  content: "";
  display: inline-block;
  width: 67px;
  height: 61px;
  margin-left: 8px;
  margin-right: 8px;
  background: url(../img/icon_flag.png) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .m-ttl-03:after {
    width: 40px;
    height: 35px;
    margin-left: 4px;
    margin-right: 0px;
  }
}
.m-ttl-04 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 26px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .m-ttl-04 {
    font-size: 20px;
  }
}
.m-ttl-04 > span {
  display: inline-block;
  color: #ed0500;
}
.m-ttl-05 {
  text-align: center;
}
.m-ttl-05-kid {
  margin: 40px auto 0;
}
.m-ttl-05.middle .ttl {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .m-ttl-05.middle .ttl {
    font-size: 22px;
  }
}
.m-ttl-05.middle .ttl .strong {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .m-ttl-05.middle .ttl .strong {
    display: block;
    font-size: 28px;
  }
}
.m-ttl-05.large .ttl {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .m-ttl-05.large .ttl {
    font-size: 22px;
  }
}
.m-ttl-05.large .ttl:before, .m-ttl-05.large .ttl:after {
  width: 60px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .m-ttl-05.large .ttl:before, .m-ttl-05.large .ttl:after {
    width: 42px;
    height: 33px;
  }
}
.m-ttl-05.large .ttl .strong {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .m-ttl-05.large .ttl .strong {
    font-size: 28px;
  }
}
.m-ttl-05 .ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.5em;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 28px;
  letter-spacing: 0.02em;
}
.m-ttl-05 .ttl_ss {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .m-ttl-05 .ttl {
    font-size: 20px;
  }
}
.m-ttl-05 .ttl:before, .m-ttl-05 .ttl:after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 30px;
  background: no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .m-ttl-05 .ttl:before, .m-ttl-05 .ttl:after {
    width: 42px;
    height: 33px;
  }
}
.m-ttl-05 .ttl:before {
  margin-right: 22px;
  background-image: url(../img/icon_rice.png);
}
@media screen and (max-width: 768px) {
  .m-ttl-05 .ttl:before {
    margin-right: 5px;
  }
}
.m-ttl-05 .ttl:after {
  margin-left: 19px;
  background-image: url(../img/icon_leaf.png);
}
@media screen and (max-width: 768px) {
  .m-ttl-05 .ttl:after {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .m-ttl-05 .inner {
    width: calc(100% - 84px - 10px);
  }
}
.m-ttl-05 .catch {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 24px;
  color: #ed0500;
}
@media screen and (max-width: 768px) {
  .m-ttl-05 .catch {
    font-size: 18px;
  }
}
.m-ttl-05 .catch:before, .m-ttl-05 .catch:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 5px solid #ed0500;
}
.m-ttl-05 .catch:before {
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.m-ttl-05 .catch:after {
  right: -10px;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.m-ttl-06 {
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  background: url(../img/kidsrecipe/line_dot.png) repeat-x left bottom transparent;
  background-size: 10px 3px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 20px;
  color: #ed0500;
}
.m-ttl-06:first-child {
  margin-top: 0;
}
.m-ttl-07 {
  padding-bottom: 20px;
  background: url(../img/activity/eco_ttl_back_green.png) repeat-x left bottom transparent;
  background-size: 18px 6px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.m-ttl-07-small {
  width: 81%;
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
}
#secSeasoningMain .bg-green02 {
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .m-ttl-07 {
    padding-bottom: 10px;
    background-size: 9px 3px;
    font-size: 26px;
    text-align: center;
  }
  .m-ttl-07-ss {
    letter-spacing: 0.01em;
  }
  .m-ttl-07-small {
    width: 90%;
}
}
.m-ttl-07.l-center {
  text-align: center;
}
.m-ttl-07.bg-red {
  background-image: url(../img/dec_dot01.png);
}
.m-ttl-07.bg-blue {
  background-image: url(../img/activity/eco_ttl_back_blue.png);
}
.m-ttl-07.bg-blue02 {
  background-image: url(../img/dec_dot02.png);
}
.m-ttl-07.bg-green02 {
  background-image: url(../img/dec_dot03.png);
}
.m-ttl-07.bg-yellow {
  background-image: url(../img/activity/eco_ttl_back_yellow.png);
}
.m-ttl-07.bg-brown {
  background-image: url(../img/activity/eco_ttl_back_brown.png);
}
.m-ttl-07.bg-pink {
  background-image: url(../img/activity/eco_ttl_back_pink.png);
}
.m-ttl-07.bg-purple {
  background-image: url(../img/activity/eco_ttl_back_purple.png);
}
.m-ttl-07 .small {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #secSeasoningMain {
    padding: 30px 0;
  }
  #secSeasoningMain .m-detail-07{
    width: 100%;
  }
  #secSeasoningMain .m-detail-07 > .figure-wrap {
    width: 100%;
    padding: 5% 0 2%;
  }
  #secSeasoningMain .m-detail-07 > .detail-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-ttl-07 .small {
    font-size: 18px;
  }
}
.m-ttl-07 .info {
  font-size: 12px;
}
.m-ttl-08 {
  padding: 10px;
  background: url(../img/activity/eco_ttl_bg.gif) repeat center top transparent;
  background-size: 8px 8px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 20px 16px 5px;
}
.m-ttl-08-mg {
  margin: 0;
}
.m-ttl-08_ng {
  padding: 10px;
  background: url(../img/activity/eco_ttl_bg.gif) repeat center top transparent;
  background-size: 8px 8px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 20px 170px 5px;
}
.m-ttl-08_ng1 {
  padding: 10px;
  background: url(../img/activity/eco_ttl_bg.gif) repeat center top transparent;
  background-size: 8px 8px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 20px 200px 5px;
}
@media screen and (max-width: 768px) {
  .m-ttl-08 {
    padding: 10px;
    background-size: 4px 4px;
    font-size: 16px;
  }
  .m-ttl-08_ng {
    padding: 10px;
    background-size: 4px 4px;
    font-size: 16px;
    margin: 20px 16px 5px;
  }
  .l-detail-02 > .detail-inner > .inner_mtcs_02 {
    margin-top: 0;
  }
}
.m-ttl-09 {
  text-align: center;
}
.m-ttl-09 .ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  padding: 0 40px 20px;
  background: url(../img/dec_dot01.png) repeat-x left bottom transparent;
  background-size: 12px 4px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 28px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .m-ttl-09 .ttl {
    padding: 0 10px 10px;
    font-size: 18px;
  }
}
.m-ttl-09 .ttl:after {
  content: "";
  display: inline-block;
  width: 67px;
  height: 60px;
  background: no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .m-ttl-09 .ttl:after {
    width: 42px;
    height: 33px;
  }
}
.m-ttl-09 .ttl:after {
  margin-left: 19px;
  background-image: url(../img/award/icon_award.png);
}
@media screen and (max-width: 768px) {
  .m-ttl-09 .ttl:after {
    margin-left: 5px;
  }
}
.m-ttl-09 .ttl .strong {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .m-ttl-09 .ttl .strong {
    font-size: 24px;
  }
}
.m-ttl-09 .catch {
  position: relative;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .m-ttl-09 .catch {
    margin-top: 15px;
    padding: 0 20px;
    font-size: 14px;
  }
}
.m-ttl-10 {
  padding: 10px 5px 5px;
  border-radius: 10px;
  background: url(../img/activity/eco_ttl_bg.gif) repeat center top transparent;
  background-size: 8px 8px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .m-ttl-10 {
    background-size: 4px 4px;
    font-size: 16px;
  }
}
.m-ttl-10 .inner {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.m-ttl-10 .inner:before, .m-ttl-10 .inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 40px;
  background: url(../img/award/dec_inaho_white.png) no-repeat center bottom transparent;
  background-size: contain;
}
.m-ttl-10 .inner:before {
  left: 5px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.m-ttl-10 .inner:after {
  right: 5px;
  -webkit-transform: translateX(100%) scale(-1, 1);
  -ms-transform: translateX(100%) scale(-1, 1);
  transform: translateX(100%) scale(-1, 1);
}
.m-ttl-11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 35px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-ttl-11 {
    font-size: 18px;
  }
}
.m-ttl-11.line01 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-ttl-11.small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .m-ttl-11.small {
    font-size: 14px;
  }
}
.m-ttl-11.large {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .m-ttl-11.large {
    font-size: 20px;
  }
}
.m-ttl-11.large .inner:before, .m-ttl-11.large .inner:after {
  width: 30px;
  height: 46px;
}
.m-ttl-11.large .inner:before {
  margin-right: 10px;
}
.m-ttl-11.large .inner:after {
  margin-left: 10px;
}
.m-ttl-11.line2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 71px;
}
.m-ttl-11.color-white {
  color: #fff;
}
.m-ttl-11.color-white:before, .m-ttl-11.color-white:after {
  background-image: url(../img/award/dec_inaho_white.png);
}
.m-ttl-11:before, .m-ttl-11:after {
  content: "";
  display: block;
  position: relative;
  bottom: 0;
  width: 24px;
  height: 35px;
  background: url(../img/award/dec_inaho.png) no-repeat center bottom transparent;
  background-size: contain;
}
.m-ttl-11:before {
  margin-right: 5px;
}
.m-ttl-11:after {
  margin-left: 5px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.m-ttl-11 .inner {
  position: relative;
  display: inline-block;
  padding-top: 5px;
}
.m-ttl-12 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.m-ttl-13 {
  padding-bottom: 10px;
  background: url(../img/dec_dot01.png) repeat-x left bottom transparent;
  background-size: 12px 4px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 16px;
}
.m-ttl-13:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 13px 11px 0 11px;
  border-color: #ed0500 transparent transparent transparent;
}
.m-ttl-13 .large {
  font-size: 26px;
}
.m-ttl-13 .middle {
  font-size: 20px;
}
.m-ttl-14 {
  text-align: center;
}
.m-ttl-14 .ttl-wrap {
  position: relative;
  padding-top: 20px;
  padding-bottom: 25px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.for_sp{
  display: none;
}
@media screen and (max-width: 768px) {
  .m-ttl-14 .ttl-wrap {
    padding: 10px 5px 15px;
  }
  .for_pc{
    display: none;
  }
  .for_sp{
    display: block;
    text-align: center;
  }
  .for_sp img{
    padding: 5px 0;
  }
  .thum .for_sp img{
    padding: 0;
  }
}
.m-ttl-14 .ttl-wrap:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../img/activity/eco_ttl_bg.gif) repeat center top transparent;
  background-size: 8px 8px;
}
@media screen and (max-width: 768px) {
  .m-ttl-14 .ttl-wrap:before {
    height: 5px;
  }
}
.m-ttl-14 .ttl-wrap > .inner {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-ttl-14 .ttl-wrap > .inner {
    padding-right: 80px;
  }
}
.m-ttl-14 .ttl-wrap .ttl {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .m-ttl-14 .ttl-wrap .ttl {
    font-size: 20px;
  }
}
.m-ttl-14 .ttl-wrap .ttl .strong {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .m-ttl-14 .ttl-wrap .ttl .strong {
    font-size: 24px;
  }
}
.m-ttl-14 .ttl-wrap .info {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 107px;
}
@media screen and (max-width: 768px) {
  .m-ttl-14 .ttl-wrap .info {
    right: 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 70px;
  }
}
.m-ttl-14 .catch {
  text-align: center;
}
.m-ttl-14 .catch-lf {
  margin-left: 25%;
}
.m-ttl-15 {
  display: inline-block;
  padding: 5px 25px;
  border-radius: 100px;
  background-color: #ed0500;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.m-ttl-15-blue {
  background-color: #011e6e;
}
.m-ttl-15-green {
  background-color: #009140;
}
#secEcoLifeDetail02 .wrapper03 .life_mk{
  margin: 5% 0 0;
  display: flex;
  flex-wrap: wrap;
}
#secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_lf{
  width: 48%;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}
#secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_lf .subtxt {
  margin-bottom: 8%;
}
#secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_lf .life {
  position: absolute;
  top: 4%;
  right: 0%;
  margin-right: 24%;
  font-style: inherit;
}
#secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_lf .life05 {
  top: 8%;
}
#secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_lf::after{
  content: "";
  width: 29%;
  height: 15%;
  display: block;
  position: absolute;
  top: 21%;
  right: -30px;
  background: url(/company/jp/activity/environment/eco/img/life/aws.png) no-repeat;
}
#secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_lf05::after{
  top: 27%;
}
#secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_rg{
  width: 48%;
  text-align: center;
}
#secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_rg img{
  margin: 15% 0 0 7%;
}
@media screen and (max-width: 768px) {
  .m-ttl-15 {
    padding: 5px 15px;
    font-size: 16px;
  }
  #secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_lf{
    width: 48%;
  }
  #secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_lf::after{
    top: 37%;
    right: -6%;
    background-size: 100%;
  }
  #secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_lf05::after{
    top: 47%;
    right: 0%;
  }
  #secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_rg{
    width: 48%;
    text-align: unset;
  }
  #secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_rg img{
    margin: 38% 0 0 0;
  }
  .m-ttl-14 .catch-lf {
    margin-top: 8%;
    margin-left: 0;
  }
  #secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_lf .subtxt {
    margin-bottom: 14%;
  }
  #secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_lf .life {
    top: 12%;
    right: 0%;
    margin-right: 24%;
  }
  #secEcoLifeDetail02 .wrapper03 .life_mk .life_mk_lf .life05 {
    top: 20%;
  }
}
.m-ttl-15.c-orange {
  background-color: #f59600;
}
.m-ttl-15.c-lorange {
  background-color: #ea5514;
}
.m-ttl-15.c-dyellow {
  background-color: #f8b62d;
}
.m-ttl-16 {
  padding-bottom: 26px;
  background: url(../img/dec_dot01.png) repeat-x left bottom transparent;
  background-size: 14px 4px;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-ttl-16 {
    background-size: 7px 2px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .m-ttl-16:before, .m-ttl-16:after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.m-ttl-16:before {
  background-image: url(../img/icon_leaf.png);
}
.m-ttl-16:after {
  background-image: url(../img/icon_rice.png);
}
.m-ttl-17 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-ttl-17 {
    font-size: 20px;
  }
}
.m-ttl-18 {
  font-weight: bold;
  font-size: 20px;
  color: #e8284d;
}
@media screen and (max-width: 768px) {
  .m-ttl-18 {
    font-size: 18px;
  }
}
.m-ttl-19, .m-ttl-21 {
  font-weight: bold;
  font-size: 28px;
  color: #e8284d;
}
.m-ttl-22 {
  font-weight: bold;
  font-size: 18px;
  margin: 2% 0 1%;
}
.m-ttl-22-tb2 {
  margin-top: 8%;
}
@media screen and (max-width: 768px) {
  .m-ttl-19, .m-ttl-21 {
    font-size: 22px;
  }
  .m-ttl-23 {
    margin:5% 0 2%;
    font-size: 14px;
  }
  .m-ttl-22 {
    font-size: 14px;
  }
}
.m-ttl-19 .small, .m-ttl-21 .small {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .m-ttl-19 .small, .m-ttl-21 .small {
    font-size: 18px;
  }
}
.m-ttl-19.fsmall, .fsmall.m-ttl-21 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .m-ttl-19.fsmall, .fsmall.m-ttl-21 {
    font-size: 20px;
  }
}
.m-ttl-19.fsmall .small, .fsmall.m-ttl-21 .small {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .m-ttl-19.fsmall .small, .fsmall.m-ttl-21 .small {
    font-size: 16px;
  }
}
.m-ttl-20 {
  position: relative;
  padding: 0 0 10px 67px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  color: #774b48;
}
@media screen and (max-width: 768px) {
  .m-ttl-20 {
    padding: 0 0 10px 45px;
    font-size: 22px;
  }
}
.m-ttl-20:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 41px;
  background: url(../img/activity/eco_act07_icon_hat.jpg) no-repeat left top transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .m-ttl-20:before {
    width: 35px;
    height: 25px;
  }
}
.m-ttl-20:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 4px;
  border-radius: 3px;
  background-color: #e60012;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}
.m-ttl-21 {
  padding-left: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .m-ttl-21 {
    padding-left: 5px;
    font-size: 18px;
  }
}
.m-ttlbox-01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  background-color: #ed0500;
}
.m-catch-01 {
  font-size: 20px;
}
.m-catch-01 .small {
  font-size: 16px;
}
.m-catch-02 {
  text-align: center;
  font-size: 20px;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .m-catch-02 {
    text-align: left;
    font-size: 16px;
  }
}
.m-catch-03 {
  padding-left: 67px;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .m-catch-03 {
    padding-left: 45px;
    font-size: 16px;
  }
}
.m-intro-01 {
  display: inline-block;
  text-align: left;
  /* color: #ed0500; */
}
.m-intro-01.large .place, .m-intro-01.large .position {
  font-size: 16px;
}
.m-intro-01.large .name {
  font-size: 19px;
  font-weight: bold;
}
.m-intro-01.color-black {
  color: #493a38;
}
.m-intro-01 .position {
  margin-top: 3px;
}
.m-intro-01 .name {
  margin-top: 3px;
  font-size: 16px;
}
.m-intro-01 .name > span {
  font-size: .875em;
}
.m-intro-01 .mt-none {
  margin-top: 0;
}
.m-intro-02 {
  overflow: hidden;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #ed0500;
}
.m-intro-02 .position {
  padding: 3px 10px;
  background-color: #ed0500;
  color: #fff;
}
.m-intro-02 .name {
  padding: 6px 10px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  /* color: #ed0500;*/
}
.m-intro-02 .name > span {
  font-size: .875em;
}
.m-year-01 {
  display: inline-block;
  padding: 0 5px;
  background: url(../img/dec_dot01.png) repeat-x left bottom transparent;
  background-size: 12px 4px;
  text-align: center;
  font-size: 38px;
  color: #ed0500;
}
@media screen and (max-width: 768px) {
  .m-year-01 {
    font-size: 30px;
  }
}
.m-year-01 .item {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .m-year-01 .item {
    font-size: 20px;
  }
}
.m-list-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .m-list-01 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.m-list-01 li {
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .m-list-01 li {
    width: calc(50% - 7px);
    margin-left: 0;
    margin-right: 0;
  }
}
.m-list-01 li a {
  display: block;
  text-align: center;
}
.m-list-01 li img {
  margin-left: auto;
  margin-right: auto;
}
.m-list-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .m-list-02 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.m-list-02 li {
  width: 220px;
  margin: 10px 16px 0;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #ed0500;
}
@media screen and (max-width: 768px) {
  .m-list-02 li {
    width: calc(50% - 10px);
    margin: 10px 0 0;
    font-size: 14px;
  }
}
.m-list-02 li a {
  display: block;
}
.m-list-02 li a > * {
  margin-top: 11px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.m-list-02 li a > *:first-child {
  margin-top: 0;
}
.m-list-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .m-list-03 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.m-list-03 li {
  width: 240px;
  margin-left: 8px;
  margin-right: 8px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #ed0500;
}
@media screen and (max-width: 768px) {
  .m-list-03 li {
    width: calc(33.3% - 2px);
    margin-left: 0;
    margin-right: 0;
  }
}
.m-list-03 li a {
  display: block;
}
.m-list-03 li a > * {
  margin-top: 10px;
}
.m-list-03 li a > *:first-child {
  margin-top: 0;
}
.m-list-04 li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.m-list-04 li:first-child {
  margin-top: 0;
}
.m-list-04 li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.m-infolist-01 {
  font-size: 12px;
}
.m-infolist-01 li {
  margin-top: 10px;
}
.m-figure-01 {
  text-align: center;
}
.m-figure-01 a {
  display: block;
}
.m-figure-01 img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.m-hr-01 {
  display: block;
  width: 100%;
  height: 4px;
  margin: 78px auto 63px;
  padding: 0;
  background: url(../img/dec_dot01.png) repeat-x left center transparent;
  background-size: 12px 4px;
}
@media screen and (max-width: 768px) {
  .m-hr-01 {
    height: 2px;
    margin: 39px auto 31px;
    background-size: 6px 2px;
  }
}
.m-tab-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
#secSeasoningMain .m-tab-01{
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 3%;
}
#secSeasoningMain .m-tab-01 img{
  width: 100%;
}
.m-tab-01 + .m-tabwrap-01 {
  margin-top: -2px;
}
.m-tab-01 > .inner {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .m-tab-01 > .inner {
    width: calc(50% - 24px);
  }
}
.m-tab-01 > .inner:nth-of-type(odd) {
  margin-right: 6px;
}
.m-tab-01 > .inner:nth-of-type(even) {
  margin-left: 6px;
}
.m-tab-01 > .inner.is-active {
  background-color: #fff;
  border: 2px solid #49a6d5;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -2px 7px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 7px -4px rgba(0, 0, 0, 0.2);
}
.m-tab-01 > .inner.is-active img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.m-tab-01 > .inner img {
  border-radius: 4px;
  -webkit-box-shadow: 0 -2px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 7px 0px rgba(0, 0, 0, 0.2);
}
#secSeasoningMain .m-tab-01 > .inner img {
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.m-tab-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 28px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 768px) {
  .m-tab-02 {
    font-size: 20px;
  }
}
.m-tab-02 + .m-tabwrap-02 {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .m-tab-02 + .m-tabwrap-02 {
    margin-top: 0;
  }
}
.m-tab-02 .inner {
  min-width: 170px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-tab-02 .inner {
    min-width: inherit;
    width: calc(50% - 5px);
    margin-bottom: 15px;
  }
}
.m-tab-02 .inner.c-lblue a {
  background-color: #13b4dc;
}
.m-tab-02 .inner.c-lgreen a {
  background-color: #b3bd61;
}
.m-tab-02 .inner.c-green a {
  background-color: #1b8e54;
}
.m-tab-02 .inner.c-orange a {
  background-color: #f59600;
}
.m-tab-02 .inner.c-yellow a {
  background-color: #e9d000;
}
.m-tab-02 a {
  display: block;
  padding: 15px 10px 35px;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 0px 13px 10px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 13px 10px 2px rgba(0, 0, 0, 0.16);
  background-color: #ed0500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .m-tab-02 a {
    padding: 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.08);
  }
}
.m-tab-02 a:hover {
  text-decoration: none;
}
.m-tab-02 .bottom {
  vertical-align: bottom;
}
.m-tabwrap-01 {
  z-index: 0;
  position: relative;
  padding: 20px;
  border-top: 2px solid #49a6d5;
  -webkit-box-shadow: 0 -2px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 7px 0px rgba(0, 0, 0, 0.2);
}
.m-tabwrap-02 {
  position: relative;
  padding-bottom: 58px;
  border-radius: 0 0 20px 20px;
  border: 2px solid #ed0500;
  /*
  -webkit-box-shadow: 1px 6px 9px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 6px 9px 4px rgba(0, 0, 0, 0.06);
  */
  background-color: #fff;
}
.m-tabwrap-02-21 {
  border: none;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 {
    padding-bottom: 20px;
  }
}
.m-tabwrap-02.c-lblue {
  border-color: #13b4dc;
}
.m-tabwrap-02.c-lblue .tab-ttl {
  background-color: #13b4dc;
}
.m-tabwrap-02.c-lgreen {
  border-color: #b3bd61;
}
.m-tabwrap-02.c-lgreen .tab-ttl {
  background-color: #b3bd61;
}
.m-tabwrap-02.c-green {
  border-color: #1b8e54;
}
.m-tabwrap-02.c-green .tab-ttl {
  background-color: #1b8e54;
}
.m-tabwrap-02.c-orange {
  border-color: #f59600;
}
.m-tabwrap-02.c-orange .tab-ttl {
  background-color: #f59600;
}
.m-tabwrap-02.c-yellow {
  border-color: #e9d000;
}
.m-tabwrap-02.c-yellow .tab-ttl {
  background-color: #e9d000;
}
.m-tabwrap-02 .tab-ttl-wrap {
  margin-bottom: 15px;
  padding: 10px 10px 10px 300px;
  border-radius: 0;
  background-color: #ed0500;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .tab-ttl-wrap {
    position: relative;
    padding: 10px 50px;
  }
}
.m-tabwrap-02 .tab-ttl {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .tab-ttl {
    display: block;
    position: static;
  }
}
.m-tabwrap-02 .tab-ttl .ttl {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .tab-ttl .ttl {
    text-align: center;
    font-size: 24px;
  }
}
.m-tabwrap-02 .tab-ttl .ttl .small {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .tab-ttl .ttl .small {
    font-size: 18px;
  }
}
.m-tabwrap-02 .tab-ttl .product {
  position: absolute;
  top: 10px;
  right: -10px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .tab-ttl .product {
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
  }
}
.m-tabwrap-02 .logo {
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .logo {
    top: 50%;
    left: 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
  }
}
/* .m-tabwrap-02.ajinomoto .about-wrap {
            padding-left: 300px;
            padding-right: 236px;
            @media screen and (max-width: 768px) {
                padding-left: 20px;
                padding-right: 20px;
            }
} */
.m-tabwrap-02.m-tabwrap-02-21 .detail-wrap {
  width: 835px;
  margin-left: auto;
  margin-right: auto;
}
.m-tabwrap-02.m-tabwrap-02-21 .detail-wrap2 {
  padding-top: 8%;
}
.m-tabwrap-02.m-tabwrap-02-21 .product_bkg {
  width: 100%;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-around;
}
.m-tabwrap-02.m-tabwrap-02-21 .product_bkg li {
  width: 42%;
}
.m-tabwrap-02.m-tabwrap-02-21 .product_bkg li img {
  padding: 5% 0 0;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box {
  padding: 5%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #3eb134;
  border-radius: 20px;
  box-shadow: 1px 1px 1px #3eb134;
  justify-content: flex-start;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box_red {
  position: relative;
  width: 40%;
  padding: 3% 5%;
  margin: 0 auto;
  margin-top: 5%;
  border-radius: 20px;
  border: 1px solid #ed1c24;
  box-shadow: 1px 1px 1px #ed1c24;
  cursor: pointer;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box_red2 {
  position: relative;
  width: 45%;
  margin-top:0;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box_red p {
  font-size: 20px;
  text-align: center;
  color: #ed1c24;
  font-weight: bold;
}
.m-tabwrap-02.m-tabwrap-02-21 .detail-wrap-aws {
  position: relative;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box_red:after {
  content: "";
  position: absolute;
  width: 4%;
  height: 23%;
  bottom: 38%;
  right: 8%;
  background: url(/company/jp/activity/environment/eco/img/seasoning/aws_red.png) no-repeat;
  transition: 1s;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box_red2:after {
  height: 29%;
  right: 4%;
  bottom: 34%;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box_red:hover:after {
  right: 6%;
  text-decoration: none;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box_red:hover a {
  text-decoration: none;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box_red2:hover:after {
  right: 2%;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box .eco_box_lf {
  width: 20%;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box .eco_box_rg {
  width: 75%;
  position: relative;
  text-align: center;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box .eco_box_rg p {
  width: 90%;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box .eco_box_rg p:nth-child(2) {
  text-align: left;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box .eco_box_rg a:hover {
  color: #3eb134;
  text-decoration:solid;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box a:after {
  content: "";
  position: absolute;
  width: 18%;
  height: 33%;
  top: 40%;
  right: -16%;
  background: url(/company/jp/activity/environment/eco/img/seasoning/aws.png) no-repeat;
  transition: 1s;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box_rg a:hover:after {
  right: -18%;
}
.m-tabwrap-02.m-tabwrap-02-21 .eco_box_rg .green_txt {
  font-size: 22px;
  font-weight: bold;
  color: #3eb134;
  padding: 0 0 2%;
}
.m-ttl-15-ss{
  padding: 6% 0 3%;
  color: #011e6e;
  background: none;
}
.m-ttl-15-knorr{
  color: #009140;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02.m-tabwrap-02-21 .detail-wrap {
    width: 100%;
  }
  .m-tabwrap-02.m-tabwrap-02-21 .product_bkg li {
    width: 100%;
  }
  .m-ttl-15-ss{
    font-size: 18px;
    padding: 5% 0 2%;
  }
  .m-tabwrap-02.m-tabwrap-02-21 .eco_box_red {
    width: 78%;
    padding: 5% 10%;
  }
  .m-tabwrap-02.m-tabwrap-02-21 .eco_box_rg .green_txt {
    font-size: 18px;
  }
  .m-tabwrap-02.m-tabwrap-02-21 .eco_box_red p {
    font-size: 18px;
  }
}
.m-tabwrap-02.hondashi {
  background-size: contain;
  border-color: #13b4dc;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02.hondashi {
    background-position: center 24%;
  }
  .m-tabwrap-02.m-tabwrap-02-21 .eco_box_red:after {
    width: 5%;
    height: 26%;
    bottom: 35%;
    right: 3%;
  }
  .m-tabwrap-02.m-tabwrap-02-21 .eco_box_red:hover:after {
    right: 3%;
  }
  .m-tabwrap-02.m-tabwrap-02-21 .eco_box_red2:after {
    bottom: 38%;
  }
}
.m-tabwrap-02.hondashi .tab-ttl-wrap {
  background-color: #13b4dc;
}
.m-tabwrap-02.coffee {
  border-color: #1b8e54;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02.coffee {
    padding-bottom: 80px;
  }
}
.m-tabwrap-02.coffee .tab-ttl-wrap {
  background-color: #1b8e54;
}
.m-tabwrap-02.coffee .about-wrap {
  padding-right: 200px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02.coffee .about-wrap {
    padding-right: 20px;
  }
}
.m-tabwrap-02.oil {
  border-color: #f59600;
}
.m-tabwrap-02.oil .tab-ttl-wrap {
  padding-left: 260px;
  background-color: #f59600;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02.oil .tab-ttl-wrap {
    padding-left: 50px;
  }
}
.m-tabwrap-02.oil .about-wrap03 {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02.oil .about-wrap03 {
    margin-top: 30px;
  }
}
.m-tabwrap-02.yamaki {
  border-color: #e9d000;
}
.m-tabwrap-02.yamaki .tab-ttl-wrap {
  margin-bottom: 35px;
  padding-left: 260px;
  background-color: #e9d000;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02.yamaki .tab-ttl-wrap {
    padding-left: 50px;
  }
}
.m-tabwrap-02 .about-wrap {
  padding-left: 300px;
  padding-right: 286px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .about-wrap {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
}
.m-tabwrap-02 .about-wrap02 {
  margin-top: 40px;
  padding-left: 300px;
  padding-right: 236px;
  font-weight: bold;
  font-size: 38px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .about-wrap02 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }
}
.m-tabwrap-02 .about-wrap02 .small {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .about-wrap02 .small {
    font-size: 18px;
  }
}
.m-tabwrap-02 .about-wrap03 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 380px;
  margin-left: 320px;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .about-wrap03 {
    width: 100%;
    margin-left: auto;
    padding: 0 20px;
  }
}
.m-tabwrap-02 .about-wrap03 > * {
  margin-top: 15px;
}
.m-tabwrap-02 .about-wrap03 > *:first-child {
  margin-top: 0;
}
.m-tabwrap-02 .about-wrap03 p {
  text-align: left;
}
.m-tabwrap-02 .about-wrap03 .dec {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .about-wrap03 .dec {
    display: none;
    top: auto;
    bottom: 0;
    width: 100px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.m-tabwrap-02 .about-wrap04 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .about-wrap04 {
    font-size: 16px;
  }
}
.m-tabwrap-02 .about-wrap04 .catch {
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .about-wrap04 .catch {
    font-size: 20px;
  }
}
.m-tabwrap-02 .detail-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 20px;
  }
}
.m-tabwrap-02 .detail-wrap > * {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap > * {
    margin-top: 15px;
  }
  .m-tabwrap-02.m-tabwrap-02-21 .detail-wrap {
    width: 100%;
    margin-top: 0;
}
}
.m-tabwrap-02 .detail-wrap > *:first-child {
  margin-top: 0;
}
.m-tabwrap-02 .detail-wrap .figure-01 {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap .figure-01 {
    margin-top: 15px;
  }
}
.m-tabwrap-02 .detail-wrap .detail-box01 {
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap .detail-box01 {
    width: 100%;
  }
}
.m-tabwrap-02 .detail-wrap .catch {
  font-size: 16px;
  font-weight: bold;
}
.m-tabwrap-02 .detail-wrap .catch01 {
  font-weight: 300;
}
.m-tabwrap-02 .detail-wrap .catch03 {
  margin-top: 20px;
  text-align: center;
}
#secEcoLifeAbout02 .catch02 {
  float: right;
}
.m-tabwrap-02 .detail-wrap02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 828px;
  margin: 50px auto 0;
  padding: 25px 50px;
  background: url(../img/seasoning/hondashi_bg02.png) no-repeat center top transparent;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap02 {
    width: calc(100% - 20px);
    min-height: inherit;
    margin: 30px auto 0;
    padding: 20px 10px;
  }
}
.m-tabwrap-02 .detail-wrap02 .inner {
  width: 350px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap02 .inner {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap02 .inner:first-child {
    margin-top: 0;
  }
}
.m-tabwrap-02 .detail-wrap02 .inner > * {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap02 .inner > * {
    margin-top: 10px;
  }
}
.m-tabwrap-02 .detail-wrap02 .inner > *:first-child {
  margin-top: 0;
}
.m-tabwrap-02 .detail-wrap02 .inner .ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap02 .inner .ttl {
    font-size: 20px;
  }
}
.m-tabwrap-02 .detail-wrap02 .inner .catch {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap02 .inner .catch {
    font-size: 14px;
  }
}
.m-tabwrap-02 .detail-wrap03 {
  position: relative;
  min-height: 1175px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap03 {
    min-height: inherit;
  }
}
.m-tabwrap-02 .detail-wrap03 .map {
  position: absolute;
  top: 30px;
  left: 60px;
  width: 510px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap03 .map {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    margin: 30px auto;
  }
}
.m-tabwrap-02 .detail-wrap03 .ttl {
  text-align: center;
  line-height: 1.1;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap03 .ttl {
    font-size: 18px;
  }
}
.m-tabwrap-02 .detail-wrap03 .ttl .small {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap03 .ttl .small {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap03 .caption {
    font-size: 14px;
  }
}
.m-tabwrap-02 .detail-wrap03 .inner-wrap, .m-tabwrap-02 .detail-wrap03 .inner-wrap02 {
  position: absolute;
  background: no-repeat center top transparent;
  background-size: cover;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap03 .inner-wrap, .m-tabwrap-02 .detail-wrap03 .inner-wrap02 {
    position: relative;
    margin: 30px auto 0;
  }
}
.m-tabwrap-02 .detail-wrap03 .inner-wrap .caption, .m-tabwrap-02 .detail-wrap03 .inner-wrap02 .caption {
  display: block;
  margin-top: 5px;
}
.m-tabwrap-02 .detail-wrap03 .inner-wrap {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap03 .inner-wrap {
    width: calc(100% - 20px);
    min-height: inherit;
  }
}
.m-tabwrap-02 .detail-wrap03 .inner-wrap .ttl {
  padding: 10px 5px;
}
.m-tabwrap-02 .detail-wrap03 .inner-wrap .detail {
  padding: 10px 15px;
}
.m-tabwrap-02 .detail-wrap03 .inner-wrap .detail > * {
  margin-top: 10px;
}
.m-tabwrap-02 .detail-wrap03 .inner-wrap .detail > *:first-child {
  margin-top: 0;
}
.m-tabwrap-02 .detail-wrap03 .inner-wrap .detail .caption {
  margin-top: 5px;
}
.m-tabwrap-02 .detail-wrap03 .inner-wrap02 {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap03 .inner-wrap02 {
    width: calc(100% - 20px);
    min-height: inherit;
  }
}
.m-tabwrap-02 .detail-wrap03 .inner-wrap02 .ttl {
  padding: 10px 5px;
}
.m-tabwrap-02 .detail-wrap03 .inner-wrap02 .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
}
.m-tabwrap-02 .detail-wrap03 .inner-wrap02 .detail .inner {
  width: calc(50% - 10px);
}
.m-tabwrap-02 .detail-wrap03 .inner-wrap02 .dec01 {
  position: absolute;
  bottom: 50px;
  right: -40px;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  width: 272px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap03 .inner-wrap02 .dec01 {
    bottom: 40px;
    right: -20px;
    width: 150px;
  }
}
.m-tabwrap-02 .detail-wrap03 .kagoshima {
  top: 680px;
  left: 60px;
  background-image: url(../img/seasoning/coffee_kagoshima_bg.png);
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap03 .kagoshima {
    top: 0;
    left: 0;
    background-color: #c8dbb8;
  }
}
.m-tabwrap-02 .detail-wrap03 .kagoshima .ttl {
  background-color: #006934;
}
.m-tabwrap-02 .detail-wrap03 .suzuka {
  top: 104px;
  left: 480px;
  background-image: url(../img/seasoning/coffee_suzuka_bg.png);
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap03 .suzuka {
    top: 0;
    left: 0;
    background-color: #c3c8e0;
  }
}
.m-tabwrap-02 .detail-wrap03 .suzuka .ttl {
  background-color: #003b83;
}
.m-tabwrap-02 .detail-wrap03 .gunma {
  top: 427px;
  left: 480px;
  background-image: url(../img/seasoning/coffee_gunma_bg.png);
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap03 .gunma {
    top: 0;
    left: 0;
    background-color: #9cd7f6;
  }
}
.m-tabwrap-02 .detail-wrap03 .gunma .ttl {
  background-color: #0097c6;
}
.m-tabwrap-02 .detail-wrap03 .kyoto {
  top: 767px;
  left: 480px;
  background-image: url(../img/seasoning/coffee_kyoto_bg.png);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap03 .kyoto {
    top: 0;
    left: 0;
  }
}
.m-tabwrap-02 .detail-wrap04 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 960px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap04 {
    width: 100%;
    padding: 0 20px;
  }
}
.m-tabwrap-02 .detail-wrap04 > * {
  width: 100%;
}
.m-tabwrap-02 .detail-wrap04 .inner {
  position: relative;
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap04 .inner {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap04 .inner:first-child {
    margin-top: 0;
  }
}
.m-tabwrap-02 .detail-wrap04 .inner.full {
  width: 100%;
}
.m-tabwrap-02 .detail-wrap04 .inner.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-tabwrap-02 .detail-wrap04 .inner .m-ttl-15 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap04 .inner .m-ttl-15 {
    margin-bottom: 0;
  }
}
.m-tabwrap-02 .detail-wrap04 .dec {
  position: absolute;
  top: -95px;
  right: -60px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap04 .dec {
    top: -45px;
    right: -30px;
    width: 80px;
  }
}
.m-tabwrap-02 .detail-wrap05 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 910px;
  margin: 30px auto 0;
  padding: 30px;
  background: url(../img/seasoning/yamaki_bg.png) no-repeat center top transparent;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap05 {
    width: calc(100% - 20px);
    padding: 30px 10px;
    text-align: center;
  }
}
.m-tabwrap-02 .detail-wrap05 .m-ttl-15 {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap05 .m-ttl-15 {
    margin-top: 30px;
  }
}
.m-tabwrap-02 .detail-wrap05 .m-ttl-15:first-child {
  margin-top: 0;
}
.m-tabwrap-02 .detail-wrap05 .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 863px;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap05 .inner-wrap {
    width: 100%;
  }
}
.m-tabwrap-02 .detail-wrap05 .inner-wrap .inner-figure {
  width: 281px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap05 .inner-wrap .inner-figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.m-tabwrap-02 .detail-wrap05 .inner-wrap .inner-figure img {
  display: block;
  margin: 0 auto;
}
.m-tabwrap-02 .detail-wrap05 .inner-wrap .inner-mat {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap05 .inner-wrap .inner-mat {
    width: 180px;
  }
}
.m-tabwrap-02 .detail-wrap05 .inner-wrap .inner-sep {
  width: 8px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap05 .inner-wrap .inner-sep {
    display: none;
  }
}
.m-tabwrap-02 .detail-wrap05 .inner-wrap .inner-menu {
  width: 334px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap05 .inner-wrap .inner-menu {
    width: 256px;
    padding-left: 8px;
  }
}
.m-tabwrap-02 .detail-wrap05 .inner-wrap .inner-rab {
  position: absolute;
  bottom: 0;
  left: 281px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap05 .inner-wrap .inner-rab {
    position: relative;
    left: 0;
    margin-top: 20px;
  }
}
.m-tabwrap-02 .detail-wrap06 {
  width: 910px;
  margin: 30px auto 0;
  border-radius: 20px;
  border: 2px solid #deac00;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap06 {
    width: calc(100% - 20px);
  }
}
.m-tabwrap-02 .detail-wrap06 .ttl {
  padding: 10px 40px;
  border-radius: 18px 18px 0 0;
  background-color: #deac00;
  font-size: 28px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap06 .ttl {
    padding: 10px;
    font-size: 20px;
  }
}
.m-tabwrap-02 .detail-wrap06 .ttl .small {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap06 .ttl .small {
    font-size: 16px;
  }
}
.m-tabwrap-02 .detail-wrap06 .inner-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 20px;
}
@media screen and (max-width: 768px) {
  .m-tabwrap-02 .detail-wrap06 .inner-wrap {
    padding: 20px;
  }
}
.m-reg-01 {
  font-size: 10px;
}
.m-reg-02 {
  font-size: 22px;
}
.m-reg-03 {
  font-size: 12px;
}
.m-reg-01.large {
  font-size: 16px;
}
.m-status-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .m-status-01 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.m-status-01 .inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 7px;
  border: 2px solid #ed0500;
  border-radius: 4px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  line-height: 1.3;
  color: #ed0500;
}
@media screen and (max-width: 768px) {
  .m-status-01 .inner {
    width: calc(50% - 7px);
    margin-left: 0;
    margin-right: 0;
  }
}
.m-status-01 .inner.icon-time {
  padding-left: 50px;
  padding-right: 5px;
}
.m-status-01 .inner.icon-time:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background: url(../img/kidsrecipe/icon_clock.png) no-repeat center center transparent;
  background-size: contain;
}
.m-status-01 .inner.icon-human {
  padding-left: 48px;
  padding-right: 5px;
}
.m-status-01 .inner.icon-human:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 37px;
  background: url(../img/kidsrecipe/icon_human.png) no-repeat center center transparent;
  background-size: contain;
}
.m-status-01 .ruby {
  width: 100%;
  font-size: 16px;
}
.m-status-01 .num {
  font-size: 32px;
}
.m-status-01 .item {
  font-size: 20px;
}
.m-dl-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.m-dl-01 dt, .m-dl-01 dd {
  background-color: #fff;
  font-size: 18px;
}
.m-dl-01 dt {
  position: relative;
  padding-right: 5px;
  padding-left: 1em;
}
.m-dl-01 dt:before {
  content: "・";
  position: absolute;
  top: 0.1em;
  left: 0;
  background-color: #fff;
}
.m-dl-01 dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 100vw;
  height: 3px;
  background: url(../img/kidsrecipe/line_dot02.png) repeat-x center center transparent;
  background-size: 6px 3px;
}
.m-dl-01 dd {
  position: relative;
  padding-left: 5px;
  background-color: #fff;
}
.m-dl-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-dl-02.layout01 dt {
  width: 3em;
}
.m-dl-02.layout01{
  align-items: center;
}
.m-dl-02.layout01 .sub_source {
  width: 4em;
}
.m-dl-02.layout01 .sub_img {
  width: 10em;
  padding: 0 2% 0 0;
}
.m-dl-02.layout01 dd {
  width: calc(100% - 3em);
}
.m-dl-02.layout02 dt {
  width: 8em;
}
.m-dl-02.layout02 dd {
  width: calc(100% - 8em);
}
.m-dl-03 dd {
  margin-top: 5px;
}
.m-detail-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.m-detail-01.layout-reverse > .figure-wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .m-detail-01.layout-reverse > .figure-wrap {
    margin-top: 20px;
  }
  .m-dl-02.layout01_source {
    display: flex;
    flex-wrap: wrap;
  }
  .m-dl-02.layout01 .sub_source {
    width: 100%;
  }
  .m-dl-02.layout01 .sub_img {
    width: 20%;
  }
  .m-dl-02.layout01 .source_link {
    width: calc(100% - 7em);
    padding-left: 0%;
  }
}
.m-detail-01.layout-reverse > .detail-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 768px) {
  .m-detail-01.layout-reverse > .detail-wrap {
    margin-top: 0;
  }
}
.m-detail-01 > .figure-wrap {
  position: relative;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .m-detail-01 > .figure-wrap {
    width: 100%;
  }
}
.m-detail-01 > .detail-wrap {
  width: calc(100% - 240px);
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .m-detail-01 > .detail-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.m-detail-01 > .detail-wrap > * {
  margin-top: 10px;
}
.m-detail-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.m-detail-02.layout-reverse .figure-wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.m-detail-02.layout-reverse .detail-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.m-detail-02 > .figure-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-detail-02 > .figure-wrap {
    width: 100%;
  }
}
.m-detail-02 > .figure-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .m-detail-02 > .figure-wrap img {
    width: auto;
  }
}
.m-detail-02 > .detail-wrap {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .m-detail-02 > .detail-wrap {
    width: 100%;
  }
}
.m-detail-02 > .detail-wrap > * {
  margin-top: 10px;
}
.m-detail-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-detail-03 .icon-wrap {
  width: 270px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .m-detail-03 .icon-wrap {
    width: 142px;
  }
}
.m-detail-03 .detail-wrap {
  width: 600px;
  margin-left: 25px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 20.6px;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 768px) {
  .m-detail-03 .detail-wrap {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    font-size: 17px;
  }
}
.m-detail-03 .detail-wrap > * {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .m-detail-03 .detail-wrap > * {
    margin-top: 15px;
  }
}
.m-detail-03 .detail-wrap > *:first-child {
  margin-top: 0;
}
.m-detail-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.m-detail-04 .ttl-wrap {
  position: relative;
  width: calc(100% - 175px - 10px);
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .m-detail-04 .ttl-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .m-detail-04 .ttl-wrap .m-ttl-07 {
    width: 100%;
  }
}
.m-detail-04 .ttl-wrap > * {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .m-detail-04 .ttl-wrap > * {
    width: calc(100% - 120px);
    margin-top: 15px;
  }
}
.m-detail-04 .ttl-wrap > *:first-child {
  margin-top: 0;
}
.m-detail-04 .ttl-wrap .figure-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-detail-04 .ttl-wrap .figure-wrap {
    display: block;
    margin: 10px 0 10px 10px;
  }
}
.m-detail-04 .figure-wrap {
  width: 175px;
}
@media screen and (max-width: 768px) {
  .m-detail-04 .figure-wrap {
    display: none;
    width: 110px;
  }
}
.m-detail-05 {
  padding: 10px;
  background-color: #fdf7f1;
}
.m-detail-06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-detail-06 > .detail-wrap {
  width: calc(100% - 250px);
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .m-detail-06 > .detail-wrap {
    width: 100%;
  }
}
.m-detail-06 > .figure-wrap {
  width: 240px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-detail-06 > .figure-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.m-detail-06 > .figure-wrap img {
  margin-left: auto;
  margin-right: auto;
}
.m-detail-07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-detail-07-ti {
  align-items: center;
}
.m-detail-07.layout-reverse > .detail-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 768px) {
  .m-detail-07.layout-reverse > .detail-wrap {
    margin-top: 20px;
  }
}
.m-detail-07.layout-reverse > .figure-wrap {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media screen and (max-width: 768px) {
  .m-detail-07.layout-reverse > .figure-wrap {
    margin-top: 0;
  }
}
.m-detail-07 > .detail-wrap {
  width: calc(100% - 150px);
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .m-detail-07 > .detail-wrap {
    width: 100%;
  }
}
.m-detail-07 > .detail-wrap > * {
  margin-top: 15px;
}
.m-detail-07 > .detail-wrap > *:first-child {
  margin-top: 0;
}
.m-detail-07 > .figure-wrap {
  width: 140px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-detail-07 > .figure-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.m-detail-07 > .figure-wrap img {
  margin-left: auto;
  margin-right: auto;
}
.m-detail-08 {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .m-detail-08 {
    padding: 15px;
  }
}
.m-visual-01 {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-visual-01 {
    width: 100%;
  }
}
.m-visual-02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 230px;
  margin: 0 auto;
  padding: 0 30px;
}
.m-visual-02:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: url(../img/kidsrecipe/icon_grass.png) no-repeat center center transparent;
  background-size: contain;
}
.m-visual-02 a {
  display: block;
}
.m-num-01 {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 30px;
  min-height: 30px;
  padding: 10px;
  border: 1px solid #ed0500;
  background-color: #fff;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #ed0500;
  text-align: center;
}
.m-ecopoint-01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 23px 35px;
  background: url(../img/kidsrecipe/ecopoint_back.png) repeat center center transparent;
  background-size: 36px 58px;
  border: 1px solid #ed0500;
  border-radius: 0 0 80px 80px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #ed0500;
}
@media screen and (max-width: 768px) {
  .m-ecopoint-01 {
    width: 280px;
    padding: 35px 23px;
  }
}
.m-ecopoint-01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -83px);
  -ms-transform: translate(-50%, -83px);
  transform: translate(-50%, -83px);
  width: 120px;
  height: 126px;
  background: url(../img/kidsrecipe/icon_ecopoint.png) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .m-ecopoint-01:before {
    -webkit-transform: translate(-50%, -51px);
    -ms-transform: translate(-50%, -51px);
    transform: translate(-50%, -51px);
    width: 76px;
    height: 76px;
  }
}
.m-btn-01 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
/*.m-btn-02 a {
  display: inline-block;
  min-width: 130px;
  padding: 6px 10px 3px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #fff; }
.m-btn-02 img {
	width:70%;
}*/
.m-btn-02 {
  text-align: right;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2%;
}
.m-btn-02 img {
  width: 70%;
}
.m-btn-02 a {
  padding: 6px 10px 3px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .m-btn-02 a {
    font-size: 16px;
  }
}
.m-btn-02 a:hover {
  text-decoration: none;
  opacity: 1;
  background-color: #fff;
  color: #ed0500;
}
.m-btnbnr-01 {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .m-btnbnr-01 {
    width: 280px;
  }
}
.m-close-01 {
  margin-top: 30px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #fff;
  -webkit-box-shadow: 0 -2px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 7px 0px rgba(0, 0, 0, 0.2);
}
.m-close-01 a {
  display: block;
  padding: 12px;
  text-align: center;
  background: url(../img/kidsrecipe/close_back.png) repeat-x center center #5aafdb;
  background-size: 50px 27px;
  color: #fff;
}
.m-close-01 a:before, .m-close-01 a:after {
  content: "↑";
}
.m-btnlist-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-btnlist-01 li {
  width: 200px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .m-btnlist-01 li {
    width: 140px;
  }
}
.m-btnlist-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-btnlist-02 li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .m-btnlist-02 li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .m-btnlist-02 li {
    width: calc(38% - 15px);
    margin: 5px auto;
  }
}
@media screen and (max-width: 414px) {
  .m-btnlist-02 li {
    width: calc(50% - 12px);
    margin: 5px auto;
  }
}
.m-btnlist-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}
@media screen and (max-width: 768px) {
  .m-btnlist-03 {
    width: calc(100% + 20px);
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
.m-btnlist-03 li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 447px;
  margin: 40px 20px 0;
}
@media screen and (max-width: 768px) {
  .m-btnlist-03 li {
    width: calc(50% - 10px);
    margin: 20px 5px 0;
  }
}
.m-btnlist-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-btnlist-04 li {
  width: 300px;
  margin: 0 10px 50px;
}
@media screen and (max-width: 768px) {
  .m-btnlist-04 li {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  #secEcoLifeAbout03 {
    padding: 75px 10px 20px;
  }
  #secEcoLifeAbout03 .btmbackbtn a {
    margin-bottom: 2%;
  }
  #secEcoLifeAbout03 .btmbackbtn_ss {
    margin: 40px auto 0;
  }
}
.m-btnlist-04 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
.m-balloon-01 {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  display: inline-block;
  padding: 9px 20px;
  background-color: #dc1315;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-balloon-01 {
    padding: 8px 25px;
    font-size: 16px;
  }
  .m-btnlist-04 li a {
    height: 60%;
  }
}
.m-balloon-01:before, .m-balloon-01:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 12.5px 0 12.5px;
  border-color: #dc1315 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .m-balloon-01:before, .m-balloon-01:after {
    border-width: 5.5px 6px 0 6px;
  }
}
.m-balloon-01:after {
  bottom: 4px;
  border-color: #dc1315 transparent transparent transparent;
}
.m-balloon-02 {
  position: absolute;
}
.m-balloon-02.balloon01 {
  top: 220px;
  left: 15px;
  width: 110px;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon01 {
    top: 100px;
    left: 10px;
    width: 20%;
  }
}
.m-balloon-02.balloon02 {
  top: -32px;
  right: -39px;
  width: 138px;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon02 {
    top: -5px;
    right: 5px;
    width: 23.9%;
  }
}
.m-balloon-02.balloon03 {
  top: -15px;
  left: -7px;
  width: 134px;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon03 {
    top: -9px;
    left: 9px;
    width: 27.7%;
  }
}
.m-balloon-02.balloon04 {
  top: 10px;
  right: -61px;
  width: 138px;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon04 {
    top: 10px;
    right: -9px;
    width: 23.9%;
  }
}
.m-balloon-02.balloon05 {
  top: 10px;
  width: 138px;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon05 {
    top: 8px;
    width: 33%;
    left: 74px;
  }
}
@media screen and (max-width: 411px) {
  .m-balloon-02.balloon05 {
    left: 15px;
  }
}
.m-balloon-02.balloon06 {
  bottom: -17px;
  right: 113px;
  width: 138px;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon06 {
    bottom: 14px;
    right: 80px;
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon06 {
    bottom: -17px;
    right: 80px;
    width: 27%;
  }
}
.m-balloon-02.balloon02-01 {
  bottom: 24%;
  left: 18%;
  width: 33.03571%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon02-01 {
    bottom: 24%;
    left: 29%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon02-01 {
    bottom: 24%;
    left: 8%;
  }
}
.m-balloon-02.balloon02-02 {
  top: 15px;
  right: 0;
  width: 33.03571%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon02-02 {
    top: 4px;
    right: 7px;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon02-02 {
    top: -13px;
    right: 1px;
    width: 30.03571%;
  }
}
.m-balloon-02.balloon02-03 {
  top: 73px;
  left: 80%;
  width: 33.03571%;
}
.m-balloon-02.balloon02-04 {
  top: 54%;
  left: 41%;
  width: 33.03571%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon02-04 {
    top: 55%;
    left: 45%;
  }
}
.m-balloon-02.balloon02-07 {
  top: 68%;
  left: 44%;
  width: 33.03571%;
}
@media screen and (max-width:414px) {
  .m-balloon-02.balloon02-07 {
    top: 68%;
    left: 39%;
    width: 33.03571%;
  }
}
.m-balloon-02.balloon02-072 {
  top: 4%;
  right: 25%;
  width: 33.03571%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon02-072 {
    top: 0%;
    right: 23%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon02-072 {
    top: 0%;
    right: 28%;
  }
}
.m-balloon-02.balloon02-0721 {
  top: 3%;
  right: -5%;
  width: 33.03571%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon02-0721 {
    right: 16%;
    width: 38%;
    top: 74%;
  }
  .m-balloon-02.balloon02-03 {
    top: 104px;
    left: 73%;
    width: 26%;
  }
}
.m-balloon-02.balloon03-01 {
  top: 15px;
  left: 24%;
  width: 33.03571%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon02-03 {
    top: 36%;
    left: 73%;
  }
  .m-balloon-02.balloon03-01 {
    top: -2px;
    left: 29%;
    width: 28.03571%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon03-01 {
    top: 3px;
    left: 24%;
    width: 38.03571%;
  }
}
.m-balloon-02.balloon03-02 {
  top: 22%;
  right: 6%;
  width: 31.69643%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon03-02 {
    top: 7%;
    right: 14%;
    width: 28.69643%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon03-02 {
    top: 22%;
    right: 7%;
    width: 31.69643%;
  }
}
.m-balloon-02.balloon03-03 {
  top: 3%;
  right: 18%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon03-03 {
    top: 2%;
    right: 15%;
    width: 33.99107%;
  }
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon03-03 {
    top: 1%;
    right: 21%;
    width: 27%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon03-03 {
    top: 12%;
    right: 20%;
    width: 29%;
  }
}
.m-balloon-02.balloon03-04 {
  top: 3%;
  left: 18%;
  width: 34.82143%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon03-04 {
    top: 0%;
    left: 23%;
    width: 27%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon03-04 {
    top: 4%;
    left: 21%;
    width: 32%;
  }
}
.m-balloon-02.balloon03-05 {
  top: 3%;
  left: 12%;
  width: 32.58929%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon03-05 {
    top: 3%;
    left: 18%;
    width: 27%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon03-05 {
    top: 4%;
    left: 15%;
    width: 32%;
  }
}
.m-balloon-02.balloon03-06 {
  top: 8%;
  left: 50%;
  width: 31.69643%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon03-06 {
    top: 3%;
    right: 18%;
    width: 27%;
  }
}
.m-balloon-02.balloon03-07 {
  top: 53%;
  left: 36%;
  width: 32.6875%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon03-07 {
    top: 50%;
    left: 43%;
    width: 24%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon03-07 {
    top: 50%;
    left: 38%;
    width: 32%;
  }
}
.m-balloon-02.balloon03-08 {
  bottom: 5%;
  left: 15%;
  width: 53.34821%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon03-08 {
    bottom: 3%;
    left: 26%;
    width: 37%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon03-08 {
    bottom: 6%;
    left: 18%;
    width: 49%;
  }
}
.m-balloon-02.balloon03-09 {
  top: -5%;
  left: 57%;
  width: 16.97497%;
}
.m-balloon-02.balloon03-09_01 {
  top: 26%;
  right: 7%;
  width: 17.97497%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon03-09 {
    width: 34.82143%;
  }
  .m-balloon-02.balloon03-09_01 {
    top: 28%;
    right: 1%;
    width: 34.82143%;
  }
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon03-09 {
    top: -6%;
    left: 49%;
    width: 25%;
  }
  .m-balloon-02.balloon03-09_01 {
    top: 28%;
    right: 9%;
    width: 25%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon03-09_01 {
    top: 26%;
    right: 1%;
    width: 34%;
  }
  .m-balloon-02.balloon03-09 {
    top: -6%;
    left: 48%;
    width: 32%;
  }
}
.m-balloon-02.balloon04-01 {
  bottom: 5%;
  left: 11%;
  width: 38.16964%;
}
.m-balloon-02.balloon04-011 {
  top: 4%;
  left: 21.5%;
  width: 29.16964%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon04-011 {
    top: 6%;
    left: 32%;
    width: 20%;
  }
  .m-balloon-02.balloon04-01 {
    bottom: 4%;
    left: 21%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon04-011 {
    top: 7%;
    left: 23%;
    width: 28%;
  }
}
.m-balloon-02.balloon04-012 {
  right: 5%;
  bottom: 8%;
  width: 38.16964%;
}
.m-balloon-02.balloon04-021 {
  left: 5%;
  bottom: 8%;
  width: 38.16964%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon04-021 {
    bottom: -2%;
    left: 17%;
    width: 31%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon04-021 {
    bottom: -4%;
    left: 9%;
    width: 43%;
  }
}
.m-balloon-02.balloon04-02 {
  bottom: 88%;
  left: 1%;
  width: 17.69643%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon04-02 {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: -10%;
  }
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon04-02 {
    top: -199px;
    left: -75px;
    width: 22%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon04-02 {
    top: -122px;
    left: -41px;
    width: 23%;
  }
}
.m-balloon-02.balloon04-03 {
  top: 35%;
  right: 17%;
  width: 17%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon04-03 {
    top: 39%;
    right: 8%;
    width: 18%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon04-03 {
    top: 42%;
    right: 7%;
    width: 19%;
  }
}
.m-balloon-02.balloon04-04 {
  bottom: 11%;
  right: 17%;
  width: 17.83036%;
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon04-04 {
    bottom: 9%;
    right: 15%;
    width: 20.83036%;
  }
}
.m-balloon-02.balloon04-05 {
  bottom: 40%;
  right: 12%;
  width: 15.69643%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon04-05 {
    bottom: 37%;
    right: 13%;
  }
}
.m-balloon-02.balloon05-01 {
  top: 3%;
  left: 20%;
  width: 31.69643%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon05-01 {
    top: 0%;
    left: 28%;
    width: 22.69643%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon05-01 {
    top: 2%;
    left: 22%;
    width: 27.69643%;
  }
}
.m-balloon-02.balloon05-02 {
  top: 62%;
  left: 8%;
  width: 33.03571%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon05-02 {
    top: 62%;
    left: 17%;
    width: 27.03571%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon05-02 {
    top: 64%;
    left: 12%;
    width: 29.03571%;
  }
}
.m-balloon-02.balloon05-03 {
  top: 10%;
  left: 22%;
  width: 33.03571%;
}
.m-balloon-02.balloon05-04 {
  top: 3%;
  right: 30%;
  width: 31.69643%;
}
.m-balloon-02.balloon05-05 {
  top: 54%;
  left: 26%;
  width: 31.69643%;
}
.m-balloon-02.balloon05-06 {
  top: 8%;
  left: 21%;
  width: 16.28163%;
}
.m-balloon-02.balloon05-01_08 {
  top: 8%;
  right: 3%;
  width: 31.69643%;
}
.m-balloon-02.balloon07-01vv {
  top: 8%;
  left: 3%;
  width: 31.69643%;
}
.m-balloon-02.balloon07-02vv {
  top: 0%;
  left: 1%;
  width: 26.69643%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon05-03 {
    top: 10%;
    left: 3%;
    width: 33.03571%;
    margin-top: -10px;
  }
  .m-balloon-02.balloon05-06 {
    width: 33.03571%;
  }
  .m-balloon-02.balloon05-01_08 {
    top: 49%;
    right: 13%;
    width: 45.69643%;
  }
  .m-balloon-02.balloon07-02vv {
    top: 2%;
    left: 1%;
    width: 47%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon05-01_08 {
    top: 52%;
    right: 18%;
  }
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon05-03 {
    top: 8%;
    left: 9%;
    width: 30.03571%;
  }
  .m-balloon-02.balloon05-04 {
    top: -3%;
    right: 32%;
    width: 24.5%;
  }
  .m-balloon-02.balloon05-05 {
    top: 46%;
    left: 31%;
    width: 22.5%;
  }
  .m-balloon-02.balloon05-06 {
    width: 23%;
    top: 0%;
    left: 4%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon05-06 {
    width: 25%;
    top: -1%;
    left: 2%;
  }
}
.m-balloon-02.balloon05-07 {
  top: -3%;
  right: 6%;
  width: 15.62156%;
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon05-07 {
    width: 33.03571%;
    right: 19px;
    top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .m-balloon-02.balloon05-07 {
    width: 28.03571%;
    right: 15%;
    top: 2%;
  }
  .m-balloon-02.balloon07-02vv {
    top: 2%;
    left: 17%;
    width: 47%;
  }
}
@media screen and (max-width: 414px) {
  .m-balloon-02.balloon07-02vv {
    top: 2%;
    left: 1%;
    width: 47%;
  }
  .l-detail-02 .detail-layout01_02_ng {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .m-ttl-08_ng1 {
    padding: 10px;
    background-size: 4px 4px;
    font-size: 16px;
    margin: 20px 16px 5px;
  }
}
.m-balloon-03 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 215px;
  height: 215px;
  padding: 10px;
  border-radius: 100px;
  background: url(../img/award/bg_circle.svg) no-repeat center center transparent;
  background-size: contain;
  text-align: center;
  line-height: 1.625;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 16px;
}
.m-balloon-03 > * {
  display: inline-block;
}
.m-balloon-04 {
  position: absolute;
  max-width: none !important;
}
.l-detail-05 .detail-inner .inner_eco01{
  top: 8%;
}
.balloon_2021_01 {
  position: absolute;
  top: -16%;
  left: -5%;
}
.balloon_2021_02 {
  position: absolute;
  top: -19%;
  right: -12%;
}
.m-balloon-04.balloon01 {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 160px;
}
@media screen and (max-width: 768px) {
  .m-balloon-04.balloon01 {
    top: auto;
    bottom: 0;
    right: auto;
    left: 120px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .balloon_2021_01 {
    top: -12%;
    left: -6%;
    width: 38%;
}
  .balloon_2021_02 {
    top: -17%;
    right: -10%;
  }
}
.m-balloon-04.balloon02 {
  top: 12px;
  right: 0;
  width: 134px;
}
.m-balloon-04.balloon03 {
  bottom: 0;
  right: -69px;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .m-balloon-04.balloon03 {
    right: -10px;
    width: 160px;
  }
}
.m-balloon-04.balloon04 {
  top: 4px;
  right: -57px;
  width: 217px;
}
@media screen and (max-width: 768px) {
  .m-balloon-04.balloon04 {
    top: 30px;
    right: 0;
    width: 160px;
  }
}
.m-balloon-04.balloon05 {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 230px;
  z-index: 1;
}
.m-balloon-04.balloon06 {
  top: 15px;
  left: 0;
  width: 180px;
}
.m-balloon-04.balloon07 {
  top: -5px;
  right: -10px;
  width: 145px;
}
.m-balloon-05 {
  position: relative;
  padding: 12px 25px;
  border-radius: 45.5px;
  border: 1px solid #ed0500;
}
.m-balloon-05:before, .m-balloon-05:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 80px;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 17px 0 0;
  border-color: #ed0500 transparent transparent transparent;
}
.m-balloon-05:after {
  right: 79px;
  bottom: 2px;
  border-color: #fff transparent transparent transparent;
}
.m-lightbox-01 a {
  display: block;
  position: relative;
  padding-bottom: 20px;
}
/*.m-lightbox-01 a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 82px;
    height: 20px;
    background: url(../img/activity/icon_grass02.png) no-repeat center center transparent;
    background-size: contain; }*/
.m-detail-04 .ttl-wrap_ng {
  position: relative;
  /* width: calc(100% - 175px - 10px); */
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 16px;
}
.balloon05_06_012v {
  display: flex;
  width: 65%;
  margin-bottom: 20px;
}
.balloon05_06_012v_07 {
  display: flex;
  width: 42%;
  margin-bottom: 11px;
}
@media screen and (max-width: 414px) {
  .balloon05_06_012v_07 {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 11px;
    text-align: center;
  }
  .l-detail-02 .detail-layout01_02_ng {
    font-size: 15px;
  }
  .l-detail-02 .detail-layout01_02 {
    font-size: 15px;
  }
  .m-balloon-02.balloon05-03 {
    top: 17%;
    left: 13%;
    width: 34%;
  }
  .m-balloon-02.balloon05-04 {
    top: -5%;
    right: 25%;
    width: 31.5%;
  }
  .m-balloon-02.balloon05-05 {
    top: 53%;
    left: 27%;
    width: 30.5%;
  }
}
.kyoutonoshoku {
  width: 100%;
  display: flex;
}
.kyoutonoshoku1 {
  width: 45%;
}
.kyoutonoshoku2 {
  width: 60%;
  margin-top: -10%;
  padding-left: 10px;
}
.kyoutonoshoku2_ng {
  width: 60%;
  margin-top: -5%;
  padding-left: 17px;
}
@media screen and (max-width: 768px) {
  .kyoutonoshoku2_ng {
    width: 100%;
    margin: 10px;
    padding-left: 3px;
    padding-right: 3px;
  }
}
.balloon05_06_012v img {
  width: 55%;
  display: block;
}
@media screen and (max-width: 768px) {
  .m-detail-04 .ttl-wrap_ng {
    font-size: 14px;
  }
  .kyoutonoshoku {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .kyoutonoshoku1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .kyoutonoshoku2 {
    width: 100%;
    margin-top: 0%;
  }
  .balloon05_06_012v img {
    width: 80%;
    margin: 0 auto;
  }
}
.figure_02 {
  margin-top: 13px;
  margin-bottom: 14px;
}
.inner_bd {
  padding: 15px 0;
  margin: 10px 0;
  border-bottom-color: #dc1315;
  border-top-color: #dc1315;
  border-top-style: dotted;
  border-bottom-style: dotted;
}
@media screen and (max-width: 768px) {
  .balloon05_06_012v img {
    width: 80%;
    margin: 0;
    text-align: left;
  }
}
/* 20220707 */

