@charset "utf-8";
#header.simple {
  margin-bottom: 0;
}
.main_visual {
  width: 100%;
  background: #333;
}
.main_visual h1 {
  margin: 0 auto;
  width: 970px;
  text-align: left;
}
.contents_box {
  margin-bottom: 40px;
}
#main .contents_box > p {
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
}
#breadcrumbs {
  margin-bottom: 40px;
}

/* title */
.ttl_style.type01 {
  margin-bottom: 35px;
  padding: 0 0 12px 10px;
  border-bottom: 3px solid #e0e0e0;
  color: #282828;
  text-align: left;
  font-weight: bold;
  font-size: 26px;
}
.ttl_style.type02 {
  margin-bottom: 20px;
  padding: 12px 14px 11px;
  border-left: 5px solid #cd000f;
  background: #eeeef0;
  color: #404040;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}

/* table */
.table_style {
  border-spacing: 0;
  border-collapse: collapse;
}
.table_style.type01 {
  width: 100%;
}
.table_style.type01 th,
.table_style.type01 td {
  padding: 20px;
  border: 1px solid #e0e0e0;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
}
.table_style.type02 {
  width: 100%;
}
.table_style.type02 thead {
  background: #ebe9e9;
}
.table_style.type02 thead th {
  padding: 15px 0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #cd000f;
  color: #282828;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.table_style.type02 thead th:last-child {
  border-right: none;
}
.table_style.type02 tbody td {
  padding: 15px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.table_style.type02 tbody td:first-child {
  border-left: none;
}
.table_style.type02 tbody td:last-child {
  border-right: none;
}

/* icon */
.icon_style.type01 {
  display: inline-block;
  padding-left: 15px;
  background: url("/img/support/user/vision/robotvision-3d/robotvision-3d_icon_001.png") no-repeat left 6px;
}
.limited::after {
  display: inline-block;
  margin-top: -4px;
  margin-left: 10px;
  padding: 1px 5px 0;
  border: 1px solid #cd000f;
  color: #cd000f;
  content: "購入者限定";
  vertical-align: middle;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
}

/* btn */
.btn_style.type01 {
  position: relative;
  display: inline-block;
  padding: 12px 50px 11px 50px;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #db3429;
  background: linear-gradient(to bottom, rgba(244,166,156,1) 0%,rgba(241,81,67,1) 50%,rgba(193,39,5,1) 51%,rgba(246,66,78,1) 100%);
  box-shadow: 0 0 0 1px #bdbdbd;
  text-align: center;
}
.btn_style.type01::before {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  border: 1px solid #c42805;
  border-radius: 15px;
  background: #fff;
  content: "";
}
.btn_style.type01::after {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-right: 0 solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  border-left: 5px solid #c42805;
  content: "";
}
.btn_style.type01 .txt {
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 1px #721313;
  font-weight: bold;
  font-size: 18px;
}
