* {
  margin: 0px;
  padding: 0px;
}

#top {
  width: 100%;
  max-height: 200px;
  background: url(/contents/rusticana/img/keyvisual.png) no-repeat;
  background-size: 128%;
  /* background-position-x: 62%; */
  /* background-position-y: -139%; */
    background-position-y: 109%;
  background-size: contain;
}

.h1top {
  height: 40px;
}

.h1top img {
  margin: 5px 0 2px 10px;
  height: 30px;
}


.container {
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
}

nav {
  width: 100%;
  margin: 0;
}

.contents li {
  display: inline-block;
  width: 100%;
  /*height:150px;*/
  list-style: none;
  text-align: left;
  padding-right: 5px;
}

.contents li span {
  padding-top: 5px;
}

section:nth-of-type(1) .contents li:nth-child(1) {
  margin-top: 10px;
}

section .contents li:nth-child(1) {
  margin: 0;
  margin-bottom: 10px;
}

section .contents li:nth-child(2) {
  margin: 0;
  margin-bottom: 10px;
}

section .contents li:nth-child(3) {
  margin: 0;
  margin-bottom: 10px;
  padding-right: 10px;
}

section .contents li:nth-child(4) {
  margin: 0;
  margin-bottom: 10px;
}

section .contents li span {
  margin: 0 0 0 220px;
}

section .contents li:nth-child(6) {
  display: none;
}

footer {
  clear: both;
  margin: 0 auto;
  width: 100%;
}

.pc_only {
  display: none;
}

section .contents li span {
  font-size: 15px;
}

section#tsukuba .contents li:nth-child(2) {
  margin-top: 0;
}

@media all and (-ms-high-contrast: none) {
  .ie11-li {
    position: static;
  }
}