.h-sp{
	color: #e31e24;
    font-size: 4.5vw;
    margin-bottom: 1vw;
} 
.L-div{
	width:60%;
	float:left;
}
.R-div{
	width:40%;
	float:left;
}
.R-div-2{
	width:40%;
	float:left;
	margin-top:8vw;
}
.width-100{
	width: 20vw;
    display: block;
    margin: auto;
    padding-top: 2vw;
}
.padd{
	padding: 4vw;
}
.padd2{
	padding: 10px;
}
.resp-p{
	font-size:1.3vw;
}
.R-div-container{
	width: 315px;
    display: block;
    margin: auto;
    line-height: 1.4;
}
.R-div-container img{
	width:310px;
}
.big-title{
	margin-top: 10px;
    margin-bottom: -15px;
    font-weight: bold;
    display: block;
}
.wpcf7-form{
	width:100%;
}
.wpcf7-form-control{
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
}
.wpcf7-submit{
	color: white;
    background-color: #727271;
    padding: 10px 0px;
	border:1px solid transparent;
}
.wpcf7-submit:hover{
	border:1px solid #e31e24;
	font-weight:bold;
	cursor:pointer;
}
.wpcf7-not-valid-tip{
	margin:5px;
}
@media only screen and (max-width:810px){
	.L-div{
		width:100%;	
	}
	.R-div{
		display:none;
	}
	.R-div-2{
		width:100%;
		margin-bottom:10px;
	}
	.width-100{
		display:none;
	}
	.resp-p{
	font-size:2.5vw;
	}
	.h-sp{
    font-size: 7vw;
	} 
}
@media only screen and (min-width:1300px){
	.resp-p{
	font-size:1.1vw;
	}
	.h-sp{
    font-size: 3.2vw;
	} 
}

@media only screen and (max-width:1300px){
	.width-100{
		width: 30vw;
	}
}
@media only screen and (max-width:500px){
	
	.R-div-2{
		width:100%;
	}
	.R-div-c-e{
		width: 132px;
	}
	.resp-p-e{
		font-size: 10px;
		margin-bottom: 10px;
	}
	.R-div-2 img{
		width:100%;
	}
	
}
@media only screen and (max-width:374px){
	#footer-index-2{
		position:static;
	}
}