@charset "UTF-8";
/* Reset Style
	----------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #ccc;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*---------------------------
	画面内共通指定
---------------------------*/
/* 外枠 */
.wrap-estimatetable {
  margin-top: 0;
  font-size: 12px;
}
.wrap-estimatetable ul {
  list-style: none;
  margin: 0;
}
.wrap-estimatetable ul li {
  margin: 0;
}

/* リスト項目　アイコン初期化 */
/*---------------------------
	見積ヘッダー部分
---------------------------*/
.list-estimatehead {
  position: relative;
  height: 63px;
}
.list-estimatehead li {
  width: 100%;
  text-align: center;
}
.list-estimatehead li img {
  display: block;
}
.list-estimatehead li h1 {
  font-size: 30px;
  margin: 0;
}
.list-estimatehead .first {
  text-align: left;
}
.list-estimatehead .last {
  text-align: right;
  margin-top: -1em;
}

/* キャプション枠 */
.list-estimatecaption {
  margin: 60px 0 40px 0 !important;
}
.list-estimatecaption li {
  float: left;
  width: 50%;
  text-align: left;
}
.list-estimatecaption .last {
  text-align: right;
}

/*---------------------------
	御中枠
---------------------------*/
#estOutputSource .estWrapper {
  line-height: 1.6em;
  margin: 0 auto;
}

.list-estimatedata {
  margin-bottom: 10px;
}
.list-estimatedata .txt-red {
  color: #f00;
  border: solid 1px #f00;
  padding: 5px;
  text-align: center;
  margin: 15px auto 0;
  display: block;
  font-size: 10px;
}
.list-estimatedata dt {
  font-size: 24px;
  margin-bottom: 20px;
}
.list-estimatedata dt span {
  display: inline-block;
  padding-bottom: 10px;
}
.list-estimatedata dt span.name {
  border: none;
  padding: 0 10px 0 0;
  margin-top: 2em;
  line-height: 1.2em;
}
.list-estimatedata dd .ttl {
  margin-bottom: 1em;
}
.list-estimatedata dd .sum {
  font-weight: bold;
}

/*---------------------------
	詳細表
---------------------------*/
.tbl-estimate {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 12px;
}
.tbl-estimate tr {
  border: 1px solid #ccc;
}
.tbl-estimate th {
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px;
  background: #eee;
  vertical-align: middle;
}
.tbl-estimate td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 5px;
  font-size: 12px;
}
.tbl-estimate .ttl {
  font-weight: bold;
  text-align: left;
  border: 1px solid #ccc;
}
.tbl-estimate .left {
  text-align: left;
}
.tbl-estimate .right {
  text-align: right;
}
.tbl-estimate .sum td {
  font-weight: bold;
}
.tbl-estimate .n01 {
  width: 4%;
}
.tbl-estimate .n02 {
  width: 45%;
}
.tbl-estimate .n03 {
  width: 10%;
}
.tbl-estimate .n04 {
  width: 12%;
}
.tbl-estimate .n05 {
  width: 17%;
}
.tbl-estimate .n06 {
  width: 12%;
}

/*---------------------------
	見積条件
---------------------------*/
.list-terms-red {
  margin-bottom: 10px;
}
.list-terms-red dd ul li {
  padding-left: 14px;
  font-size: 12px;
  color: #c00;
}

.list-terms dt {
  font-weight: bold;
}
.list-terms dd ul li {
  padding-left: 14px;
}

/*---------------------------
	選択プランリスト
---------------------------*/
.box-construction {
  margin-top: 30px;
  margin-bottom: 60px;
}
.box-construction h2 {
  margin: 0;
  padding: 15px;
  border-radius: none;
  border: none;
  font-size: 14px;
  background: #cce8f4;
  text-align: center;
}
.box-construction .planList .list-box {
  margin: 0 auto;
  width: 330px;
}
.box-construction .planList .list-box dd {
  width: 77.5%;
}
.box-construction .planList .line {
  margin: 0 auto;
  width: 364px;
}

.wrap-btn-2col {
  display: none;
}