@charset "UTF-8";

/*---------- footer ----------*/
.footer {
  position: relative;
  z-index: 100;
  background-color: #222266;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1211px) {
  .footerArea {
    padding-top   : 20px;
    padding-bottom: 20px;   
  }

  .footerDisplayL {
    float: left;
    padding-left: 40px;
  }

  .footerDisplayR {
    float: right;
  }
}


@media screen and (max-width: 1210px) {
  .footerArea {
    padding-top   : 10px;
    padding-bottom: 10px;   
  }

  .footerDisplayL {
    float: none;
    padding-bottom: 10px;   
  }

  .footerDisplayR {
    display: none;
  }
}

.sitemap {
  padding: 12px 30px 12px 12px;
  color: #FFFFFF; 
  font-family: -apple-system      , 
               BlinkMacSystemFont , 
               Roboto             , 
               "Hiragino Sans"    , 
               Meiryo             , 
               "Noto Sans CJK JP" , 
               sans-serif;
  }

.sitemap p {
  transition: all 0.2s ease; }

.sitemap p:hover {
  font-weight: bold; }


