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

@media only screen and (max-width: 1023px) {
  /* パートナーセクション */
    .c-inner {
      padding: 0 15px;
    }

    .c-logo-list__item {
      width: calc(33.3333333333% - 2px);
    }
}

@media screen and (max-width: 480px){
#single {
  width: auto;
  margin: 115px 20px;
}
#archive .archive_list_box {
  justify-content: center;
}
}
