@charset "UTF-8";
body {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

img {
  width: 100%;
}

.top-1 {
  position: relative;
}

.top-1 .button-1 a img {
  position: absolute;
  bottom: 1.1%;
  right: 14%;
  width: 47%;
}

.top-2 {
  position: relative;
}

.top-2 .button-1 a img {
  position: absolute;
  bottom: 1.5%;
  right: 16%;
  width: 52%;
}

/* ---------------------------------------

	フッター

--------------------------------------- */
footer {
  width: 100%;
  text-align: center;
  background: #000000;
  color: #fff;
  font-size: 75%;
  padding: 22px 0;
}

footer.footer.free {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #747474;
}

.copyright {
  font-size: 75%;
  margin-top: 20px;
}

.section--address p.copyright {
  color: #000;
}

.infoBlock {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 18px;
}

img.flogo {
  width: 168px;
}

p.add {
  display: block;
  text-align: left;
  line-height: 1.0rem;
  padding: 8px 0 0 8px;
}

/* トップへ戻る
-------------------------------------- */
#page-top {
  position: fixed;
  bottom: 16px;
  right: 16px;
}

#page-top a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 100%;
  color: #fff;
  font-weight: bold;
  background-color: #000000;
  border: #fff 1px solid;
  text-align: center;
  display: block;
  text-decoration: none;
}

#page-top a i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

#sec007 {
  background: none;
}

.uno_word {
  width: 92%;
  border: #fff 1px solid;
  border-radius: 6px;
  margin: 40px auto;
  background: #000000;
}

.uno_word p {
  padding: 38px;
}
/*# sourceMappingURL=style.css.map */