.content1 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}

.content1 > ul:first-of-type {
  width: 23%;
}

.content1 > ul:first-of-type li {
  width: 100%;
  margin-bottom: 2px;
}

.content1 > ul:first-of-type li:nth-of-type(2n) a {
  background: #e65959;
}

.content1 > ul:first-of-type li a {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  height: 50px;
  background: #db1212;
}

.content1 ul.last {
  width: 77%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 30px;
  background: #f8f8f8;
}

.content1 ul.last li {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .content1 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content1 > ul:first-of-type {
    width: 150px;
  }
  .content1 > ul:first-of-type li {
    width: 100%;
    margin-bottom: 2px;
  }
  .content1 > ul:first-of-type li:nth-of-type(2n) a {
    background: #e65959;
  }
  .content1 > ul:first-of-type li a {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    height: 50px;
    background: #db1212;
  }
  .content1 > ul.last {
    width: calc(100% - 150px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 30px;
    background: #f8f8f8;
  }
  .content1 > ul.last > li {
    margin-bottom: 20px;
  }
  .content1 > ul.last > li ul {
    width: 100%;
  }
}

.content41 ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content41 ul li {
  width: calc(25% - 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 30px;
}

.content41 ul li img {
  margin-bottom: 20px;
}

.content41 ul li b {
  color: #db1212;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 40px;
}

.content41 ul li p {
  line-height: 28px;
}

@media (max-width: 768px) {
  .content41 ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content41 ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 10px;
  }
  .content41 ul li img {
    margin-bottom: 20px;
  }
  .content41 ul li b {
    color: #db1212;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    display: block;
    margin-bottom: 40px;
  }
  .content41 ul li p {
    line-height: 28px;
  }
}

.content42 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.checkWrap {
  width: 80%;
  max-width: 1020px;
  margin: 0 auto;
  background: #f8f8f8;
  margin-bottom: 80px;
  border-radius: 40px;
}

@media (max-width: 768px) {
  .checkWrap {
    width: 100%;
  }
}

.checkWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

.checkWrap ul li {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .checkWrap ul li {
    margin-right: 20px;
  }
}

.checkWrap ul li:last-of-type {
  margin: 0;
}

.checkWrap ul li img {
  margin-right: 10px;
}

.fourbox > ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fourbox > ul > li {
  width: calc(50% - 30px);
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
  border-top: 1px solid #db1212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 50px;
  height: 275px;
}

.fourbox > ul > li > span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  left: 20px;
  top: -20px;
  font-size: 1.125rem;
  font-weight: 500;
  background: #db1212;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.fourbox > ul > li figure {
  margin-right: 40px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fourbox > ul > li > ul > li b {
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

.fourbox > ul > li > ul > li ul li {
  line-height: 30px;
}

@media (max-width: 768px) {
  .fourbox > ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fourbox > ul > li {
    width: 100%;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 1px solid #db1212;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 20px;
    height: 275px;
  }
  .fourbox > ul > li > span {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    left: 20px;
    top: -20px;
    font-size: 1.125rem;
    font-weight: 500;
    background: #db1212;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
  }
  .fourbox > ul > li figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fourbox > ul > li > ul > li b {
    font-size: 1.25rem;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
  }
  .fourbox > ul > li > ul > li ul li {
    line-height: 30px;
  }
}

.sixbox ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sixbox ul li {
  width: calc(100% / 3);
  height: 274px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.sixbox ul li:before {
  content: '';
  display: block;
  height: 80%;
  width: 1px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sixbox ul li:nth-of-type(1):after, .sixbox ul li:nth-of-type(2):after, .sixbox ul li:nth-of-type(3):after {
  content: '';
  display: block;
  width: 80%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.sixbox ul li:nth-of-type(3n):before {
  display: none;
}

.sixbox ul li figure {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.sixbox ul li h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.sixbox ul li p {
  text-align: center;
  line-height: 26px;
  color: #666;
}

@media (max-width: 1024px) {
  .sixbox ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sixbox ul li {
    width: calc(100% / 2);
    height: 274px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .sixbox ul li:before {
    content: '';
    display: block;
    height: 80%;
    width: 1px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sixbox ul li:nth-of-type(1):after, .sixbox ul li:nth-of-type(2):after, .sixbox ul li:nth-of-type(3):after, .sixbox ul li:nth-of-type(4):after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .sixbox ul li:nth-of-type(3n):before {
    display: block;
  }
  .sixbox ul li:nth-of-type(2n):before {
    display: none;
  }
  .sixbox ul li figure {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .sixbox ul li h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
  }
  .sixbox ul li p {
    text-align: center;
    line-height: 26px;
    color: #666;
  }
}

@media (max-width: 768px) {
  .sixbox ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sixbox ul li {
    width: calc(100% / 1);
    height: 274px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .sixbox ul li:before {
    content: '';
    display: none;
    height: 80%;
    width: 1px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sixbox ul li:nth-of-type(1):after, .sixbox ul li:nth-of-type(2):after, .sixbox ul li:nth-of-type(3):after, .sixbox ul li:nth-of-type(4):after, .sixbox ul li:nth-of-type(5):after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .sixbox ul li:nth-of-type(3n):before {
    display: none;
  }
  .sixbox ul li:nth-of-type(2n):before {
    display: none;
  }
  .sixbox ul li figure {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .sixbox ul li h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
  }
  .sixbox ul li p {
    text-align: center;
    line-height: 26px;
    color: #666;
  }
}
/*# sourceMappingURL=sub3.css.map */