#Container > section {
  margin-top: 90px;
}

#Container > section > .hd02 {
  margin-bottom: 30px;
  border-bottom: 1px solid #bfa46f;
  padding-bottom: 5px;
}

#Container > section > .body {
  font-size: 1.1em;
  line-height: 1.6em;
}

#Container > section a.url {
  color: #007b9d;
  text-decoration: none;
}

#Container > section a.url:hover {
  color: #bfa46f;
}

#Container > section .flowBox {
  margin-top: 25px;
  border: 1px solid #007b9d;
}

#Container > section .flowBox > h1 {
  padding: 10px;
  background: #007b9d;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
}

#Container > section .flowBox > ol {
  counter-reset: ol-flow-item;
  background: #e8e7ec;
  color: #000;
}

#Container > section .flowBox > ol > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-top: 1px solid #007b9d;
  padding: 20px 30px 20px 80px;
  min-height: 80px;
}

#Container > section .flowBox > ol > li::before {
  counter-increment: ol-flow-item;
  content: counter(ol-flow-item);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 80px;
  color: #bfa46f;
  font-size: 1.8em;
  line-height: 1em;
  font-family: mittwoch, serif;
  font-weight: 400;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#Container > section .attention {
  margin-top: 25px;
  border: 1px solid #007b9d;
}

#Container > section .attention > h1 {
  padding: 10px 10px 11px;
  background: #007b9d;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
}

#Container > section .attention > .inner {
  padding: 20px 30px;
  font-size: 0.75em;
  line-height: 1.4em;
}

#Container > #about .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}

#Container > #about .content > div {
  border: 1px solid #007b9d;
}

#Container > #about .content > div > h1 {
  padding: 10px;
  background: #007b9d;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
}

#Container > #about .content > div > div {
  border-top: 1px solid #007b9d;
  padding: 20px 30px;
  background: #e8e7ec;
  color: #000;
}

.img_roll {
  margin-top: 50px;
  height: 200px;
}

.img_roll > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
  background: transparent url(../img/img_roll.png) 0 0/auto 100% repeat-x;
  -webkit-animation: image_roll_pc 30s linear infinite;
  animation: image_roll_pc 30s linear infinite;
}

@-webkit-keyframes image_roll_pc {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -2133px 0;
  }
}

@keyframes image_roll_pc {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -2133px 0;
  }
}

@-webkit-keyframes image_roll_sp {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -2772.9px 0;
  }
}

@keyframes image_roll_sp {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -2772.9px 0;
  }
}

#Container > #manual .link {
  margin-top: 30px;
  text-align: center;
}

#Container > #manual .link .button {
  min-width: 500px;
  min-height: 80px;
}

#Container > #save > .body > h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

#Container > #save > .body > h2 > span {
  padding: 10px;
  background: #007b9d;
  color: #fff;
  line-height: 1.2em;
}

#Container > #save .note {
  margin-top: 20px;
  font-size: 0.8em;
  line-height: 1.8em;
}

#Container > #world .banner {
  text-align: center;
}

#Container > #world .banner a {
  display: inline-block;
  line-height: 0;
}

#Container > #world .banner a:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

@media screen and (max-width: 750px) {
  #Container > section {
    margin-top: 110px;
  }

  #Container > section > .hd02 {
    margin-bottom: 40px;
    border-bottom-width: 2px;
    padding-bottom: 10px;
  }

  #Container > section > .body {
    font-size: 1em;
    line-height: 1.8em;
  }

  #Container > section .flowBox {
    margin-top: 30px;
    border-width: 2px;
  }

  #Container > section .flowBox > h1 {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  #Container > section .flowBox > ol > li {
    border-top-width: 2px;
    padding-right: 40px;
    min-height: 115px;
    font-size: 0.95em;
    line-height: 1.4em;
  }

  #Container > section .flowBox > ol > li::before {
    font-size: 1.9em;
    line-height: 1em;
  }

  #Container > section .attention {
    margin-top: 30px;
    border-width: 2px;
  }

  #Container > section .attention > h1 {
    padding-bottom: 12px;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  #Container > section .attention > .inner {
    padding: 20px 40px;
    font-size: 0.8em;
    line-height: 1.4em;
  }

  #Container > #about .content {
    display: block;
    margin: 40px 0;
  }

  #Container > #about .content > div {
    border-width: 2px;
  }

  #Container > #about .content > div > h1 {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  #Container > #about .content > div > div {
    border-top-width: 2px;
    padding: 20px 40px;
  }

  .img_roll > div {
    height: 260px;
    -webkit-animation-name: image_roll_sp;
    animation-name: image_roll_sp;
  }

  #Container > #save > .body > h2 {
    margin-bottom: 15px;
  }

  #Container > #save > .body > h2 > span {
    padding: 15px;
    font-size: 1.2em;
    line-height: 1em;
  }

  #Container > #save .note {
    margin-top: 30px;
  }

  #Container > #world .banner a:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*# sourceMappingURL=../map/style.css.map */
