 
 
 

.txbs {
  --tx-blue: #092c91;
  --tx-navy: #071b5e;
  --tx-green: #20a33a;
  --tx-line: #dce4f3;
  padding: 58px 0 72px;
  color: #182657;
  background: linear-gradient(180deg, #f7faff 0, #fff 240px);
}

.txbs .txin {
  width: 100%;
}

.txbs .txhd {
  max-width: 900px;
  margin: 0 auto 38px;
  text-align: center;
}

.txbs .txey {
  margin: 0 0 8px;
  color: var(--tx-green);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
}

.txbs .txhd h1 {
  margin: 0;
  color: var(--tx-blue);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
}

.txbs .txst {
  max-width: 720px;
  margin: 16px auto 0;
  font-size: 18px;
  line-height: 1.65;
}

.txbs .txbd {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
}

.txbs .txbd h2,
.txbs .txbd h3,
.txbs .txbd h4 {
  color: var(--tx-navy);
  line-height: 1.25;
}

.txbs .txbd h2 {
  margin: 46px 0 18px;
  font-size: clamp(27px, 3vw, 36px);
}

.txbs .txbd h3 {
  margin: 30px 0 14px;
  font-size: 24px;
}

.txbs .txbd p {
  margin: 0 0 20px;
}

.txbs .txbd > p:not(.txwr) {
  text-align: left !important;
}

.txbs .txbd a {
  position: relative;
  color: var(--tx-blue);
  font-weight: 700;
  text-decoration-color: #9eb1e9;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.txbs .txbd a:hover,
.txbs .txbd a:focus-visible {
  color: var(--tx-green);
  text-decoration-color: currentColor;
}

.txbs .txbd blockquote {
  position: relative;
  margin: 30px 0;
  padding: 12px 24px 12px 58px;
  border: 0;
  border-left: 5px solid var(--tx-blue);
  color: var(--tx-navy);
  background: transparent;
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
}

.txbs .txbd blockquote::before {
  position: absolute;
  top: 3px;
  left: 15px;
  color: #b9c8ef;
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 62px;
  font-style: normal;
  line-height: 1;
}

.txbs .txbd blockquote > :last-child {
  margin-bottom: 0;
}

.txbs .txbd ul,
.txbs .txbd ol {
  margin: 18px 0 24px;
  padding-left: 28px;
}

.txbs .txbd ul {
  list-style: none;
}

.txbs .txbd ul li {
  position: relative;
  text-align: left;
}

.txbs .txbd ul li::before {
  position: absolute;
  top: .72em;
  left: -22px;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--tx-green);
  box-shadow: 0 0 0 2px #bde2c4;
  content: "";
  transform: translateY(-50%);
}

.txbs .txbd ol {
  list-style: none;
  counter-reset: tx-list;
}

.txbs .txbd ol li {
  position: relative;
  counter-increment: tx-list;
}

.txbs .txbd ol li::before {
  position: absolute;
  top: .1em;
  left: -30px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--tx-blue);
  content: counter(tx-list);
  font-size: 12px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
}

.txbs .txbd li {
  margin: 8px 0;
}

.txbs .txbd > ul {
  margin: 24px 0 8px;
  padding: 0 0 0 28px;
}

.txbs .txbd > ul + p {
  margin-top: 0;
}

.txbs .txbd img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 28px auto;
  padding: 5px;
  border: 1px solid #d5dff1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(7, 27, 94, .13);
}

.txbs .table-responsive,
.txbs .txtb {
  width: 100%;
  margin: 24px 0 32px;
  overflow-x: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.txbs .table-responsive .table-responsive,
.txbs .txtb .table-responsive {
  margin: 0;
  overflow: visible;
}

.txbs .txbd table {
  width: 100% !important;
  max-width: none !important;
  min-width: 620px;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
}

.txbs .txbd th {
  padding: 15px 18px !important;
  border: 0 !important;
  border-bottom: 2px solid var(--tx-blue) !important;
  color: #fff !important;
  background: var(--tx-blue) !important;
  font-size: 16px;
  text-align: left;
}

.txbs .txbd td {
  padding: 15px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--tx-line) !important;
  color: #182657 !important;
  background: #fff !important;
}

.txbs .txbd tr:nth-child(even) td {
  background: #f7f9fe !important;
}

.txbs .txwr {
  padding: 8px 0;
  border: 0;
  color: #76132f !important;
  background: transparent;
  text-align: center !important;
}

.txbs .youtube-video {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 14px;
  background: #081745 center / cover no-repeat;
  box-shadow: 0 14px 38px rgba(7, 27, 94, .18);
  cursor: pointer;
}

.txbs .youtube-video::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #fff;
  background: var(--tx-blue);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  content: "\25B6";
  font-size: 25px;
  line-height: 68px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.txbs .youtube-video.txpl::after {
  display: none;
}

.txbs .youtube-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.txbs .txct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 1180px;
  margin: 46px auto 0;
  padding: 28px 34px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(120deg, #071d6f, #0b3cb3);
}

.txbs .txct strong,
.txbs .txct span {
  display: block;
}

.txbs .txct strong {
  margin-bottom: 5px;
  font-size: 23px;
}

.txbs .txct a {
  flex: 0 0 auto;
  padding: 14px 24px;
  border-radius: 8px;
  color: var(--tx-blue);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.txbs .txct a span {
  display: inline;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .txbs {
    padding: 38px 0 48px;
  }

  .txbs .txhd {
    margin-bottom: 28px;
  }

  .txbs .txst,
  .txbs .txbd {
    font-size: 16px;
  }

  .txbs .txbd h2 {
    margin-top: 36px;
  }

  .txbs .txbd blockquote,
  .txbs .txwr {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .txbs .txbd blockquote {
    padding-right: 10px;
    padding-left: 46px;
  }

  .txbs .txbd blockquote::before {
    top: 12px;
    left: 15px;
    font-size: 48px;
  }

  .txbs .txct {
    display: block;
    padding: 25px 20px;
    text-align: center;
  }

  .txbs .txct a {
    display: block;
    margin-top: 20px;
  }
}
