@charset "UTF-8";

.l-content .catchcopy span {
  position: relative;
  padding-top: 30px;
}

.l-content .catchcopy span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 6px;
  background: #ffcc00;
}

.l-content .exampleArea {
  width: 900px;
  margin: 0 auto;
}
.l-content .exampleArea .exampleTtl {
  font-size: 17px;
  border-bottom: 1px #cccccc solid;
  padding-bottom: 2px;margin-bottom: 10px;
}

.l-content .exampleArea .exampleBox {
  display: flex;
}

.l-content .exampleArea .exampleBox .picBox {
  width: 350px;
  text-align: right;
}

.l-content .exampleArea .exampleBox .txtBox {
  width: 520px;
  padding-left: 30px;
}

.l-content .exampleArea .exampleBox .txtBox .txtDetail {
  font-size: 17px;
  font-weight: bold;
  line-height: 36px;
  padding: 10px 0;
}

.l-content .exampleArea .exampleBox .txtBox .txtPrice {
  width: 514px;
  height: 54px;
  background-color: #3071b7;
  text-align: center;
  font-weight: bold;
  border: 3px #3071b7 solid;
  color: #FFF;
  display: flex;
}

.l-content .exampleArea .exampleBox .txtBox .txtPrice .name01 {
  display: inline-block;
  width: 257px;
  background-color: #3071b7;
  color: #FFF;
  font-size: 17px;
  line-height: 54px;
}
.l-content .exampleArea .exampleBox .txtBox .txtPrice .name02 {
  display: inline-block;
  width: 257px;
  background-color: #3071b7;
  color: #ffcd00;
  font-size: 17px;
  line-height: 54px;
}
.l-content .exampleArea .exampleBox .txtBox .txtPrice .price01 {
  display: inline-block;
  width: 257px;
  background-color: #FFF;
  color: #333;
  line-height: 54px;
}
.l-content .exampleArea .exampleBox .txtBox .txtPrice .price02 {
  display: inline-block;
  width: 257px;
  background-color: #FFF;
  color: #333;
  line-height: 54px;
}
.l-content .exampleArea .exampleBox .txtBox .txtPrice .price01 strong,
.l-content .exampleArea .exampleBox .txtBox .txtPrice .price02 strong {
  font-size: 21px;
}
.l-content .exampleArea .exampleBox .txtBox .txtPrice .price02 span {
  position: relative;
  font-weight: bold;
  z-index: 1;
}

.l-content .exampleArea .exampleBox .txtBox .txtPrice .price02 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 6px;
  background: #ffcc00;
}
.l-content .exampleArea .note {
  text-align: right;
  padding-top: 10px;
}

.l-content .problemArea {
  width: 1060px;
  height: 260px;
  position: relative;
  margin: 50px auto 0;
  background: url(/special/robot/subsidy_support/img/pic_problem.png) no-repeat 417px 15px;
  font-weight: bold;
}
.l-content .problemArea .txt01 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 70px;
  background: #e5e5e5;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  padding: 15px 0;
  border-radius: 10px;
}

.l-content .problemArea .txt01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -65px;
  border-top: 25px solid transparent;
  border-left: 65px solid #e5e5e5;
  transform: translateY(-50%);
}
.l-content .problemArea .txt02 {
  content: "";
  position: absolute;
  left: 42px;
  top: 134px;
  width: 300px;
  height: 80px;
  background: #e5e5e5;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  padding: 15px 0;
  border-radius: 10px;
}

.l-content .problemArea .txt02::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -55px;
  border-left: 55px solid #e5e5e5;
  border-bottom: 25px solid transparent;
  transform: translateY(-50%);
}

.l-content .problemArea .txt03 {
  content: "";
  position: absolute;
  left: 754px;
  top: 67px;
  width: 300px;
  height: 70px;
  background: #e5e5e5;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  padding: 15px 0;
  border-radius: 10px;
}

.l-content .problemArea .txt03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -70px;
  border-top: 13px solid transparent;
  border-right: 70px solid #e5e5e5;
  border-bottom: 13px solid transparent;
  transform: translateY(-50%);
}
.l-content .problemArea span {
  color: #DD0000;
  font-size: 17px;
}
.l-content .problemArea span strong {
  font-size: 30px;
}

.l-content .meritArea {
  width: 840px;
  display: flex;
  margin: 30px auto 0;
}

.l-content .meritArea .meritBox .pic {
  width: 240px;
  height: 220px;
  border-radius: 120px;
  text-align: center;
  background-color: #3071b7;
  padding-top: 20px
}
.l-content .meritArea .meritBox .pic .txt{
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  padding-top: 20px;
}
.l-content .meritArea .meritBox .pic .txt strong {
  font-size: 21px;
  color: #ffcc00;
}

.l-content .meritArea .meritBox .caption {
  font-size: 15px;
  text-align: center;
  padding-top: 10px;
}
.l-content .btn_01 {
  padding: 12px 0;
  font-size: 17px;
  height: 50px;
}