.main-title {
	font-size: 25px;
	font-weight: 200;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}

.main-title::after {
  content: "";
  display: block;
  background-color: #9F1F1F;
  width: 180px;
  height: 2px;
}

.contact-contents__item-title {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 0.15em;
}

.contents{
	text-align: center;
	background-color: #F4F4F4;
}

.contents__inside {
	text-align: left;
	margin: 0 auto;
	width: 350px;
}

.contact__main {
	margin-bottom: 30px;
}

.form-control {
	width: 100%;
}

.btn-submit {
	background-color: #9e9e9e;
	padding: .5em 2em;
	color: white;
	border: none;
	border-radius: 5px;
}

dd {
	margin-bottom: 20px;
}

.sns {
	padding-bottom: 50px;
}

.sns-title {
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}

.sns__list > ul {
	display: flex;
	list-style:none;
	padding-left: 0px;
	margin: 0;
}

.sns__list > ul > li {
	margin-right: 20px;
}

.sns__list > ul > li > a > img {
	width: 40px;
}