<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#main.lp {
  margin-top: 0;
}

body {
  color: #333;
  line-height: 1.4;
}

#header.simple {
  margin-bottom: 0;
}

.lp_content_wrap {
  margin: 30px auto 20px;
  max-width: 850px;
  border: 1px solid #cbcbcb;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_box .flex_item.img {
  flex-shrink: 0;
}

.lp_content_wrap .red {
  color: #e60000;
  font-weight: bold;
}

.lp_contents .contents_inner {
  position: relative;
  margin: 0 auto;
  max-width: 970px;
}

.main_visual .flex_box {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.main_visual .flex_box h1 {
  padding: 20px 0;
  font-weight: bold;
  font-size: 33px;
}

.main_visual .flex_box h1 .lead {
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.2;
}

.lp_contents.section01 {
  padding: 30px 30px 50px;
  background: #ebeced;
}

.lp_contents.section01 .contents_inner {
  position: relative;
}

.lp_contents.section01 .contents_inner::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: block;
  width: 40px;
  height: 30px;
  border-width: 30px 20px 0 20px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp_contents.section01 .lead {
  margin-bottom: 30px;
  font-size: 18px;
}

.lp_contents.section01 .task_box {
  padding: 30px 20px 36px;
  background: #fff;
}

.lp_contents.section01 .task_box {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.lp_contents.section01 .task_box .flex_item:first-child {
  padding-right: 20px;
}

.lp_contents.section01 .task_box .title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 36px;
}

.lp_contents.section01 .task_box .task_list li {
  margin-bottom: 15px;
  padding: 0 12px 15px 27px;
  border-bottom: 1px dotted #a7a7a7;
  background: url(/img/landing_page/gt2_2040_04/bg_gt2_2040_04_001.jpg) no-repeat top 6px left;
  font-size: 20px;
}

.lp_contents.section01 .task_box .task_list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.lp_contents.section02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(#f6f6f7));
  background: linear-gradient(to bottom, #fff 70%, #f6f6f7);
}

.lp_contents.section02 .lead {
  padding: 5px 30px;
  background: #272728;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
}

.lp_contents.section02 .flex_box {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  line-height: 1.9;
}

.lp_contents.section02 .flex_box .solution_txt {
  line-height: 1.5;
  margin-bottom: 0;
}

.lp_contents.section02 .flex_box .flex_item .notes {
  font-size: 20px;
}

.lp_contents.section02 .flex_box .red {
  font-size: 33px;
}

.lp_contents.section02 .flex_box .flex_item:first-child {
  padding: 0 20px 0 30px;
}

.lp_contents.section03 {
  margin-bottom: 50px;
}

.lp_contents.section03 .flex_box {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp_contents.section03 .flex_box p {
  font-size: 28px;
}

.lp_contents.section03 .flex_box .flex_item:first-child {
  margin-right: 30px;
}

.lp_contents.section03 .flex_box img {
  border: 1px solid #ccc;
}

@media screen and (max-width: 969px) {
  .flex_box {
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-orient: vertical;
  }
  .flex_box .flex_item.img {
    flex-shrink: 1;
  }
  .lp_content_wrap {
    margin: 30px auto 30px;
  }
  .main_visual .flex_box {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .main_visual .flex_box h1 {
    padding: 20px;
  }
  .main_visual .flex_box h1 .lead {
    margin-bottom: 0;
  }
  .lp_contents.section01 .task_box .flex_item:first-child {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .lp_contents.section01 .task_box .flex_item:last-child {
    text-align: center;
  }
  .lp_contents.section03 .flex_box .flex_item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
</pre></body></html>