@charset "utf-8";
/* CSS Document */

/* ページスタイル
----------------------------------------------------------- */


/* CGI　Mailform Pro　フォームスタイル
----------------------------------------------------------- */
span.nomal {
	font-size: 1.6rem;
	font-weight: normal;
	/*color: rgba(27,27,27,1.00);*/
}
form table tr th {
	width: 30%;
}



@media screen and (max-width: 1199px) {	/* PC固定幅からのブレイクポイント */
	form table tr {
		margin-bottom: 50px;
	}
	form table tr th {
		width: 100%;
	}
}

@media screen and (max-width: 959px) {	/* タブレットからのブレイクポイント */
	
}

@media screen and (max-width: 479px) {	/* スマートフォンからのブレイクポイント */
	
}