@charset "UTF-8";
/*
	Copyright J-LINE CORPORATION. All rights reserved.
	http://www.j-line.co.jp/
*/

img {
  max-width: 100%;
  height: auto;
}

@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
body.gosick {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック",'游ゴシック体', "Yu Gothic",YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
}
body.mincho {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" ,"Roboto Slab" , Garamond , "Times New Roman" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.en {
  font-family: 'Roboto', sans-serif;
}
a:hover {
  color: #333;
}

.fade-box .fade-contents {
	visibility: hidden;
	opacity: 0;
}
.fade .fade-contents {
  animation-fill-mode:both;
	animation-duration:1.5s;
	animation-timing-function: cubic-bezier(.5,0,0,1);
    animation-name: fade;
    visibility: visible !important;
}
.fade-delay {
	animation-delay: 0.5s;
}
.fade .fade-contents.fade-left {
    animation-name: fadeLeft;
}
.fade .fade-contents.fade-right {
    animation-name: fadeRight;
}
.fade .fade-contents.fade-top {
    animation-name: fadeTop;
}
.fade .fade-contents.fade-stay {
    animation-name: fadeStay;
}

/*@translateYで縦の動き・translateXで横の動きを指定できる*/
@keyframes fade {
  0% { opacity: 0; transform: translateY(20px);}
  100% { opacity: 1; transform: translateY(0);}
}
@keyframes fadeLeft {
  0% { opacity: 0; transform: translateX(-20px);}
  100% { opacity: 1; transform: translateX(0);}
}
@keyframes fadeRight {
  0% { opacity: 0; transform: translateX(20px);}
  100% { opacity: 1; transform: translateX(0);}
}
@keyframes fadeTop {
  0% { opacity: 0; transform: translateY(-20px);}
  100% { opacity: 1; transform: translateY(0);}
}
@keyframes fadeStay {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
@keyframes moveAct {
  0% { transform: translateX(0);}
  100% { transform: translateX(100%);}
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a:not(:target) {
    vertical-align: bottom;
    padding-top: 4px;
  }
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.hv a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hv a:hover {
  opacity: 0.8;
}

.margin {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1200px;
}

.w-all {
  width: 100%;
}

.pagetop {
  position: fixed;
  z-index: 20000;
  bottom: 120px;
  right: 60px;
  width: 60px;
  height: 60px;
  display: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.pagetop:hover {
  opacity: 0.8;
}
.pagetop img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}
.tbl-xs > .sp{
  display: none!important;
}

.wp-pagenavi {
  margin-top: 100px;
  float: right;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
}

.pager-wrap .nextpostslink, .pager-wrap .previouspostslink {
  padding: 5px 5px;
}
.pager-wrap .current {
  border: 1px solid #ccc;
  padding: 5px 10px;
  background-color: #c79530;
  color: #fff;
}
.pager-wrap .pages, .pager-wrap .previouspostslink, .pager-wrap .smaller {
  margin-right: 5px;
}
.pager-wrap .pages, .pager-wrap .page {
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.w-all > img {
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.w-header {
  display: block;
  height: 224px;
  max-width: 1200px;
  width: 100%;
}
.w-header header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
}
.w-header .logoface {
  display: block;
  height: 100px;
  border-bottom: 2px solid #eeb660;
}
.w-header .logoface .logo {
  height: 100px;
}
.w-header .logoface .menu-btn {
  display: none;
}
.w-header .logoface .contact {
  height: 100px;
}
.w-header .logoface .contact .info {
  float: left;
  text-align: right;
}
.w-header .logoface .contact .info .time {
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.w-header .logoface .contact .info .tel {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
.w-header .logoface .contact a {
  float: right;
  width: 160px;
  height: 40px;
  margin-top: 10px;
  border-radius: 20px;
  background-color: #c79530;
  text-align: center;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
}
.w-header .navface {
  display: block;
  width: 100%;
  overflow: hidden;
}

.w-header .navface ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}

.w-header .navface ul,
.w-header .fixed:hover .navface ul {
  height: 124px;
}

.w-header .fixed .navface ul {
  height: 99.2px;
}

.w-header .navface ul li a {
  display: block;
  text-align: center;
}

.w-header .navface ul li a figure {
  text-align: center;
}

.w-header .navface ul li a figure img {
  width: auto;
  transition: 0.3s;
}

.w-header .navface ul li a figure img,
.w-header .fixed:hover .navface ul li a figure img {
  height: 30px;
}

.w-header .fixed .navface ul li a figure img {
  height: 24px;
}

.w-header .navface ul li a span {
  display: block;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
}

.w-header .navface ul li a span,
.w-header .fixed:hover .navface ul li a span {
  font-size: 18px;
  margin-top: 16px;
}

.w-header .fixed .navface ul li a span {
  font-size: 14.4px;
  margin-top: 12.8px;
}

.w-header .navface ul li a .icon-chevron-right {
  display: none;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}

.w-header h1{
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
  padding-top: 10px;
}

.w-footer {
  border-top: 1px solid #c9c9c9;
}
.w-footer .footer-top {
  padding: 38px 0 20px;
}
.w-footer .footer-top .margin {
  display: flex;
  justify-content: space-between;
}

.w-footer .footer-top .footer-prof {
  display: flex;
  justify-content: space-between;
  width: 554px;
  align-items: center;
}

.w-footer .footer-top .footer-prof .text-area .consultation {
  font-size: 16px;
  background: #00c6ff;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 15px;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
}

.w-footer .footer-top .footer-prof .text-area .consultation:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #00c8ff transparent transparent transparent;
  position: absolute;
  left: 23px;
  bottom: -6px;
}

.w-footer .footer-top .footer-prof .text-area .date {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #666;
}

.w-footer .footer-top .footer-prof .text-area .tel {
  font-size: 36px;
  font-weight: 700;
  margin-top: 4px;
}

.w-footer .footer-top .footer-link-btn {
  width: 540px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-footer .footer-top .footer-link-btn a {
  width: 48.148%;
  display: block;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 18px 10px;
  border-radius: 5px;
}

.w-footer .footer-top .footer-link-btn a.inquiry {
  background: #fe6418;
}

.w-footer .footer-top .footer-link-btn a.search {
  background: #73cc43;
}

.w-footer .footer-top .footer-link-btn a i {
  margin-left: 10px;
}

.w-footer .footer-nav {
  padding: 34px 0 40px;
  background: #303030;
}

.w-footer .footer-nav .margin > ul {
  display: flex;
  justify-content: space-between;
}

.w-footer .footer-nav .margin > ul > li {
  width: 24.107%;
}

.w-footer .footer-nav .fn-title + .fn-title {
  margin: 28px 0 0;
}

.w-footer .footer-nav a {
  color: #fff;
  display: inline-block;
}

.w-footer .footer-nav .fn-title > a {
  font-weight: 700;
}

.w-footer .footer-nav .fn-title + ul {
  margin-top: 12px;
}

.w-footer .footer-nav .margin > ul > li > ul > li > a {
  padding-left: 15px;
  position: relative;
}

.w-footer .footer-nav .margin > ul > li > ul > li > a:before {
  content: "-";
  float: left;
  display: inline-block;
  position: relative;
  margin-left: -15px;
}

.w-footer .footer-nav .margin > ul > li > ul > li + li {
  margin-top: 14px;
}

.w-footer .footer-bottom .margin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 74px;
}

.w-footer .footer-bottom .margin ul {
  display: flex;
}

.w-footer .footer-bottom .margin ul li {
  font-size: 14px;
}

.w-footer .footer-bottom .margin ul li + li {
  margin-left: 12px;
}

.w-footer .footer-bottom .margin .copy small {
  font-size: 14px;
}




.w-footer footer .navface {
  background-color: #efefef;
}
.w-footer footer .navface .margin .buildtype {
  padding-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
.w-footer footer .navface .margin .buildtype .detached a {
  background-color: #0068b7;
}
.w-footer footer .navface .margin .buildtype .apartment a {
  background-color: #06a77d;
}
.w-footer footer .navface .margin .buildtype .partreform a {
  background-color: #fe6067;
}
.w-footer footer .navface .margin .buildtype li {
  margin-right: 20px;
  width: 360px;
  height: 60px;
  float: left;
}
.w-footer footer .navface .margin .buildtype li:last-of-type {
  margin-right: 0;
}
.w-footer footer .navface .margin .buildtype li a {
  height: 100%;
  width: 360px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.w-footer footer .navface .margin .other {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
}
.w-footer footer .navface .margin .other ul li {
  float: left;
  margin-right: 60px;
}
.w-footer footer .navface .margin .other ul li:last-of-type {
  margin-right: 0;
}
.w-footer footer .navface .margin .other ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #333;
}
.w-footer footer .edgeface {
  display: block;
  height: 120px;
  width: 100%;
}
.w-footer footer .edgeface .contact {
  width: 100%;
}
.w-footer footer .edgeface .contact .margin:nth-of-type(1) {
  display: block;
}
.w-footer footer .edgeface .contact .margin:nth-of-type(2) {
  display: none;
}
.w-footer footer .edgeface .contact .info .tel {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
}
.w-footer footer .edgeface .contact .info .time {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.w-footer footer .edgeface .contact .pictnav a {
  float: left;
  height: 60px;
  border-radius: 30px;
  background-color: #c79530;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-position: 30px 50%;
  text-indent: 25px;
}
.w-footer footer .edgeface .contact .pictnav a:first-of-type {
  margin-right: 20px;
}
.w-footer footer .edgeface .contact .inquiry {
  width: 180px;
  background-image: url(../images/common/ico_mail.png);
  background-size: 24px 18px;
}
.w-footer footer .edgeface .contact .search {
  width: 260px;
  background-image: url(../images/common/ico_map_marker.png);
  background-size: 16px 24px;
}


@media screen and (max-width:1120px){

  .w-header {
    height: 21.393vw;
  }

  .w-header .logoface,
  .w-header .logoface .logo,
  .w-header .logoface .contact {
    height: 9.95vw;
  }

  .w-header .logoface .logo .middle {
    width: 21.592vw;
  }

  .w-header h1{
    margin-left: 2.4875vw;
    padding-top: 0.995vw;
    width: 32.636vw;
  }

  .w-header .logoface .contact .info .time {
    font-size: 1.393vw;
  }

  .w-header .logoface .contact .info .tel {
    font-size: 3.582vw;
  }

  .w-header .navface ul {
    height: 12.338vw;
  }

  .w-header .fixed .navface ul {
    height: 8.857vw;
  }

  .w-header .navface ul li a span {
    font-size: 1.607vw;
  }
  
  .w-header .fixed .navface ul li a span {
    font-size: 1.285vw;
  }

  .w-header .navface ul li a figure img {
    height: 2.678vw;
  }

  .w-header .fixed .navface ul li a figure img {
    height: 2.142vw;
  }

  .w-footer .footer-top {
    padding: 3.275vw 0 1.724vw;
  }

  .w-footer .footer-top .footer-prof {
    width: 47.758vw;
  }
  
  .w-footer .footer-top .footer-prof figure {
    width: 17.24vw;
  }

  .w-footer .footer-top .footer-prof .text-area .consultation {
    font-size: 1.379vw;
    padding: 0.431vw 1.724vw;
    border-radius: 1.293vw;
    margin-bottom: 1.293vw;
  }
  
  .w-footer .footer-top .footer-prof .text-area .date {
    font-size: 1.206vw;
  }

  .w-footer .footer-top .footer-prof .text-area .tel {
    font-size: 3.103vw;
    margin-top: 0.3448vw;
  }

  .w-footer .footer-top .footer-link-btn {
    width: 46.55vw;
  }

  .w-footer .footer-top .footer-link-btn a {
    font-size: 1.724vw;
    padding: 1.5517vw 0.862vw;
    border-radius: 0.431vw;
  }
  
  .w-footer .footer-top .footer-link-btn a i {
    font-size: 0.862vw;
  }


}



@media screen and (max-width: 798px) {

  .w-header h1{
    margin-left: 10px;
    padding-top: 5px;
  }

  .pagetop {
    bottom: 60px;
    right: 20px;
    width: 45px;
    height: 45px;
  }

  .sp {
    display: inline;
  }

  .tbl-xs > .pc{
    display: none!important;
  }

  .tbl-xs > .sp{
    display: table-cell!important;
  }

  .margin {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 0px;
    box-sizing: border-box;
  }

  .w-header {
    width: 100%;
    min-width: 0px;
    position: relative;
    height: 50px;
  }

  .w-header .logoface {
    display: block;
    height: 50px;
    position: fixed;
    z-index: 10000;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .w-header .logoface .logo {
    height: 50px;
    float: left;
  }
  .w-header .logoface .logo img {
    max-height: 22px;
  }
  .w-header .logoface .contact {
    display: none !important;
  }
  .w-header .logoface .menu-btn {
    height: 20px;
    width: 20px;
    display: block;
    float: right;
  }
  .w-header .logoface .menu-btn a {
    display: block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    position: relative;
    top: 15px;
    z-index: 10000;
    /*    right: 10px;*/
  }
  .w-header .logoface .menu-btn a div {
    display: block;
    margin-top: 20px;
    background-color: #333;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 50%;
    z-index: 10000;
    margin-top: -1px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .w-header .logoface .menu-btn a div:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #333;
    height: 2px;
    width: 20px;
    top: -8px;
    z-index: 10000;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .w-header .logoface .menu-btn a div:after {
    bottom: -8px;
    position: absolute;
    content: "";
    display: block;
    background-color: #333;
    height: 2px;
    width: 20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .w-header .logoface .menu-btn.open a div {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: rgba(51, 51, 51, 0);
  }
  .w-header .logoface .menu-btn.open a div:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .w-header .logoface .menu-btn.open a div:after {
    bottom: 0px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .w-header .navface {
    display: block;
    height: 100vh;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: -100vh;
    padding-top: 50px;
    box-sizing: border-box;
    transition-duration: 0.3s;
    overflow-y: auto;
  }

  .w-header .navface.open {
    top: 0;
  }

  .w-header .navface .margin {
    height: 110px;
    width: 100%;
  }

  .w-header .logoface,
  .w-header .logoface .logo,
  .w-header .logoface .contact {
    height: 50px;
  }

  .w-header .logoface .logo .middle {
    width: auto;
  }

  .w-header h1 {
    padding-top: 0;
    width: auto;
  }

  .w-header .navface .margin {
    padding: 0;
  }

  .w-header .navface ul,
  .w-header .fixed .navface ul,
  .w-header .fixed:hover .navface ul {
    display: block;
    height: auto;
  }

  .w-header .navface ul li {
    border-top: 1px solid #ccc;
  }
  
  .w-header .navface ul li:last-of-type {
    border-bottom: 1px solid #ccc;
  }

  .w-header .navface ul li a {
    display: block;
    text-align: left;
    padding: 14px 10px;
    position: relative;
  }
  
  .w-header .navface ul li a .icon-chevron-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 17px;
    margin: auto;
    display: inline-block;
  }
  
  .w-header .navface ul li a figure {
    display: none;
  }
    
  .w-header .navface ul li a span,
  .w-header .fixed .navface ul li a span,
  .w-header .fixed:hover .navface ul li a span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
  }
  
  .w-header .navface .contact {
    display: block;
    margin: 15px 10px;
  }

  .w-header .navface .contact .info {
    text-align: center;
  }

  .w-header .navface .contact .time {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #666;
  }

  .w-header .navface .contact .tel {
    font-size: 28px;
    margin-top: 5px;
    font-weight: 700;
    line-height: 1;
  }

  .w-header .navface .contact .sp-nav-banner-area {
    margin-top: 15px;
    display: block;
  }

  .w-header .navface .contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    padding: 12px 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
  }

  .w-header .navface .contact a + a {
    margin-top: 10px;
  }

  .w-header .navface .contact a .icon-chevron-right {
    margin-left: 10px;
  }

  .w-header .navface .contact .inquiry {
    background: #fe6418;
  }

  .w-header .navface .contact .search {
    background: #73cc43;
  }


  .w-footer .footer-top {
    padding: 10px 0 20px;
  }

  .w-footer .footer-top .margin {
    display: block;
  }

  .w-footer .footer-top .footer-prof {
    width: 100%;
    display: block;
  }
  
  .w-footer .footer-top .footer-prof figure {
    width: 100px;
    margin: 0 auto 15px;
  }
  
  .w-footer .footer-top .footer-prof .text-area {
    text-align: center;
  }

  .w-footer .footer-top .footer-prof .text-area .consultation {
    font-size: 12px;
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 16px;
  }

  .w-footer .footer-top .footer-prof .text-area .date {
    font-size: 11px;
  }

  .w-footer .footer-top .footer-prof .text-area .tel {
    font-size: 28px;
    margin-top: 5px;
  }

  .w-footer .footer-top .footer-link-btn {
    width: 100%;
    margin-top: 10px;
    display: block;
  }

  
  .w-footer .footer-top .footer-link-btn a {
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 3px;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }

  .w-footer .footer-top .footer-link-btn a + a {
    margin-top: 10px;
  }

  .w-footer .footer-top .footer-link-btn a i {
    font-size: 14px;
  }

  .w-footer .footer-nav {
    padding: 0;
  }

  .w-footer .footer-nav .margin {
    padding-left: 0;
    padding-right: 0;
  }

  .w-footer .footer-nav .fn-title {
    position: relative;
  }

  .w-footer .footer-nav .fn-title > a {
    display: block;
    padding: 16px 10px;
    border-bottom: 1px solid #555;
    font-size: 14px;
  }

  .w-footer .footer-nav .fn-title i {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    background: #555;
    margin: auto;
  }

  .w-footer .footer-nav .fn-title i:before,
  .w-footer .footer-nav .fn-title i:after {
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    transition-duration: 0.3s;
  }

  .w-footer .footer-nav .fn-title i:before {
    width: 1px;
    height: 50%;
  }

  .w-footer .footer-nav .open .fn-title i:before {
    transform: rotate(90deg);
  }

  .w-footer .footer-nav .fn-title i:after {
    width: 50%;
    height: 1px;
  }

  .w-footer .footer-nav .fn-title + ul {
    margin: 0;
    display: none;
  }

  .w-footer .footer-nav .margin > ul {
    display: block;
  }

  .w-footer .footer-nav .margin > ul > li {
    width: 100%;
  }

  .w-footer .footer-nav .margin > ul > li + li,
  .w-footer .footer-nav .fn-title + .fn-title {
    margin-top: 0;
  }
  
  .w-footer .footer-nav .margin > ul > li > ul > li > a {
    display: block;
    padding: 14px 10px;
    font-size: 14px;
    background: #444;
    border-bottom: 1px solid #555;
  }

  .w-footer .footer-nav .margin > ul > li > ul > li + li {
    margin: 0;
  }
  
  .w-footer .footer-bottom .margin {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .w-footer .footer-bottom .margin ul {
    display: block;
  }

  .w-footer .footer-bottom .margin ul li + li {
    margin: 10px 0 0;
  }
  
  .w-footer .footer-bottom .margin .copy {
    text-align: center;
    margin-top: 10px;
  }

  .w-footer .footer-bottom .margin .copy small {
    font-size: 12px;
  }


}


