﻿@charset "UTF-8";
/* --------------------------------------------------------------------
  カート　ステップ
-------------------------------------------------------------------- */
div.order_flow_ > ul {
	position: relative;
}
div.order_flow_ > ul::before,
div.order_flow_ > ul::after {
	content: "";
	position: absolute;
	left: 0;
	top: calc(18 / 375 * 100vw);
	height: calc(3 / 375 * 100vw);
}
div.order_flow_ > ul::before {
	background-color: #005FAE;
	z-index: 2;
}
div.order_flow_ > ul.step2_::before {
	width: 30%;
}
div.order_flow_ > ul.step3_::before {
	width: 60%;
}
div.order_flow_ > ul.step4_::before {
	width: 90%;
}
div.order_flow_ > ul::after {
	width: 100%;
	background-color: #BFBFBF;
	z-index: 1;
}
div.order_ div.order_flow_ {
	margin: calc(30 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
	padding: 0;
}
div.order_ div.order_flow_ ul li {
	text-align: center;
	width: calc(40 / 375 * 100vw);
	height: auto;
	padding: 0;
	margin: 0;
	background: none;
	display: block;
}
div.order_ div.order_flow_.order_flow_4 ul li.step1_,
div.order_ div.order_flow_.order_flow_4 ul li.step4_ {
	width: calc(40 / 375 * 100vw) !important;
}
div.order_ div.order_flow_.order_flow_4 ul li.step1_ {
	margin-right: calc(30 / 375 * 100vw);
}
div.order_ div.order_flow_.order_flow_4 ul li.step4_ {
	margin-left: calc(30 / 375 * 100vw);
}
div.order_ div.order_flow_.order_flow_4 ul li.step2_,
div.order_ div.order_flow_.order_flow_4 ul li.step3_ {
	width: calc(84 / 375 * 100vw) !important;
	margin: 0 calc(7 / 375 * 100vw);
}
div.order_ div.order_flow_ ul li::after {
	display: none;
}
div.order_ div.order_flow_ .txt-step {
	width: calc(40 / 375 * 100vw);
	height: calc(40 / 375 * 100vw);
	background-color: #FFFFFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
div.order_ div.order_flow_ .txt-step-num {
	color: #FFFFFF;
	font-size: calc(20 / 375 * 100vw);
	font-weight: 400;
	font-family: "Teko";
	line-height: 1.0;
	letter-spacing: 0.09em;
	width: calc(40 / 375 * 100vw);
	height: calc(40 / 375 * 100vw);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: calc(4 / 375 * 100vw) 0 0 0;
	background-color: #BFBFBF;
	box-sizing: border-box;
}
div.order_ div.order_flow_ .txt-name {
	color: #BFBFBF;
	font-size: calc(13 / 375 * 100vw);
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.23;
	margin-top: calc(13 / 375 * 100vw);
	display: block;
}

div.order_ div.order_flow_ ul li.now_ {
	background: none;
	border: 0;
	width: auto;
}
div.order_ div.order_flow_ ul li.now_ .txt-step {
	width: calc(34 / 375 * 100vw);
	height: calc(34 / 375 * 100vw);
	border: calc(3 / 375 * 100vw) solid #005FAE;
	margin: 0 auto;
}
div.order_ div.order_flow_ ul li.now_ .txt-step-num {
	width: calc(30 / 375 * 100vw);
	height: calc(30 / 375 * 100vw);
	background-color: #005FAE;
}
div.order_ div.order_flow_ ul li.now_ .txt-name {
	color: #005FAE;
}
div.order_flow_ > ul > li.passed_ .txt-step-num {
	background-color: #005FAE;
}
div.order_flow_ > ul > li.passed_ .txt-name {
	color: #005FAE;
}
/* --------------------------------------------------------------------
  買い物かご
-------------------------------------------------------------------- */
div.method_host_ .guide_ {
	color: #161616 !important;
	font-size: calc(16 / 375 * 100vw);
	font-weight: normal;
	line-height: 1.875;
	text-decoration: none !important;
	letter-spacing: 0;
	padding: 2px 15px 0;
	border: 1px solid #CECECE;
	background: #FFFFFF;
	border-radius: 3px;
	margin: 0;
}
input[name="address.x"] {
	color: #005FAE !important;
	font-size: calc(16 / 375 * 100vw);
	letter-spacing: 0.09em;
	text-decoration: underline !important;
}
div.order_ .delivery_notice_ {
	text-align: left;
	margin-bottom: 20px;
}
div.order_ .delivery_notice_ p {
	font-size: calc(14 / 375 * 100vw);
	text-indent: -1em;
	padding-left: 1em;
}
div.order_ div.estimate_block_ .delivery_date_ {
  color: #c00;
  font-weight: bold;
}
div.order_ div.estimate_block_ table {
	margin-bottom: calc(20 / 375 * 100vw);
}
div.method_host_ .dest_nickname_ {
	font-size: calc(14 / 375 * 100vw);
	font-weight: 400;
}
div.method_host_ address {
	font-size: calc(14 / 375 * 100vw);
	font-weight: 400;
	border: calc(1 / 375 * 100vw) solid #CECECE;
	border-radius: calc(5 / 375 * 100vw);
	padding: calc(10 / 375 * 100vw);
}
div.order_ .order_cart_delete_ {
	color: #161616;
	font-size: calc(14 / 375 * 100vw);
	text-align: center;
	line-height: 2.0;
	border: calc(1 / 375 * 100vw) solid #CECECE;
	background-color: #FFFFFF;
	border-radius: calc(3 / 375 * 100vw);
	width: calc(72 / 375 * 100vw);
	height: calc(40 / 375 * 100vw);
	padding: 0 0 0 calc(33 / 375 * 100vw);
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}
div.order_ .order_cart_delete_::before,
div.order_ .order_cart_delete_::after {
	content: "";
	position: absolute;
	left: calc(10 / 375 * 100vw);
	top: 50%;
	width: calc(12 / 375 * 100vw);
	height: calc(2 / 375 * 100vw);
	background-color: #707070;
}
div.order_ .order_cart_delete_::before {
	transform: rotate(-45deg);
}
div.order_ .order_cart_delete_::after {
	transform: rotate(45deg);
}
div.order_ .order_cart_reload_ {
	color: #161616;
	font-size: calc(14 / 375 * 100vw);
	text-align: center;
	line-height: 2.0;
	border: calc(1 / 375 * 100vw) solid #CECECE;
	background: #F3F3F3;
	border-radius: calc(3 / 375 * 100vw);
	width: calc(72 / 375 * 100vw);
	height: calc(40 / 375 * 100vw);
	padding: 0;
	margin: 0 0 calc(7 / 375 * 100vw);
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: none;
}
div.sender_change_ {
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
}
div.sender_change_ label {
	font-size: calc(14 / 375 * 100vw);
}
div.order_ table.order_cart_list_,
div.order_ table.order_cart_list_ td {
	border-color: #CECECE;
}
div.order_ table.order_cart_list_ td.image_ {
	width: calc(83 / 375 * 100vw);
	padding: calc(20 / 375 * 100vw) calc(17 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
}
div.order_ table.order_cart_list_ td.image_ img {
	width: calc(83 / 375 * 100vw);
}
div.order_ table.order_cart_list_ td.goods_detail_ {
	text-align: left;
	padding: calc(20 / 375 * 100vw) 0;
}
div.order_ table.order_cart_list_ td.goods_detail_ .name_ {
	font-size: calc(15 / 375 * 100vw);
	font-weight: bold;
	line-height: 1.466;
	letter-spacing: 0;
	text-align: left;
	margin: 0 0 calc(10 / 375 * 100vw);
}
div.order_ table.order_cart_list_ td.goods_detail_ .name_ a {
	font-size: calc(15 / 375 * 100vw);
	font-weight: bold;
	line-height: 1.466;
	letter-spacing: 0;
	display: block;
}
div.order_ table.order_cart_list_ td.goods_detail_ .option_ {
	font-size: calc(13 / 375 * 100vw);
	font-weight: 400;
	line-height: 1.538;
	margin: calc(10 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
}
div.order_ table.order_cart_list_ td.goods_detail_ .goods_detail_spec_ {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px dashed #C9C9C9;
	padding: calc(10 / 375 * 100vw) 0 0;
}
div.order_ table.order_cart_list_ td.goods_detail_ .qty_title_ {
	font-size: calc(14 / 375 * 100vw);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.0;
	margin-bottom: calc(8 / 375 * 100vw);
	width: 100%;
}
div.order_ table.order_cart_list_ td.goods_detail_ .qty_box_ {
	width: calc(150 / 375 * 100vw);
	display: flex;
	align-items: center;
	border: calc(1 / 375 * 100vw) solid #CECECE;
	border-radius: calc(5 / 375 * 100vw);
	overflow: hidden;
}
div.order_ table.order_cart_list_ td.goods_detail_ .qty_box_ .qty_btn_ {
	font-size: 0;
	width: calc(50 / 375 * 100vw);
	height: calc(40 / 375 * 100vw);
	cursor: pointer;
	position: relative;
	background-color: #F1F1F1;
}
div.order_ table.order_cart_list_ td.goods_detail_ .qty_box_ .qty_btn_::before,
div.order_ table.order_cart_list_ td.goods_detail_ .qty_box_ .qty_btn_::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(10 / 375 * 100vw);
	height: calc(2 / 375 * 100vw);
	margin-left: calc(-5 / 375 * 100vw);
	background-color: #202020;
}
div.order_ table.order_cart_list_ td.goods_detail_ .qty_box_ .plus_::after {
	transform: rotate(-90deg);
}
div.order_ table.order_cart_list_ td.goods_detail_ .qty_box_ .order_cart_qty_ {
	text-align: right;
	width: calc(50 / 375 * 100vw);
	height: calc(40 / 375 * 100vw);
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	border-right: calc(1 / 375 * 100vw) solid #CECECE;
	border-left: calc(1 / 375 * 100vw) solid #CECECE;
}

div.order_ table.order_cart_list_ td.goods_detail_ .goods_detail_btn_ {
	width: calc(72 / 375 * 100vw);
	margin: 0 0 calc(10 / 375 * 100vw);
}
div.order_ table.order_cart_list_ td.goods_detail_ .goods_detail_price_title_ {
	font-size: calc(13 / 375 * 100vw);
	font-weight: 400;
	line-height: 1.0;
	margin: 0 0 0 auto;
	text-align: right;
}
div.order_ table.order_cart_list_ td.goods_detail_ .subtotal_name_ {
	font-size: calc(13 / 375 * 100vw);
	font-weight: 400;
	line-height: 1.0;
}
div.order_ table.order_cart_list_ td.goods_detail_ .tax_class_name_ {
	font-size: calc(13 / 375 * 100vw);
	font-weight: 400;
	line-height: 1.0;
	margin-top: calc(7 / 375 * 100vw);
}
div.order_ table.order_cart_list_ td.goods_detail_ .amt_.price_ {
	color: #000000;
	text-align: right;
	margin-left: calc(15 / 375 * 100vw);
}
div.order_ table.order_cart_list_ td.goods_detail_ .amt_.price_ span.amt_ {
	font-size: calc(15 / 375 * 100vw);
	line-height: 1.733;
	display: inline-block;
}
div.order_ table.order_cart_list_ td.goods_detail_ .amt_.price_ span.amt_ .large_ {
	font-size: calc(24 / 375 * 100vw);
	line-height: 1.083;
	display: inline-block;
}
div.order_ .order_cart_list_sub_total_ {
	padding: calc(15 / 375 * 100vw);
	border: calc(4 / 375 * 100vw) solid #E7E7E7;
	border-radius: calc(6 / 375 * 100vw);
}
div.order_ .order_cart_list_sub_total_ .total_title_ {
	display: none;
}
div.order_ table.order_cart_list_total_ {
	width: 100%;
	border-bottom: 1px solid #C9C9C9;
}
div.order_ table.order_cart_list_total_ th {
	font-size: calc(14 / 375 * 100vw);
	font-weight: 500;
	text-align: right;
	line-height: 1.0;
	letter-spacing: 0;
	padding-bottom: calc(15 / 375 * 100vw);
	padding-right: calc(10 / 375 * 100vw);
	width: 50%;
}
div.order_ table.order_cart_list_total_ th span {
	font-size: calc(12 / 375 * 100vw);
	font-weight: 400;
	line-height: 1.0;
	margin-top: 5px;
	display: block;
}
div.order_ table.order_cart_list_total_ tr.tax_excluded_ {display: none;}
div.order_ table.order_cart_list_total_ td.price_ {
	color: #000000;
	font-size: calc(26 / 375 * 100vw);
	font-weight: 500;
	line-height: 1.0;
	padding: 0 calc(10 / 375 * 100vw) calc(15 / 375 * 100vw) 0;
	white-space: nowrap;
}
div.order_ table.order_cart_list_total_ td.price_ span.large_ {
	font-size: calc(36 / 375 * 100vw);
	font-weight: 500;
	line-height: 1.0;
	display: inline-block;
}
div.order_ table.monthly_total_ {
	width: 100%;
	margin-top: calc(8 / 375 * 100vw);
}
div.order_ table.monthly_total_ td {
	text-align: right;
	padding: calc(8 / 375 * 100vw) 0;
}
div.order_ table.monthly_total_ td.breakdown_ {
	font-size: calc(14 / 375 * 100vw);
	line-height: 1.0;
	width: 50%;
}
div.order_ table.monthly_total_ td.period_ {
	font-size: calc(14 / 375 * 100vw);
	line-height: 1.0;
	text-align: right;
	width: calc(60 / 375 * 100vw);
	padding-right: calc(10 / 375 * 100vw);
	white-space: nowrap;
}
div.order_ table.monthly_total_ td.price_ {
	color: #000000;
	font-size: calc(12 / 375 * 100vw);
	font-weight: 500;
	line-height: 1.0;
	text-align: right;
	white-space: nowrap;
}
div.order_ table.monthly_total_ td.price_ .large_ {
	font-size: calc(22 / 375 * 100vw);
	font-weight: 500;
	line-height: 1.0;
	display: inline-block;
}
div.method_host_ {
	text-align: left;
	margin-bottom: 90px;
}
div.method_host_ div.host_info_ {
	text-align: left;
}
div.method_host_ div.host_info_ + input {
	text-align: left;
	margin: 0;
}
div.order_ .order-cart-content + .common_headline2_ {
	margin-top: calc(26 / 375 * 100vw);
}
div.order_ .rental_period_ {
	text-align: left;
}
div.order_ .rental_period_ dl dt {
	font-size: calc(14 / 375 * 100vw);
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 0.09em;
	margin-bottom: calc(10 / 375 * 100vw);
}
div.order_ .rental_period_ dl dd {
}
div.customer_ dl.bizapproval_ dd input[type="date"],
div.customer_ dl.bizsearch_ dd input[type="date"],
div.order_ .rental_period_ dl dd input[type="date"] {
	width: calc(260 / 375 * 100vw);
	padding-top: calc(8 / 375 * 100vw);
	padding-bottom: calc(8 / 375 * 100vw);
}
div.customer_ dl.bizapproval_ dd input[type="date"] {
	/*width: calc(220 / 375 * 100vw);*/
}
div.customer_ dl.bizapproval_ dd input[type="date"]::-webkit-calendar-picker-indicator,
div.customer_ dl.bizsearch_ dd input[type="date"]::-webkit-calendar-picker-indicator,
div.order_ .rental_period_ dl dd input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0;
  width: 39px;
  height: 39px;
  background: rgba(255, 0, 0, 0.5);
  color: transparent;
  cursor: pointer;
	opacity: 0;
}
div.order_ .rental_period_ dl dd .ui-datepicker-trigger {
	width: calc(32 / 375 * 100vw);
	margin-left: calc(15 / 375 * 100vw);
	vertical-align: middle;
	cursor: pointer;
}
div.customer_ dl.bizsearch_ dd.estimate_creation_,
div.customer_ dl.bizsearch_ dd.estimate_expiry_,
div.customer_ dl.bizsearch_ dd.estimate_print_start_,
div.customer_ dl.bizsearch_ dd.order_start_,
div.customer_ dl.bizsearch_ dd.estimate_print_start_,
div.customer_ dl.bizsearch_ dd.order_print_start_,
div.order_ .rental_period_ dl.rental_start_ {
	position: relative;
	margin-bottom: calc(40 / 375 * 100vw);
}
div.customer_ dl.bizsearch_ dd.estimate_creation_,
div.customer_ dl.bizsearch_ dd.estimate_expiry_,
div.customer_ dl.bizsearch_ dd.estimate_print_start_,
div.customer_ dl.bizsearch_ dd.order_start_,
div.customer_ dl.bizsearch_ dd.order_start_,
div.customer_ dl.bizsearch_ dd.order_print_start_ {
	padding: 0;
}
div.customer_ dl.bizsearch_ dd.estimate_creation_::after,
div.customer_ dl.bizsearch_ dd.estimate_expiry_::after,
div.customer_ dl.bizsearch_ dd.estimate_print_start_::after,
div.customer_ dl.bizsearch_ dd.order_start_::after,
div.customer_ dl.bizsearch_ dd.order_start_::after,
div.customer_ dl.bizsearch_ dd.order_print_start_::after,
div.order_ .rental_period_ dl.rental_start_::after {
	content: "～";
	font-size: calc(20 / 375 * 100vw);
	font-weight: 400;
	display: block;
	width: 20px;
	height: 20px;
	margin-left: calc(-20 / 375 * 100vw);
	position: absolute;
	left: 50%;
	bottom: calc(-32 / 375 * 100vw);
	transform: rotate(-90deg);
}
div.customer_ dl.bizapproval_ dd label.calendar_,
div.customer_ dl.bizsearch_ dd label.calendar_,
div.order_ .rental_period_ dl dd label {
	position: relative;
	display: block;
	margin: 0;
	padding-right: calc(47 / 375 * 100vw);
}
div.customer_ dl.bizapproval_ dd label.calendar_ {
	width: calc(240 / 375 * 100vw);
	margin-right: calc(10 / 375 * 100vw);
	display: inline-block;
}
div.customer_ dl.bizapproval_ dd label.calendar_::before,
div.customer_ dl.bizsearch_ dd label.calendar_::before,
div.order_ .rental_period_ dl dd label::before {
	position: absolute;
	content: "";
	top: calc(6 / 375 * 100vw);
	right: 0;
	width: calc(32 / 375 * 100vw);
	height: calc(32 / 375 * 100vw);
	display: block;
	background-image: url("../../img/sys/icon_calendar.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div.order_ .rental_period_ p.error_ {
	width: 100%;
	margin-top: calc(10 / 375 * 100vw);
}
div.order_ input.btn_estimate_ {
	color: #202020;
	background: #F1F1F1;
}
div.order_ .method_sender_ .headline_contents_ {
	text-align: left;
	font-weight: 400;
}
/* --------------------------------------------------------------------
  お見積内容の入力
-------------------------------------------------------------------- */
div.order_ table.method_destlist_:first-child {
	border-radius: calc(5 / 375 * 100vw) calc(5 / 375 * 100vw) 0 0;
}
div.order_ table.method_destlist_:first-child th,
div.order_ table.method_destlist_:first-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}
div.order_ .method_destlist_frame_.method_destlist_spec_ table.method_destlist_.shipping_item_ tr:last-child td:first-child {
	/*border-bottom-left-radius: 0;*/
}
div.order_ table.method_destlist_:first-child td {
	border-bottom-right-radius: 0;
}
div.order_ .method_destlist_frame_.method_destlist_spec_ table.method_destlist_.shipping_item_ tr:last-child td:last-child {
	/*border-bottom-right-radius: 0;*/
}
div.order_ table.method_destlist_ + table.method_destlist_ {
	border-radius: 0 0 calc(5 / 375 * 100vw) calc(5 / 375 * 100vw);
}
div.order_ .method_destlist_frame_.method_destlist_spec_ table.method_destlist_.shipping_item_ {
	/*border-radius: 0;*/
}
div.order_ .method_destlist_frame_.method_destlist_spec_ table.method_destlist_.shipping_item_ tr:last-child td {
	/*border-bottom: 0;*/
}
div.order_ .method_destlist_frame_ table.method_destlist_ td.qty_,
div.order_ .method_destlist_frame_.method_destlist_spec_ table.method_destlist_.shipping_item_ .qty_ {
	width: 47%;
}
div.order_ table.method_destlist_ + table.method_destlist_ {
	border-top: 0;
}
div.order_ table.method_destlist_ + table.method_destlist_ tr:first-child th {
	border-top-left-radius: 0;
}
div.order_ table.method_destlist_ + table.method_destlist_ tr:first-child td:last-child {
	border-top-right-radius: 0;
}
div.order_ div.method_destlist_frame_ .method_destlist_:nth-of-type(2) {
	/*border-bottom: 0;*/
}
div.order_ table.method_destlist_ td,
div.order_ table.method_destlist_ td.qty_,
div.order_ table.method_destlist_ td.amt_ {
	vertical-align: middle;
}

div.order_ table.method_destlist_ {
	margin: 0;
}
div.order_ table.method_destlist_ td.amt_ {
	font-size: calc(18 / 375 * 100vw);
	font-weight: 500;
	text-align: right;
}
div.order_ table.method_destlist_ td.amt_ span {
	font-size: calc(14 / 375 * 100vw);
	font-weight: 400;
	display: inline-block;
}
div.order_ table.method_destlist_ td.amt_ span.large_ {
	font-size: calc(18 / 375 * 100vw);
	font-weight: 500;
}
div.order_ table.method_destlist_ + table.method_destlist_.shipping_spec_ {
	border-top: 1px solid #CECECE;
}
div.order_ table.method_destlist_ td,
div.order_ .method_box_content_ {
	font-weight: 400;
}
div.order_ table.method_destlist_ td.goodsname_ span,
div.order_ table.method_destlist_ td.qty_ span,
div.order_ table.method_destlist_ td.amt_,
div.order_ table.method_destlist_ td.amt_ span {
	font-weight: 500;
}
div.order_ div.submit_ {
}
div.method_box_ div.method_box_content_ input[type="text"],
div.method_box_ div.method_box_content_ textarea {
    margin-top: 0;
}
/* --------------------------------------------------------------------
  お見積内容の確認 / ご注文内容の確認
-------------------------------------------------------------------- */
div.order_ table.estimate_method_ td {
	text-align: right;
	width: auto;
}
div.order_ table.estimate_method_ td.total_ {
	color: #202020;
	font-weight: 400;
}
div.order_ table.destgoodslist_ th {
	font-weight: 500;
}
div.order_ table.destgoodslist_ td,
div.order_ table.destgoodslist_ span.amt_,
div.order_ table.destgoodslist_ span.qty_ {
	font-weight: 400;
}
div.order_ table.destgoodslist_ td span.estimate_maker_,
div.order_ table.destgoodslist_ td span.estimate_name_ {
	font-size: calc(14 / 375 * 100vw);
	display: block;
}
div.order_ table.destgoodslist_ th {
	width: 34%;
}
div.order_ table.destgoodslist_ td {
	font-size: calc(14 / 375 * 100vw);
}
div.order_ table.destgoodslist_ td.estimate_monthly_ span.estimate_amt_ + span.estimate_amt_ {
	margin-left: 5px;
}
div.order_ h2.estimate_subtotal_title_,
div.order_ table.estimate_subtotal_breakdown_list_ {
	display: none;
}
div.order_ table.estimate_method_ td.charge_ {
	text-align: left;
}

div.estimate_card_form_ {
	padding: 10px 0;
}
div.order_ ul.card_ {
	padding: 0;
}
ul.formlist_.estimate_.card_ li {
    text-align: left;
    margin: 0;
    padding: 0 0 calc(10 / 375 * 100vw);
}
ul.formlist_.estimate_.card_ li.title_ {
    font-size: calc(14 / 375 * 100vw);
    font-weight: bold;
    text-align: left;
    padding: calc(10 / 375 * 100vw);
	margin-bottom: calc(10 / 375 * 100vw);
    background-color: #F1F1F1;
}
/* --------------------------------------------------------------------

-------------------------------------------------------------------- */













