@charset "utf-8";
/* CSS Document */
body {
  color: #333;
}

p {
  font-size: 18px;
  line-height: 1.8;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.lp_contents.max_width h2 {
  padding: 25px 0;
  background: #2e67b6;
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 1;
}

.mainvisual {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  background: #eaebed;
}

.mainvisual h1 {
  margin-bottom: 35px;
  color: #393b3c;
  text-align: center;
  font-weight: 600;
  font-size: 54px;
  font-feature-settings: "palt";
  line-height: 1.3;

  -webkit-font-feature-settings: "palt";
}

.mainvisual h1 .lead {
  display: block;
  margin-bottom: 20px;
  color: #3270c7;
  font-weight: 600;
  font-size: 22px;
}

.mainvisual h1 .txt_red {
  color: #c73232;
  font-weight: 600;
}

.section01 {
  padding: 65px 0;
  text-align: center;
}

.section01 .lp_contents_inner p:not(:last-child) {
  margin-bottom: 25px;
}

.section02 {
  background: #393b3c;
}

.section02 .lp_contents_inner {
  padding: 40px 0;
  color: #fff;
  text-align: center;
}

.section02 .lp_contents_inner .notes {
  margin-bottom: 50px;
  font-weight: 100;
  font-size: 16px;
}

.section02 .lp_contents_inner .flex_item p {
  margin-top: 20px;
  font-size: 20px;
}

.section03 .lp_contents_inner {
  padding: 40px 0;
}

.section03 .lead {
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
}

.section03 .flex_box {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 910px;
}

.section03 .flex_box .flex_item {
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-box-shadow: 1.5px 1.5px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1.5px 1.5px 6px 0px rgba(0, 0, 0, 0.2);

  -ms-flex-preferred-size: 430px;
  flex-basis: 430px;
}

.section03 .flex_box .flex_item .item_ttl {
  color: #333;
  letter-spacing: 1;
  font-size: 22px;
}

.section03 .flex_box .flex_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
}

.section03 .flex_box .flex_item a .dl_btn {
  padding: 12px 28px 12px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#df3939),to(#ce1a1b));
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
  color: #fff;
}

.section03 .flex_box .flex_item a .dl_btn .dl_txt {
  padding-left: 28px;
  background: url(/img/landing_page/common/icon03.png) no-repeat left center;
  background-size: 18px auto;
  font-size: 16px;
}
