footer .area {
  display: flex;
  align-items: flex-start;
}

footer .area .company .link_insta {
  font-size: 16px;
  text-decoration: none;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  footer .area .company .link_insta {
    justify-content: center;
    margin-top: 30px;
  }
}

footer .area .company .link_insta:before {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(/cmn/img/icon_insta.svg);
  background-position: center center;
  background-size: cover;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  footer .area .company .link_insta:before {
    margin-bottom: 1px;
  }
}

footer .area .company .link_insta:hover:before {
  opacity: 0.4;
}

footer .area .bnr_wrap {
  width: 200px;
}

footer .area .bnr_wrap > a {
  display: block;
  margin-top: 10px;
}

footer .area .bnr_wrap > a:first-child {
  margin-top: 0;
}

footer .area .bnr_wrap .ippan {
  width: 200px;
  height: 64px;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}

footer .area .bnr_wrap .ippan span {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: auto;
  text-decoration: none;
}

footer .area .bnr_wrap .ippan:after {
  content: "";
  width: 192px;
  height: 56px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: rgba(255, 255, 255, 0.2);
}

.company {
  width: 300px;
  float: none;
}

.company small {
  margin: 90px 0 0;
}

@media screen and (max-width: 767px) {
  .company small {
    margin-top: 15px !important;
  }
}

.contents_link {
  width: 440px;
  float: none;
}

@media screen and (max-width: 767px) {
  #nav {
    height: calc(100vh - 70px) !important;
    overflow-y: scroll;
  }
  #nav .link_insta {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 45px 0 30px 19px;
    display: flex;
    align-items: center;
  }
  #nav .link_insta:after {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(/cmn/img/icon_insta.svg);
    background-position: center center;
    background-size: cover;
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 1px;
  }
}

/*# sourceMappingURL=base202012.map */