@charset "utf-8";

.column-page {
  color: #252525;
}
.column-article-page {
  background: #fff !important;
  background-image: none !important;
}
.column-page * {
  box-sizing: border-box;
}
.column-contents {
  padding-bottom: 70px !important;
}
.column-main {
  text-align: left;
  background: transparent;
}
.column-main img {
  max-width: 100%;
  height: auto;
}
.column-main #path {
  margin-bottom: 18px;
}
.column-hero {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 42px;
  padding: 36px 46px;
  color: #092b59;
  background:
    radial-gradient(circle at 90% 15%, rgba(10,58,121,.06) 0 90px, transparent 91px),
    linear-gradient(135deg, #f6f8fb 0%, #e7eef6 100%);
  border: 1px solid #d7e1ec;
  border-radius: 4px;
}
.column-hero::after {
  content: "";
  position: absolute;
  right: 35px;
  bottom: -48px;
  width: 160px;
  height: 160px;
  border: 28px solid rgba(10,58,121,.05);
  border-radius: 50%;
}
.column-hero__eyebrow,
.column-section-title > p {
  margin-bottom: 8px;
  color: #0a4f94;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .16em;
}
.column-hero h2 {
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
.column-hero > p:last-child {
  position: relative;
  z-index: 1;
  max-width: 540px;
  font-size: 16px;
  line-height: 1.9;
}
.column-section-title {
  margin-bottom: 18px;
}
.column-section-title h2 {
  padding-left: 14px;
  border-left: 5px solid #0a3a79;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}
.column-category-section + .column-category-section {
  margin-top: 30px;
}
.column-card {
  margin-bottom: 34px;
}
.column-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity .2s ease;
}
.column-card__link:hover {
  opacity: .82;
}
.column-card__body {
  padding: 18px 2px 22px;
}
.column-card__meta {
  margin-bottom: 8px;
  padding-left: 18px;
  color: #66707a;
  font-size: 12px;
}
.column-card h3 {
  position: relative;
  margin-bottom: 0;
  padding-left: 18px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.55;
}
.column-card h3::before {
  content: "▶";
  position: absolute;
  top: .15em;
  left: 0;
  color: #0a4f94;
  font-size: .62em;
}
.column-cv {
  margin-top: 34px;
}
.column-cv a,
.column-cv img {
  display: block;
  width: 100%;
}
.column-cv a {
  transition: opacity .2s ease;
}
.column-cv a:hover {
  opacity: .86;
}
.article-cv {
  margin: 12px 0 0;
  scroll-margin-top: 20px;
}

.column-article {
  overflow: hidden;
  background: #fff;
  border: 0;
  box-shadow: none;
}
.article-wide-header {
  margin-top: 46px;
  margin-bottom: 22px;
  padding: 0 0 24px;
  background: #fff;
  border: 0;
  box-shadow: none;
}
.article-header__category {
  display: inline-block;
  padding: 5px 12px;
  color: #fff;
  background: #0a4f94;
  font-size: 12px;
  font-weight: bold;
}
.article-wide-header h2 {
  margin-bottom: 14px;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: none;
}
.article-header__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #737b84;
  font-size: 12px;
  text-align: left;
}
.article-main-image {
  height: 390px;
  background: #e8edf2;
}
.article-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-lead,
.article-section,
.article-toc {
  margin-right: 0;
  margin-left: 0;
}
.article-lead {
  padding: 30px 0 10px;
}
.column-article p,
.column-article li,
.column-article dd {
  font-size: 16px;
  line-height: 2;
}
.column-article p {
  margin-bottom: 20px;
}
.article-toc {
  margin-top: 24px;
  margin-bottom: 44px;
  padding: 24px 28px;
  background: #f3f6f9;
  border-top: 3px solid #0a4f94;
}
.article-toc__title {
  margin-bottom: 14px !important;
  color: #092b59;
  font-size: 20px !important;
  font-weight: bold;
}
.article-toc ol {
  counter-reset: toc;
}
.article-toc li {
  position: relative;
  padding: 7px 0 7px 34px;
  border-bottom: 1px solid #dce2e8;
  counter-increment: toc;
  line-height: 1.6;
}
.article-toc li::before {
  content: counter(toc, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: #0a3a79;
  font-size: 12px;
  font-weight: bold;
}
.article-toc a {
  color: #234e7e;
  text-decoration: none;
}
.article-section {
  margin-bottom: 52px;
  scroll-margin-top: 20px;
}
.article-section > h2 {
  margin: 0 0 24px;
  padding: 14px 18px;
  color: #fff;
  background: #092b59;
  border-left: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.article-section > h3 {
  margin: 34px 0 18px;
  padding: 0 0 10px;
  border-left: 0;
  border-bottom: 2px solid #0a3a79;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.55;
}
.article-section > h4 {
  margin: 26px 0 14px;
  padding: 10px 14px;
  color: #092b59;
  background: #eef3f8;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.article-steps {
  margin: 24px 0 30px;
  border: 0;
  background: none !important;
  background-image: none !important;
}
.article-steps li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 8px;
  border: 0;
  background: none !important;
  background-image: none !important;
  line-height: 1.6;
}
.article-steps li::before {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: none !important;
  background-image: none !important;
}
.article-steps li::after {
  content: "" !important;
  position: absolute;
  top: 32px;
  bottom: -32px;
  left: 15px;
  display: block !important;
  width: 2px;
  background: #9eb4cc !important;
}
.article-steps li:last-child::after {
  content: none !important;
  display: none !important;
}
.article-step__number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  height: 32px;
  color: #fff;
  background: #0a3a79;
  border-radius: 50%;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(9,43,89,.2);
}
.article-step__body {
  flex: 1;
  background: none !important;
  background-image: none !important;
}
.article-step__body strong {
  display: block;
  padding: 1px 0 7px;
  color: #0a4f94;
  border-bottom: 1px solid #0a3a79;
  background: none !important;
  background-image: none !important;
  font-size: 17px;
  line-height: 1.45;
}
.article-step__body small {
  display: block;
  padding-top: 7px;
  color: #4c5965;
  background: none !important;
  background-image: none !important;
  font-size: 14px;
  line-height: 1.7;
}
.article-photo-row {
  display: grid;
  grid-template-columns: 46% 1fr;
  gap: 24px;
  align-items: center;
  margin: 28px 0 36px;
  padding: 20px;
  background: #f5f7f9;
}
.article-photo-row figure img {
  display: block;
}
.article-photo-row p {
  margin-bottom: 0;
}
.article-note__label {
  color: #0a4f94;
  font-weight: bold;
}
.article-table-wrap {
  overflow-x: auto;
  margin: 26px 0;
  -webkit-overflow-scrolling: touch;
}
.article-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.7;
}
.article-table th,
.article-table td {
  padding: 13px 14px;
  border: 1px solid #bfcbd7;
  text-align: left;
  vertical-align: top;
}
.article-table thead th {
  color: #fff;
  background: #0a4f94;
  text-align: center;
  font-weight: bold;
}
.article-table tbody th {
  width: 135px;
  color: #092b59;
  background: #fff;
  font-weight: bold;
}
.solution-table thead th:first-child {
  width: 100px;
}
.solution-table thead th:nth-child(2) {
  width: 225px;
}
.article-checklist {
  margin: 22px 0 28px;
  padding: 0;
  background: none;
  border: 0;
}
.article-checklist li {
  position: relative;
  padding: 5px 0 5px 28px;
  line-height: 1.7;
}
.article-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0a3a79;
  font-weight: bold;
}
.article-summary p {
  margin-bottom: 20px;
  color: #252525;
  font-size: 16px;
  line-height: 2;
}
.article-summary p:last-child {
  margin-bottom: 0;
}
.cost-factors {
  min-width: 540px;
}
.article-back {
  margin: 0 !important;
  padding: 25px;
  text-align: center;
}
.article-back a {
  color: #0a4f94;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .column-page > header {
    height: auto;
    min-height: 75px;
  }
  .column-page #menu {
    clear: both;
  }
  .column-page #menu .dl-menu {
    display: none;
    position: static;
    top: auto;
    left: auto;
    margin-top: 71px;
    opacity: 0;
    transform: none;
  }
  .column-page #menu .dl-menu.dl-menuopen {
    display: block;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .column-contents {
    width: 100% !important;
    padding: 0 4% 45px !important;
  }
  .column-main {
    float: none !important;
    width: 100% !important;
    padding-bottom: 25px !important;
  }
  .column-contents > aside {
    display: none;
  }
  .column-hero {
    margin-top: 16px;
    margin-bottom: 30px;
    padding: 26px 24px;
  }
  .column-hero h2 {
    font-size: 28px !important;
  }
  .column-card__link {
    display: block;
  }
  .column-card__body {
    padding: 14px 1px 18px;
  }
  .column-card h3 {
    font-size: 18px;
  }
  .column-cv {
    margin-top: 24px;
  }
  .article-wide-header {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    margin-bottom: 18px;
    padding: 0 0 18px;
    background: #fff;
  }
  .article-wide-header h2 {
    position: static;
    margin: 0 0 12px;
    font-size: 20px !important;
    line-height: 1.6 !important;
  }
  .article-main-image {
    position: relative;
    z-index: 0;
    margin-top: 0;
    height: auto;
    aspect-ratio: 16 / 11;
  }
  .article-lead,
  .article-section,
  .article-toc {
    margin-right: 0;
    margin-left: 0;
  }
  .column-article p,
  .column-article li,
  .column-article dd {
    font-size: 15px;
    line-height: 1.9;
  }
  .article-summary p {
    font-size: 15px;
    line-height: 1.9;
  }
  .article-toc {
    padding: 20px 18px;
  }
  .article-section > h2 {
    margin-right: 0;
    margin-left: 0;
    padding: 13px 15px;
    font-size: 21px !important;
  }
  .article-section > h3 {
    font-size: 19px !important;
  }
  .article-section > h4 {
    font-size: 17px !important;
  }
  .article-photo-row {
    display: block;
  }
  .article-photo-row figure {
    margin-bottom: 16px;
  }
  .article-table {
    min-width: 620px;
    font-size: 14px;
  }
  .cost-factors {
    min-width: 540px;
  }
}
