@charset "UTF-8";
#sns .wrapper {
  width: calc(100% / 6 * 4 + 64px);
  margin: 0 auto;
  background: #fff;
  padding: 40px 0 64px;
}

@media only screen and (max-width: 768px) {
  #sns .wrapper {
    width: 100%;
  }
}

#sns h2 {
  max-width: 480px;
  margin: 0 auto;
}

#sns .timeline-list {
  margin-top: 16px;
  padding: 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sns .timeline-list .timeline-list__item {
  width: 50%;
  padding: 0 8px;
}

@media only screen and (max-width: 768px) {
  #sns .timeline-list {
    display: block;
    padding: 0 8px;
  }
  #sns .timeline-list .timeline-list__item {
    width: 100%;
  }
  #sns .timeline-list .timeline-list__item + .timeline-list__item {
    margin-top: 16px;
  }
}

#sns .timeline {
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
          box-shadow: 0 1px 3px 0 rgba(128, 85, 0, 0.5);
  background: #fff;
}

#sns .timeline__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  background: #f0f0f0;
}

#sns .timeline__header .timeline__icon {
  width: 36px;
  margin-right: 0;
}

#sns .timeline__header .timeline__category {
  width: calc(100% - 36px);
  padding-left: 10px;
}

#sns .timeline__header .timeline__category dt {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #292929;
}

#sns .timeline__header .timeline__category dd a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  color: #F288A4;
}

#sns .timeline__body {
  height: 340px;
  padding: 16px;
}

#sns .timeline__content {
  overflow-y: scroll;
  height: 100%;
}

#sns .timeline-blog {
  line-height: 1.3;
}

#sns .timeline-blog__item {
  padding: 0 8px;
}

#sns .timeline-blog__date {
  font-size: 12px;
  font-weight: bold;
}

#sns .timeline-blog__title {
  text-align: justify;
  text-justify: distribute;
  margin-top: 3px;
  font-size: 13px;
  font-weight: bold;
}

#sns .timeline-blog__title a {
  color: #F288A4;
  text-decoration: none;
}

#sns .timeline-blog__text {
  text-align: justify;
  text-justify: distribute;
  margin-top: 3px;
  font-size: 12px;
}

#sns .timeline-blog__item:nth-of-type(n+2) {
  margin-top: 18px;
  padding-top: 18px;
  border-top: solid 1px #e0e0e0;
}

#sns .timeline__footer {
  padding-bottom: 16px;
}

/*暫定処置*/
#sns .timeline__header .timeline__icon {
  display: none;
}

#sns .timeline__header .timeline__category {
  padding-left: 0;
  text-align: center;
  width: 100%;
}

#sns .timeline__body {
  height: calc(340px / 3 * 2);
}
/*# sourceMappingURL=add.css.map */