.c_red{
	color: #ff0000;
}
.main-visual {
    background-image: url('../img/contact/main.jpg');
}
.section-1 .top_text{
	width: 80%;
	margin:0 auto 40px;
}
.section-1 .top_text.finish{
	background-color: #53b300;
	color: #fff;
	padding: 10px;
}
.section-1 form th span{
	color: #ff0000;
}
.section-1 form td input{
	display: block;
	width:100%;
	height:35px;
	margin:0;
	padding: 0;
}
.section-1 form td input[type="tel"]{
	display: inline-block;
	width: 100%;
}
.section-1 form td textarea[name="contents"]{
	width:100%;
	height:150px;
	margin:0;
}
.section-1 form td.tel{
	text-align:left;
}
.section-1 ul{
	width:570px;
	margin: 50px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex; display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content:
	space-between;
	justify-content: space-between;
}
.section-1 ul li button,
.section-1 ul li input{
	padding:10px 0;
	width:240px;
	margin:0;
}
.section-1 input[type="button"]{
	width:300px;
	border:1px solid #000;
	background:#fff;
	padding:20px 0;
}
.section-1 .send_message{
	text-align: center;
	color: #ff0000;
}
.section-1 .tel {
	width: 100%;
	margin: 0 auto;
}
.section-1 ul li button{
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	box-shadow: none;
	outline: none;
	border: none 0;
}
.section-1 ul li:nth-child(1) button{
	background: #57c6de;
}
.section-1 ul li:nth-child(2) button{
	background: #949292;
}
.section-1 ul li button:disabled{
	opacity: .65;
	cursor: not-allowed;
}
/*--thanks.phpここから--*/
.section-1 .section-inner.box{
	text-align: center;
}
.section-1 .section-inner a{
	text-align: center;
}
/*--thanks.phpここまで--*/
.section-2{
	text-align: center;
}
.section-2 .tel_numb{
	display: inline-block;
	width: 300px;
	height: 60px;
	line-height: 60px;
	background-color: #bb8962;
	color: #efe8e7;
	font-size: 3.5rem;
	font-weight: bold;
	margin: 20px 0;
}
textarea[name="inquiry_area"] {
width: 100%;
}
@media screen and (max-width: 960px) {
    .main-visual {
        background-image: url('../img/contact/sp/main.jpg');
    }
    .section-1 .top_text{
    	width: 100%;
    }
	.section-1 .sec1{
		width: auto;
		margin: 0 2% 8%;
		overflow: hidden;
	}
	.section-1 .sec1 p.top_text{
		width: auto;
		margin: 0 3% 5%;
	}
	.section-1 form p.top_text{
		border-bottom:1px solid #ccc;
		padding-bottom:1%;
	}
	.section-1 form td.tel1,
	.section-1 form td.tel2{
		text-align: center;
	}
	.section-1 form td input[name="name"],
	.section-1 form td input[name="kana"],
	.section-1 form td input[type="email"]{
		width:94%;
		margin: 0 auto;
		display: block;
		padding: 10px 0;
	}
	.section-1 form td input[type="tel"]{
		width:100%;
		padding: 10px 0;
	}
	.section-1 form td textarea[name="contents"]{
		display: block;
		height: 100px;
	}
	.section-1 ul{
		display: block;
		width:100%;
		margin-top:5%;
	}
	.section-1 ul li {
		text-align: center;
	}
	.section-1 ul li button{
		width: 80%;
		text-align: center;
		color: #fff;
		padding: 4% 0;
		margin: 0 0 5%;
	}
}