@charset "UTF-8";

.mainvisual {
  height: 610px;
  background: url("/img/landing_page/req/measure/bg_cl-3000_1079_02_001.jpg") no-repeat center top,
  url("/img/landing_page/req/measure/bg_cl-3000_1079_02_002.jpg") repeat-x center top;
}
.mainvisual .txt_group {
  padding-top: 25px;
  width: 430px;
  text-align: center;
}
.mainvisual .txt_group .mv_btn {
  padding-top: 10px;
}
.section01 {
  margin-top: -180px;
}
.section01 .table_ttl {
  padding: 10px 0 8px;
  background: #537579;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.section01 .table_style01 {
  width: 100%;
  border: 3px solid #537579;
  border-spacing: 0;
  border-top: none;
}
.section01 .table_style01 th,
.section01 .table_style01 td {
  border-right: 1px solid #b9c5c5;
  border-bottom: 1px solid #b9c5c5;
}
.section01 .table_style01 th:last-of-type,
.section01 .table_style01 td:last-of-type {
  border-right: none;
}
.section01 .table_style01 tr:last-of-type td {
  border-bottom: none;
}
.section01 .table_style01 thead {
  background: url("/img/landing_page/req/measure/bg_cl-3000_1079_02_003.jpg") repeat center top;
}
.section01 .table_style01 th {
  padding: 5px 0 3px;
  color: #537579;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.section01 .table_style01 td {
  padding: 10px;
  background: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.section01 .table_style01 td:nth-of-type(4) {
  text-align: left;
}
.section01 .table_style01 td.app {
  text-align: center;
}
.section01 .table_style01 td.app > img {
  vertical-align: middle;
}
.section01 .table_style01 td.app .txt {
  display: block;
  margin-bottom: 5px;
}
.section01 .table_style01 td .cv_inner {
  display: flex;
  justify-content: space-between;
}
.section01 .table_style01 td .cv_inner .thumb {
  border: 1px solid #ccc;
  vertical-align: top;
}
.section01 .table_style01 td .cv_inner .btn_group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section01 .table_style01 td .cv_inner .btn_group .btn_style {
  display: block;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 1em;
}
.section01 .table_style01 td .cv_inner .btn_group .btn_style.catalog {
  border: 1px solid #b2000e;
  background: #e60012;
}
.section01 .table_style01 td .cv_inner .btn_group .btn_style.contact {
  border: 1px solid #005a43;
  background: #00735b;
}
.list_dot > li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.list_dot > li:before {
  content: "・";
  margin-right: 0.1em;
}