.sns {
	width:100%;
    margin: 20px auto 50px;
    display: flex;
	justify-content: space-between;
}

.sns .col01 {
	margin: 0 20px 0 0;
}

.sns .col01 p,
.sns .col02 p{
	line-height:1.8;
}

.sns .col01 a{
	margin-top: 20px;
}

.btn {
	position: relative;
}

.btn a {
    display: inline-block;
    width: 200px;
    background: #069;
    color: #fff;
    font-size: 18px;
	font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    padding: 3px 10px;
    border-radius:3px;
    text-decoration:none;
	transform: rotate(0.03deg);
}

.btn a:hover{
	background:#7dabb8;
	text-decoration:none;
}


.btn a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    position: absolute;
	right: 10px;
}

.tit{
	display: block;
    font-size: 25px;
	font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
	transform: rotate(0.03deg);
}

.color1 {  color: #3B5998;}
.color2 {  color: #cd201f}
.color3 {  color: #000;}


.flex_head {
	display: flex;
	justify-content:space-between;
	align-items: center;
	
}

@media screen and (max-width: 768px) {
	.sns { 
		width: 96%;
		margin: 0 auto 30px;
		display: block;
	}

	.col01 {
		width: 100%;
	}

	.sns img{
		width: 300px;
		margin: 20px auto;
	}

	.btn {
		position: inherit;
		margin: 0 auto;
        position: inherit;
        width: 200px;
	}

	.sns .col01 a {
	    margin-top: 0;
	}

	
	.flex_head {
		display: block;
	}

}