.share_button{margin-bottom: 60px;}
@media(max-width: 650px) {
	.share_button{margin-bottom: 20px;}
}

.sns_shita{margin-top: 40px;}


.share_button{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;  
 }
 .share_button div{
     text-align: center;
     border: 1px;
     border-radius: 4px; 
 }
 .share_button .share_button_box{
     width:calc(100% / 4);
     margin:2px;
     color:white;
    padding:0.5em 0em;
    font-size:12px;
    cursor : pointer;
     }
.share_button .share_button_box:hover{
    opacity:0.8;
    }
.share_button .share_button_box .fa-2x {
font-size: 1.5em;
}


.share_button a{color: #fff;text-decoration: none; font-weight: normal}

.share_button .a{background-color:rgb(71,160,235);}
.share_button .b{background-color:rgb(64,90,147);}
.share_button .c{background-color:rgb(59,110,183);}
.share_button .d{background-color:rgb(206,85,66);}
.share_button .e{background-color:rgb(222,79,90);}
.share_button .f{background-color:rgb(85,191,56);}








@media screen and (max-width: 480px){
.share_button{
    margin-top:1em;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    }
.share_button .share_button_box{
     min-width:calc(100% / 4);
     padding-right:10px;
     padding-left:10px;
     margin:1px;
     color:white;
     font-size:12px;
     flex:1;
     }
.share_button .share_button_box .fa-2x {
     font-size: 1em;
     line-height: 0.75em;
     vertical-align: -15%;
}
.share_button .share_button_box:active{
    opacity:0.8;
    }
	
	

	
}