@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  .gray {
    background-color: #f6f6f6;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .agenda {
    margin-bottom: 0;
  }
  .fs-15 {
    font-size: 1.8rem;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
  }
  #container ul.navi {
    justify-content: space-between;
  }
  #container .navi li {
    width: 32%;
    margin: 0 0 6px;
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    line-height: 2.4rem;
  }
  #container .navi a {
    font-size: 1.5rem;
    padding: 15px 5px;
  }
  #container .kengaku {
    width: 90%;
    margin: 0 auto;
  }
  .sdgs {
    width: 40%;
    display: block;
    margin: 0 auto;
    margin-bottom: 55px;
  }
  .agenda a {
    background-image: url(https://www.belluna.co.jp/img/150625/arrow_pic_003.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 0;
  }
  .clearfix:after {
    display: none;
  }
  p {
    line-height: 2.7rem;
  }
}
