@charset "utf-8";
.form_textarea{
	margin-bottom:100px;
	text-align:center;
	font-size:2.0rem;
}

.wpcf7 span.require{
	position:absolute;
	right:10px;
	top:50%;
	transform:translateY(-50%);
	font-size:1.4rem;
}
	.wpcf7 input{
		padding:5px;
	}

.wpcf7-previous .wpcf7-spinner{
	width:100%;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 1400px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1400px) {

}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 1200px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1200px) {


}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 1000px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 1000px) {



}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 900px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 900px) {



}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 768px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 768px) {



}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 650px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 650px) {

.wpcf7-form.init span.require{
	position:absolute;
	right:10px;
	top:unset;
	transform:unset;
	font-size:1.4rem;
}

}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 600px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 600px) {
.form_textarea{
	font-size:1.6rem;
}


}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-----------------------------------------------------	*/
/*	for - 450px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 450px) {
.form_textarea{
	padding-left:20px;
	text-align:left;
}


}




