@charset "utf-8";
/* CSS Document */

.mainvisual.max_width {
  margin-bottom: 70px;
  background: linear-gradient(to bottom, #fff, #e9eff0);
}
.mainvisual.max_width .mainvisual_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainvisual.max_width .mainvisual_inner h1 {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.4;
}
.mainvisual.max_width .mainvisual_inner h1 .lead {
  display: block;
  color: #28b380;
  font-weight: bold;
}
.btn_style {
  position: relative;
  display: inline-block;
  padding: 15px 80px 17px 23px;
  background: #e60012;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  text-align: center;
  line-height: 1em;
}
.btn_style .text {
  padding-left: 27px;
  background: url("/img/landing_page/common/icon03.png") no-repeat 0 center;
  background-size: 17px auto;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  font-size: 20px;
  line-height: 1em;
}
.btn_style .thumb {
  position: absolute;
  top: -7px;
  right: 10px;
  border: 1px solid #ccc;
}
.lp_contents .request_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.lp_contents .request_list li {
  padding: 30px 40px;
  border: 1px solid #28b380;
  color: #28b380;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.6;
}
.lp_contents .flex_box {
  display: flex;
  justify-content: space-between;
}
.lp_contents h2 {
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 5px solid #28b380;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
.lp_contents .flex_box.style_01 h2 {
  margin-top: 35px;
}
.lp_contents .flex_box.style_01 p {
  margin-bottom: 40px;
  font-size: 18px;
}
.lp_contents .flex_box.style_01 .main_btn {
  text-align: center;
}
.lp_contents h3 {
  margin-bottom: 20px;
  color: #28b380;
  font-weight: bold;
  font-size: 26px;
}
.lp_contents .case_box {
  padding: 60px 50px;
  border-top: 2px solid #28b380;
  background: #f5f8f8;
}
.lp_contents .case_box .case_ttl {
  font-weight: bold;
  font-size: 22px;
}
.lp_contents .case_box .flex_box + .flex_box {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}
