@charset "UTF-8";

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.navigation {
    background: #f4f5f6;
    border-bottom: .1rem solid #d1d1d1;
    height: 5.2rem;
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}    

.navigation-title {
    display: inline;
    font-size: 1.6rem;
    line-height: 5.2rem;
    padding: 0;
    text-decoration: none;
    color: #606c76;
    font-family: Gotham Rounded A,Gotham Rounded B,Helvetica Neue,Arial,sans-serif;
    position: relative;
    z-index: 10;
}
.container {
    max-width: 80.0rem;
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
    overflow: hidden;
    border-top: 0;
    position: relative;
    z-index: 0;
}

.navigation .container {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    z-index: 10;
}

.contents {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.footer {
  text-align: center;
  background: #707070a6;
  color: #ffffff;
}