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

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  #contents .btn_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
  }
  #contents .btn_b li {
    margin-right: 0;
    width: 45%;
  }
  #contents .btn_b li:first-child {
    margin-right: 15px;
  }
  .sdgs {
    width: 40%;
    display: block;
    margin: 0 auto;
    margin-bottom: 55px;
  }
  .fv_img {
    margin-bottom: 30px;
  }
  #contents .btn_c li {
    width: 100%;
  }
  #contents .btn_a,
  #contents .btn_c {
    margin-bottom: 0;
  }
}
