@charset "UTF-8";
/* CSS Document */

/* SNS */
.cont-sns h3 {
	color: #808080;
	font-weight: 600;
}
.cont-sns .container-fluid {
	text-align: center;
}
.cont-sns .description {
	margin: 20px auto 40px;
	color: #808080;
}

.social-icons {
	margin-bottom: 20px;
}

@media screen and (min-width: 481px) {
  .cont-sns h3 {
  	letter-spacing: 6px;
  }
  .cont-sns {
  	margin: 60px auto 0;
  }
}

@media screen and (max-width: 480px) {
  .cont-sns h3 {
  	font-size: 1.8em;
  }
  .cont-sns {
  	margin: 30px auto 0;
  }
}