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

#contactPage{
	text-align: center;
	margin-top: 76px;
}

@media screen and (min-width:768px){
	#contactPage{
		margin-top: 53px;
	}
}

#contactTtl{
	font-size: 18px;
	line-height: 33px;
	padding-top: 25px;
}

@media screen and (min-width:768px){
	#contactTtl{
		line-height: 36px;
		padding-top: 25px;
	}
}

form{
	margin-top: 55px;
}

@media screen and (min-width:768px){
	form{
		margin-top: 69px;
	}
}

.ask{
	width: 325px;
	margin: 0 auto;
	padding-bottom: 35px; 
}

@media screen and (min-width:768px){
	.ask{
		width: 840px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding-bottom: 50px; 
	}
}

.ask2{
	width: 325px;
	margin: 0 auto;
}

@media screen and (min-width:768px){
	.question{
		width: 282px;
		margin-right: 17px;
		position: relative;
 	}
}

.ttl{
	display: block;
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

@media screen and (min-width:768px){
	.ttl{
		font-size: 24px;
		line-height: 80px;
	}
}

.ttl span{
	display: block;
	float: right;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	margin-left: 17px;
	width: 40px;
	height: 20px;
	text-align: center;
	background: #1c1c1c;
}

@media screen and (min-width:768px){
	.ttl span{
		font-size: 14px;
		line-height: 30px;
		width: 60px;
		height: 30px;
		margin: 25px 0;
		position: absolute;
		top: 0;
		right: 0;
	}
}

.frame{
	display: inline-block;
	max-width: 299px;
	width: 100%;
	height: 34px;
	margin-top: 10px;
	padding: 18px 13px;
	font-size: 15px;
	line-height: 25px;
	color: #333;
	border: 1px solid #626262;
}

@media screen and (min-width:768px){
	.frame{
		max-width: none;
		width: 520px;
		height: 44px;
		margin-top: 0;
		padding: 18px 13px;
		font-size: 18px;
		line-height: 30px;
	}
}

.frame:placeholder {
  color: #ccc;
}
.frame::-moz-placeholder {
  color: #ccc;
}
.frame:-ms-input-placeholder {
  color: #ccc;
}
.frame::-webkit-input-placeholder {
  color: #ccc;
}

textarea{
	overflow: auto;
}

#content{
	height: 190px;
	margin-bottom: 40px;
}

#content::-webkit-input-placeholder{
}

#submit{
	width: 196px;
	height: 55px;
	line-height: 15px;
	background: #fff;
	border: 1px solid #626262;
	font-weight: 600;
}

#submit:hover{
	background: #1c1c1c;
	color: #fff;
	font-weight: 400;
	/*border: none;*/
	-webkit-transition: background 0.4s linear;
	-ms-transition: background 0.4s linear;
	-moz-transition: background 0.4s linear;
	transition: background 0.4s linear; 
}

@media screen and (min-width:768px){
	#submit{
		width: 230px;
		height: 60px;
		font-weight: 600;
		line-height: 60px;
		padding: 0;
	}
}

input,textarea{
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
  border-radius: 0;
}