:root {
  --gray: #e5e5e5;
  --gray-bg: #f2f2f2;
  --red: #c60000;
  --white: #fff;
  --text-space: 0.06em;
  --text-w-regular: 400;
}

html body .container {
  letter-spacing: 0.16em;
}
html body .container .cnt-900 {
  max-width: 900px;
  margin: 0 auto 80px;
}
html body .container .cnt-900 p {
  font-size: 18px;
  line-height: 1.666;
  letter-spacing: 0.06em;
}
html body .container .cnt-800 {
  max-width: 800px;
  margin: 0 auto;
}
html body .container .cnt-800 p {
  margin: 25px 0;
  line-height: 1.75;
}
html body .container .cnt-800 p.mb0 {
  margin-bottom: 0;
}
html body .container .cnt-800 p.center {
  text-align: center;
}
html body .container .cnt-800 p.mb70 {
  margin-bottom: 70px;
}
html body .container .cnt-800 span {
  display: inline-block;
  margin: 0 3px;
}
html body .container .cnt-800 span i {
  background: #a30000;
  color: var(--white);
  font-style: normal;
  border-radius: 100%;
  line-height: 1;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .container .cnt-800 .gray {
  padding: 35px 40px;
  background: #f2f2f2;
}
html body .container .cnt-800 .gray .l-r {
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  html body .container .cnt-800 .gray .l-r {
    flex-direction: column;
  }
}
html body .container .cnt-800 .gray .l-r p {
  margin: 0;
}
html body .container .cnt-800 .gray .l-r .left {
  width: 130px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  border: #a30000 solid 2px;
}
html body .container .cnt-800 .gray .l-r .left p {
  font-size: 20px;
  color: #a30000;
  text-align: center;
}
@media screen and (max-width: 750px) {
  html body .container .cnt-800 .gray .l-r .left {
    width: 20rem;
    height: 5rem;
    display: inline-block;
    margin-bottom: 15px;
  }
}
html body .container .cnt-800 .gray .l-r .right {
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  html body .container .cnt-800 .gray .l-r .right {
    width: 100%;
  }
}
html body .container .seko {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html body .container .seko li {
  width: 46.32%;
  margin-bottom: 75px;
}
@media screen and (max-width: 750px) {
  html body .container .seko li {
    width: 100%;
  }
}
html body .container .seko li .cov {
  padding: 8px;
  background: #f2f2f2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
html body .container .seko li .name {
  font-size: 24px;
  margin-top: 15px;
  position: relative;
}
html body .container .seko li .name span {
  margin-right: 15px;
  transform: translateY(-3px);
  display: inline-block;
  background: #a30000;
  color: var(--white);
}
html body .container .seko li .name span i {
  font-size: 16px;
  width: 104px;
  height: 30px;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  html body .container .seko li .name span i {
    width: 17rem;
    height: 5rem;
  }
}
html body .container .seko li .name::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a30000;
}
html body .container .seko li .ttx {
  margin-top: 15px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
html body .container img {
  display: block;
  margin: 0 auto;
}
html body .container img.b1 {
  margin-top: 20px;
  margin-bottom: 80px;
}
html body .container img.b2 {
  margin-bottom: 40px;
}
html body .container img.b3 {
  margin-bottom: 75px;
}
html body .container img.rota {
  margin-bottom: 50px;
}
html body .container img.mana2 {
  margin-bottom: 20px;
}
html body .container img.rover {
  margin-bottom: 40px;
}
html body .container .methods .method {
  margin: 0;
}
html body .container .methods .val {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
html body .container .methods .val p {
  margin: 0;
}
html body .container .methods .val p b {
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin-left: 30px;
}
html body .container .methods .val p .minum {
  color: #a30000;
}
html body .container .methods .val .left {
  color: #a30000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #a30000 solid 2px;
  margin-right: 20px;
  width: 90px;
  height: 35px;
}
html body .container .methods .val .right p {
  margin-bottom: 25px;
}
/*# sourceMappingURL=index.css.map */