@charset "utf-8";
/* CSS Document */
#thanks,
#contact{
	background: #F3E8EB;
}
#thanks #top{
	margin-bottom: 100px;
}

#thanks #top,
#contact #top{
	margin-top: 100px;
	background: url(../img/bg/bg_cont.png)no-repeat;
	background-size: contain;
	background-position: center top; 
	padding-top: 200px;
}
#contact #top{
	margin-bottom: 200px;
}

#thanks #top .container,
#contact .container{
	max-width: 1000px;
}

#thanks #top .detail h1,
#thanks #top .detail h2,
#thanks #top .detail p{
	text-align: center;
}
#thanks #top .detail{
	margin-bottom: 100px;
}
#thanks #top .detail h1{
	margin-bottom: 60px;
}
#thanks #top .detail h1:before{
	content: '';
	height: 78px;
	width: 63px;
	display: table;
	margin:0 auto 80px;
	background: url(../img/contact/i_mail.jpg)no-repeat;
	background-position: center top; 
}

#thanks #top .detail p{
	font-size: 1.2rem;
	font-weight: bold;
}
#thanks #top .detail .tel{
	margin: 40px auto;
	padding:30px 10%; 
	display: table;
	border-top:solid 1px #231815; 
	border-bottom:solid 1px #231815; 
}
#thanks #top .detail .tel a{
	display: block;
	width: 100%;
	height: 100%;
}



/*-----------------*/
.title01 {
	background: #e4cfd5;
	padding: 15px 30px;
	margin-bottom: 30px;
}

.h_line{
	background: url(../img/contact/h_line.png)repeat-y;
	background-position: 48% 35px;
}
.form .half{
	width: 43%;
	float: left;
	padding-top: 15px;
}
.form .half.right{
	float: right;
	width: 48%;
	padding-top: 0;
}
.form .left li{
	line-height: 2;
	margin-bottom: 10px;
}
.cust_info li{
	margin-bottom:10px;
	 }
.cust_req textarea,
.cust_info li input{
	border-width: 1px;
	padding:.5rem 2rem .5rem ;
	width: 100%;
	height: 90px;
	border:dashed 1px #231815; 
  line-height: 2;
	font-size: 20px;
}
.cust_req textarea{
	height: 400px;
}
input::placeholder,
textarea::placeholder {
  font-size: 1.2rem;
  line-height: 2;
}
.pre,
p.lead{
	padding-left: 30px;
}
.inde_1{
	padding-left: 15px;
}
.small li{
	font-size: 11px;
}


.radio .checkbox-input{
  display: none;
}
.radio .checkbox-parts{
  padding-left: 40px;
  position:relative;
  margin-right: 20px;
}
.radio .checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
	top: -10px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #231815;
  border-radius: 0;
  background: #fff;
}
.radio .checkbox-input:checked + .checkbox-parts{
  color: #d01137;
}
.radio .checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d01137;
  border-right: 3px solid #d01137;
}
#reqroute .tx01{
	max-width: 360px;
}
#reqroute .tx01:after,
#reqroute .tx02 dl:after{
	content: " ";
	clear: both;
	display: block;
}
#reqroute .tx02 dl{
	font-size: .8rem;
	line-height: 1.7;
}
#reqroute .tx02 dl dt{
	float: left;
	margin-right: 2%;
	width: 25%;
	position: relative;
}
#reqroute .tx02 dl dt img{
	position: relative;
	top: 3px;
}
#reqroute .tx02 dl dd{
	float: left;
	width: 70%;
}

#reqroute .tx01 p,
#reqroute .tx02 dl{
	margin-bottom: 15px;
}
#reqroute .tx01,
#reqroute .tx02{
	padding-left: 20px;
}
#reqroute address{
	margin-top: 15px;
}

#reqroute h3{
	position: relative;
}
#reqroute h3:before{
	content: ' ';
	display: block;
	background: url(../img/contact/bn02-1.png)no-repeat;
	background-position: center top; 
	position: absolute;
	top: -30px;
    left: 260px;
    width: 149px;
    height: 69px;
}

