#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/culture/bg-header.jpg");
}

figcaption.desc {
  background-color: #992646;
}

.intro .col .textBox strong {
  color: #992646;
}
.intro .col .imgBox {
  margin-bottom: 3rem;
}

#reading h2.secHeader {
  color: #992646;
}
#reading .index {
  margin-bottom: 8rem;
}
#reading .index li {
  margin-bottom: 2rem;
  border: solid 1px #992646;
  background-color: #FCF8F9;
  -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;
  flex-direction: column;
}
#reading .index li .upper {
  padding: 1rem;
}
#reading .index li .upper h4 {
  color: #992646;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
}
#reading .index li .upper h4 .num {
  font-size: 0.9em;
  margin-bottom: 0.5em;
  display: block;
}
#reading .index li .lower {
  padding: 1rem;
  background-color: #992646;
}
#reading .index li .lower p {
  color: #FFF;
  text-align: center;
}
#reading .index li .lower .btnWrap {
  margin: 1rem 0;
}
#reading .index li .lower .btnWrap a.btn {
  color: #992646;
  font-size: 1.3rem;
  padding-left: 4em;
  padding-right: 4em;
  background-color: #FFF;
  border-radius: 2rem;
  background-image: url("../img/culture/arrow-btn.svg");
  background-position: right center;
  background-size: contain;
}
#reading .report {
  margin-bottom: 8rem;
}
#reading .report .repHeader {
  margin-bottom: 2rem;
  background-color: #FAF4F6;
  border-top: solid 1px #992646;
}
#reading .report .repHeader h3 {
  color: #992646;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  padding: 1em;
}
#reading .report .repHeader .info {
  color: #FFF;
  text-align: center;
  margin-bottom: 0;
  padding: 1em;
  background-color: #992646;
}
#reading .report .repHeader .info span.date {
  display: block;
}
#reading .report .program h4 {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 2em 0 1em;
  padding-left: 0.8em;
  border-left: solid 0.4rem #992646;
}
#reading .report .program li {
  padding-left: 0.8em;
}
#reading .report .program li div {
  font-size: 1.3rem;
}
#reading .report .program li div.dt.indent {
  padding-left: 2em;
}
#reading .report .program li div.dd {
  padding-left: 2em;
}
#reading .report .program li div.dd .name {
  white-space: nowrap;
}
#reading .report .program li.pgHeader {
  color: #992646;
  margin-bottom: 0;
}
#reading .report .imgBox {
  -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;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#reading .report .imgBox img {
  width: 46%;
}

@media print, screen and (min-width: 600px) {
  .intro .col {
    -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 .imgBox {
    width: 31.2%;
    margin-bottom: 0;
    padding-top: 1rem;
  }
  .intro .col .textBox {
    width: 62.6%;
  }

  #reading {
    padding-top: 0;
  }
  #reading p.lead {
    text-align: center;
  }
  #reading .index {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #reading .index li {
    width: 31.2%;
    margin-bottom: 3rem;
    border-width: 2px;
  }
  #reading .index li .upper {
    padding: 1.5rem 0.5rem;
  }
  #reading .index li .upper h4 {
    font-size: 2rem;
  }
  #reading .index li .lower p {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  #reading .index li .lower .btnWrap a.btn {
    font-size: 1.5rem;
    border-radius: 2.2rem;
  }
  #reading .report {
    margin-bottom: 10rem;
  }
  #reading .report .repHeader {
    margin-bottom: 3rem;
    border-top: solid 2px #992646;
  }
  #reading .report .repHeader h3 {
    color: #992646;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 0;
    padding: 1em;
  }
  #reading .report .repHeader .info {
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
    padding: 1em;
    background-color: #992646;
  }
  #reading .report .repHeader .info span.date {
    margin-right: 2em;
    display: inline;
  }
  #reading .report .repBody {
    -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;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #reading .report .textBox {
    width: 62.6%;
  }
  #reading .report .textBox p {
    line-height: 2.25;
  }
  #reading .report .program {
    margin-bottom: 6rem;
  }
  #reading .report .program h4 {
    font-size: 1.8rem;
    margin: 2em 0 1em;
    padding-left: 0.7em;
    border-left: solid 0.3rem #992646;
  }
  #reading .report .program li {
    font-size: 1.6rem;
    padding-left: 1em;
  }
  #reading .report .program li:not(.pgHeader) {
    -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;
  }
  #reading .report .program li div {
    font-size: 1.6rem;
  }
  #reading .report .program li div.dt {
    width: 53%;
  }
  #reading .report .program li div.dt.indent {
    padding-left: 3em;
  }
  #reading .report .program li div.dd {
    width: 44%;
    padding-left: 0;
  }
  #reading .report .program li div.dd .item {
    padding-left: 2.6em;
    text-indent: -2.6em;
    display: inline-block;
  }
  #reading .report .program li div.dd .indent {
    padding-left: 2.6em;
    text-indent: 0;
    display: inline-block;
  }
  #reading .report .program li.pgHeader {
    color: #992646;
    margin-bottom: 0;
  }
  #reading .report .imgBox {
    width: 31.2%;
    padding-top: 1rem;
    display: block;
  }
  #reading .report .imgBox img {
    width: 100%;
    margin-bottom: 2rem;
  }
  #reading .report:nth-of-type(1) .program div.dt {
    width: 45%;
  }
  #reading .report:nth-of-type(1) .program div.dd {
    width: 52%;
  }
  #reading .report:nth-of-type(2) .program div.dt {
    width: 46%;
  }
  #reading .report:nth-of-type(2) .program div.dd {
    width: 51%;
  }
  #reading .report:nth-of-type(4) .program div.dt {
    width: 35%;
  }
  #reading .report:nth-of-type(4) .program div.dd {
    width: 62%;
  }
  #reading .report:nth-of-type(5) .program div.dt {
    width: 35%;
  }
  #reading .report:nth-of-type(5) .program div.dd {
    width: 62%;
  }
}

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