/* #whats-new /////////////////////////////*/
.wn-list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.wn-list .wn-item {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
.wn-list .wn-item .date {
  display: inline-block;
  width: 90px;
}
.wn-list .wn-item a.txt {
  flex: 1;
  display: inline-block;
  color: rgba(0, 114, 49, 0.9);
}
#privacy-page .fv__contents {
  padding-bottom: 60px;
}
#privacy-page .headline-l {
  margin-top: 40px;
}
#privacy-page .fv-ttl {
  padding-left: .5em;
  padding-bottom: 0;
}
#privacy-page .headline-m2 {
  margin-left: .7em;
  margin-bottom: 3px;
  padding-bottom: 0;
  width: calc(100% - 1em);
}
#privacy-page .contents2-txt {
  margin-top: 0;
  padding-left: 1em;
}
#privacy-page .with-img {
  text-align: center;
}
#privacy-page .with-img .contents2-txt {
  text-align: left;
}
#privacy-page .with-img a {
  display: inline-block;
  margin: 0 auto;
}
#privacy-page .with-img img {
  display: inline-block;
}