/* -------------------------------------------------------------- 
  
 Hartija Css Print  Framework
   * Version:   1.0 
	 
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
button, select, option, input, textarea {font-size: 100%;}
ol, ul {list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {quotes: none;}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {border: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
video {max-width: 100%;}

body {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
	line-height: 1.45; 
	/* color: #000;  */
	background: none; 
	font-size: 13pt;

	font-family: 'Noto Sans JP', sans-serif;
	text-align : center;

	width:100%;
	min-width:960px;

	min-height: 100vh;
	position: relative;
	padding-bottom: 60px;
	box-sizing: border-box;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
header {
	display:none;
}
.quo_wrap {
	margin:30px auto;
	padding:30px;
	width:660px;
}
.quo_header {
	margin:0 0 20px;
	width:100%;

	display: -webkit-flex;
	display: flex;
}
.quo_headleft {
	width:55%;
}
.quo_headright {
	width:45%;
	text-align:right;
}
.quo_title {
	padding:0 0 10px;
	margin:0 0 50px;
	width:70%;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	border-bottom:4px double #000;
}
.quo_name {
	padding:0 0 10px 10px;
	margin:0;
	width:calc(70% - 10px);
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #000;
}
.create_date {
	margin:0 0 20px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}
.office_data {
	font-size:14px;
	line-height:18px;
	font-feature-settings: "palt";
}
.quote_wrap {
	margin:0 auto 20px;
	width:658px;
	border-top:1px solid #000;
	border-left:1px solid #000;
}
.quote_title_block {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#FFF;
	background:#999999;
	display: -webkit-flex;
	display: flex;
}
.quote_title_block div:nth-child(1),
.quote_innder_block div:nth-child(1) {
	padding:10px 0 10px 10px;
	width:calc(55% - 11px);
	text-align:left;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
.quote_title_block div:nth-child(2),
.quote_innder_block div:nth-child(2) {
	padding:10px 0 10px;
	width:calc(13% + 1px);
	text-align:center;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
.quote_title_block div:nth-child(3),
.quote_title_block div:nth-child(4) {
	padding:10px 10px 10px;
	width:calc(16% + 1px - 20px);
	text-align:center;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
.quote_innder_block div:nth-child(3),
.quote_innder_block div:nth-child(4) {
	padding:10px 10px 10px;
	width:calc(16% + 1px - 20px);
	text-align:right;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
.quote_innder_block {
	font-size:14px;
	line-height:16px;
	color:#000;
	display: -webkit-flex;
	display: flex;
}
.total_wrap {
	margin:0 0 0 auto;
	width:32%;
}
.cost_wrap {
	padding:5px;
	border-bottom:1px solid #000;

	display: -webkit-flex;
	display: flex;
}
.cost_wrap div:nth-child(1) {
	width:40%;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	text-align:left;
}
.cost_wrap div:nth-child(2) {
	width:60%;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	text-align:right;
}
.cost_wrap div span {
	font-size:12px;
}