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

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  .sdgs {
    width: 40%;
    display: block;
    margin: 0 auto;
    margin-bottom: 55px;
  }
  .policy {
    padding: 30px 20px;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }

  .policy p {
    margin-bottom: 20px;
    font-weight: normal;
  }
  .emv .agenda:first-of-type {
    background-color: #f6f6f6;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .emv .fs-15 {
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: -10px;
    display: block;
  }
  p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  #container .graph {
    width: 100%;
  }
  .pc_br {
    display: none;
  }
  #container span.pc_br {
    display: none !important;
  }
  #container span.small {
    font-size: 11px;
    font-size: 1.6rem;
    text-align: center;
    display: block;
  }
  #container span.small span {
    font-size: 1.4rem;
    margin-top: 10px;
    display: block;
    margin-bottom: 20px;
  }
  .emv .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;
  }
  .emv .agenda:last-of-type {
    padding-left: 20px;
  }
  .emv .agenda:last-of-type a {
    background-image: url(/img/150625/arrow_pic_002.png);
  }
}
