body{
  font-family: Century Gothic ;
}

.container{
  padding-top: 220px;
  background-image: url("../img/top.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

h1{
  text-align: center;
  padding-bottom: 30px;
}

.contents p{
  font-size: 1.2rem;
}


.contents{
  text-align: center;
  margin-bottom: 140px;
  border-radius: 10px 10px 10px 10px;
  min-height: 250px;
  margin-left: 20%;
  margin-right: 20%;
  line-height: 40px;
}

.site-map{
  background-color: #000044;
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Meiryo UI, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
}

.site-map h2{
  color: white;
}

.site-map h3{
  color: white;
}

.site-map a{
  color: white;
}

footer{
  background-color: #000044;
}

footer p{
  color: white;
}

@media all and (min-width: 1960px) {
  .contents{
    margin-left: 30%;
    margin-right: 30%;
  }
}

@media all and (max-width: 960px) {
  .site-map ul{
    width: 50%;
  }
  .header-right{
    display: none;
  }
  h1{
    font-size: 26px;
    padding-bottom: 10px;
  }

  h2{
    font-size: 22px;
  }

  h3{
    font-size: 16px;
  }
  .contents{
    line-height: 30px;
  }

  .contents p{
    font-size: 14px;
  }
}

@media all and (max-width: 600px) {
  h1{
    font-size: 24px;
  }

  h2{
    font-size: 20px;
  }
  h3{
    font-size: 14px;
  }
  .contents{
    margin-left: 10%;
    margin-right: 10%;
    line-height: 25px;
  }
}

@media all and (max-width: 480px) {
  .container{
    padding-top: 130px;
  }
}