@charset "UTF-8";
.f2 {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
}

#tweet .page-title {
  color: #00B650;
  border-color: #00B650;
}
#tweet .icon {
  top: -98px;
}
#tweet .contents {
  padding: 30px;
  background: #fff;
}
#tweet .contents #tweet-area {
  border: solid 1px #00B650;
}
#tweet .contents #tweet-area .text {
  font-size: 16px;
  font-weight: bold;
  color: #00B650;
  text-align: center;
  border-bottom: solid 1px #00B650;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  padding: 5px 0;
}
#tweet .contents #tweet-area iframe {
  width: 100% !important;
}
