@charset "utf-8";

#firstview .firstview-inner .remove {
	background-image: url(../img/firstview.jpg);
}


/* ------------------------------
 *  Media Query Property
 * ------------------------------ */

@media only screen and (min-width: 768px) {

	.inline-block-line .col-sm-9 {
		border-left: solid 2px #406696;
	}
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {

	#firstview .firstview-inner .remove {
		padding-top: 40.7692%;
		background-image: url(../img/firstview_sp.jpg);
	}
}


@media print {
}
