@charset "utf-8";

#activity span.nw {
  display: inline-block;
}

#activity .titleA {
  padding-bottom: 30px;
}

#activity .visions__lead {
  padding-left: 20px;
}

#activity .visions__lead .visions__text {
  color: #083;
  font-size: min(5vw, 2rem);
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

#activity .visions__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 3rem;
  margin: 0 20px;
  color: #083;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

#activity .visions__title .-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: min(6.5vw, 3rem);
}

#activity .visions__title .-main::before,
#activity .visions__title .-main::after {
  margin-top: 2rem;
  background-color: #083;
  width: 100%;
  height: 4px;
  content: "";
}

#activity .visions__title .-main em {
  font-size: 1.5em;
}

#activity .visions__title .-sub {
  font-size: min(4vw, 1.1rem);
}

#activity .indexActivity {
  padding: 24px 20px 46px !important;
}

#activity .pbNestedWrapper {
  overflow: visible;
  clear: none;
  min-width: 1em;
}

#activity .pbNested {
  clear: both;
  padding: 0;
  margin: 0;
  min-height: 0;
  _height: 1%;
}

#activity .pbNested:after {
  content: "";
  height: 0px;
  clear: both;
  display: block;
}

#activity .titleG {
  font-size: 3.2rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 27px;
}

#activity .indexActivity .titleG:before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 38px;
  background: url(../images/index/ico_activity.png) 0 0 no-repeat;
  background-size: contain;
  margin-right: 15px;
  vertical-align: middle;
}

#activity .indexActivity .visions_lead {
  font-size: 2rem;
  font-weight: bold;
  /* color: #fff; */
  margin-bottom: 20px;
  text-align: center;
}

#activity ul.linkBlockListA {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 22px;
}

#activity .indexActivity ul.linkBlockListA {
  margin-bottom: 21px;
}

#activity ul.linkBlockListA li {
  width: 48.7%;
}

#activity ul.linkBlockListA li a {
  color: #474646;
}

#activity ul.linkBlockListA li figure .imgWrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}

#activity ul.linkBlockListA li figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 12px;
}

#activity ul.linkBlockListA li figcaption .capTtl {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 7px;
}

@media screen and (min-width: 769px) {
  .mainContents {
    background-color: #f7f7f7;
  }

  .mainContents#activity .category02 .blockImgL {
    margin-top: 120px;
  }
}

@media screen and (min-width: 769px),
print {
  #activity .visions__lead {
    padding: 0;
  }

  #activity .visions__lead .visions__text {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  #activity .visions__title {
    padding-top: 3.5rem;
    margin: 0;
  }

  #activity .visions__title .-main {
    font-size: 2rem;
  }

  #activity .visions__title .-sub {
    font-size: 0.8rem;
  }

  #activity .indexActivity {
    padding: 30px 0 40px !important;
  }

  #activity ul.linkBlockListA {
    flex-wrap: nowrap;
    gap: 20px;
  }

  #activity ul.linkBlockListA li figcaption {
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 20px;
  }

  #activity ul.linkBlockListA li figcaption .capTtl {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
  }

  #activity ul.linkBlockListA li {
    width: 285px;
  }

  #activitiy ul.linkBlockListA li figure .imgWrap {
    position: relative;
    z-index: 1;
  }
}

/* 食育プロジェクトバナー追加 */
@media screen and (min-width: 769px),
print {
  #activity .shokuiku .txtB {
    padding-top: 0;
  }

  #activity .actionBook .txtB {
    padding-top: 24px;
  }
}