.old_design,
#sub {
  color: #231815;
  font-weight: 500;
}
.old_design img,
#sub img {
  max-width: 100%;
}
.old_design .s-trunk-content-maintitle,
#sub .s-trunk-content-maintitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  color: #231815;
  letter-spacing: -0.3px;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-maintitle,
#sub .s-trunk-content-maintitle {
    font-size: 26px;
    line-height: 1.4;
  }
}

.old_design .s-trunk-content-date-wrap,
#sub .s-trunk-content-date-wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 16px 0;
  margin-bottom: 43px;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-date-wrap,
#sub .s-trunk-content-date-wrap {
    flex-direction: column;
  }
}
.old_design .s-trunk-content-date,
#sub .s-trunk-content-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}
.old_design .s-trunk-content-social-icon,
#sub .s-trunk-content-social-icon {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-social-icon,
#sub .s-trunk-content-social-icon {
    justify-content: flex-end;
  }
}
.old_design .s-trunk-content-social-desc,
#sub .s-trunk-content-social-desc {
  font-size: 15px;
  font-weight: 700;
  margin-right: 16px;
}
.old_design .s-trunk-content-social-link:not(:last-child),
#sub .s-trunk-content-social-link:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-social-link,
#sub .s-trunk-content-social-link {
    max-width: 23px;
  }
}
.old_design .s-trunk-content-btns-wrp,
#sub .s-trunk-content-btns-wrp {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-btns-wrp,
#sub .s-trunk-content-btns-wrp {
    flex-direction: column;
  }
}
.old_design .s-trunk-content-btns-wrp-single,
#sub .s-trunk-content-btns-wrp-single {
  display: flex;
  justify-content: center;
}
.old_design .s-trunk-content-btn,
#sub .s-trunk-content-btn {
  max-width: 300px;
  width: 100%;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #002B69;
  border: 2px solid #002B69;
  border-radius: 7px;
  text-decoration: none;
}
.old_design .s-trunk-content-btn-span,
#sub .s-trunk-content-btn-span {
  position: relative;
}
.old_design .s-trunk-content-btn-span::after,
#sub .s-trunk-content-btn-span::after {
  content: "";
  position: absolute;
  background-image: url(/assets/materials/trunk-content-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  right: -20px;
  top: 48%;
  transform: translateY(-50%);
}
.old_design .s-trunk-content-btn-seemore,
#sub .s-trunk-content-btn-seemore {
  position: relative;
}
.old_design .s-trunk-content-btn-seemore::after,
#sub .s-trunk-content-btn-seemore::after {
  content: "";
  position: absolute;
  background-image: url(/assets/materials/trunk-content-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  right: 90px;
  top: 48%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-btn,
#sub .s-trunk-content-btn {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.old_design .s-trunk-content-btn:hover,
#sub .s-trunk-content-btn:hover {
  background-color: #d9d9d9;
  text-decoration: none;
  color: #002B69;
  transition: all 0.3s;
}
.old_design .s-trunk-content-btn-last,
#sub .s-trunk-content-btn-last {
  margin-bottom: 0;
}
.old_design .s-trunk-content-para,
#sub .s-trunk-content-para {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
}
.old_design .s-trunk-content-para-pink,
#sub .s-trunk-content-para-pink {
  color: #E34563;
}
.old_design .s-trunk-content-txt,
#sub .s-trunk-content-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-txt,
#sub .s-trunk-content-txt {
    margin-bottom: 24px;
  }
}
.old_design .s-trunk-content-txt-pink,
#sub .s-trunk-content-txt-pink {
  color: #E34563;
  font-weight: 700;
}
.old_design .s-trunk-content-txt-bold,
#sub .s-trunk-content-txt-bold {
  font-weight: 700;
}
.old_design .s-trunk-content-txt-underline,
#sub .s-trunk-content-txt-underline {
  position: relative;
  font-weight: 700;
  z-index: 1;
}
.old_design .s-trunk-content-txt-underline:after,
#sub .s-trunk-content-txt-underline:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #FFF000;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
.old_design .s-trunk-content-txt-ul,
#sub .s-trunk-content-txt-ul {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
  margin-bottom: 8px;
}
.old_design .s-trunk-content-toc-wrap,
#sub .s-trunk-content-toc-wrap {
  margin-top: 36px;
  background-color: #e7e7e7;
  padding: 21px;
  margin-bottom: 60px;
}
.old_design .s-trunk-content-toc-ttl,
#sub .s-trunk-content-toc-ttl {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.old_design .s-trunk-content-toc-ttl::after,
#sub .s-trunk-content-toc-ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 13px solid #000;
  position: absolute;
  left: 0;
  top: 6px;
}
.old_design .s-trunk-content-toc-link,
#sub .s-trunk-content-toc-link {
  display: inline-block;
  position: relative;
  color: #000;
  background-position: right 100% bottom 5px;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-toc-link,