.cust_req{
	margin-top: 50px;
}
.cust_req .bt {
	margin-top: 15px;
	background: #C30D23;
	/* padding: .7rem 0; */
	text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cust_req .bt:hover{
	opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;	
}
.cust_req .bt input{
	border: none;
}
section .bt input[type="image"],
section .bt input[type="submit"]{
	width: 100%;
	display: block;
	margin: .7rem 0;
	background: none;
	border: none;
	color: #fff;
	font-size: 32px;
	padding: .7rem 0;
	cursor: pointer;
}
#i_privacy .conte01 .inner{
	padding:0 30px 0;
	margin-bottom: 100px;
}
.cust_req.small{
		display: none;
	}
.cust_req.large{
		display: block;
	}

.conte01 iframe{
	border: none;
}
.conte01 .inner p{
	padding-left: 30px;
}
#contact footer {
    padding: 0px 0 0;
}

@media (max-width: 1200px) {
	#thanks #top{
		min-height: 71vh;
	}
}
@media (max-width: 999px) {
	#thanks #top{
		min-height: auto;
	}	
	#contact .container {
	     max-width: 720px;
	}
	#reqroute .img img{
		width: 100%;
	}
	#reqroute h3:before{
		top: -40px;
	    left: 180px;
	}
}
@media (max-width: 992px) {

}
@media (max-width:  767px) {
	#thanks #top .detail .tel img,
	#thanks #top .detail h1 img{
			width: 100%;
	}
	#contact #top .container {
		     max-width: 480px;
		}
	#contact #top {
	    margin-bottom: 50px;
	}
	.form .half.right,
	.form .half {
	    width: 100%;
	    float: none;
	    padding-top: 0;
	}
	.h_line {
	    background: none;
	}
	.inde_1{
		padding: 0;
		display: table;
		margin: 0 auto;
	}
	#reqroute .img img{
		width:auto;
	}
	#reqroute h3 img{
		width: 100% !important;
	}
	#reqroute {
		margin-top: 80px;
	}
	#reqroute .tx02,
	#reqroute .tx01{
		width: 100%;
		max-width: 100%;
	}
	#i_privacy .conte01 .inner p br{
		display: none;
	}
	#i_privacy .conte01 .inner {
	    margin-bottom: 50px;
	}
	#reqroute h3:before{
		top: -40px;
	    left: auto;
	    right: 10px;
	}
	.cust_req{
		margin-top: 0px;
	}
	#i_privacy .conte01 .inner,
	#reqroute .tx01, #reqroute .tx02,
	.pre, p.lead {
	    padding: 0 15px;
	}
	.cust_req.large{
		display: none;
	}
	.cust_req.small{
		display: block;
	}

}
@media screen and (max-width:480px) {
	#thanks #top, #contact #top {
    padding-top: 50px;
    }
	#thanks #top .detail h1 {
    margin-bottom: 30px;
	}
	#thanks #top .detail h1:before {
    margin-bottom: 30px;
	}
	#thanks #top .detail .tel{
		margin: 30px auto;
		padding:15px 10%; 
	}
	#thanks #top .detail p br{
		display: none;
	}
	#thanks #top .detail p{
		text-align: left;
		font-size: .8rem;
	}
	#contact #top .container {
		max-width: 100%;
		}
	#i_privacy h2 img,
	#reqroute .img img {
	    width: 100%;
	}
	#i_privacy .inner p{
		margin-bottom: 30px;
	}
	#reqroute .tx02 dl dt img,
	#reqroute .img img{
		width:100%;
	}
	#reqroute .tx02 dl dd {
    width: 68%;
    float: right;
	}
	#reqroute .tx02 dl dd br{
		display: none;
	}
	.cust_req textarea,
	.cust_info li input{
		height: 70px;
	}
	.cust_req textarea{
		height: 250px;
	}

}






/*form-----------------*/
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="email"],
input[type="tel"],
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:auto;
	padding: .5em 0 !important;
	font-size: 1.4rem !important;
}
}