#news .newsWrap {
  max-height: 30rem;
  padding: 1.5rem;
  background-color: #FFF;
  border: solid 2px #CCC;
  overflow-y: auto;
}
#news li {
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #999;
  position: relative;
}
#news li .postTitle {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0.5rem 0 1rem;
}
#news li .postTitle a {
  color: #036BB3;
  font-size: inherit;
}
#news li .postDate {
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}
#news .btnWrap {
  margin-bottom: 0;
}
body.children #news .btnWrap .btn {
  background-color: #CF7C00;
}
body.culture #news .btnWrap .btn {
  background-color: #992646;
}
body.environment #news .btnWrap .btn {
  background-color: #036BB3;
}

@media print, screen and (min-width: 600px) {
  #news .newsWrap {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 2% 4%;
  }
  #news li {
    margin-bottom: 15px;
  }
  #news li .postTitle {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  #news li {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #news li .catWrap {
    width: 100px;
    flex-shrink: 0;
  }
  #news li .postTitle {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 0;
    flex-grow: 1;
  }
  #news li .postTitle a {
    color: #333;
  }
  #news li .postTitle a:hover {
    color: #036BB3;
    text-decoration: underline;
  }
  #news li .postDate {
    color: #423461;
    font-size: 1.5rem;
    text-align: right;
    width: 150px;
    position: relative;
    right: auto;
    top: auto;
    flex-shrink: 0;
  }
}
.pageHeader {
  background-image: url("../img/children/bg-header.jpg");
}

.intro .col .textBox strong {
  color: #CF7C00;
}
.intro .col .imgBox {
  margin-bottom: 3rem;
}
.intro .notion {
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  margin: 3rem auto;
  padding: 0.5em 1em;
  background-color: #DAE000;
}

#activity {
  background-color: #FFF9F0;
}
#activity .secHeader {
  background-image: url("../img/children/bg-activity.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#activity .typeHeader {
  margin-bottom: 3rem;
  padding: 1rem;
  background-color: #FFF;
  border-top: solid 2px #C9A063;
  border-bottom: solid 2px #C9A063;
}
#activity .typeHeader h3 {
  font-family: 'Noto Serif JP', serif;
  color: #6A3906;
  font-size: 1.9rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.4em;
}
#activity .typeHeader .info {
  font-size: 1.2rem;
  text-align: center;
  display: block;
}
#activity .typeBox {
  font-feature-settings: normal;
}
#activity .typeBox:not(:first-of-type) {
  margin-top: 6rem;
}
#activity .typeBody h5 {
  color: #6A3906;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1.5em;
}
#activity .typeBody li {
  margin-bottom: 3rem;
  padding: 2.5rem;
  background-color: #FFF;
  border: dashed 2px #C9A063;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
#activity .typeBody h4 {
  color: #333;
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #000;
}
#activity .typeBody p:last-child {
  margin-bottom: 0;
}
#activity .typeBody .imgBox {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
#activity .sec-announce {
  background-color: #FFF;
}
#activity .sec-announce p {
  font-size: 1.6rem;
  text-align: center;
}

@media print, screen and (min-width: 600px) {
  .intro .inner-box {
    max-width: 800px;
  }
  .intro .col {
    margin-bottom: 2rem;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .intro .col:first-child {
    flex-direction: row-reverse;
  }
  .intro .col.no {
    display: block;
  }
  .intro .col.no .textBox {
    width: 100%;
  }
  .intro .col .imgBox {
    width: 47%;
    margin-bottom: 0;
    padding-top: 1rem;
  }
  .intro .col .textBox {
    width: 47%;
  }
  .intro .notion {
    font-size: 2rem;
    line-height: 1;
    margin: 3rem auto;
    padding: 1em;
  }

  #activity .inner-box {
    max-width: 85rem;
  }
  #activity .typeHeader {
    margin-bottom: 3rem;
    padding: 1.4rem;
  }
  #activity .typeHeader h3 {
    font-size: 2.6rem;
    margin-bottom: 0.4em;
  }
  #activity .typeHeader .info {
    font-size: 1.6rem;
  }
  #activity .typeBox:not(:first-of-type) {
    margin-top: 10rem;
  }
  #activity .typeBody li {
    margin-bottom: 3.6rem;
    padding: 2.8rem;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 3rem;
  }
  #activity .typeBody li:nth-of-type(odd) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #activity .typeBody li:nth-of-type(even) {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  #activity .typeBody h4 {
    color: #333;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 0.5em;
    padding-bottom: 0.6em;
  }
  #activity .typeBody .imgBox {
    max-width: 48rem;
    flex-shrink: 0;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  #activity .typeBody .imgBox img {
    max-width: 23rem;
    flex: 1;
  }
  #activity .typeBody .textBox {
    width: 43rem;
    flex-shrink: 0;
  }
  #activity .typeBody .textBox p {
    font-size: 1.7rem;
    margin-bottom: 0;
  }
  #activity .sec-announce p {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  #activity .inner-box {
    max-width: 75rem;
  }
}

/*# sourceMappingURL=children.css.map */