#sub .s-trunk-content-toc-link {
    font-size: 12px;
  }
}
.old_design .s-trunk-content-toc-link:hover,
#sub .s-trunk-content-toc-link:hover {
  text-decoration: none;
  color: #000;
  animation: underline_animation 0.8s both;
}
.old_design .s-trunk-content-title,
#sub .s-trunk-content-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-title,
#sub .s-trunk-content-title {
    margin-bottom: 20px;
  }
}
.old_design .s-trunk-content-title-sec,
#sub .s-trunk-content-title-sec {
  font-size: 20px;
  font-weight: 700;
  color: #002B69;
  line-height: 2.25;
  margin-bottom: 4px;
}
.old_design .s-trunk-content-title-sec-color,
#sub .s-trunk-content-title-sec-color {
  font-size: 20px;
  font-weight: 700;
  color: #002B69;
  line-height: 2.25;
}
.old_design .s-trunk-content-title-sec1,
#sub .s-trunk-content-title-sec1 {
  font-size: 20px;
  font-weight: 700;
  color: #002B69;
  line-height: 2.25;
  margin-bottom: 4px;
}
.old_design .s-trunk-content-title-tir,
#sub .s-trunk-content-title-tir {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 2.5;
}
.old_design .s-trunk-content-title-forth,
#sub .s-trunk-content-title-forth {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  color: #002B69;
  margin-bottom: 25px;
  border-bottom: 1px solid #002b69;
}
.old_design .s-trunk-content-subtitle,
#sub .s-trunk-content-subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 2.6;
}
.old_design .s-trunk-content-subtitle + .s-trunk-content-txt,
#sub .s-trunk-content-subtitle + .s-trunk-content-txt {
  margin-bottom: 20px;
  padding-left: 16px;
}
.old_design .s-trunk-content-subtitle-lh,
#sub .s-trunk-content-subtitle-lh {
  line-height: 1.7;
}
.old_design .s-trunk-content-subtitle-lh + .s-trunk-content-txt,
#sub .s-trunk-content-subtitle-lh + .s-trunk-content-txt {
  margin-bottom: 32px;
  margin-top: 32px;
  padding-left: 0;
}
.old_design .s-trunk-content-ul,
#sub .s-trunk-content-ul {
  padding-left: 16px;
  margin-bottom: 40px;
}
.old_design .s-trunk-content-li,
#sub .s-trunk-content-li {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-share-box,
#sub .s-trunk-content-share-box {
    display: flex;
    align-items: center;
    max-width: 100px;
  }
}
.old_design .s-trunk-content-share,
#sub .s-trunk-content-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.old_design .s-trunk-content-name,
#sub .s-trunk-content-name {
  font-size: 16px;
  line-height: 2.8;
  position: relative;
}
.old_design .s-trunk-content-name::before, .old_design .s-trunk-content-name::after,
#sub .s-trunk-content-name::before,
#sub .s-trunk-content-name::after {
  position: absolute;
  content: "";
  background-color: #000;
  height: 20px;
  width: 1px;
  bottom: 5px;
}
.old_design .s-trunk-content-name::before,
#sub .s-trunk-content-name::before {
  left: -10px;
  transform: rotate(-30deg);
  top: 12px;
}
.old_design .s-trunk-content-name::after,
#sub .s-trunk-content-name::after {
  right: -10px;
  transform: rotate(30deg);
  top: 12px;
}
.old_design .s-trunk-content-store-title,
#sub .s-trunk-content-store-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5;
  color: #000;
}
.old_design .s-trunk-content-store-row,
#sub .s-trunk-content-store-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.old_design .s-trunk-content-store-col,
#sub .s-trunk-content-store-col {
  flex: 0 1 50%;
  max-width: 50%;
  padding: 0 14px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-store-col,
#sub .s-trunk-content-store-col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.old_design .s-trunk-content-store-col6,
#sub .s-trunk-content-store-col6 {
  flex: 0 1 60%;
  max-width: 60%;
  padding: 0 14px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-store-col6,
#sub .s-trunk-content-store-col6 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.old_design .s-trunk-content-store-cont,
#sub .s-trunk-content-store-cont {
  display: flex;
  border: 1px solid #C8C9CA;
}
.old_design .s-trunk-content-store-cont-img,
#sub .s-trunk-content-store-cont-img {
  overflow: hidden;
  text-align: center;
}
.old_design .s-trunk-content-store-cont .s-img-fluid,
#sub .s-trunk-content-store-cont .s-img-fluid {
  transition: all 0.3s ease-in-out;
}
.old_design .s-trunk-content-store-cont:hover,
#sub .s-trunk-content-store-cont:hover {
  text-decoration: none;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}
