@charset "utf-8";

/* for Common & Smartphone*/


.title{
	margin:30px auto 60px;
}
#request-wrap #request-wrapWrap {
	width:800px;
	margin:0 auto;
	height:800px;
}
#request {
	/* margin-top: -150px;
	padding-top: 170px;  */
}
#access {
	margin-top: -150px;
	padding-top: 150px;
}

/* back_Space */
.back_Space {
	overflow: hidden;
}
* html .back_Space {
	zoom: 1;
}
ul.option_group li {
	list-style: none;
	float: left;
	width: 40%;
	}


/* fonts */
#request-wrap {
	width:80%;
	
	margin:10px auto;
}

#request-wrap Title {
	border-top:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	padding:12px;
	text-align:center;
	margin-top:12px;
}

#request-wrap h1 {
	font-size:14px;
	font-weight:bold;
}

#request-wrap table{
	margin: 30px 0;
	border:1px solid #DEDEDE;
	border-top:none;
	margin-bottom:1px;
	width: 100%;
	border-collapse:collapse;
}

#request-wrap table table{
	margin: 0;
}
#request-wrap th {
	border:1px solid #DEDEDE;
	font-size:14px;
	color:#252525;
	line-height:1.6em;
	padding:10px;
	text-align:left;
	background: #eee;
} 
#request-wrap td {
	border:1px solid #DEDEDE;
	font-size:14px;
	background-color:#FFFFFF;
	color:#252525;
	line-height:1.6em;
	padding:10px;
	text-align:left;
} 
#request-wrap table table,
#request-wrap table table td,
#request-wrap table table th{
	border: none;
	background: none;
}




.privacy{
	margin: 30px 0;
	padding: 15px;
	border: solid 1px #DEDEDE;
	text-align: left;
	line-height: 1.6;
}
.privacy h2{
	font-size: 16px;
}


#form th span,
.table dt span{
	color: #a00;
}

.table textarea#content{
	width: 420px;
}
.inputarea_sss{
	width: 12%;
}
.inputarea_ss{
	width: 20%;
}
.inputarea_s{
	width: 25%;
}

.inputarea_zip {
	width: 35%;
}
.inputarea {
	width: 90%;
}
.inputarea_m {
	width: 43.5%;
}
.inputarea_h {
	width: 48%;
}
.inputarea_add {
	width: 90%;
}
.inputarea_txt {
	height: 150px;
	width: 90%;
}
.inputarea_h,
.inputarea_sss,
.inputarea_ss,
.inputarea_s,
.inputarea_zip,
.inputarea,
.inputarea_m,
.inputarea_add,
.inputarea_txt {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 10px 5px;
}
.preview {
	margin: 30px 0 0;
	text-align: center;
	clear: both;
}

.preview input{
    border: 0px;
    width:260px;
    height:50px;
	background: #c00;
	color: #fff;
}

.confirm input {
	margin: 30px 3px;
	padding: 1em 2em;
	border: none;
	display: inline-block;
	color: #fff;
	background: #c00;
	width: 260px;
}

label.error{
	display: none;
	color: #c00;
	font-weight: bold;
}


.thanks-wrap{
	padding: 50px 0 100px;
}

.thanks-wrap h2{
	margin-bottom: 2em;
}
@media screen and (max-width:768px) {
	#request-wrap #request-wrapWrap {
		width:100%;
		height:300px;
		overflow:auto; /* scrollからautoに変更 */
		-webkit-overflow-scrolling:touch;
		border:1px solid #c9c9c9;
	}
	#request-wrap #request-wrapWrap iframe {
		width:94%;
		height:100%;
		margin:0 3%;
		border:none;
		display:block;
	}
    #request-wrap{
        width: 80%;
    }
    .next_update_date,.update_date{
        margin-right: 0.5rem;
    }
    #property_data,#sales_data{
       margin-left: 0.5rem;
    }
     #request-wrap table,#request-wrap tbody,#request-wrap tr,#request-wrap th,#request-wrap td{
       display: block;
       width: 100%;
       max-width: 100%;
       border: none;
    }
     #request-wrap th,#request-wrap td{
     	padding: 10px 15px;
     }
     #request-wrap table table th,#request-wrap table table td{
     padding: 5px 0;
	}
}


@media screen and (max-width: 481px) {
  #request-wrap{
    width: 80%;
  }
  .next_update_date,.update_date{
    margin-right: 0.5rem;
  }
  #property_data,#sales_data{
    margin-left: 0.5rem;
  }
  #request-wrap th{
    width: 100%;
    min-width: 100%;
    display: block;
  }
  #request-wrap,#request-wrap tbody,#request-wrap tr,#request-wrap td{
    display: block;
    width: 95%;
    max-width: 95%;
  }
  #request-wrap dl{
    margin-bottom: 0;
  }
  #request-wrap dd{
    border-left: none;
  }
.inputarea_ss{
	width: 100%;
}
.inputarea_s{
	width: 100%;
}

.inputarea_zip {
	width: 80%;
}
.inputarea {
	width: 100%;
}
.inputarea_m {
	width: 100%;
}
.inputarea_h {
	width: 48%;
}
.inputarea_add {
	width: 90%;
}
.inputarea_txt {
	height: 150px;
	width: 100%;
}
ul.option_group {
	display: flex;
	flex-direction: column;
	width: 100%;		
}
ul.option_group li {
		width: 100%;
		margin-left: -15%;
}	
#request.title img {
		width: 70%;
}	
section.company-head {
		height: 150px;
}
p {
		font-size: 14px;
}	
	
	
	
	
	
	
	
}

