@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 .aboutSubsidySaving {
  width: 600px;
}

.l-content .aboutSubsidySaving .head {
  padding: 10px 0 8px;
  background: #666;
  color: #fff;
  font-weight: bold;
}

.l-content .aboutSubsidySaving .head p {
  font-size: 19px;
  text-align: center;
}

.l-content .aboutSubsidySaving .head .subText {
  font-size: 15px;
}

.l-content .aboutSubsidySaving .wrap {
  display: flex;
  justify-content: space-between;
}

.l-content .aboutSubsidySaving .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background: #efefef;
}

.l-content .aboutSubsidySaving .wrap>.box {
  box-sizing: border-box;
  width: 298px;
}

.l-content .aboutSubsidySaving .box .subject {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.l-content .aboutSubsidySaving .box .subject span {
  font-size: 15px;
}

.l-content .aboutSubsidySaving .box .max {
  font-weight: bold;
  font-size: 19px;
}

.l-content .aboutSubsidySaving .box .max .num {
  font-size: 30px;
}

.l-content .aboutSubsidySaving .box .note {
  font-size: 15px;
  font-weight: bold;
}

.l-content .subsidySavingSchedule {
  width: 1170px;
}

.l-content .subsidySavingSchedule .title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.l-content .subsidySavingSchedule .m-table {
  margin-top: 5px;
  margin-bottom: 0;
}

.l-content .subsidySavingSchedule .m-table tr th {
  font-size: 16px;
}

.l-content .subsidySavingSchedule .m-table tr td {
  position: relative;
  height: 100px;
}

.l-content .subsidySavingSchedule .m-table tr .leftItem {
  border: none;
  background: transparent;
}

.l-content .subsidySavingSchedule .m-table tr .head {
  border: 1px solid #fff;
  background: #666;
  color: #fff;
  font-weight: bold;
}

.l-content .subsidySavingSchedule .m-table tr td .box {
  align-content: center;
  position: absolute;
  top: 50%;
  z-index: 1;
  box-sizing: border-box;
  height: 80px;
  padding-left: 7px;
  border: 2px #333 solid;
  border-right: none;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  transform: translateY(-50%);
}

.l-content .subsidySavingSchedule .m-table tr td .box::after {
  position: absolute;
  top: 50%;
  right: -28px;
  z-index: -1;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  border-top: 2px #333 solid;
  border-right: 2px #333 solid;
  background: #fff;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.l-content .subsidySavingSchedule .m-table tr td .box.box_note {
  background: #d00;
  border-color: #d00;
  color: #fff;
}

.l-content .subsidySavingSchedule .m-table tr td .box.box_note .icon {
  display: inline-block;
  box-sizing: border-box;
  width: 23px;
  height: 23px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-bottom: 4px;
  text-align: center;
}

.l-content .subsidySavingSchedule .m-table tr td .box.box_note::after {
  background: #d00;
  border: none;
}

.l-content .subsidySavingSchedule .m-table tr td .box.first_4 {
  width: 103px;
  right: 50px;
}

.l-content .subsidySavingSchedule .m-table tr td .box.first_6 {
  width: 107px;
  right: 103px;
}

.l-content .subsidySavingSchedule .m-table tr td .box.first_1 {
  width: 723px;
  right: 40px;
}

.l-content .subsidySavingSchedule .m-table tr td .box.second_5 {
  width: 103px;
  right: 86px;
}

.l-content .subsidySavingSchedule .m-table tr td .box.second_6 {
  width: 105px;
  right: 40px;
}

.l-content .subsidySavingSchedule .m-table tr td .box.second_8 {
  width: 84px;
  right: 40px;
}

.l-content .subsidySavingSchedule .m-table tr td .box.second_1 {
  width: 460px;
  right: 40px;
}

.l-content .subsidySavingSchedule .note {
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
  color: #d00;
  font-size: 16px;
  font-weight: bold;
}

.l-content .subsidySavingSchedule .note::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #d00;
  color: #fff;
  text-align: center;
  content: "!";
}

.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;
}

.l-content .color_red {
  color: #d00;
}