@charset "utf-8";
#bg_main_image {
	background-image: url(../img/img_main.jpg);
}

@media screen and (min-width:1025px) {
}

@media screen and (max-width: 1024px) and (min-width: 751px) {
}

@media print, screen and (min-width: 751px) {
.lift_list {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.lift_list > li {
	width: 46.9%;
}
.lift_list > li .image img {
	height: auto;
	width: 100%;
}
.lift_list > li dt {
	color: #004DA0;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.lift_list > li dd {
	margin-top: 10px;
}
}

@media screen and (max-width: 750px) {
.lift_list {
	margin-top: 30px;
}
.lift_list > li {
	margin-top: 30px;
}
.lift_list > li .image img {
	height: auto;
	width: 100%;
}
.lift_list > li dt {
	color: #004DA0;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.lift_list > li dd {
	margin-top: 5px;
}
}
