/*- - - - - - - - - - - - - - - - - - - -
SNS
- - - - - - - - - - - - - - - - - - - - */
.sns {
  width: 100%;
  padding-top: 5px !important;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  margin-bottom: 0;
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-gap: 5px;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  -ms-column-gap: 5px;
  padding-bottom: 8px;
  background-color: rgba(255, 255, 255, 0.8);
}
.sns div {
  box-sizing: border-box;
  text-align: center;
}
.sns div:first-child {margin-left: 5px;}
.sns div:last-child {margin-right: 5px;}
.sns a, .sns span {
  color: #fff;
}
.sns a {
  /*display: block;*/
display: inline-block !important;
width: 95px;
  font-size: 10px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.sns div svg {
  fill: #fff;
  vertical-align: middle;
  margin-right: 10px;
}
.sns .twitter a {
  background: #55acee;
}
.sns .facebook a {
  background: #3b5998;
}
.sns .line a {
	/*padding: 2.5px 0;*/
  	background: #00c300;
	line-height: 20px;
}
.sns .twitter svg {
  width: 23px;
  height: 20px;
}
.sns .facebook svg {
  width: 14px;
  height: 20px;
}
.sns .line svg {
  width: 21px;
  height: 20px;
}
.line-st0{fill:#FFFFFF;}
.line-st1{fill:#3ACE01;}
@media screen and (min-width: 600px) {
	.sns {
		width: auto;
		position: fixed;
		left: auto;
		bottom: auto;
		bottom: 5px;
		left: 10px;
		background: none;
		column-count: auto;
	  -webkit-column-count: auto;
	  -moz-column-count: auto;
	  -ms-column-count: auto;
	}
	.sns > div {
		float: left;
		position: relative;
	}
	
	.sns a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 80px;
	}
	.sns div svg {
    fill: #fff;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
	}
	.sns .facebook {margin-right: 10px}
	.sns .twitter a , .sns .facebook a {}
	.sns .twitter {margin-right: 10px}
	.sns .facebook svg {left: 12px;}
	.sns span {display: none;}

}

