﻿@charset "UTF-8";
/* --------------------------------------------------------------------
  カート　ステップ
-------------------------------------------------------------------- */
div.order_header_ div.order_flow_ {
	margin: 60px 0 40px;
}
div.order_flow_ > ul {
	position: relative;
}
div.order_flow_ > ul::before,
div.order_flow_ > ul::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 33px;
	height: 3px;
	margin-left: -255px;
}
div.order_flow_ > ul::before {
	background-color: #005FAE;
	z-index: 2;
}
div.order_flow_ > ul.step2_::before {
	width: 180px;
}
div.order_flow_ > ul.step3_::before {
	width: 360px;
}
div.order_flow_ > ul.step4_::before {
	width: 510px;
}
div.order_flow_ > ul::after {
	width: 510px;
	background-color: #BFBFBF;
	z-index: 1;
}
div.order_flow_ > ul > li {
	text-align: center;
	width: 140px;
	padding: 0;
	margin: 0 15px;
	background: none;
	display: block;
}
div.order_flow_ > ul > li::after {
	display: none;
}
div.order_flow_ .txt-step {
	width: 55px;
	height: 55px;
	background-color: #FFFFFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 6px auto;
	position: relative;
	z-index: 5;
}
div.order_flow_ .txt-step-num {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 400;
	font-family: "Teko";
	line-height: 1.0;
	letter-spacing: 0.09em;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 4px 0 0 0;
	background-color: #BFBFBF;
	box-sizing: border-box;
}
div.order_flow_ .txt-name {
	color: #BFBFBF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.09em;
	line-height: 1.0;
	margin-top: 5px;
	display: block;
}

