/*スマホ用*/
@media only screen and (max-width:480px){

.pc{
display:none!important;
}
.sp{
display:block!important;
}

br.sp,span.sp{
	display:inline!important;
}
.wrapper {
width:100%;
overflow:hidden;
}

.header {
	text-align:center;
	border-bottom:0;
	margin-bottom:10px;
	margin-top:10px;
	
}

.header .header_inner {
	width:auto;
	padding-bottom:0px;
}

.header .header_inner h1 {
	float:none;
	width:auto;
}
.header .header_inner h1 img{
   width:300px;
}
.header .header_inner .headertel {
	float:none;
	width:auto;
	padding-top:10px;
	text-align:center;

}

h2 {

    padding: 10px;
    width: auto;
}
#title{
	width:auto;
	font-size:18px;
	font-weight:bold;
	
}


#title span {
font-size:14px;	
}


.table{
width:100%;
margin:0 auto;
border:0;
}

.table th  {
width:auto;

text-align: left;
display:block;
padding-top:7px;
padding-bottom:7px;
border:0;
border-top:5px solid #BDBDBD;
}


.table th span {

    position: styatic;
    right: 0;
}



.table td {
	display:block;
width:auto;

	text-align: left;
	border-bottom:8px solid #FFFFFF;
	padding:10px;
	}


input[type=text]{
border: 1px solid #9C9C9C;
border-radius:3px; 
-webkit-border-radius:3px;
-moz-border-radius:3px;
padding-left:10px;
padding:2%;
width:96%;
}

textarea {
 padding: 2%;
    width: 96%;
}


.know li{
font-size:12px;
}


a.submit {
    background-color: #f49055;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    padding: 10px 0;
	width:90%;
	    margin-right: auto;
	margin-left: auto;
    text-decoration: none;
}


a.back {
	margin-top:15px;
    background-color: #bcbcbc;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    margin-right: auto;
	margin-left: auto;
    padding: 10px 0;
	width:90%;
    text-decoration: none;
}

a.back.pc{
display:none!important;
}
.thanks .box{
width:90%;
margin:0 auto;	
}


}