@charset "UTF-8";
.mainvisual {
  height: 652px;
  background: url("/img/landing_page/req/autoid/bg_bt-w300_w200_1078_03_001.jpg") no-repeat center bottom,
  url("/img/landing_page/req/autoid/bg_bt-w300_w200_1078_03_002.jpg") repeat-x center top;
  background: url("/img/landing_page/req/autoid/bg_bt-w300_w200_1078_03_001.jpg") no-repeat center bottom \9;
}
.mainvisual h1 {
  background: #00304c \9;
}

/* section01 */
.section01 {
  height: 511px;
  background: url("/img/landing_page/req/autoid/bg_bt-w300_w200_1078_03_003.jpg") no-repeat center bottom #fff;
}
.section01 .img_list {
  overflow: hidden;
  padding: 0 20px;
}
.section01 .img_list li {
  float: left;
  box-sizing: border-box;
  margin-right: 6px;
  width: 228px;
  border: 4px solid #00304c;
}
.section01 .img_list li:last-child {
  margin-right: 0;
}
.section01 .img_list li .ttl span {
  display: block;
  padding-top: 22px;
  min-height: 75px;
  background: #00304c;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4em;
}
.section01 .img_list li:nth-of-type(3) .ttl span {
  padding-top: 10px;
}
.section01 .img_list li .img span {
  display: table-cell;
}

/* section02 */
.section02 {
  height: 821px;
  background: url("/img/landing_page/req/autoid/bg_bt-w300_w200_1078_03_004.jpg") no-repeat center #b7d8eb;
}

/* section03 */
.section03 {
  box-sizing: border-box;
  padding-top: 45px;
  height: 160px;
  background: url("/img/landing_page/req/autoid/bg_bt-w300_w200_1078_03_005.jpg") no-repeat center #3a98bd;
}
.section03 .contact_btn {
  display: inline-block;
  padding: 22px 0 20px;
  width: 507px;
  border-radius: 35px;
  background: #d72f20;
  box-shadow: 0 4px 0 rgba(0,0,0,0.2);
  text-align: center;
}
.section03 .contact_btn span {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 22px;
}
.section03 .contact_btn span:before {
  display: inline-block;
  margin-right: 10px;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  vertical-align: middle;
  transform: rotate(-45deg);
}

/* section04 */
.section04 {
  padding: 50px 0 70px;
  background: #fff;
}
.section04 .txt {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.73em;
}
.section04 .txt span {
  font-weight: bold;
  font-size: 24px;
}
.section04 .ofh {
  margin: 0 auto;
  width: 820px;
}
.section04 .left_box,
.section04 .right_box {
  width: 400px;
}
.section04 .left_box {
  float: left;
}
.section04 .right_box {
  float: right;
}