div.order_flow_ > ul > li.now_ {
	background: none;
}
div.order_flow_ > ul > li.now_ .txt-step {
	width: 58px;
	height: 58px;
	border: 3px solid #005FAE;
	margin: 0 auto;
}
div.order_flow_ > ul > li.now_ .txt-step-num,
div.order_flow_ > ul > li.passed_ .txt-step-num {
	background-color: #005FAE;
}
div.order_flow_ > ul > li.now_ .txt-name,
div.order_flow_ > ul > li.passed_ .txt-name {
	color: #005FAE;
}
div.order_flow_ > ul > li.passed_ {
	
}
/* --------------------------------------------------------------------
  買い物かご
-------------------------------------------------------------------- */
div.order_ table.order_cart_sublist_single_ {
	margin-top: -20px;
}
div.order_ .common_headline2_ {
	margin-top: 40px;
}
div.order_ div.estimate_block_ {
	margin: 0;
	padding: 0;
}
div.order_ .delivery_notice_ {
	text-align: left;
}
div.order_ div.estimate_block_ table {
	margin: 0 !important;
	border: 0;
}
div.order_ table.order_cart_list_ td {
	padding: 30px 15px;
	border: 0;
	border-bottom: 1px solid #CECECE;
}
div.order_ table.order_cart_list_ td.image_ {
	width: 236px;
	padding: 7px 0;
}
div.order_ table.order_cart_list_ td.image_ img {
	margin: 18px;
}
div.order_ table.order_cart_list_ td.name_ {
	padding: 30px 15px;
	width: auto;
}
div.order_ table.order_cart_list_ td.name_ span.gname_ {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
}
div.order_ table.order_cart_list_ td.name_ .option_ {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
	margin-top: 25px;
}
div.order_ table.order_cart_list_ td.qty_ {
	width: 205px;
}
div.order_ table.order_cart_list_ td.qty_ .qty_warp_ {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
div.order_ table.order_cart_list_ td.qty_ .qty_warp_ .qty_title_ {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
}
div.order_ table.order_cart_list_ td.qty_ .qty_warp_ .qty_box_ {
	display: flex;
	align-items: center;
	border: 1px solid #CECECE;
	border-radius: 5px;
	overflow: hidden;
}
div.order_ table.order_cart_list_ td.qty_ .qty_warp_ .qty_box_ .qty_btn_ {
	font-size: 0;
	width: 44px;
	height: 46px;
	cursor: pointer;
	position: relative;
	background-color: #F1F1F1;
}
div.order_ table.order_cart_list_ td.qty_ .qty_warp_ .qty_box_ .qty_btn_::before,
div.order_ table.order_cart_list_ td.qty_ .qty_warp_ .qty_box_ .qty_btn_::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 2px;
	margin-left: -5px;
	background-color: #202020;
}
div.order_ table.order_cart_list_ td.qty_ .qty_warp_ .qty_box_ .plus_::after {
	transform: rotate(-90deg);
}
div.order_ table.order_cart_list_ td.qty_ .qty_warp_ .qty_box_ .order_cart_qty_ {
	text-align: right;
	width: 67px;
	height: 46px;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	border-right: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
}
div.order_ table.order_cart_list_ td.amt_ {
	width: 170px;
}
div.order_ table.order_cart_list_ td.amt_ > span {
	display: block;
}
div.order_ table.order_cart_list_ td.amt_ span.amt_ {
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0;
}
div.order_ table.order_cart_list_ td.amt_ span.amt_ span.large_ {
	font-size: 30px;
	line-height: 0.86;
	letter-spacing: 0;
	display: inline-block;
}
div.order_ table.order_cart_list_ td.amt_ span.subtotal_name_ {
	font-size: 14px;
	line-height: 1.857;
	letter-spacing: 0;
	margin-top: 15px;
}
div.order_ table.order_cart_list_ td.amt_ span.tax_class_name_ {
	color: #202020;
	font-size: 14px;
	line-height: 1.857;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

div.order_ table.order_cart_list_ td.button_ {
	width: 118px;
	padding-right: 0;
}
@media screen and (max-width: 1200px) {
	div.order_ table.order_cart_list_ td.image_ {
		width: calc(236 / 1200 * 100vw);
	}
	div.order_ table.order_cart_list_ td.image_ img {
		margin: calc(18 / 1200 * 100vw);
	}
}


div.order_ div.order_cart_list_total_ {
	border: 4px solid #E7E7E7;
	border-radius: 6px;
	margin: 40px 0;
	padding: 15px 40px 40px;
	width: auto;
}
div.order_ div.order_cart_list_total_ .total_title_ {
	display: none;
}
div.order_ div.order_cart_list_total_ table {
	margin: 0 0 0 auto;
}
div.order_ div.order_cart_list_total_ table.subtotal_ {
	border-bottom: 1px solid #C9C9C9;
	margin-bottom: 15px;
}
div.order_ div.order_cart_list_total_ table.subtotal_ th {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	padding: 20px 30px 20px 75px;
}
div.order_ div.order_cart_list_total_ table.subtotal_ th span {
	font-size: 15px;
	line-height: 1.0;
	margin-top: 10px;
	display: block;
}
div.order_ div.order_cart_list_total_ table.subtotal_ td.subtotal_ {
	font-size: 26px;
	text-align: right;
	line-height: 1.0;
	letter-spacing: 0;
	max-width: none;
	width: auto;
	white-space: nowrap;
}
div.order_ div.order_cart_list_total_ table.subtotal_ td.subtotal_ .large_ {
	font-size: 44px;
	font-weight: 500;
	display: inline-block;
}
div.order_ div.order_cart_list_total_ table.subtotal_ tr.tax_excluded_ {
	display: none;
}
div.order_ div.order_cart_list_total_ table.subtotal_ td.tax_biz_ {
	font-size: 14px;
	text-align: right;
}
div.order_ div.order_cart_list_total_ table.subtotal_ td.tax_biz_ .large_ {
	font-size: 24px;
	line-height: 1.0;
}
div.order_ div.order_cart_list_total_ table.monthly_total_ td {
	font-weight: 500;
	padding: 8px 0;
}
div.order_ div.order_cart_list_total_ table.monthly_total_ td.breakdown_ {
	font-size: 16px;
	line-height: 1.0;
}
div.order_ div.order_cart_list_total_ table.monthly_total_ td.period_ {
	font-size: 16px;
	line-height: 1.0;
	text-align: right;
	width: 85px;
	padding-right: 4px;
}
div.order_ div.order_cart_list_total_ table.monthly_total_ td.price_ {
	font-size: 14px;
	line-height: 1.0;
	text-align: right;
}
div.order_ div.order_cart_list_total_ table.monthly_total_ td.price_ .large_ {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.0;
	display: inline-block;
}


div.method_host_ .guide_ {
	color: #161616 !important;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: 0;
	padding: 7px 15px 6px;
	border: 1px solid #CECECE;
	border-radius: 5px;
	margin: 0;
	transition: all .3s;
}
div.method_host_ .guide_:hover {
	text-decoration: none;
}
input[name="address.x"],
input[name="edi_address.x"] {
	color: #005FAE !important;
	font-size: 16px;
	letter-spacing: 0.09em;
	text-decoration: underline;
	margin: 0;
}
input[name="address.x"]:hover,
input[name="edi_address.x"]:hover {
	text-decoration: none;
}
div.method_host_ div.host_info_ .address_ {
	font-weight: 400;
	border: 1px solid #CECECE;
	border-radius: 5px;
	padding: 20px;
	margin-left: 40px;
}
div.order_ .order_cart_delete_ {
	color: #161616;
	font-size: 15px;
	text-align: left;
	line-height: 2.0;
	border: 1px solid #CECECE;
	border-radius: 5px;
	width: 118px;
	height: 40px;
	padding: 0 0 0 52px;
	margin: 10px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}
div.order_ .order_cart_delete_:hover {
	border-color: #161616;
}
div.order_ .order_cart_delete_::before,
div.order_ .order_cart_delete_::after {
	content: "";
	position: absolute;
	left: 27px;
	top: 50%;
	width: 16px;
	height: 1px;
	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: 15px;
	text-align: center;
	line-height: 2.0;
	border: 1px solid #CECECE;
	background: #F3F3F3;
	border-radius: 5px;
	width: 118px;
	height: 40px;
	padding: 0;
	margin: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: none;
}
div.order_ .order_cart_reload_:hover {
	color: #161616;
	border-color: #161616;
	background: #F3F3F3;
}

div.order_ .headline_ .headline_contents_ .saler_ {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.09em;
	display: block;
}
div.method_host_ {
	margin-bottom: 80px;
}
div.method_host_ div.host_info_ .dest_nickname_ {
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	margin: 0 0 20px;
}
div.order_.col1_ input.btn_estimate_ {
	color: #202020;
	background: #F1F1F1;
}
div.order_.col1_ .rental_period_,
div.order_.spandual_ .rental_period_ {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
div.order_.col1_ .rental_period_ .error_,
div.order_.spandual_ .rental_period_ .error_ {
	width: 100%;
	margin-top: 10px;
}
div.order_.col1_ .rental_period_ {
	margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
	div.order_.col1_ .rental_period_,
	div.order_.spandual_ .rental_period_ {
		flex-wrap: wrap;
	}
}

div.order_.col1_ .rental_period_ dl dt,
div.order_.spandual_ .rental_period_ dl dt {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.0;
	letter-spacing: 0.09em;
	margin-bottom: 10px;
}
div.order_.col1_ .rental_period_ dl dd,
div.order_.spandual_ .rental_period_ dl dd {
}

div.order_.col1_ .rental_period_ dl dd label,
div.order_.spandual_ .rental_period_ dl dd label,
div.customer_ table.bizsearch_ label.calendar_date_ {
  position: relative;
  display: block;
	margin: 0;
	padding-right: 55px;
  /*width: 200px;
  height: 36px;
  border: 2px solid #ccc;
  border-radius: 15px;*/
}
div.customer_ table.bizsearch_ label.calendar_date_ {
	display: inline-block;
}
div.order_.col1_ .rental_period_ dl dd label::before,
div.order_.spandual_ .rental_period_ dl dd label::before,
div.customer_ table.bizsearch_ label.calendar_date_::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 0;
  width: 39px;
  height: 39px;
  /*background-color: #06c;*/
  background-image: url("../../img/sys/icon_calendar.png");
  background-repeat: no-repeat;
  background-position: center;
	background-size: cover;
  /*border-radius: 10px;*/
}
div.order_.col1_ .rental_period_ dl dd label  input[type="date"],
div.order_.spandual_ .rental_period_ dl dd label input[type="date"] {
  /*position: relative;*/
  /*padding: 0 10px;
  width: 200px;
  height: 36px;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;*/
}
div.order_.col1_ .rental_period_ dl dd label  input[type="date"]::-webkit-calendar-picker-indicator,
div.order_.spandual_ .rental_period_ dl dd label input[type="date"]::-webkit-calendar-picker-indicator,
div.customer_ table.bizsearch_ label.calendar_date_ 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_.col1_ .rental_period_ dl dd input[type="text"],
div.order_.spandual_ .rental_period_ dl dd input[type="text"],
div.order_.col1_ .rental_period_ dl dd input[type="date"],
div.order_.spandual_ .rental_period_ dl dd input[type="date"] {
	width: 270px;
}
@media screen and (max-width: 1200px) {
	div.order_.col1_ .rental_period_ dl,
	div.order_.spandual_ .rental_period_ dl {
		width: calc((100% - 62px) / 2);
	}
	div.order_.col1_ .rental_period_change_body_ .rental_period_ dl dd input[type="text"],
	div.order_.spandual_ .rental_period_change_body_ .rental_period_ dl dd input[type="text"],
	div.order_.col1_ .rental_period_change_body_ .rental_period_ dl dd input[type="date"],
	div.order_.spandual_ .rental_period_change_body_ .rental_period_ dl dd input[type="date"] {
		width: calc(100% - 80px);
	}
	div.order_.col1_ .rental_period_ dl dd input[type="date"],
	div.order_.spandual_ .rental_period_ dl dd input[type="date"] {
		width: calc(100% - 20px);
	}
}
div.order_.col1_ .rental_period_ dl dd .ui-datepicker-trigger,
div.order_.spandual_ .rental_period_ dl dd .ui-datepicker-trigger {
	width: 39px;
	margin-left: 15px;
	cursor: pointer;
}
div.order_.col1_ .rental_period_ span,
div.order_.spandual_ .rental_period_ span,
div.customer_ table.bizsearch_ label.calendar_date_  + span {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.09em;
	margin: 16px 20px 0;
	display: block;
}
div.customer_ table.bizsearch_ label.calendar_date_  + span {
	display: inline-block;
}
/* --------------------------------------------------------------------
  お見積内容の入力
-------------------------------------------------------------------- */
div.order_ .method_destlist_frame_ table.method_destlist_:first-child {
	border-radius: 5px 5px 0 0;
	width: 100%;
}
div.order_ .method_destlist_frame_ table.method_destlist_:first-child th,
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_ .method_destlist_frame_ table.method_destlist_:first-child td,
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_ .method_destlist_frame_ table.method_destlist_ + table.method_destlist_ {
	border-radius: 0 0 5px 5px;
	width: 100%;
}
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_ + table.method_destlist_ tr:first-child th {
	border-top-left-radius: 0;
}
div.order_ .method_destlist_frame_ table.method_destlist_ + table.method_destlist_ tr:first-child td:last-child {
	border-top-right-radius: 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_ .goodsname_ {
	width: auto;
}
div.order_ table.method_destlist_ .qty_ {
	text-align: center;
	width: 120px;
}
div.order_ table.method_destlist_ td.amt_ {
	font-size: 20px;
	font-weight: 500;
	text-align: right;
	padding: 20px;
	width: 165px;
}
.formlist_.method_destlist_ td.dest_address_ {
	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_ span {
	font-weight: 500;
}
div.order_ table.method_destlist_ td.amt_ span {
	font-size: 16px;
	/*font-weight: 400;*/
}
div.order_ table.method_destlist_ td.amt_ span.large_ {
	font-size: 20px;
	font-weight: 500;
}
div.method_box_ div.method_box_content_ {
	font-weight: 400;
	padding: 0;
}
div.method_box_ div.method_box_content_ input[name="subject"],
div.method_box_ div.method_box_content_ input[name="purchase_order"] ,
div.method_box_ div.method_box_content_ input[name="comment"] {
	max-width: 1000px;
	width: calc(100% - 20px);
}
div.method_box_ div.method_box_content_ textarea[name="estimate_comment"]{
	height: 260px;
	max-width: 1000px;
	width: calc(100% - 20px);
}
div.order_ table.method_destlist_ th.dest_address_ {
	width: 180px;
	vertical-align: top;
}
div.order_ div.submit_ {
	margin-top: 80px;
}
/* --------------------------------------------------------------------
  お見積内容の確認
-------------------------------------------------------------------- */
div.order_.spandual_ {
	margin-top: 35px;
}
div.order_ table.estimate_method_ {
	margin: 40px 0;
}
div.order_ table.estimate_method_ th,
div.order_ table.sales_append_ th {
	/*width: 38%;*/
	width: 40%;
}
div.order_ table.estimate_method_ td {
	text-align: right;
	font-weight: 500;
}
/* --------------------------------------------------------------------
  ご注文内容の確認
-------------------------------------------------------------------- */
div.order_ table.destspeclist_ th {
	/*width: 38%;*/
	width: 40%;
}
div.order_ table.estimate_rental_fee_ {
	margin: 40px 0;
}
div.order_ table.estimate_rental_fee_ td {
	font-weight: 500;
}
div.order_ table.estimate_rental_fee_ .rental_charge_ {
	width: 20%;
}
div.order_ table.estimate_rental_fee_ th.rental_charge_ {
	text-align: center;
}
div.order_ table.estimate_rental_fee_ td.rental_charge_ {
	text-align: right;
}
div.order_ table.estimate_total_payment_ {
	margin: 40px 0;
}
div.order_ table.estimate_total_payment_ th {
	width: 40%;
}
div.order_ table.estimate_total_payment_ td {
	text-align: right;
	padding: 28px 20px;
}
div.order_ table.estimate_total_payment_ td .tax_excluded_ {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	padding: 0 0 12px;
}
div.order_ table.estimate_total_payment_ td .tax_excluded_ .tax_ {
	font-size: 14px;
	display: inline-block;
}
div.order_ table.estimate_total_payment_ td .tax_included_ {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.06;
	border-top: 1px solid #CECECE;
	padding: 29px 0 0;
}
div.order_ table.estimate_total_payment_ td .tax_included_ .yen_ {
	font-size: 24px;
	display: inline-block;
}
div.order_ table.estimate_total_payment_ td .tax_included_ .tax_ {
	font-size: 14px;
	display: inline-block;
}
div.order_ .total_ {
	color: #202020;
	font-size: inherit;
	font-weight: 500;
}
/* --------------------------------------------------------------------
  
-------------------------------------------------------------------- */