.old_design .s-trunk-content-store-cont:hover .s-img-fluid,
#sub .s-trunk-content-store-cont:hover .s-img-fluid {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.old_design .s-trunk-content-store-cont .s-img-fluid,
#sub .s-trunk-content-store-cont .s-img-fluid {
  max-width: 144px;
  height: 144px;
  object-fit: cover;
}
.old_design .s-trunk-content-store-desc,
#sub .s-trunk-content-store-desc {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 15px;
  width: calc(100% - 144px);
}
.old_design .s-trunk-content-store-subttl,
#sub .s-trunk-content-store-subttl {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  color: #000;
}
.old_design .s-trunk-content-store-txt,
#sub .s-trunk-content-store-txt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
}
.old_design .s-trunk-content-article,
#sub .s-trunk-content-article {
  margin-top: 60px;
}
.old_design .s-trunk-content-article-cont,
#sub .s-trunk-content-article-cont {
  display: flex;
  margin-bottom: 50px;
  text-decoration: none;
}
.old_design .s-trunk-content-article-cont-img,
#sub .s-trunk-content-article-cont-img {
  overflow: hidden;
  text-align: center;
}
.old_design .s-trunk-content-article-cont img,
#sub .s-trunk-content-article-cont img {
  transition: all 0.3s ease-in-out;
}
.old_design .s-trunk-content-article-cont:hover,
#sub .s-trunk-content-article-cont:hover {
  text-decoration: none;
}
.old_design .s-trunk-content-article-cont:hover img,
#sub .s-trunk-content-article-cont:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-article-cont,
#sub .s-trunk-content-article-cont {
    flex-direction: column;
  }
}
.old_design .s-trunk-content-article-cont .s-img-fluid,
#sub .s-trunk-content-article-cont .s-img-fluid {
  max-width: 280px;
}
.old_design .s-trunk-content-article-sidebar,
#sub .s-trunk-content-article-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.old_design .s-trunk-content-article-sidebar .s-img-fluid,
#sub .s-trunk-content-article-sidebar .s-img-fluid {
  max-width: 220px;
}
.old_design .s-trunk-content-article-desc,
#sub .s-trunk-content-article-desc {
  margin-left: 25px;
}
@media only screen and (min-width: 768px) {
  .old_design .s-trunk-content-article-desc,
#sub .s-trunk-content-article-desc {
    width: calc(100% - 280px);
  }
}
.old_design .s-trunk-content-article-subttl,
#sub .s-trunk-content-article-subttl {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-article-subttl,
#sub .s-trunk-content-article-subttl {
    margin-top: 6px;
  }
}
.old_design .s-trunk-content-article-txt,
#sub .s-trunk-content-article-txt {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.old_design .s-trunk-content-benefits,
#sub .s-trunk-content-benefits {
  margin-top: 70px;
  margin-bottom: 80px;
}
.old_design .s-trunk-content-benefits-title,
#sub .s-trunk-content-benefits-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background-image: url(/assets/images/original/trunk2022-title.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 6px 0 4px;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-benefits-title,
#sub .s-trunk-content-benefits-title {
    font-size: 18px;
  }
}
.old_design .s-trunk-content-benefits-row,
#sub .s-trunk-content-benefits-row {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -4px;
}
.old_design .s-trunk-content-benefits-col,
#sub .s-trunk-content-benefits-col {
  flex: 0 1 20%;
  max-width: 20%;
  padding: 0 4px;
}
.old_design .s-trunk-content-benefits-col .s-img-fluid,
#sub .s-trunk-content-benefits-col .s-img-fluid {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-benefits-col .s-img-fluid,
#sub .s-trunk-content-benefits-col .s-img-fluid {
    max-width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-benefits-col,
#sub .s-trunk-content-benefits-col {
    flex: 0 1 50%;
    max-width: 50%;
    margin-bottom: 15px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.old_design .s-trunk-content-benefits-subtitle,
#sub .s-trunk-content-benefits-subtitle {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-benefits-subtitle,
#sub .s-trunk-content-benefits-subtitle {
    font-size: 13px;
  }
}
.old_design .s-trunk-content-benefits-note {
  font-size: 12px;
  text-align: center;
  color: #333;
  line-height: 1.5;
  margin-top: 8px;
}
.old_design .s-trunk-content-table-wrap,
#sub .s-trunk-content-table-wrap {
  margin: 20px 0 40px;
}
.old_design .s-trunk-content-table-bg, .old_design .s-trunk-content-table-half,
#sub .s-trunk-content-table-bg,
#sub .s-trunk-content-table-half {
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-table-bg, .old_design .s-trunk-content-table-half,
#sub .s-trunk-content-table-bg,
#sub .s-trunk-content-table-half {
    width: 630px;
  }
}
.old_design .s-trunk-content-table-bg th, .old_design .s-trunk-content-table-half th,
#sub .s-trunk-content-table-bg th,
#sub .s-trunk-content-table-half th {
  width: 210px;
}
.old_design .s-trunk-content-table-bg th,
.old_design .s-trunk-content-table-bg td, .old_design .s-trunk-content-table-half th,
.old_design .s-trunk-content-table-half td,
#sub .s-trunk-content-table-bg th,
#sub .s-trunk-content-table-bg td,
#sub .s-trunk-content-table-half th,
#sub .s-trunk-content-table-half td {
  border: 1px solid #000;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-table-bg th,
