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

img{
	max-width:100%;
}

 input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }

.head{
	padding-bottom:15px;
}

.form_ttl{
	text-align:center;
}

.form_wrap .cp{
	margin-bottom:30px;
}

table {
    border-collapse: separate;
    border-spacing: 5px 5px;
	width:100%;
}

th{
	width:20%;
	background:#000;
	color:#fff;
	text-align:left;
		padding:15px;
}

td{
	width:80%;
	padding:0;
}

.hissu{
	float:right;
	color:rgba(255,221,0,1.00);
}

input{
	width:100%;
	padding:15px;
	box-sizing:border-box;
}

input[type="submit"]{
	width:350px;
	height:50px;
	border:none;
	background:#e65d6d;
	color:#fff;
	margin:0 auto;
	display:block;
	margin-top:30px;
}

textarea{
	width:100%;
	height:130px;
	padding:15px;
	box-sizing:border-box;
}

/*.contents{
	border-bottom:3px #000 solid;
	padding-bottom:70px;
}*/

.thanks_contents{
	font-size:2.6rem;
	text-align:center;
	padding: 150px 100px 150px;
	color: #333;
}
.thanks_contents h2{
	margin-bottom: 20px;
}
.thanks_tel_text{
	margin: 30px auto 30px;
	width: 650px;
	padding: 20px 0;
	font-size: 20px;
	background: #f62e2f;
	color: #fff;
}
.thanks_tel_block{
	margin-bottom: 30px;
}
.thanks_tel{
	font-size: 42px;
	font-weight: bold;
	border-radius: 10px;
}
.thanks_text{
	font-size: 18px;
	text-align: center
}
.contents_time{
	margin: 40px auto 0;
	width: 630px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}
.thanks_contents a{
	color:#124993;
	text-decoration: underline;
	display:block;
	font-size:1.2rem;
	margin-top:75px;
	}

.thanks_retunes{
	background: #f37410;
	color: #fff!important;
	text-decoration: none;
	width: 300px;
	padding: 20px 0;
	margin: 0 auto;
	border-radius: 90px;
}
.thanks_contents a{
	text-decoration: none;
}
.thanks_contents a:hover{
	opacity: 0.8;
}
@media screen and (max-width: 1000px) {
	th {
    width: 32%;
}

input[type="submit"] {
    width: 410px;
    height: 80px;
}

.thanks_contents{
	font-size: 46px;
	color: #333;
	text-align:center;
	padding:100px 20px;
	width: 100%;
}
.thanks_text{
	font-size: 14px;
	text-align: left;
}
.thanks_tel_text{
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 20px 0;
	font-size: 13px;
	background: #f62e2f;
	color: #fff;
	width: 100%;
}
.thanks_tel{
	font-size: 54px;
	font-weight: bold;
	border-radius: 10px;
}
.thanks_contents a{
	color:#000;
	display:block;
	font-size:2.2rem;
	margin-top:75px;
	}
	.contents_time{
		margin: 40px auto 0;
		width: 100%;
		text-align: left;
		font-size: 14px;
		line-height: 20px;
	}
}