* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Trebuchet MS", "Microsoft YaHei", sans-serif;
  color: #3c2f27;
  background: #ffffff;
  line-height: 1.75;
}

a {
  color: #e85d04;
}

a:hover {
  color: #9a3412;
}

img,
svg {
  display: block;
}

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.top {
  background: #ffffff;
  border-bottom: 8px solid #fff5eb;
}

.top-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 16px 24px 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-size: 24px;
  font-weight: 700;
  color: #e85d04;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.brand:hover {
  color: #9a3412;
}

.nav-text {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.nav-text a {
  color: #3c2f27;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 4px solid transparent;
}

.nav-text a.current {
  color: #e85d04;
  font-weight: 700;
  border-bottom-color: #e85d04;
}

.nav-text a:hover {
  color: #9a3412;
}

.band {
  width: 100%;
}

.band-warm {
  background: #fff5eb;
}

.band-white {
  background: #ffffff;
}

.band-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px 24px;
}

.hero .band-inner {
  padding-top: 56px;
  padding-bottom: 56px;
}

.when {
  font-size: 14px;
  margin-bottom: 16px;
  color: #7c2d12;
}

h1 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
  color: #3c2f27;
}

h2 {
  font-size: 26px;
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 16px;
  color: #3c2f27;
}

.sec-num {
  display: block;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  color: #e85d04;
  margin: 0 0 8px;
  letter-spacing: 0.04em;
}

.band-inner p {
  margin-bottom: 16px;
}

.band-inner p:last-child {
  margin-bottom: 0;
}

.cta-win {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 16px 24px;
  background: #e85d04;
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  border: 0;
  margin: 24px 0 0;
}

.cta-win:hover {
  background: #9a3412;
  color: #ffffff;
}

.os-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 16px;
}

.os-row a {
  color: #e85d04;
  text-decoration: underline;
}

.os-row a:hover {
  color: #9a3412;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 16px 0 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

th,
td {
  padding: 12px 8px;
  vertical-align: top;
  border-bottom: 1px solid #f4d9c2;
}

thead th {
  background: #e85d04;
  color: #ffffff;
  font-weight: 700;
  border-bottom: 0;
}

tbody tr:nth-child(even) {
  background: #fff5eb;
}

.steps {
  display: flex;
  width: 100%;
  margin-top: 16px;
  border-top: 1px solid #e85d04;
  border-bottom: 1px solid #e85d04;
}

.step {
  flex: 1;
  min-width: 0;
  padding: 16px 8px;
  border-right: 1px solid #e85d04;
}

.step:last-child {
  border-right: 0;
}

.step-n {
  display: block;
  color: #e85d04;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.step p {
  margin: 0;
}

.pull {
  width: 100%;
  margin: 0 0 24px;
  padding: 16px 0 16px 8px;
  border-left: 8px solid #e85d04;
}

.pull:last-child {
  margin-bottom: 0;
}

.pull svg {
  margin-bottom: 8px;
}

.pull blockquote {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.pull figcaption {
  color: #7c2d12;
  font-size: 14px;
}

.news {
  list-style: none;
  margin-top: 8px;
}

.news li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f4d9c2;
}

.news li:last-child {
  border-bottom: 0;
}

.news-date {
  display: block;
  width: 96px;
  flex-shrink: 0;
  color: #e85d04;
  font-weight: 700;
}

.news p {
  margin: 0;
  flex: 1;
}

.faq {
  margin-top: 8px;
}

.faq-item {
  padding: 16px 0;
  border-bottom: 1px solid #f4d9c2;
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #3c2f27;
}

.faq-item p {
  margin: 0;
}

.site-foot {
  background: #7c2d12;
  color: #fff5eb;
}

.site-foot .band-inner {
  padding: 32px 24px;
}

.site-foot p {
  margin: 0 0 8px;
}

.site-foot p:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  .sec-num {
    font-size: 48px;
  }

  .steps {
    flex-direction: column;
  }

  .step {
    border-right: 0;
    border-bottom: 1px solid #e85d04;
  }

  .step:last-child {
    border-bottom: 0;
  }

  .nav-text {
    gap: 16px;
  }
}
