@charset "utf-8";
/* ================================================================================
  法律に基づく表記
================================================================================ */

/* 会社概要
-------------------------------------------------*/

#company .principle {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/* サイトマップ
-------------------------------------------------*/
.contentCont.sitemap {
  margin-bottom: 10rem;
}

.sitemap a:hover {
  text-decoration: underline;
  opacity: 1;
} 