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

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  #container .btn_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #container .btn_b li {
    width: 47%;
    margin-right: 0;
  }
  .fs-15 {
    font-size: 1.8rem;
    font-weight: normal;
    display: block;
    margin-bottom: -10px;
  }
  #container .graph {
    width: 100%;
  }
  p {
    line-height: 2.7rem;
  }
  .imgs {
    display: block !important;
  }

  .imgs:first-of-type {
    margin-top: 30px;
  }

  .imgs div {
    width: 90% !important;
    margin: 0 auto 30px !important;
  }
  .imgs div p {
    font-size: 1.4rem;
    text-align: center;
  }
  .sdgs {
    width: 40%;
    display: block;
    margin: 0 auto;
    margin-bottom: 55px;
  }
  .policy {
    padding: 30px 20px;
    font-size: 1.6rem;
    line-height: 2.7rem;
    margin-bottom: 30px;
  }
  .gray {
    background-color: #f6f6f6;
    padding: 30px 20px;
    margin-bottom: 60px;
  }
  .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;
    font-size: 1.4rem;
  }
  .agenda a span {
    display: inline-block;
    width: 15px;
  }
  .policy p {
    font-weight: normal;
    margin-bottom: 20px;
  }
  .clearfix:after {
    display: none;
  }
}
