<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ************************************** _

繧ｿ繧､繝医Ν�喃orm.css

讎りｦ�ｼ喃orm逕ｨCSS繝輔ぃ繧､繝ｫ

_ ************************************** */

/*繝輔か繝ｼ繝�
---------------------------------------------------------------------------- */
.bg-form{
	background: #f7f7f7;
}
#form .section{
	max-width: 900px;
}
#mailformpro .ruledLine th,
#mailformpro .ruledLine td{
	font-size: 0.9em !important;
}

/*繝｡繝ｼ繝ｫ繝輔か繝ｼ繝�繝励Ο荳頑嶌縺�*/
/*mailformpro/configs/config.js 'SizeAjustPx': null,//6*/
.input-maxwidth{
	max-width: none !important;
	width: 100%;
	padding: 15px !important;
}
.input-minwidth{
	width: 100px;
	padding: 15px !important;
}
#mailformpro input,
#mailformpro select,
#mailformpro textarea{
	box-shadow: none;
	border-radius: 0;
	background: #f9f9f9;
}
#mailformpro input[type="radio"],
#mailformpro input[type="checkbox"]{
	transform:scale(1.5);
}
#mailformpro input[type="checkbox"]{
	margin: 0 10px 0 0;
}
#mailformpro select{
	padding: 10px;
}
.textarea-width{
	max-width: none !important;
	width: 100% !important;
	height: 150px !important;
}
/*繝｡繝ｼ繝ｫ繝輔か繝ｼ繝�繝励Ο荳頑嶌縺� 縺薙％縺ｾ縺ｧ*/

.form-title-naiyo{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 !important;
	max-width: none;
}
.mail-submit-txt{
	font-size: 2em;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 900px) {
	/*繝｡繝ｼ繝ｫ繝輔か繝ｼ繝�繝励Ο荳頑嶌縺�*/
	#mailformpro table.ruledLine{
		font-size: 1em !important;
	}
	#mailformpro table th,
	#mailformpro table td{
		display: block;
		width: 100%;
	}
	.input-maxwidth{
		max-width: none !important;
		width: 100%;
		padding: 10px !important;
	}
	.input-minwidth{
		width: 80px;
		padding: 10px !important;
	}	
	#mailformpro input[type="radio"],
	#mailformpro input[type="checkbox"]{
		transform:scale(1.0);
	}
	#mailformpro input[type="checkbox"]{
		margin: 0 0 0 0;
	}
	#mailformpro select{
		width: 100%;
		padding: 10px;
	}
	.textarea-width{
		width: 100%;
		height: 150px !important;
	}
	#mailformpro input[type="text"],
	#mailformpro textarea {
		font-size: 16px;
		}	
	/*繝｡繝ｼ繝ｫ繝輔か繝ｼ繝�繝励Ο荳頑嶌縺� 縺薙％縺ｾ縺ｧ*/
	.form-title-naiyo li{
		width: 30%;
	}
	.submit-btn{
		font-size: 1em !important;
	}
	.mail-submit-txt{
		font-size: 1.8em;
	}	
}
@media screen and (max-width: 500px) {
	.form-title-naiyo li{
		width: 50%;
	}
}

</pre></body></html>