.old_design .s-trunk-content-table-bg td, .old_design .s-trunk-content-table-half th,
.old_design .s-trunk-content-table-half td,
#sub .s-trunk-content-table-bg th,
#sub .s-trunk-content-table-bg td,
#sub .s-trunk-content-table-half th,
#sub .s-trunk-content-table-half td {
    padding: 10px 5px;
  }
}
.old_design .s-trunk-content-table-bg th, .old_design .s-trunk-content-table-half th,
#sub .s-trunk-content-table-bg th,
#sub .s-trunk-content-table-half th {
  font-weight: 700;
}
.old_design .s-trunk-content-table-half,
#sub .s-trunk-content-table-half {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-table-half,
#sub .s-trunk-content-table-half {
    width: 100%;
  }
}
.old_design .s-trunk-content-table-half th,
#sub .s-trunk-content-table-half th {
  width: initial;
}
.old_design .s-trunk-content-table-col2 th,
.old_design .s-trunk-content-table-col2 td,
#sub .s-trunk-content-table-col2 th,
#sub .s-trunk-content-table-col2 td {
  border: 1px solid #000;
  padding: 20px 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.old_design .s-trunk-content-table-col2 th,
#sub .s-trunk-content-table-col2 th {
  font-weight: 700;
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-table-col2 th,
#sub .s-trunk-content-table-col2 th {
    width: 100px;
  }
}
.old_design .s-trunk-content-table-colhalf,
#sub .s-trunk-content-table-colhalf {
  width: 100%;
}
.old_design .s-trunk-content-table-colhalf th,
.old_design .s-trunk-content-table-colhalf td,
#sub .s-trunk-content-table-colhalf th,
#sub .s-trunk-content-table-colhalf td {
  border: 1px solid #000;
  padding: 20px 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  width: 50%;
}
.old_design .s-trunk-content-table-col3,
#sub .s-trunk-content-table-col3 {
  width: 100%;
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
  .old_design .s-trunk-content-table-col3,
#sub .s-trunk-content-table-col3 {
    width: 630px;
  }
}
.old_design .s-trunk-content-table-col3 th,
.old_design .s-trunk-content-table-col3 td,
#sub .s-trunk-content-table-col3 th,
#sub .s-trunk-content-table-col3 td {
  border: 1px solid #000;
  padding: 20px 5px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  width: 50%;
}
.old_design .s-trunk-content-table-col3 th,
#sub .s-trunk-content-table-col3 th {
  font-weight: 700;
}
.old_design .s-trunk-content-table-col3 th:first-child,
#sub .s-trunk-content-table-col3 th:first-child {
  width: 100px;
}
.old_design .s-img-fluid,
#sub .s-img-fluid {
  max-width: 100%;
  height: auto;
}
.old_design .s-img-fluid + p,
#sub .s-img-fluid + p {
  margin-top: 24px;
}

#sub .s-trunk-content-article-desc {
  margin-left: 0;
  margin-top: 6px;
  width: 100%;
}
#sub .s-trunk-content-article-subttl {
  font-size: 14px;
  line-height: 1.6;
}
#sub .s-trunk-content-article-sidebar {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #sub .s-trunk-content-article-pc {
    display: none;
  }
}
#sub .s-trunk-content-article-lnk {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
#sub .s-trunk-content-article-lnk img {
  display: block;
  transition: all 0.3s ease-in-out;
}
#sub .s-trunk-content-article-lnk:hover {
  transition: all 0.3s ease-in-out;
}
#sub .s-trunk-content-article-lnk:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
#sub .s-trunk-content-title-forth {
  font-size: 15px;
}

/*#s-about_page .inner {
  background-color: #fff;
}*/

#s-mainHeader .s-header-contact .s-tel_btn {
  padding: 10px 14px 5px;
}

.s-trunk-content-wrap {
    display: flex;
    align-items: center;
    margin-bottom:10px !important;

}
.s-trunk-content-wrap img{
    margin-right: 8px;
}

.s-trunk-content-point {
    font-size: 20px;
    font-weight: 700;
    color: #002b69;
    line-height: 2.25;
    margin-bottom: 4px;
}
/*# sourceMappingURL=static-trunk-contents.css.map */

