@charset "utf-8";




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



@media screen and (max-width:767px) {
	
.l-info-menu-list {
	padding:0 15px;
}

.l-info-menu-item {
	width: 100%;
	margin-bottom: 20px;
}

.l-info-menu-item:nth-child(odd),
.l-info-menu-item:nth-child(even) {
	padding:0;
}

.l-info-menu-item .anc {
	min-height:200px;
}

.l-info-menu-item .anc .title {
	font-size:1.4rem;
}

	
/*-----------------------------*/
	.l-product .e-inner {
		padding: 0 0 30px;
	}
	
	.l-product .e-inner .e-image {
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}
	
	.l-product .e-inner table {
		width: 100%;
		float: none;
	}
	
	.l-product .e-inner table th {
		font-size: 1.2rem;
	}
	
	.l-product .e-inner table td {
		font-size: 1.2rem;
	}
	
	.l-product .e-note-item {
		font-size: 1.2rem;
		line-height: 1.35;
	}
	
	.l-product .e-button .e-link {
		font-size: 1.6rem;
		padding: 20px 0;
		display: block;
	}
	
	
} /* END RESPONSIVE 767px */




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




@media print {
	
	
	
	
} /* END PRINT */



