section#events {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

/*------------------------------------------------------------*/
/*引用*/
/*------------------------------------------------------------*/
.infoTxt {
    width: 920px;
    background: #ededed;
    margin: 0 auto 24px;
    padding: 12px 36px;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    border-radius: 16px;
  }
  /*引用内見出し*/
  .infoTxt b {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #f04447;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
    /*引用内見出し*/
    .infoTxt em {
        color: #f04447;
       font-style: normal;
      }

      /*ポータル用スマホ*/
/*-----------------------------------------------SP用ページ用設定*/
@media screen and (max-width: 667px) {
    .infoTxt {
        width: 96%;
        background: #ededed;
        margin: 12px auto 6px;
        padding: 12px 12px;
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
        border-radius: 16px;
      }
        }