/* CSS Document */




/*common*/

	h2.ch2 { font-family: 'Jost', sans-serif; }
	h2.ch2 span { font-size: 4vw; line-height: 6vw; color: #26354C; display: block; }

	#mailformpro { position: relative; margin-bottom: 24vw; }

	#mailformpro dt { margin-bottom: 2vw; font-size: 4vw; font-weight: bold; }
	#mailformpro dt span { display: inline-block; width: 16vw; height: 6.6vw; text-align: center; line-height: 6.6vw;
		background: #E9E26D; margin-left: 2vw; }
	#mailformpro dd { margin-bottom: 8vw;  }

	#mailformpro input[type="text"],#mailformpro input[type="tel"],#mailformpro input[type="email"] { margin: 1vw 0;
		padding: 0 2vw; border:#74C2DF 1px solid; -moz-appearance: none; -webkit-appearance: none;
		 font-size: 3.7vw; width: 100%; line-height: 13vw; }
	#mailformpro input[type="radio"] { border:#74C2DF 1px solid; -moz-appearance: none; -webkit-appearance: none;
		width: 6vw; height: 6vw; border-radius: 3vw; }
	#mailformpro input[type="radio"]:checked { background:#74C2DF;  }
	#mailformpro select { -moz-appearance: none; -webkit-appearance: none; border:#74C2DF 1px solid; line-height: 13vw;
		padding: 0 10vw 0 10vw; background: url(../../images/icon_down.svg) right 6vw center no-repeat; width: 100%;
		background-size: 2.4vw auto; font-size: 3.7vw; }
	#mailformpro textarea { width: 100%; height: 35vw; padding: 2vw; font-size: 3.7vw; }

	#mailformpro .mfp_buttons button { width: 100%; height: 16vw; line-height: 16vw; text-align: center;
		background: #E9E26D; -moz-appearance: none; -webkit-appearance: none; border:none;
		font-size: 4vw; }
