html {
  scroll-padding-top: 220px; }

#topics .group_vision-ttl {
  padding: 60px 0;
  background-color: #f2f2ee;
  text-align: center; }

#topics .group_vision-ttl .title {
  width: 148px;
  margin: 0 auto; }

#topics .group_vision-ttl .title img {
  width: 100%;
  height: auto; }

#topics .group_vision-inner {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0; }

#topics .group_vision-heding {
  margin-bottom: 10px;
  font-size: 140%;
  font-weight: bold;
  text-align: center; }

#topics .group_vision-subheding {
  margin-bottom: 50px;
  font-size: 124%;
  font-weight: normal;
  text-align: center; }

#topics .group_vision-box {
  margin-bottom: 50px; }

#topics .group_vision-box a {
  text-decoration: underline; }

#topics .group_vision-box figure {
  float: right;
  margin: 0 0 0 40px; }

#topics .group_vision-box figcaption {
  margin-top: 15px;
  text-align: center; }

#topics .group_vision-box figcaption span {
  margin-left: 0.5em;
  font-size: 116%; }

#topics .group_vision-poster {
  margin-bottom: 50px; }

#topics .group_vision-poster .group_vision-poster-inner {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0;
  background-color: #f5f5f5; }

#topics .group_vision-poster .group_vision-poster-heading {
  margin-bottom: 30px;
  font-size: 140%;
  text-align: center; }

#topics .group_vision-poster ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px; }

#topics .group_vision-poster ul li {
  margin-right: 30px; }

#topics .group_vision-poster ul li:last-child {
  margin-right: 0; }

#topics .group_vision-poster p {
  text-align: center; }

.line-contents {
  border-left: 5px solid #8eac40;
  margin: 30px 0;
  padding-left: .5em; }
  .line-contents .l-head p.date {
    font-weight: bold;
    font-size: medium; }

.sub {
  border-left: 5px solid #16614c; }

h3 {
  font-size: 140%;
  font-weight: bold; }

.topic-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .topic-contents p {
    margin-left: .5em;
    font-size: 120%; }
  .topic-contents .pic {
    width: 40%;
    padding-left: .5em; }
    .topic-contents .pic img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .topic-contents .text {
    width: 60%; }

@media screen and (max-width: 480px) {
  #topics h3 {
    padding-left: 0; }
  #topics .group_vision-inner {
    width: 96%; }
  #topics .sub {
    border-left: 0; }
  #topics .line-contents {
    border-left: 0;
    margin: 30px 0; }
    #topics .line-contents .topic-contents {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      #topics .line-contents .topic-contents .pic {
        width: 100%;
        padding-left: 0; }
      #topics .line-contents .topic-contents .text {
        width: 100%; } }

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