.infoSectionWrap {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}

.infoSection {
  padding: 10px 0 30px;
}

@media screen and (min-width: 900px){
  .infoSectionWrap {
    display: flex;
    justify-content: space-between;
  }

  .infoSection {
    width: calc(50% - 7px);
    margin: 0 auto;
  }
}

.infoSection__head {
  text-align: center;
  color: #fff;
  letter-spacing: .05em;
  font-size: 4rem;
}

.infoSection__contents {
  background: #fff;
  height: 320px;
  overflow-y: auto;
}

.infoSection__contents iframe {
  width: 100% !important;
}

.twitterLink {
  text-align: center;
  margin: 30px;
}

.twitterLink a{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 3px;
  letter-spacing: .08em;
}

.newsList>ul {
  padding: 20px;
  margin: 0;
  font-size: 1.4rem;
}

.newsList>ul>li {
  border-bottom: 1px solid #cedeeb;
  padding: 1em 0;
}

.newsList>ul>li>.date {
  color: #269dcf;
  /* padding-bottom: 4px; */
  display: inline-block;
}

.newsList>ul>li>.rss-title {
  margin: .2em 0 0;
  /*
  color: #1f77bf;
  */
}

.newsList>ul>li>.item-title {
  margin: 0;

}

.newsList .new {
  background: #e00000;
  color: #fff;
  padding: 0 .5em;
  font-size: 1.1rem;
  display: inline-block;
}

/*
.newsList a{
  color: inherit;
  text-decoration: none;
  padding: 1em 0;
  display: block;
}

.newsList a:hover{
  opacity: 1;
  color: #269dcf;
}
*/