@charset "UTF-8";

/* ヒーロー画像 */


.hero-wrapper {
  background-color: #203864;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.hero-wrapper img {
  width: 100%;
  max-width: 1200px;
  vertical-align: top;
  /* 画像下にできてしまう余白を消すため。 */
}


/* 内容部分 */
.content-wrapper {
  display: flex;
  /* nakamiを中央に配置するため-1 */
  justify-content: center;
  /* nakamiを中央に配置するため-1 */
}

h2 {
  font-size: 1.5rem;
  font-weight: 900;
}

.gaiyou h2 {
  color: #ffffff;
  background: #86B81B;
  width: 150px;
  height: 50px;
  border-radius: 100px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
}

.gaiyou p {
  padding-left: 15px;
  font-weight: 900;
}

.date {
  font-size: 2rem;
  color:#86B81B;
}

/* 全学停電の情報を追記 */
.teiden{ 
  margin-bottom: 20px;
  color: #86B81B;
  font-size: 1.25rem;
}

.place,
.time,
.organizer {
  font-size: 1.25rem;
}

.organizer {
  margin-top: 20px;
}

.content {
  padding-top: 40px;
  padding-left: 15px;
}

.content h2 {
  border-bottom: solid #86B81B 2px;
  background: none;
}

.content p {
  font-family: Meiryo UI;
  font-size: 1rem;
  padding-left: 15px;
}

.movie{
  position:relative;
  width:100%;
  height:0;
  padding-top:55%;
  margin-top: 10px;
  }

  .movie iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    }

.twitter-timeline {
  margin: 0 auto;
}