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

.fv-page{
	background: url(/img/contactfv_spbk.png) no-repeat ;
	background-size: cover;
	    background-position: 50%;
	position: relative;
}

@media screen and (min-width: 1024px) {
	
	.fv-page{
	background: url(/img/contactfv_bk.png) no-repeat ;
			background-size: cover;
		background-position: right center;
	}
}

.wrap-page{
	max-width: 1200px;
	width: 90%;
	margin: 30px auto;
}

.wrap-page p {
    line-height: 1.8;
}
.attention{
	font-size: .7rem;
	line-height: 1.6;
	letter-spacing: .5px;
}

@media screen and (min-width: 1024px) {

.wrap-page{
	width: 96%;
	margin: 50px auto 50px;
	text-align: center;
}

	.wrap-page p{
		line-height: 2;
		text-align: left;
	}
	
}
.form-horizontal{
	margin:40px auto 60px;
}
.policytext{
	padding-left:.5em
}
.policycheck,.center{
	text-align:center;
}

.form-group{
	margin-bottom:20px;
}
.form-group-last{
	margin-bottom:40px;
}
.naiyo{
	vertical-align:top;
}
textarea{
	width:100%;
	height:200px;
}
label.control-label {
    text-align: left;
    display: inline-block;
	width:100%;
}

input[type="text"], input[type="email"], input[type="tel"] {
	height: 1.5rem;
    width: 100%;
    line-height: 1.5rem;
    margin-top: 10px;
    padding:0 4px 4px 4px;
	font-size:15px
}
.zip input[type="text"]{
	display: inline-block;
	width:50%
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus,textarea:focus{
	background: #fce0e9;
}
/* === HTML5 validation styles === */	
input:required, textarea:required {
	background: #fff;
}
input:required:valid, textarea:required:valid {
	background: #fff url(img/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
input:focus:invalid, textarea:focus:invalid {
	background: #fff url(img/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}
span.red{
	color:#d63d2c;
	font-size:1rem;
	padding:2px;
	margin-top:-2px;
}
.cv{
	margin:40px auto;
}

.conversion_btn{
    display: block;
    text-decoration: none;
    border-radius: 35px;
    background-color: #f5800d;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
    width: 80%;
    height: 56px;
    position: relative;
    line-height: 56px;
    transition: all .25s ease-out;
	margin: 20px auto 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.conversion_btn::after {
    position: absolute;
    top: 0;
    right: 9px;
    font-family: themify;
    content: "\e649";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.conversion_btn:hover{
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.conversion_btn:hover::after {
    right: 5px;
    
}

@media screen and (min-width:575px) {

.sale-kobetsu-table th, .sale-kobetsu-table td {
 	padding:15px 20px;
}
}
@media screen and (min-width:768px) {
label.control-label {
    text-align: left;
    display: inline-block;
	width:25%;
}
.faddress{
	margin-left:25%;
}
input[type="text"], input[type="email"], input[type="tel"] {
	display: inline-block;
    width: 60%;
    line-height: 2em;
    margin-top: 10px;
    padding: 4px;
}
	.form-horizontal {
	text-align: left;
}
	textarea{
	    width: 74%;
    height: 200px;
}
	
	
}
@media screen and (min-width:960px) {
	.conversion_btn{
    display: block;
    text-decoration: none;
    border-radius: 35px;
    background-color: #f5800d;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
    width: 400px;
    height: 56px;
    position: relative;
    line-height: 56px;
    transition: all .25s ease-out;
	margin: 20px auto 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.conversion_btn::after {
    position: absolute;
    top: 0;
    right: 9px;
    font-family: themify;
    content: "\e649";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.conversion_btn:hover{
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.conversion_btn:hover::after {
    right: 5px;
    
}
	}
#thanks h1{
	font-size:2rem;
	color:#231c5c;
	margin-bottom:1rem;
}
#thanks .wrap-page p {
	text-align:center;
}
.return{
	margin-top:1rem;
}
.return a{
	text-decoration:underline;
}


@media screen and (min-width:1024px) {
	#thanks h1{

	margin-bottom:1.5rem;
}

.return{
	margin-top:1.5rem;
}
	
}
.vtop{
	vertical-align:top;
	line-height: 2;
padding-top: 1em;
}



input,select,textarea {
 -webkit-appearance:none
}
input,textarea {
	margin:0;
 background:0;
 border:1px solid #999;
}
textarea {
 resize:none
}
button {
 border:0;
 overflow:visible;
 background:0;
 vertical-align:top;
 font-size:100%;
 color:inherit;
 outline:0;
 -webkit-appearance:none;
 line-height:1.75
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
button,label {
 cursor:pointer
}