@charset "UTF-8";

/*======================================================================
||
||    footer
||
======================================================================*/
.inner2 {
  margin: 0 auto;
  position: relative;
  width: 1080px;
}
footer {
  border-top: 2px solid #8fbf3e;
  margin-top: 0;
  position: relative;
}
footer #fwrap1 {
  background: #f8f8f8;
  padding: 20px 0;
}
footer #fwrap2 {
  background: #132f45;
  padding: 30px 0 10px;
}
footer #fwrap1 .inner2 > div {
  display: flex;
}
footer #fwrap1 .inner2 > div > div {
  border-right: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 10px 40px;
}
footer #fwrap1 .inner2 > div > div:last-of-type {
  border: none;
}
footer #fwrap1 .inner2 > div > div p {
  margin-bottom: 25px;
}
footer #fwrap1 .inner2 > div > div ul {
  list-style: none;
}
footer #fwrap1 .inner2 > div > div ul li {
  margin: 0 0 15px;
}
footer #fwrap1 .inner2 > div > div ul li:last-of-type {
  margin: 0;
}
footer #fwrap1 .inner2 > div > div ul li a {
  color: #292929;
  font-size: 1.4rem;
  text-decoration: none;
}
footer #fwrap1 .inner2 > div > div ul li a:hover {
  text-decoration: underline;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(1) {
  box-sizing: border-box;
  padding-right: 80px;
  /*width: 345px;*/
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) {
  margin: 40px 0 0;
  /*width: calc(100% - 345px);*/
}
footer #fwrap2 .inner2 > div > div:nth-of-type(1) > p {
  width: 260px;
}
footer #fwrap2 .inner2 dl {
  color: #fff;
  line-height: 1.5em;
  margin: 22px 0 0;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(1) dl dt {
  font-weight: bold;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(1) dl dd {
  font-size: 1.4rem;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(1) > a {
  border: 2px solid #fff;
  border-radius: 25px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  height: 50px;
  line-height: 46px;
  margin: 18px 0 0;
  text-align: center;
  text-decoration: none;
  width: 205px;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(1) > a:hover {
  background: #8fbf3e;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) p {
  border-bottom: 1px solid #747f87;
  color: #fff;
  font-weight: bold;
  padding-bottom: 12px;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) > div {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) > div > div {
  border-bottom: 1px solid #747f87;
  padding: 18px 0;
  width: calc((100% - 80px) / 2);
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) > div > div:nth-of-type(2n) {
  margin-left: 80px;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) > div > div:last-child {
  border: none;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) a {
  color: #fff;
  display: inline-block;
  line-height: 1.2em;
  text-decoration: none;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) a:last-of-type {
  font-family: 'Montserrat', sans-serif;
  font-size: 500;
  margin: 5px 0 0;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) a:hover {
  text-decoration: underline;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) a img {
  display: inline-block;
  height: 13px;
  margin-right: 5px;
  width: auto;
}
footer #fwrap2 > a {
  background: #0c1f2e;
  bottom: 30px;
  color: #fff;
  display: block;
  font-size: 3rem;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 30px;
  text-align: center;
  width: 60px;
}
.copy {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  margin-top: 60px;
  text-align: center;
}

.fix_btns {
  position: fixed;
  right: 0;
  top: 140px;
}
.fix_btns a {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 48px;
  padding: 40px 0 30px;
  text-align: center;
  text-decoration: none;
  width: 48px;
  writing-mode: vertical-rl;
}
.fix_btns a + a {
  margin: 10px 0 0;
}
.fix_btns a#fix_req {
  background-color: #1988CF;
  background-image:
    url(img/common/wlogo.png),
    url(img/common/fix_arrow.png);
  background-position:
    center 10px,
    center bottom 15px;
  background-repeat: no-repeat;
  background-size:
    26px auto,
    20px auto;
}
.fix_btns a#fix_oc {
  background-color: #F2BA00;
  background-image:
    url(img/common/wlogo.png),
    url(img/common/fix_arrow.png);
  background-position:
    center 10px,
    center bottom 15px;
  background-repeat: no-repeat;
  background-size:
    26px auto,
    20px auto;
}
.fix_btns a#fix_top {
  background-color: #8FBF3E;
  background-image:
    url(img/common/wlogo.png),
    url(img/common/fix_arrow.png);
  background-position:
    center 10px,
    center bottom 15px;
  background-repeat: no-repeat;
  background-size:
    26px auto,
    20px auto;
}
.fix_btns a#fix_oc br {
  display: none;
}
.fix_btns a#fix_rent {
  background-color: #3F780F;
  background-image:
    url(img/common/wlogo.png),
    url(img/common/fix_arrow.png);
  background-position:
    center 10px,
    center bottom 15px;
  background-repeat: no-repeat;
  background-size:
    26px auto,
    20px auto;
}
.fix_btns a#fix_rent br {
  display: none;
}


