@charset "utf-8";
/* Follow us
-----------------------------------------------------*/

.ic-fb {background-image: url(https://www.oneowner.co.jp/sp/img/sns/ic-fb.svg);}
.ic-yt {background-image: url(https://www.oneowner.co.jp/sp/img/sns/ic-yt.svg);}
.ic-ins {background-image: url(https://www.oneowner.co.jp/sp/img/sns/ic-ins.svg);}
.ic-line {background-image: url(https://www.oneowner.co.jp/sp/img/sns/ic-line.svg);}




.followusmm {
  width:100%;
  height: auto;
  display: block;


  padding: 63px 0 0;
  background-image: url(../img/title-sns.png);
  background-repeat: no-repeat;
  background-position: center 10px;
    background-size: auto 30px ;
margin: 50px 0;
    
}
.followuscc {
  width:100%;

  height: auto;
  display: block;
  margin:0 auto;
  padding:0 ;
}
.followuscc h2 {
font-size:18px;
font-family: var(--font-en);
font-weight: 400;
color:var(--color-black);
text-align: center;
margin-bottom: 5px;
}
.followuscc p {
font-size:12px;
font-weight: 400;
color:var(--color-999);
text-align: center;
margin-bottom: 30px;
}
.followuscc ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto;
}
.followuscc ul li {
  flex: 1;
  height: auto;
  display: block;
  font-size:10px;
  font-family: var(--font-en);
  text-align: center;
  margin:0 2%;
}
.followuscc ul li a {
  width:100%;
  height: auto;
  display: block;

  padding:65px 0 0 0;
  background-repeat: no-repeat;
  background-position: center 5px;
  background-size: 55px auto;
  transition: .4s all;
    color: #BFBFBF!important;
    text-decoration: none!important;
}
.followuscc ul li a:hover {
  background-position: center 0;
  background-size: 65px auto;
      color: #BFBFBF!important;
}