@charset "utf-8";




/* ------------------------------------------------------------------------------------------------
 * RESPONSIVE
 * ------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1199px) {
	
	
	
	
} /* END RESPONSIVE 979px */




@media screen and (max-width:767px) {
	.l-contact-text,
	.l-contact .e-check {
		font-size: 1.4rem;
		line-height: 1.75;
	}
	
	.l-contact table {
		width: 100%;
	}
	
	.l-contact table th {
		width: 100%;
		display: block;
	}
	
	.l-contact table td {
		display: block;
	}
	
	.l-contact table td input {
		width: 100% !important;
	}
	
	.l-contact table td input.is-short {
		width: 60px !important;
	}
	
	
} /* END RESPONSIVE 767px */




@media screen and (max-width:374px) {
	
	
	
	
} /* END RESPONSIVE 374px */




@media print {
	
	
	
	
} /* END PRINT */



