@charset "UTF-8";



.hd_sns{
  width: 80px;
   display: flex;
  align-items: center;
}
.hd_sns__col{
 width: 30px;
 margin: 0 5px;
}
.ft_sns{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.ft_sns li{
  width: 28px;
  margin: 0 10px;
}


.s-index .a-business .construction{
  position: relative;
}
.s-housing .logo-koumuten,
.s-construction .logo-koumuten{
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
}
.logo-koumuten{
  position: absolute;
  right: 15px;
  text-align: center;
}
.logo-koumuten img{
  width: 42px!important;
  height: auto!important;
}
.logo-koumuten h2,
.logo-koumuten p{
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .logo-koumuten h2,
  .logo-koumuten p{
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .logo-koumuten{
    right: 70px;
  }
  .s-housing .logo-koumuten,
  .s-construction .logo-koumuten{
    transform: translateY(-80%) translateX(0%);
    -webkit- transform: translateY(-80%) translateX(0%);
  }
  .logo-koumuten img{
    width: 70px!important;
  }
  .logo-koumuten h2,
  .logo-koumuten p{
    font-size: 17px;
  }
}


