@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}

/***************************************************************************
bottom_summry_block
****************************************************************************/

/*#bottom_summry_block .table_wrap {
	margin-bottom: 0px;
}
#bottom_summry_block .detail_btn {
	display: flex;
	align-items: center;
	margin-top: 25px;
}
#bottom_summry_block .detail_btn .btn_offer {
	margin-left: inherit;
	margin-right: inherit;
	margin-bottom: 0px;
	max-width: 240px;
	height: 60px;
}
#bottom_summry_block .detail_btn li {
	margin-right: 20px !important;
}

@media only screen and (max-width: 767px) {
#bottom_summry_block .detail_btn {
	display: flex;
	align-items: center;
	margin-top: 25px;
}
}*/

/***************************************************************************
bottom_summry_block
****************************************************************************/

/*#bottom_summry_block .table_wrap {
	margin-bottom: 30px;
}
#bottom_summry_block .summry_btn {
	display: flex;
	align-items: center;
}
#bottom_summry_block .free_dial .txt_13px {
	text-align: left;
	margin-bottom: 0px;
}
#bottom_summry_block .summry_btn .btn.btn_offer {
	margin-left: inherit;
	margin-right: 20px;
	margin-bottom: 0px;
	max-width: 240px;
	height: 60px;
}

@media only screen and (max-width: 767px) {
#bottom_summry_block .table_wrap {
	margin-bottom: 10.2vw;
}
#bottom_summry_block .summry_btn {
	display: block;
}
#bottom_summry_block .free_dial .txt_13px {
	text-align: center;
	margin-bottom: 0px;
}
#bottom_summry_block .summry_btn .btn.btn_offer {
    max-width: 600px;
	margin: 0px auto 6.4vw auto;
	height: auto;
}
}*/