@charset "utf-8";

.l-content .section {
  margin-bottom: 50px;
}
.l-content .sectionInner {
  padding-left: 15px;
}

.l-content .flowBox {
  margin-bottom: 20px;
  width: 489px;
  height: 43px;
  background:url("/maker/misumi/el/service/plate/img/flow_bg.png") no-repeat;
}

.l-content .flowBox li {
  display: table-cell;
  width: 163px;
  height: 43px;
  margin-left: 6px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.l-content .flowBox li:first-child {
  margin-left: 0;
}
.l-content .flowBox .flow01,
.l-content .flowBox .flow02 {
  color: #0169c6;
}
.l-content .flowBox .flow03 {
  color: #fe5400;
}

.l-content .stepBox {
  width: 860px;
  padding: 30px;
  background-color: #cae0ee;
}
.l-content .stepBox li {
  float: left;
  display: table;
  margin-left: 22px;
  width: 240px;
  padding: 10px 15px 15px;
}
.l-content .stepBox li:first-child {
  margin-left: 0;
}
.l-content .stepBox .number {
  float: left;
  width: 30px;
  height: 26px;
  margin-right: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.l-content .stepBox .ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.l-content .stepBox .step01 {
background: url("/maker/misumi/el/service/plate/img/pic_step1.png") no-repeat 15px 15px #FFF;
}
.l-content .stepBox .step02 {
background: url("/maker/misumi/el/service/plate/img/pic_step2.png") no-repeat 15px 15px #FFF;
}
.l-content .stepBox .step03 {
background: url("/maker/misumi/el/service/plate/img/pic_step3.png") no-repeat 15px 15px #FFF;
}

.l-content .contactBox {
  width: 868px;
  padding: 30px 26px 20px;
  background-color: #cae0ee;
}
.l-content .contactBox .contactList {
  float: left;
  width: 358px;
  height: 60px;
  padding: 20px 30px;
  text-align: center;
  background-color: #e5edf2;
  color: #0169c6;
  font-weight: bold;
}
.l-content .arrow {
  width: 930px;
  height: 100px;
  background: url("/maker/misumi/el/service/plate/img/arrow.png") no-repeat center top;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.l-content .orderBox {
  width: 420px;
  height: 80px;
  margin: 0 auto 30px;
  padding-top: 30px;
  text-align:center;
  background-color: #ffee97;
}
.l-content .orderBox strong {
  color: #ff3c08;
}
.l-content .m-btn--center {
  width: 260px;
}
.l-content .m-btn--center a {
  width: 260px;
}
.l-content .m-table {
  width: 800px;
  margin: 0 auto;
}
.l-content .m-btn--excel {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  background: url("/maker/misumi/el/service/plate/img/icon_excel.png") no-repeat;
  background-position: 3px center;
  display: block;
  box-sizing: border-box;
  padding: 8px 2px 7px;
  border: 1px solid #bfbfbf !important;
  border-radius: 2px;
  background-color: #f2f2f2 !important;
  box-shadow: inset 0 1px 0 0 #fff, 0 2px 0 0 rgba(0,0,0,0.1);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #333 !important;
  text-decoration: none !important;
}
.l-content .sectionInner > .m-btnList--center .m-btnLinkWin--default {
  width: 260px;
}