body{
  font-family: Century Gothic ;
}


.container-left{
  background-color: white;
  float: left;
  border: 1px #D3D3D3 solid;
  border-radius: 5px;
  border-width: thin;
  margin-top: 200px;
  margin-left: 30px;
  max-width: 300px;
  margin-bottom: 180px;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}

.guide{
  border-bottom: solid;
  border-width: 1px;
  border-color: #D3D3D3;
  }

.container-left ul{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

.container-left h3{
  display: block;
  color: #555555;
  font-size: 14px;
  font-family: sans-serif;
  text-decoration: none;
  transition: all 0.5s;
  font-weight: bold;
  line-height: 50px;
  margin: 0 auto;
  margin-left: 30px;
  margin-right: 30px;
}

.container-left a{
  display: block;
  color: #000044;
  font-family: sans-serif;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 7px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 7px;
}

#left-container-top a{
  padding-top: 7px;
}

.container-left li:hover {
  background-color: rgba(80,120,140,0.4);
}

.container{
  margin-left: 20%;
  padding-top: 220px;
  padding-bottom: 30px;
  text-align: center;
}

.contents-all{
  margin: 0 auto;
  max-width: 1500px;
}

.contents-top{
  background-color: white;
  width: 100%;
  margin:0 auto;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}

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

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

.contents-top h3{
  font-weight: 300;
}

.contents-top h4{
  font-size: 15px;
  font-weight: 300;
}

.contents-top p{
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}

.contents-middle{
  background-color: white;
  width: 100%;
  margin:0 auto;
  margin-top: 50px;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}

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

.contents-middle h3{
  font-weight: 300;
}

.contents-middle h4{
  font-size: 15px;
  font-weight: 300;
  clear: left;
  margin: 0 auto;
}

.contents-middle p{
  clear: left;
  font-size: 15px;
  font-weight: 300;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}

.contents-middle img{
  width: 80%;
}

.contents-bottom{
  background-color: white;
  width: 100%;
  margin:0 auto;
  margin-top: 50px;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 10px;
  text-align: center;
}

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

.contents-bottom h3{
  border-bottom: solid;
  border-width: 1px;
  border-color: #A9A9A9;
  padding-bottom: 10px;
  font-weight: 300;
}

.contents-bottom h4{
  font-weight: 300;
  margin: 0 auto;
}

.contents-bottom h5{
  font-weight: 300;
  margin-bottom: 0px;
}

.contents-bottom p{
  clear: left;
  font-size: 15px;
  font-weight: 300;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}

.contents-bottom img{
  width: 80%;
}
}

#contents-bottom{
  margin-bottom: 50px;
}

.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) {
  .container-left{
    margin-left: 50px;
  }
  .container{
    width: 60%;
  }
}

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

  h2{
    padding-left:10%;
    padding-right:10%;
  }

  h3{
    font-size: 16px;
  }
  .contents-top h2{
    font-size: 22px;
    padding-bottom: 0px;
  }
  .contents-middle h2{
    font-size: 22px;
    padding-bottom: 0px;
  }
  .contents-bottom h2{
    font-size: 22px;
    padding-bottom: 0px;
  }

  .contents-top p{
    font-size: 12px;
    line-height: 30px;
  }
  .contents-middle p{
    font-size: 12px;
    line-height: 30px;
  }
  .contents-bottom p{
    font-size: 12px;
    line-height: 30px;
  }

  .contents-bottom h4{
    font-size: 12px;
    line-height: 30px;
  }
  .contents-top img{
    width: 100%;
  }
  .contents-middle img{
    width: 100%;
  }
  .contents-bottom img{
    width: 100%;
  }
}

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

  .contents-top h2{
    font-size: 20px;
  }
  .contents-middle h2{
    font-size: 20px;
  }
  .contents-bottom h2{
    font-size: 20px;
  }

  .contents-bottom h4{
    font-size: 12px;
    line-height: 30px;
  }
  .contents-top{
    text-align: center;
    padding-left:10%;
    padding-right:10%;
  }
  .contents-bottom{
    text-align: center;
    padding-left:10%;
    padding-right:10%;
    margin-top: 0px;
  }
  .contents-middle{
    padding-left:10%;
    padding-right:10%;
    margin-top: 0px;
  }
}

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