@charset "utf-8";

.sitemap {
  padding-top: 67px;
  padding-bottom: 93px;
}

.sitemap .mainInner2 {
  display: flex;
  justify-content:space-between;
}

/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */




@media screen and (min-width: 641px) {}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .sitemap {
    padding-top: 22px;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
}

  .sitemap .mainInner2 {
    display: block;
}

}
