h2{
	text-align: right;
	line-height: 2em;
	padding: 0 10% 2em 0;
	font-size: 2em;
	text-decoration: underline;
}

.contact_wrapper{
  padding: 0 10%;
	width: 100%;
}

#contact_txt{
	text-align: center;
	margin-bottom: 3em;
}

.contact_form {
	width: 100%;
	padding: 0 15%;
	margin-bottom: 3em;
}

.contact_form *{
	width: 100%;
}

.contact_form p{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

input,textarea{
	background: #ededed;
}

#submit_button{
	text-align: right;
}

#submit_button input{
	display: inline-block;
	background: #999898;
	width: 18%;
	line-height: 2em;
	margin-top: 10px;
	text-align: center;
	word-break: break-all;
}

h3 {
	line-height: 2em;
	font-size: 1.8em;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 3%;
}

.sns_url{
	width: 100%;
}

.sns_url_list{
	padding: 0.5em 0;
	color: #5d627b;
	background: white;
	border-top: solid 2px #5d627b;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	width: 56%;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.sns_url_list li{
	text-align: left;
	margin-bottom: 2px;
}

.sns_url_list li:nth-child(1)::before{
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../images/fb.png");
  background-size: 20px 20px;
  margin-left: 5px;
}

.sns_url_list li:nth-child(2)::before{
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../images/ig.png");
  background-size: 20px 20px;
  margin-left: 5px;
}

.sns_url_list li:nth-child(3)::before{
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../images/tw.png");
  background-size: 20px 20px;
  margin-left:5px;
}

.sns_url_list li a {
	margin-left:10px;
	word-break: break-all;
}

.sns_url_list li a:hover{
  color: #165e83;
}


@media screen and (max-width:640px){
	.contact_wrapper{
		padding: 0;
	}

	#contact_txt{
		padding: 0 8%;
		text-align: left;
	}

	h2{
		text-align: center;
		line-height: 2em;
		padding: 10% 10% 5% 10%;
		font-size: 2em;
		text-decoration: underline;
	}

	.contact_form{
		padding: 0 8%;
	}

	.sns_url_list{
		width: 100%;
		padding: 1em 2%;
	}

	.sns_url_list ul li{
		font-size: 0.8em;
	}


}
