body{
  font-family: Century Gothic ;
}

.container{
  padding-top: 220px;
}

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

.contents h2{
  border-bottom: solid;
  border-width: 2px;
  border-color: #A9A9A9;
  font-weight: 300;
  text-align: center;
  padding-bottom: 10px;
}

#bold{
  font-weight: bold;
}

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

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

.contents img{
  margin-top: 50px;
  width: 80%;
}

.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: 60px;
  }

  h2{
    font-size: 22px;
  }

  h3{
    font-size: 16px;
  }
  .contents p{
    font-size: 14px;
    line-height: 30px;
  }
  .contents img{
    width: 100%;
  }
}

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

  h2{
    font-size: 20px;
  }

  h3{
    font-size: 14px;
  }

  .contents{
    margin-left: 10%;
    margin-right: 10%;
  }
}

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