@charset "utf-8";
/* CSS Document */

/* （下層ページ共通）メイン画像 */
@media (max-width: 992px) {
	.under #mv {
    background-size: 130% auto;
		background-position: left center;
	}
	
}
@media (max-width: 768px) {
	.under #mv {
    background-size: 150% auto;
	}
	.under #mv h1 {
		left: 11%;
	}
}
@media (max-width: 576px) {
	.under #mv {
	}
	.under #mv h1 {
		color: inherit;
		padding-right: 8%;
		padding-left: 11%;
		left: 0;
	}
}
@media (max-width: 426px) {
	.under #mv {
    background-size: 180% auto;
		background-position: 20% center;
	}
}



/* フォーム */
@media (max-width: 992px) {
	
}
@media (max-width: 768px) {
	#form-tbl dl {
		width: 100%;
		min-width: auto;
	}
	
}
@media (max-width: 576px) {
	#form-tbl dl {
		flex-wrap: wrap;
	}
	#form-tbl dt,
	#form-tbl dd {
		width: 100%;
	}
	#form-tbl dt {
		margin-bottom: 8px;
	}
	#form-tbl.tmpl dt {
		border-right: none;
		border-bottom: 1px dotted;
	}
	#form-tbl.tmpl dd {
		min-height: 1em;
	}
}
@media (max-width: 426px) {
	
}




